start: disk usage on /l: + df -h /l Filesystem Size Used Avail Use% Mounted on /dev/nvme0n1p1 880G 356G 480G 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\nMon Apr 13 05:36:33 AM EDT 2026: now start nightly benchmarks' Mon Apr 13 05:36:33 AM EDT 2026: now start nightly benchmarks + pkill java + true + pkill mencoder + true + cd /l/trunk.nightly/lucene + git checkout main Already on 'main' Your branch is up to date with 'origin/main'. + git pull origin main From https://gitbox.apache.org/repos/asf/lucene * branch main -> FETCH_HEAD 42c5ceb7fae..650684e6b44 main -> origin/main Updating 42c5ceb7fae..650684e6b44 Fast-forward lucene/CHANGES.txt | 7 ++ lucene/MIGRATE.md | 15 +++ .../java/org/apache/lucene/search/RegexpQuery.java | 102 +----------------- .../lucene/util/automaton/NFARunAutomaton.java | 114 ++++++++++++--------- .../lucene/search/TestDocValuesRewriteMethod.java | 30 +----- .../lucene/search/TestFieldCacheRewriteMethod.java | 31 +----- .../org/apache/lucene/search/TestRegexpQuery.java | 22 ++-- .../apache/lucene/search/TestRegexpRandom2.java | 4 +- .../queryparser/classic/QueryParserBase.java | 7 +- .../standard/builders/RegexpQueryNodeBuilder.java | 3 - .../flexible/standard/TestQPHelper.java | 2 - .../queryparser/util/QueryParserTestBase.java | 2 - 12 files changed, 109 insertions(+), 230 deletions(-) + ../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.tests:clean > Task :lucene:analysis:clean UP-TO-DATE > Task :lucene:distribution:clean UP-TO-DATE > Task :lucene:clean UP-TO-DATE > Task :lucene:classification:clean > Task :lucene:demo:clean > Task :lucene:core.tests:clean > Task :lucene:documentation:clean UP-TO-DATE > Task :lucene:benchmark:clean > Task :lucene:distribution.tests:clean > Task :lucene:grouping:clean > Task :lucene:expressions:clean > Task :lucene:codecs:clean > Task :lucene:memory:clean > Task :lucene:misc:clean > Task :lucene:join:clean > Task :lucene:replicator:clean > Task :lucene:monitor:clean > Task :lucene:highlighter:clean > Task :lucene:facet:clean > Task :lucene:backward-codecs:clean > Task :lucene:spatial-test-fixtures:clean > Task :lucene:benchmark-jmh:clean > Task :lucene:luke:clean > Task :lucene:analysis:icu:clean > Task :lucene:analysis:morfologik.tests:clean > Task :lucene:suggest:clean > Task :lucene:spatial3d:clean > Task :lucene:spatial-extras:clean > Task :lucene:analysis:morfologik:clean > Task :lucene:analysis:kuromoji:clean > Task :lucene:queryparser:clean > Task :lucene:queries:clean > Task :lucene:analysis:phonetic:clean > Task :lucene:analysis:opennlp:clean > Task :lucene:sandbox:clean > Task :lucene:analysis:smartcn:clean > Task :lucene:analysis:stempel:clean > Task :lucene:analysis:nori:clean > Task :lucene:test-framework:clean > Task :lucene:analysis:common:clean > Task :lucene:core:clean BUILD SUCCESSFUL in 6s 46 actionable tasks: 38 executed, 8 up-to-date Consider enabling configuration cache to speed up this build: https://docs.gradle.org/9.4.1/userguide/configuration_cache_enabling.html + ../gradlew jar + cd /l/util.nightly + echo 'activate luceneutil venv' activate luceneutil venv + make env make: Nothing to be done for 'env'. + source .venv/bin/activate ++ deactivate nondestructive ++ '[' -n '' ']' ++ '[' -n '' ']' ++ hash -r ++ '[' -n '' ']' ++ unset VIRTUAL_ENV ++ unset VIRTUAL_ENV_PROMPT ++ '[' '!' nondestructive = nondestructive ']' ++ case "$(uname)" in +++ uname ++ export VIRTUAL_ENV=/l/util.nightly/.venv ++ VIRTUAL_ENV=/l/util.nightly/.venv ++ _OLD_VIRTUAL_PATH=/usr/local/src/apache-ant-1.9.5/bin:/usr/lib/jvm/java-25-openjdk/bin:/usr/local/src/gradle-2.9/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games ++ PATH=/l/util.nightly/.venv/bin:/usr/local/src/apache-ant-1.9.5/bin:/usr/lib/jvm/java-25-openjdk/bin:/usr/local/src/gradle-2.9/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games ++ export PATH ++ VIRTUAL_ENV_PROMPT=.venv ++ export VIRTUAL_ENV_PROMPT ++ '[' -n '' ']' ++ '[' -z '' ']' ++ _OLD_VIRTUAL_PS1= ++ PS1='(.venv) ' ++ export PS1 ++ hash -r + rm -rf build + mkdir build + git pull origin main From github.com:mikemccand/luceneutil * branch main -> FETCH_HEAD Current branch main is up to date. + echo 'Run gradle test' Run gradle test + python3 -u /l/util.nightly/src/python/runNightlyGradleTestPrecommit.py ***USING BIG LINE FILE*** Using java from: /usr/lib/jvm/java-25-openjdk/bin/ gradle test log: /l/logs.nightly/ant_test/2026.04.13.lucene-tests.txt took: 1.4 min gradle precommit log: /l/logs.nightly/ant_test/2026.04.13.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 NOTE: perf executable is /usr/sbin/perf; will collect aggregate CPU profiling data GitHub pull request counts: 304 open, 3849 closed Removing old JFR /l/logs.nightly/bench-search-nightly-nightly-14.jfr... Removing old JFR /l/logs.nightly/bench-search-nightly-nightly-13.jfr... Removing old JFR /l/logs.nightly/bench-search-nightly-nightly-5.jfr... Removing old JFR /l/logs.nightly/bench-search-nightly-nightly-0.jfr... Removing old JFR /l/logs.nightly/bench-search-nightly-nightly-17.jfr... Removing old JFR /l/logs.nightly/bench-search-nightly-nightly-19.jfr... Removing old JFR /l/logs.nightly/bench-search-nightly-nightly-16.jfr... Removing old JFR /l/logs.nightly/bench-search-nightly-nightly-11.jfr... Removing old JFR /l/logs.nightly/bench-search-nightly-nightly-8.jfr... Removing old JFR /l/logs.nightly/bench-search-nightly-nightly-18.jfr... Removing old JFR /l/logs.nightly/bench-search-nightly-nightly-1.jfr... Removing old JFR /l/logs.nightly/bench-search-nightly-nightly-7.jfr... Removing old JFR /l/logs.nightly/bench-search-nightly-nightly-9.jfr... Removing old JFR /l/logs.nightly/bench-search-nightly-nightly-2.jfr... Removing old JFR /l/logs.nightly/bench-search-nightly-nightly-3.jfr... Removing old JFR /l/logs.nightly/bench-search-nightly-nightly-6.jfr... Removing old JFR /l/logs.nightly/bench-search-nightly-nightly-12.jfr... Removing old JFR /l/logs.nightly/bench-search-nightly-nightly-4.jfr... Removing old JFR /l/logs.nightly/bench-search-nightly-nightly-10.jfr... Removing old JFR /l/logs.nightly/bench-search-nightly-nightly-15.jfr... [2026-04-13 05:40:34.788130] start [2026-04-13 05:40:34.788254] log dir /l/logs.nightly/2026.04.13.05.40.34 Java version (see also /l/logs.nightly/2026.04.13.05.40.34/java_version.txt): cmd='/usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -version 2>&1' WARNING: Using incubator modules: jdk.incubator.vector openjdk version "25.0.2" 2026-01-20 OpenJDK Runtime Environment (build 25.0.2) OpenJDK 64-Bit Server VM (build 25.0.2, mixed mode, sharing) WARNING: Using incubator modules: jdk.incubator.vector openjdk version "25.0.2" 2026-01-20 OpenJDK Runtime Environment (build 25.0.2) OpenJDK 64-Bit Server VM (build 25.0.2, mixed mode, sharing) Java full version (see also /l/logs.nightly/2026.04.13.05.40.34/java_full_version.txt): cmd='/usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -fullversion 2>&1' openjdk full version "25.0.2" Java version & all flags (see also /l/logs.nightly/2026.04.13.05.40.34/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 = 754974720 {product} {default} ccstr SharedClassListFile = {product} {default} uint SharedSymbolTableBucketSize = 4 {product} {default} ccstr ShenandoahGCHeuristics = adaptive {product} {default} ccstr ShenandoahGCMode = satb {product} {default} bool ShowCodeDetailsInExceptionMessages = true {manageable} {default} bool ShowMessageBoxOnError = false {product} {default} bool ShrinkHeapInSteps = true {product} {default} size_t SoftMaxHeapSize = 34359738368 {manageable} {ergonomic} intx SoftRefLRUPolicyMSPerMB = 1000 {product} {default} bool SplitIfBlocks = true {C2 product} {default} intx StackRedPages = 1 {pd product} {default} intx StackReservedPages = 1 {pd product} {default} intx StackShadowPages = 20 {pd product} {default} bool StackTraceInThrowable = true {product} {default} intx StackYellowPages = 2 {pd product} {default} uintx StartAggressiveSweepingAt = 10 {product} {default} bool StartAttachListener = false {product} {default} ccstr StartFlightRecording = {product} {default} uint StringDeduplicationAgeThreshold = 3 {product} {default} uintx StringTableSize = 65536 {product} {default} bool SuperWordLoopUnrollAnalysis = true {C2 pd product} {default} bool SuperWordReductions = true {C2 product} {default} bool SuppressFatalErrorMessage = false {product} {default} uint SurvivorPadding = 3 {product} {default} uintx SurvivorRatio = 8 {product} {default} double SweeperThreshold = 15.000000 {product} {default} uintx TLABAllocationWeight = 35 {product} {default} uintx TLABRefillWasteFraction = 64 {product} {default} size_t TLABSize = 0 {product} {default} uintx TLABWasteIncrement = 4 {product} {default} uintx TLABWasteTargetPercent = 1 {product} {default} uint TargetPLABWastePct = 10 {product} {default} uint TargetSurvivorRatio = 50 {product} {default} uint TenuredGenerationSizeIncrement = 20 {product} {default} uint TenuredGenerationSizeSupplement = 80 {product} {default} uintx TenuredGenerationSizeSupplementDecay = 2 {product} {default} int ThreadPriorityPolicy = 0 {product} {default} bool ThreadPriorityVerbose = false {product} {default} intx ThreadStackSize = 1024 {pd product} {default} uint ThresholdTolerance = 10 {product} {default} intx Tier0BackedgeNotifyFreqLog = 10 {product} {default} intx Tier0InvokeNotifyFreqLog = 7 {product} {default} intx Tier0ProfilingStartPercentage = 200 {product} {default} intx Tier23InlineeNotifyFreqLog = 20 {product} {default} intx Tier2BackEdgeThreshold = 0 {product} {default} intx Tier2BackedgeNotifyFreqLog = 14 {product} {default} intx Tier2CompileThreshold = 0 {product} {default} intx Tier2InvokeNotifyFreqLog = 11 {product} {default} intx Tier3BackEdgeThreshold = 60000 {product} {default} intx Tier3BackedgeNotifyFreqLog = 13 {product} {default} intx Tier3CompileThreshold = 2000 {product} {default} intx Tier3DelayOff = 2 {product} {default} intx Tier3DelayOn = 5 {product} {default} intx Tier3InvocationThreshold = 200 {product} {default} intx Tier3InvokeNotifyFreqLog = 10 {product} {default} intx Tier3LoadFeedback = 5 {product} {default} intx Tier3MinInvocationThreshold = 100 {product} {default} intx Tier4BackEdgeThreshold = 40000 {product} {default} intx Tier4CompileThreshold = 15000 {product} {default} intx Tier4InvocationThreshold = 5000 {product} {default} intx Tier4LoadFeedback = 3 {product} {default} intx Tier4MinInvocationThreshold = 600 {product} {default} bool TieredCompilation = true {pd product} {default} intx TieredCompileTaskTimeout = 50 {product} {default} intx TieredRateUpdateMaxTime = 25 {product} {default} intx TieredRateUpdateMinTime = 1 {product} {default} intx TieredStopAtLevel = 4 {product} {default} ccstr TraceJVMTI = {product} {default} intx TrackedInitializationLimit = 50 {C2 product} {default} bool TrapBasedNullChecks = false {pd product} {default} bool TrapBasedRangeChecks = false {C2 pd product} {default} uint TrimNativeHeapInterval = 0 {product} {default} int TypeProfileArgsLimit = 2 {product} {default} uint TypeProfileLevel = 111 {pd product} {default} intx TypeProfileMajorReceiverPercent = 90 {C2 product} {default} int TypeProfileParmsLimit = 2 {product} {default} intx TypeProfileSubTypeCheckCommonThreshold = 50 {C2 product} {default} intx TypeProfileWidth = 2 {product} {default} int UnguardOnExecutionViolation = 0 {product} {default} bool UseAES = true {product} {default} int UseAVX = 2 {ARCH product} {default} bool UseAdaptiveGenerationSizePolicyAtMajorCollection = true {product} {default} bool UseAdaptiveGenerationSizePolicyAtMinorCollection = true {product} {default} bool UseAdaptiveNUMAChunkSizing = true {product} {default} bool UseAdaptiveSizeDecayMajorGCCost = true {product} {default} bool UseAdaptiveSizePolicy = true {product} {default} bool UseAdaptiveSizePolicyFootprintGoal = true {product} {default} bool UseAdaptiveSizePolicyWithSystemGC = false {product} {default} bool UseAddressNop = true {ARCH product} {default} bool UseBASE64Intrinsics = true {product} {default} bool UseBMI1Instructions = true {ARCH product} {default} bool UseBMI2Instructions = true {ARCH product} {default} bool UseBimorphicInlining = true {C2 product} {default} bool UseCLMUL = true {ARCH product} {default} bool UseCMoveUnconditionally = false {C2 product} {default} bool UseCodeCacheFlushing = true {product} {default} bool UseCompactObjectHeaders = false {product lp64_product} {default} bool UseCompiler = true {product} {default} bool UseCompressedClassPointers = true {product lp64_product} {default} bool UseCompressedOops = false {product lp64_product} {default} bool UseCondCardMark = false {product} {default} bool UseContainerSupport = true {product} {default} bool UseCountLeadingZerosInstruction = true {ARCH product} {default} bool UseCountTrailingZerosInstruction = true {ARCH product} {default} bool UseCountedLoopSafepoints = false {C2 product} {default} bool UseDivMod = true {C2 product} {default} bool UseDynamicNumberOfCompilerThreads = true {product} {default} bool UseDynamicNumberOfGCThreads = true {product} {default} bool UseFMA = true {product} {default} bool UseFPUForSpilling = true {C2 product} {default} bool UseFastJNIAccessors = true {product} {default} bool UseFastStosb = false {ARCH product} {default} bool UseG1GC = false {product} {default} bool UseGCOverheadLimit = true {product} {default} bool UseInlineCaches = true {product} {default} bool UseInterpreter = true {product} {default} bool UseJumpTables = true {C2 product} {default} bool UseLargePages = false {pd product} {default} bool UseLargePagesIndividualAllocation = false {pd product} {default} bool UseLoopCounter = true {product} {default} bool UseLoopInvariantCodeMotion = true {C1 product} {default} bool UseLoopPredicate = true {C2 product} {default} bool UseMaximumCompactionOnSystemGC = true {product} {default} bool UseNUMA = false {product} {default} bool UseNUMAInterleaving = false {product} {default} bool UseNewLongLShift = true {ARCH product} {default} bool UseOnStackReplacement = true {pd product} {default} bool UseOnlyInlinedBimorphic = true {C2 product} {default} bool UseOprofile = false {product} {default} bool UsePSAdaptiveSurvivorSizePolicy = true {product} {default} bool UseParallelGC = true {product} {command line} bool UsePerfData = true {product} {default} bool UsePopCountInstruction = true {product} {default} bool UseProfiledLoopPredicate = true {C2 product} {default} bool UseSHA = true {product} {default} int UseSSE = 4 {ARCH product} {default} bool UseSSE42Intrinsics = true {ARCH product} {default} bool UseSerialGC = false {product} {default} bool UseShenandoahGC = false {product} {default} bool UseSignalChaining = true {product} {default} bool UseStoreImmI16 = true {ARCH product} {default} bool UseStringDeduplication = false {product} {default} bool UseSubwordForMaxVector = true {C2 product} {default} bool UseSuperWord = true {C2 product} {default} bool UseSystemMemoryBarrier = false {product} {default} bool UseTLAB = true {product} {default} bool UseThreadPriorities = true {pd product} {default} bool UseTransparentHugePages = false {product} {default} bool UseTypeProfile = true {product} {default} bool UseTypeSpeculation = true {C2 product} {default} bool UseUnalignedLoadStores = true {ARCH product} {default} bool UseVectorCmov = false {C2 product} {default} bool UseXMMForArrayCopy = true {product} {default} bool UseXMMForObjInit = true {ARCH product} {default} bool UseXmmI2D = true {ARCH product} {default} bool UseXmmI2F = true {ARCH product} {default} bool UseXmmLoadAndClearUpper = true {ARCH product} {default} bool UseXmmRegToRegMoveAll = true {ARCH product} {default} bool UseZGC = false {product} {default} intx UserThreadWaitAttemptsAtExit = 30 {product} {default} int VMThreadPriority = -1 {product} {default} intx VMThreadStackSize = 1024 {pd product} {default} intx ValueMapInitialSize = 11 {C1 product} {default} intx ValueMapMaxLoopSize = 8 {C1 product} {default} intx ValueSearchLimit = 1000 {C2 product} {default} bool VerifySharedSpaces = false {product} {default} uint YoungGenerationSizeIncrement = 20 {product} {default} uint YoungGenerationSizeSupplement = 80 {product} {default} uintx YoungGenerationSizeSupplementDecay = 8 {product} {default} size_t YoungPLABSize = 4096 {product} {default} double ZAllocationSpikeTolerance = 2.000000 {product} {default} double ZCollectionInterval = 0.000000 {product} {default} double ZCollectionIntervalMajor = -1.000000 {product} {default} double ZCollectionIntervalMinor = -1.000000 {product} {default} bool ZCollectionIntervalOnly = false {product} {default} double ZFragmentationLimit = 5.000000 {product} {default} bool ZProactive = true {product} {default} bool ZUncommit = true {product} {default} uintx ZUncommitDelay = 300 {product} {default} double ZYoungCompactionLimit = 25.000000 {product} {default} bool ZeroTLAB = false {product} {default} WARNING: Using incubator modules: jdk.incubator.vector openjdk version "25.0.2" 2026-01-20 OpenJDK Runtime Environment (build 25.0.2) OpenJDK 64-Bit Server VM (build 25.0.2, mixed mode, sharing) Linux kernel version (see also /l/logs.nightly/2026.04.13.05.40.34/uname.txt): cmd='uname -a 2>&1' Linux beast3.mikemccandless.com 6.18.9-arch1-2 #1 SMP PREEMPT_DYNAMIC Mon, 09 Feb 2026 17:16:33 +0000 x86_64 GNU/Linux CPU governor/scaling/frequency (see also /l/logs.nightly/2026.04.13.05.40.34/cpu_frequency_info.txt): cmd='cpupower frequency-info' analyzing CPU 49: driver: amd-pstate-epp CPUs which run at the same hardware frequency: 49 CPUs which need to have their frequency coordinated by software: 49 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.04.13.05.40.34/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: 48% CPU max MHz: 4377.8730 CPU min MHz: 553.8280 BogoMIPS: 5834.89 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb cat_l3 cdp_l3 hw_pstate ssbd mba ibpb stibp vmmcall fsgsbase bmi1 avx2 smep bmi2 cqm rdt_a rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local clzero irperf xsaveerptr rdpru wbnoinvd arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif v_spec_ctrl umip rdpid overflow_recov succor smca sev sev_es Virtualization: AMD-V L1d cache: 2 MiB (64 instances) L1i cache: 2 MiB (64 instances) L2 cache: 32 MiB (64 instances) L3 cache: 256 MiB (16 instances) NUMA node(s): 16 NUMA node0 CPU(s): 0-3,64-67 NUMA node1 CPU(s): 4-7,68-71 NUMA node2 CPU(s): 8-11,72-75 NUMA node3 CPU(s): 12-15,76-79 NUMA node4 CPU(s): 16-19,80-83 NUMA node5 CPU(s): 20-23,84-87 NUMA node6 CPU(s): 24-27,88-91 NUMA node7 CPU(s): 28-31,92-95 NUMA node8 CPU(s): 32-35,96-99 NUMA node9 CPU(s): 36-39,100-103 NUMA node10 CPU(s): 40-43,104-107 NUMA node11 CPU(s): 44-47,108-111 NUMA node12 CPU(s): 48-51,112-115 NUMA node13 CPU(s): 52-55,116-119 NUMA node14 CPU(s): 56-59,120-123 NUMA node15 CPU(s): 60-63,124-127 Vulnerability Gather data sampling: Not affected Vulnerability Ghostwrite: Not affected Vulnerability Indirect target selection: Not affected Vulnerability Itlb multihit: Not affected Vulnerability L1tf: Not affected Vulnerability Mds: Not affected Vulnerability Meltdown: Not affected Vulnerability Mmio stale data: Not affected Vulnerability Old microcode: Not affected Vulnerability Reg file data sampling: Not affected Vulnerability Retbleed: Vulnerable Vulnerability Spec rstack overflow: Vulnerable Vulnerability Spec store bypass: Vulnerable Vulnerability Spectre v1: Vulnerable: __user pointer sanitization and usercopy barriers only; no swapgs barriers Vulnerability Spectre v2: Vulnerable; IBPB: disabled; STIBP: disabled; PBRSB-eIBRS: Not affected; BHI: Not affected Vulnerability Srbds: Not affected Vulnerability Tsa: Not affected Vulnerability Tsx async abort: Not affected Vulnerability Vmscape: Vulnerable Full Linux version (see also /l/logs.nightly/2026.04.13.05.40.34/proc_version.txt): cmd='cat /proc/version' Linux version 6.18.9-arch1-2 (linux@archlinux) (gcc (GCC) 15.2.1 20260209, GNU ld (GNU Binutils) 2.46) #1 SMP PREEMPT_DYNAMIC Mon, 09 Feb 2026 17:16:33 +0000 Kernel boot command-line (see also /l/logs.nightly/2026.04.13.05.40.34/proc_cmdline.txt): cmd='cat /proc/cmdline' BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=d43378d5-fd9f-488a-a69b-73d83768f2d1 rw nowatchdog mitigations=off random.trust_cpu=1 nokaslr norandmaps loglevel=3 acpi_enforce_resources=lax amd_pstate=active cpufreq.default_governor=performance Loaded kernel modules (see also /l/logs.nightly/2026.04.13.05.40.34/lsmod.txt): cmd='lsmod' Module Size Used by intel_rapl_msr 20480 0 nf_conntrack_netlink 61440 0 xt_nat 12288 19 xt_tcpudp 16384 22 iptable_raw 12288 1 veth 40960 0 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 nct6775 40960 0 nct6775_core 81920 1 nct6775 hwmon_vid 12288 1 nct6775 overlay 245760 4 nfsv3 81920 1 rpcsec_gss_krb5 36864 0 nfsv4 1335296 0 dns_resolver 16384 1 nfsv4 iwlmvm 708608 0 nfs 704512 6 nfsv4,nfsv3 mac80211 1683456 1 iwlmvm netfs 622592 1 nfs libarc4 12288 1 mac80211 btusb 81920 0 btmtk 32768 1 btusb 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 1 intel_rapl_msr amd64_edac 73728 0 ixgbe 565248 0 kvm_amd 241664 0 libie_fwlog 28672 1 ixgbe snd_hda_codec_nvhdmi 16384 1 mdio_devres 12288 1 ixgbe snd_hda_codec_hdmi 61440 1 snd_hda_codec_nvhdmi kvm 1421312 1 kvm_amd libphy 180224 2 mdio_devres,ixgbe jc42 12288 0 snd_hda_intel 69632 0 mdio_bus 65536 2 libphy,ixgbe eeepc_wmi 12288 0 irqbypass 16384 1 kvm snd_hda_codec 217088 3 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec_nvhdmi mdio 12288 1 ixgbe polyval_clmulni 12288 0 asus_wmi 110592 1 eeepc_wmi raid1 61440 1 ee1004 16384 0 ghash_clmulni_intel 12288 0 ptp 53248 4 iwlmvm,atlantic,igb,ixgbe asus_ec_sensors 36864 0 platform_profile 20480 1 asus_wmi snd_hda_core 147456 3 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec aesni_intel 98304 0 sparse_keymap 12288 1 asus_wmi pps_core 32768 1 ptp sp5100_tco 20480 0 md_mod 270336 2 raid1 snd_intel_dspcfg 45056 1 snd_hda_intel rapl 20480 0 wmi_bmof 12288 0 ccp 196608 1 kvm_amd dca 20480 2 igb,ixgbe pcspkr 12288 0 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 3 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 31 nfs_localio,nfsd,nfsv4,auth_rpcgss,lockd,nfsv3,rpcsec_gss_krb5,nfs_acl,nfs k10temp 12288 0 i2c_dev 28672 0 nfnetlink 20480 6 nf_conntrack_netlink,nf_tables,ip_set nouveau 3764224 0 drm_ttm_helper 16384 2 nouveau ttm 122880 2 drm_ttm_helper,nouveau video 81920 2 asus_wmi,nouveau gpu_sched 69632 1 nouveau i2c_algo_bit 24576 2 igb,nouveau drm_gpuvm 49152 1 nouveau drm_exec 12288 2 drm_gpuvm,nouveau nvme 73728 3 mxm_wmi 12288 1 nouveau nvme_core 270336 4 nvme drm_display_helper 278528 1 nouveau nvme_keyring 20480 1 nvme_core cec 94208 1 drm_display_helper nvme_auth 32768 1 nvme_core hkdf 12288 1 nvme_auth wmi 32768 5 video,asus_wmi,wmi_bmof,mxm_wmi,nouveau Preempt mode (see also /l/logs.nightly/2026.04.13.05.40.34/preempt.txt): cmd='sudo cat /sys/kernel/debug/sched/preempt' none voluntary (full) lazy Linux standard base version (see also /l/logs.nightly/2026.04.13.05.40.34/lsb.txt): cmd='lsb_release -a' LSB Version: n/a Distributor ID: Arch Description: Arch Linux Release: rolling Codename: n/a All installed packages&versions (see also /l/logs.nightly/2026.04.13.05.40.34/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 3b5cb4fd987e355464c0e601ff2882b3ec6f1e40 LUCENE rev is 650684e6b440e0b85d3c51b3cf546c1b757975fe last successful Lucene rev 42c5ceb7fae20297b0bbcf1020cef0bba0db04a9, luceneutil rev 77746685aa65ed6bc9edc7c3342b3031fa5d4097 run ['git', 'log', '42c5ceb7fae20297b0bbcf1020cef0bba0db04a9^..650684e6b440e0b85d3c51b3cf546c1b757975fe'] No commit message asking for regold of results files [2026-04-13 05:40:34.987419] RUN: git clean -xfd Removing .gradle/ Removing build-tools/build-infra-shadow/build/ Removing build-tools/build-infra/.gradle/ Removing build-tools/build-infra/build/ Removing build-tools/build/ Removing build-tools/missing-doclet/build/ Removing build/ Removing gradle.properties Removing gradle/wrapper/gradle-wrapper.jar Removing lucene/analysis.tests/build/ Removing lucene/analysis/build/ Removing lucene/analysis/common/build/ Removing lucene/analysis/icu/build/ Removing lucene/analysis/kuromoji/build/ Removing lucene/analysis/morfologik.tests/build/ Removing lucene/analysis/morfologik/build/ Removing lucene/analysis/nori/build/ Removing lucene/analysis/opennlp/build/ Removing lucene/analysis/phonetic/build/ Removing lucene/analysis/smartcn/build/ Removing lucene/analysis/stempel/build/ Removing lucene/backward-codecs/build/ Removing lucene/benchmark-jmh/build/ Removing lucene/benchmark/build/ Removing lucene/build/ Removing lucene/classification/build/ Removing lucene/codecs/build/ Removing lucene/core.tests/build/ Removing lucene/core/build/ Removing lucene/demo/build/ Removing lucene/distribution.tests/build/ Removing lucene/distribution/build/ Removing lucene/documentation/build/ Removing lucene/expressions/build/ Removing lucene/facet/build/ Removing lucene/grouping/build/ Removing lucene/highlighter/build/ Removing lucene/join/build/ Removing lucene/luke/build/ Removing lucene/memory/build/ Removing lucene/misc/build/ Removing lucene/monitor/build/ Removing lucene/queries/build/ Removing lucene/queryparser/build/ Removing lucene/replicator/build/ Removing lucene/sandbox/build/ Removing lucene/spatial-extras/build/ Removing lucene/spatial-test-fixtures/build/ Removing lucene/spatial3d/build/ Removing lucene/suggest/build/ Removing lucene/test-framework/build/ [2026-04-13 05:40:35.220712] took 0.2 sec will NOT regold results files but rather compare to last good result files Java command-line: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED transparent_hugepages: [always] madvise never [2026-04-13 05:40:35.220882] RUN: /l/trunk.nightly/gradlew --stacktrace clean > /l/logs.nightly/2026.04.13.05.40.34/clean-lucene.log 2>&1 [2026-04-13 05:40:39.482044] took 4.3 sec [2026-04-13 05:40:39.482085] RUN: /l/trunk.nightly/gradlew jar > /l/logs.nightly/2026.04.13.05.40.34/jar-lucene.log 2>&1 [2026-04-13 05:40:53.488913] took 14.0 sec JAVA: WARNING: Using incubator modules: jdk.incubator.vector openjdk version "25.0.2" 2026-01-20 OpenJDK Runtime Environment (build 25.0.2) OpenJDK 64-Bit Server VM (build 25.0.2, mixed mode, sharing) OS: Linux beast3.mikemccandless.com 6.18.9-arch1-2 #1 SMP PREEMPT_DYNAMIC Mon, 09 Feb 2026 17:16:33 +0000 x86_64 GNU/Linux LOGS: /l/logs.nightly Using checkout:[/l/trunk.nightly] for competitor:[nightly] compile lucene:core... run: ['/l/trunk.nightly/gradlew', 'lucene:core:jar'], cwd=/l/trunk.nightly vmstatLogFile=None topLogFile=None /l/trunk.nightly/lucene/benchmark files ['/l/util.nightly/src/main/perf/TestContext.java', '/l/util.nightly/src/main/perf/IndexAndSearchOpenStreetMaps.java', '/l/util.nightly/src/main/perf/TypePolluter.java', '/l/util.nightly/src/main/perf/OpenDirectory.java', '/l/util.nightly/src/main/perf/StringFieldDocSelector.java', '/l/util.nightly/src/main/perf/SearchTaxis.java', '/l/util.nightly/src/main/perf/RemoteTaskSource.java', '/l/util.nightly/src/main/perf/SearchPerfTest.java', '/l/util.nightly/src/main/perf/KeepNoCommitsDeletionPolicy.java', '/l/util.nightly/src/main/perf/DiskUsage.java', '/l/util.nightly/src/main/perf/NRTPerfTest.java', '/l/util.nightly/src/main/perf/Indexer.java', '/l/util.nightly/src/main/perf/PKLookupWithTermStateTask.java', '/l/util.nightly/src/main/perf/IndexState.java', '/l/util.nightly/src/main/perf/VectorDictionary.java', '/l/util.nightly/src/main/perf/TaskParser.java', '/l/util.nightly/src/main/perf/IndexThreads.java', '/l/util.nightly/src/main/perf/SearchTask.java', '/l/util.nightly/src/main/perf/RespellTask.java', '/l/util.nightly/src/main/perf/TaskSource.java', '/l/util.nightly/src/main/perf/LineFileDocs.java', '/l/util.nightly/src/main/perf/CreateQueries.java', '/l/util.nightly/src/main/perf/RandomQuery.java', '/l/util.nightly/src/main/perf/PerfUtils.java', '/l/util.nightly/src/main/perf/Task.java', '/l/util.nightly/src/main/perf/LocalTaskSource.java', '/l/util.nightly/src/main/perf/IndexTaxis.java', '/l/util.nightly/src/main/perf/PointsPKLookupTask.java', '/l/util.nightly/src/main/perf/TaskThreads.java', '/l/util.nightly/src/main/perf/UnparsedTask.java', '/l/util.nightly/src/main/perf/Args.java', '/l/util.nightly/src/main/perf/TaskParserFactory.java', '/l/util.nightly/src/main/perf/StatisticsHelper.java', '/l/util.nightly/src/main/perf/BenchRearranger.java', '/l/util.nightly/src/main/perf/PKLookupTask.java', '/l/util.nightly/src/main/perf/OpenCloseIndexWriter.java'] compile: /usr/lib/jvm/java-25-openjdk/bin/javac -g -d /l/util.nightly/build -classpath /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build /l/util.nightly/src/main/perf/TestContext.java /l/util.nightly/src/main/perf/IndexAndSearchOpenStreetMaps.java /l/util.nightly/src/main/perf/TypePolluter.java /l/util.nightly/src/main/perf/OpenDirectory.java /l/util.nightly/src/main/perf/StringFieldDocSelector.java /l/util.nightly/src/main/perf/SearchTaxis.java /l/util.nightly/src/main/perf/RemoteTaskSource.java /l/util.nightly/src/main/perf/SearchPerfTest.java /l/util.nightly/src/main/perf/KeepNoCommitsDeletionPolicy.java /l/util.nightly/src/main/perf/DiskUsage.java /l/util.nightly/src/main/perf/NRTPerfTest.java /l/util.nightly/src/main/perf/Indexer.java /l/util.nightly/src/main/perf/PKLookupWithTermStateTask.java /l/util.nightly/src/main/perf/IndexState.java /l/util.nightly/src/main/perf/VectorDictionary.java /l/util.nightly/src/main/perf/TaskParser.java /l/util.nightly/src/main/perf/IndexThreads.java /l/util.nightly/src/main/perf/SearchTask.java /l/util.nightly/src/main/perf/RespellTask.java /l/util.nightly/src/main/perf/TaskSource.java /l/util.nightly/src/main/perf/LineFileDocs.java /l/util.nightly/src/main/perf/CreateQueries.java /l/util.nightly/src/main/perf/RandomQuery.java /l/util.nightly/src/main/perf/PerfUtils.java /l/util.nightly/src/main/perf/Task.java /l/util.nightly/src/main/perf/LocalTaskSource.java /l/util.nightly/src/main/perf/IndexTaxis.java /l/util.nightly/src/main/perf/PointsPKLookupTask.java /l/util.nightly/src/main/perf/TaskThreads.java /l/util.nightly/src/main/perf/UnparsedTask.java /l/util.nightly/src/main/perf/Args.java /l/util.nightly/src/main/perf/TaskParserFactory.java /l/util.nightly/src/main/perf/StatisticsHelper.java /l/util.nightly/src/main/perf/BenchRearranger.java /l/util.nightly/src/main/perf/PKLookupTask.java /l/util.nightly/src/main/perf/OpenCloseIndexWriter.java run: ['/usr/lib/jvm/java-25-openjdk/bin/javac', '-g', '-d', '/l/util.nightly/build', '-classpath', '/l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build', '/l/util.nightly/src/main/perf/TestContext.java', '/l/util.nightly/src/main/perf/IndexAndSearchOpenStreetMaps.java', '/l/util.nightly/src/main/perf/TypePolluter.java', '/l/util.nightly/src/main/perf/OpenDirectory.java', '/l/util.nightly/src/main/perf/StringFieldDocSelector.java', '/l/util.nightly/src/main/perf/SearchTaxis.java', '/l/util.nightly/src/main/perf/RemoteTaskSource.java', '/l/util.nightly/src/main/perf/SearchPerfTest.java', '/l/util.nightly/src/main/perf/KeepNoCommitsDeletionPolicy.java', '/l/util.nightly/src/main/perf/DiskUsage.java', '/l/util.nightly/src/main/perf/NRTPerfTest.java', '/l/util.nightly/src/main/perf/Indexer.java', '/l/util.nightly/src/main/perf/PKLookupWithTermStateTask.java', '/l/util.nightly/src/main/perf/IndexState.java', '/l/util.nightly/src/main/perf/VectorDictionary.java', '/l/util.nightly/src/main/perf/TaskParser.java', '/l/util.nightly/src/main/perf/IndexThreads.java', '/l/util.nightly/src/main/perf/SearchTask.java', '/l/util.nightly/src/main/perf/RespellTask.java', '/l/util.nightly/src/main/perf/TaskSource.java', '/l/util.nightly/src/main/perf/LineFileDocs.java', '/l/util.nightly/src/main/perf/CreateQueries.java', '/l/util.nightly/src/main/perf/RandomQuery.java', '/l/util.nightly/src/main/perf/PerfUtils.java', '/l/util.nightly/src/main/perf/Task.java', '/l/util.nightly/src/main/perf/LocalTaskSource.java', '/l/util.nightly/src/main/perf/IndexTaxis.java', '/l/util.nightly/src/main/perf/PointsPKLookupTask.java', '/l/util.nightly/src/main/perf/TaskThreads.java', '/l/util.nightly/src/main/perf/UnparsedTask.java', '/l/util.nightly/src/main/perf/Args.java', '/l/util.nightly/src/main/perf/TaskParserFactory.java', '/l/util.nightly/src/main/perf/StatisticsHelper.java', '/l/util.nightly/src/main/perf/BenchRearranger.java', '/l/util.nightly/src/main/perf/PKLookupTask.java', '/l/util.nightly/src/main/perf/OpenCloseIndexWriter.java'], cwd=/l/trunk.nightly/lucene/benchmark vmstatLogFile=None topLogFile=None [2026-04-13 05:40:56.183305] 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: 145365.00 stored_field_size_mb: 624.38 retrieved_time_msec: 180.23 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: 350865.00 stored_field_size_mb: 385.76 retrieved_time_msec: 1343.48 Done: took 1020.78 seconds, saved to /l/logs.nightly/2026.04.13.05.40.34/geonames-stored-fields-benchmark-results.pk [2026-04-13 05:57:57.442171] done run stored fields benchmark [2026-04-13 05:57:57.442196] now run NAD facets benchmark RUN: /usr/lib/jvm/java-25-openjdk/bin/javac -cp /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/facet/build/libs/lucene-facet-11.0.0-SNAPSHOT.jar:build -d build src/main/perf/facets/IndexFacets.java, cwd=/l/util.nightly RUN: /usr/lib/jvm/java-25-openjdk/bin/javac -cp /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/facet/build/libs/lucene-facet-11.0.0-SNAPSHOT.jar:build -d build src/main/perf/facets/BenchmarkFacets.java, cwd=/l/util.nightly Note: src/main/perf/facets/BenchmarkFacets.java uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for details. RUN: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/facet/build/libs/lucene-facet-11.0.0-SNAPSHOT.jar:build perf.facets.IndexFacets /l/data/NAD_taxonomy.txt.gz /l/indices/nad-facets-nightly -1, cwd=/l/util.nightly Indexing documents... WARNING: Using incubator modules: jdk.incubator.vector Apr 13, 2026 5:57:58 AM org.apache.lucene.internal.vectorization.PanamaVectorizationProvider logIncubatorSetup INFO: Java vector incubator API enabled; uses preferredBitSize=256; FMA enabled Indexed 0 documents Indexed 100000 documents Indexed 200000 documents Indexed 300000 documents Indexed 400000 documents Indexed 500000 documents Indexed 600000 documents Indexed 700000 documents Indexed 800000 documents Indexed 900000 documents Indexed 1000000 documents Indexed 1100000 documents Indexed 1200000 documents Indexed 1300000 documents Indexed 1400000 documents Indexed 1500000 documents Indexed 1600000 documents Indexed 1700000 documents Indexed 1800000 documents Indexed 1900000 documents Indexed 2000000 documents Indexed 2100000 documents Indexed 2200000 documents Indexed 2300000 documents Indexed 2400000 documents Indexed 2500000 documents Indexed 2600000 documents Indexed 2700000 documents Indexed 2800000 documents Indexed 2900000 documents Indexed 3000000 documents Indexed 3100000 documents Indexed 3200000 documents Indexed 3300000 documents Indexed 3400000 documents Indexed 3500000 documents Indexed 3600000 documents Indexed 3700000 documents Indexed 3800000 documents Indexed 3900000 documents Indexed 4000000 documents Indexed 4100000 documents Indexed 4200000 documents Indexed 4300000 documents Indexed 4400000 documents Indexed 4500000 documents Indexed 4600000 documents Indexed 4700000 documents Indexed 4800000 documents Indexed 4900000 documents Indexed 5000000 documents Indexed 5100000 documents Indexed 5200000 documents Indexed 5300000 documents Indexed 5400000 documents Indexed 5500000 documents Indexed 5600000 documents Indexed 5700000 documents Indexed 5800000 documents Indexed 5900000 documents Indexed 6000000 documents Indexed 6100000 documents Indexed 6200000 documents Indexed 6300000 documents Indexed 6400000 documents Indexed 6500000 documents Indexed 6600000 documents Indexed 6700000 documents Indexed 6800000 documents Indexed 6900000 documents Indexed 7000000 documents Indexed 7100000 documents Indexed 7200000 documents Indexed 7300000 documents Indexed 7400000 documents Indexed 7500000 documents Indexed 7600000 documents Indexed 7700000 documents Indexed 7800000 documents Indexed 7900000 documents Indexed 8000000 documents Indexed 8100000 documents Indexed 8200000 documents Indexed 8300000 documents Indexed 8400000 documents Indexed 8500000 documents Indexed 8600000 documents Indexed 8700000 documents Indexed 8800000 documents Indexed 8900000 documents Indexed 9000000 documents Indexed 9100000 documents Indexed 9200000 documents Indexed 9300000 documents Indexed 9400000 documents Indexed 9500000 documents Indexed 9600000 documents Indexed 9700000 documents Indexed 9800000 documents Indexed 9900000 documents Indexed 10000000 documents Indexed 10100000 documents Indexed 10200000 documents Indexed 10300000 documents Indexed 10400000 documents Indexed 10500000 documents Indexed 10600000 documents Indexed 10700000 documents Indexed 10800000 documents Indexed 10900000 documents Indexed 11000000 documents Indexed 11100000 documents Indexed 11200000 documents Indexed 11300000 documents Indexed 11400000 documents Indexed 11500000 documents Indexed 11600000 documents Indexed 11700000 documents Indexed 11800000 documents Indexed 11900000 documents Indexed 12000000 documents Indexed 12100000 documents Indexed 12200000 documents Indexed 12300000 documents Indexed 12400000 documents Indexed 12500000 documents Indexed 12600000 documents Indexed 12700000 documents Indexed 12800000 documents Indexed 12900000 documents Indexed 13000000 documents Indexed 13100000 documents Indexed 13200000 documents Indexed 13300000 documents Indexed 13400000 documents Indexed 13500000 documents Indexed 13600000 documents Indexed 13700000 documents Indexed 13800000 documents Indexed 13900000 documents Indexed 14000000 documents Indexed 14100000 documents Indexed 14200000 documents Indexed 14300000 documents Indexed 14400000 documents Indexed 14500000 documents Indexed 14600000 documents Indexed 14700000 documents Indexed 14800000 documents Indexed 14900000 documents Indexed 15000000 documents Indexed 15100000 documents Indexed 15200000 documents Indexed 15300000 documents Indexed 15400000 documents Indexed 15500000 documents Indexed 15600000 documents Indexed 15700000 documents Indexed 15800000 documents Indexed 15900000 documents Indexed 16000000 documents Indexed 16100000 documents Indexed 16200000 documents Indexed 16300000 documents Indexed 16400000 documents Indexed 16500000 documents Indexed 16600000 documents Indexed 16700000 documents Indexed 16800000 documents Indexed 16900000 documents Indexed 17000000 documents Indexed 17100000 documents Indexed 17200000 documents Indexed 17300000 documents Indexed 17400000 documents Indexed 17500000 documents Indexed 17600000 documents Indexed 17700000 documents Indexed 17800000 documents Indexed 17900000 documents Indexed 18000000 documents Indexed 18100000 documents Indexed 18200000 documents Indexed 18300000 documents Indexed 18400000 documents Indexed 18500000 documents Indexed 18600000 documents Indexed 18700000 documents Indexed 18800000 documents Indexed 18900000 documents Indexed 19000000 documents Indexed 19100000 documents Indexed 19200000 documents Indexed 19300000 documents Indexed 19400000 documents Indexed 19500000 documents Indexed 19600000 documents Indexed 19700000 documents Indexed 19800000 documents Indexed 19900000 documents Indexed 20000000 documents Indexed 20100000 documents Indexed 20200000 documents Indexed 20300000 documents Indexed 20400000 documents Indexed 20500000 documents Indexed 20600000 documents Indexed 20700000 documents Indexed 20800000 documents Indexed 20900000 documents Indexed 21000000 documents Indexed 21100000 documents Indexed 21200000 documents Indexed 21300000 documents Indexed 21400000 documents Indexed 21500000 documents Indexed 21600000 documents Indexed 21700000 documents Indexed 21800000 documents Indexed 21900000 documents Indexed 22000000 documents Indexed 22100000 documents Indexed 22200000 documents Indexed 22300000 documents Indexed 22400000 documents Indexed 22500000 documents Indexed 22600000 documents Indexed 22700000 documents Indexed 22800000 documents Indexed 22900000 documents Indexed 23000000 documents Indexed 23100000 documents Indexed 23200000 documents Indexed 23300000 documents Indexed 23400000 documents Indexed 23500000 documents Indexed 23600000 documents Indexed 23700000 documents Indexed 23800000 documents Indexed 23900000 documents Indexed 24000000 documents Indexed 24100000 documents Indexed 24200000 documents Indexed 24300000 documents Indexed 24400000 documents Indexed 24500000 documents Indexed 24600000 documents Indexed 24700000 documents Indexed 24800000 documents Indexed 24900000 documents Indexed 25000000 documents Indexed 25100000 documents Indexed 25200000 documents Indexed 25300000 documents Indexed 25400000 documents Indexed 25500000 documents Indexed 25600000 documents Indexed 25700000 documents Indexed 25800000 documents Indexed 25900000 documents Indexed 26000000 documents Indexed 26100000 documents Indexed 26200000 documents Indexed 26300000 documents Indexed 26400000 documents Indexed 26500000 documents Indexed 26600000 documents Indexed 26700000 documents Indexed 26800000 documents Indexed 26900000 documents Indexed 27000000 documents Indexed 27100000 documents Indexed 27200000 documents Indexed 27300000 documents Indexed 27400000 documents Indexed 27500000 documents Indexed 27600000 documents Indexed 27700000 documents Indexed 27800000 documents Indexed 27900000 documents Indexed 28000000 documents Indexed 28100000 documents Indexed 28200000 documents Indexed 28300000 documents Indexed 28400000 documents Indexed 28500000 documents Indexed 28600000 documents Indexed 28700000 documents Indexed 28800000 documents Indexed 28900000 documents Indexed 29000000 documents Indexed 29100000 documents Indexed 29200000 documents Indexed 29300000 documents Indexed 29400000 documents Indexed 29500000 documents Indexed 29600000 documents Indexed 29700000 documents Indexed 29800000 documents Indexed 29900000 documents Indexed 30000000 documents Indexed 30100000 documents Indexed 30200000 documents Indexed 30300000 documents Indexed 30400000 documents Indexed 30500000 documents Indexed 30600000 documents Indexed 30700000 documents Indexed 30800000 documents Indexed 30900000 documents Indexed 31000000 documents Indexed 31100000 documents Indexed 31200000 documents Indexed 31300000 documents Indexed 31400000 documents Indexed 31500000 documents Indexed 31600000 documents Indexed 31700000 documents Indexed 31800000 documents Indexed 31900000 documents Indexed 32000000 documents Indexed 32100000 documents Indexed 32200000 documents Indexed 32300000 documents Indexed 32400000 documents Indexed 32500000 documents Indexed 32600000 documents Indexed 32700000 documents Indexed 32800000 documents Indexed 32900000 documents Indexed 33000000 documents Indexed 33100000 documents Indexed 33200000 documents Indexed 33300000 documents Indexed 33400000 documents Indexed 33500000 documents Indexed 33600000 documents Indexed 33700000 documents Indexed 33800000 documents Indexed 33900000 documents Indexed 34000000 documents Indexed 34100000 documents Indexed 34200000 documents Indexed 34300000 documents Indexed 34400000 documents Indexed 34500000 documents Indexed 34600000 documents Indexed 34700000 documents Indexed 34800000 documents Indexed 34900000 documents Indexed 35000000 documents Indexed 35100000 documents Indexed 35200000 documents Indexed 35300000 documents Indexed 35400000 documents Indexed 35500000 documents Indexed 35600000 documents Indexed 35700000 documents Indexed 35800000 documents Indexed 35900000 documents Indexed 36000000 documents Indexed 36100000 documents Indexed 36200000 documents Indexed 36300000 documents Indexed 36400000 documents Indexed 36500000 documents Indexed 36600000 documents Indexed 36700000 documents Indexed 36800000 documents Indexed 36900000 documents Indexed 37000000 documents Indexed 37100000 documents Indexed 37200000 documents Indexed 37300000 documents Indexed 37400000 documents Indexed 37500000 documents Indexed 37600000 documents Indexed 37700000 documents Indexed 37800000 documents Indexed 37900000 documents Indexed 38000000 documents Indexed 38100000 documents Indexed 38200000 documents Indexed 38300000 documents Indexed 38400000 documents Indexed 38500000 documents Indexed 38600000 documents Indexed 38700000 documents Indexed 38800000 documents Indexed 38900000 documents Indexed 39000000 documents Indexed 39100000 documents Indexed 39200000 documents Indexed 39300000 documents Indexed 39400000 documents Indexed 39500000 documents Indexed 39600000 documents Indexed 39700000 documents Indexed 39800000 documents Indexed 39900000 documents Indexed 40000000 documents Indexed 40100000 documents Indexed 40200000 documents Indexed 40300000 documents Indexed 40400000 documents Indexed 40500000 documents Indexed 40600000 documents Indexed 40700000 documents Indexed 40800000 documents Indexed 40900000 documents Indexed 41000000 documents Indexed 41100000 documents Indexed 41200000 documents Indexed 41300000 documents Indexed 41400000 documents Indexed 41500000 documents Indexed 41600000 documents Indexed 41700000 documents Indexed 41800000 documents Indexed 41900000 documents Indexed 42000000 documents Indexed 42100000 documents Indexed 42200000 documents Indexed 42300000 documents Indexed 42400000 documents Indexed 42500000 documents Indexed 42600000 documents Indexed 42700000 documents Indexed 42800000 documents Indexed 42900000 documents Indexed 43000000 documents Indexed 43100000 documents Indexed 43200000 documents Indexed 43300000 documents Indexed 43400000 documents Indexed 43500000 documents Indexed 43600000 documents Indexed 43700000 documents Indexed 43800000 documents Indexed 43900000 documents Indexed 44000000 documents Indexed 44100000 documents Indexed 44200000 documents Indexed 44300000 documents Indexed 44400000 documents Indexed 44500000 documents Indexed 44600000 documents Indexed 44700000 documents Indexed 44800000 documents Indexed 44900000 documents Indexed 45000000 documents Indexed 45100000 documents Indexed 45200000 documents Indexed 45300000 documents Indexed 45400000 documents Indexed 45500000 documents Indexed 45600000 documents Indexed 45700000 documents Indexed 45800000 documents Indexed 45900000 documents Indexed 46000000 documents Indexed 46100000 documents Indexed 46200000 documents Indexed 46300000 documents Indexed 46400000 documents Indexed 46500000 documents Indexed 46600000 documents Indexed 46700000 documents Indexed 46800000 documents Indexed 46900000 documents Indexed 47000000 documents Indexed 47100000 documents Indexed 47200000 documents Indexed 47300000 documents Indexed 47400000 documents Indexed 47500000 documents Indexed 47600000 documents Indexed 47700000 documents Indexed 47800000 documents Indexed 47900000 documents Indexed 48000000 documents Indexed 48100000 documents Indexed 48200000 documents Indexed 48300000 documents Indexed 48400000 documents Indexed 48500000 documents Indexed 48600000 documents Indexed 48700000 documents Indexed 48800000 documents Indexed 48900000 documents Indexed 49000000 documents Indexed 49100000 documents Indexed 49200000 documents Indexed 49300000 documents Indexed 49400000 documents Indexed 49500000 documents Indexed 49600000 documents Indexed 49700000 documents Indexed 49800000 documents Indexed 49900000 documents Indexed 50000000 documents Indexed 50100000 documents Indexed 50200000 documents Indexed 50300000 documents Indexed 50400000 documents Indexed 50500000 documents Indexed 50600000 documents Indexed 50700000 documents Indexed 50800000 documents Indexed 50900000 documents Indexed 51000000 documents Indexed 51100000 documents Indexed 51200000 documents Indexed 51300000 documents Indexed 51400000 documents Indexed 51500000 documents Indexed 51600000 documents Indexed 51700000 documents Indexed 51800000 documents Indexed 51900000 documents Indexed 52000000 documents Indexed 52100000 documents Indexed 52200000 documents Indexed 52300000 documents Indexed 52400000 documents Indexed 52500000 documents Indexed 52600000 documents Indexed 52700000 documents Indexed 52800000 documents Indexed 52900000 documents Indexed 53000000 documents Indexed 53100000 documents Indexed 53200000 documents Indexed 53300000 documents Indexed 53400000 documents Indexed 53500000 documents Indexed 53600000 documents Indexed 53700000 documents Indexed 53800000 documents Indexed 53900000 documents Indexed 54000000 documents Indexed 54100000 documents Indexed 54200000 documents Indexed 54300000 documents Indexed 54400000 documents Indexed 54500000 documents Indexed 54600000 documents Indexed 54700000 documents Indexed 54800000 documents Indexed 54900000 documents Indexed 55000000 documents Indexed 55100000 documents Indexed 55200000 documents Indexed 55300000 documents Indexed 55400000 documents Indexed 55500000 documents Indexed 55600000 documents Indexed 55700000 documents Indexed 55800000 documents Indexed 55900000 documents Indexed 56000000 documents Indexed 56100000 documents Indexed 56200000 documents Indexed 56300000 documents Indexed 56400000 documents Indexed 56500000 documents Indexed 56600000 documents Indexed 56700000 documents Indexed 56800000 documents Indexed 56900000 documents Indexed 57000000 documents Indexed 57100000 documents Indexed 57200000 documents Indexed 57300000 documents Indexed 57400000 documents Indexed 57500000 documents Indexed 57600000 documents Indexed 57700000 documents Indexed 57800000 documents Indexed 57900000 documents Indexed 58000000 documents Indexed 58100000 documents Indexed 58200000 documents Indexed 58300000 documents Indexed 58400000 documents Indexed 58500000 documents Indexed 58600000 documents Indexed 58700000 documents Indexed 58800000 documents Indexed 58900000 documents Indexed 59000000 documents Indexed 59100000 documents Indexed 59200000 documents Indexed 59300000 documents Indexed 59400000 documents Indexed 59500000 documents Indexed 59600000 documents Indexed 59700000 documents Indexed 59800000 documents Indexed 59900000 documents RUN: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/facet/build/libs/lucene-facet-11.0.0-SNAPSHOT.jar:build perf.facets.BenchmarkFacets /l/indices/nad-facets-nightly 30, cwd=/l/util.nightly Total time creating FastTaxonomyCounts: 1533.4636858333333 ms Total time creating SSDVFacetCounts: 3027.9394645 ms Total time taken to get all dims for taxonomy: 0.10305936666666667 ms Total time taken to get all dims for SSDV: 0.0713092 ms Total time to get top dims for taxonomy: 0.035633566666666665 ms Total time to get top dims for SSDV: 0.033563899999999994 ms Total time to get top "address.taxonomy/TX" children: 0.11716056666666667 ms Total time to get top "address.sortedset/TX" children: 0.1806217666666667 ms Total time to get all "address.taxonomy/TX" children: 0.139715 ms Total time to get all "address.sortedset/TX" children: 0.5876770333333333 ms Done: took 3485.88 seconds, saved to /l/logs.nightly/2026.04.13.05.40.34/nad-facet-benchmark.pk [2026-04-13 06:56:03.324785] done run NAD facets benchmark [2026-04-13 06:56:03.919732] now run KNN benchmark Lucene HEAD git revision at /l/trunk.nightly: 650684e6b440e0b85d3c51b3cf546c1b757975fe dirty?=False luceneutil HEAD git revision at /l/util.nightly: 3b5cb4fd987e355464c0e601ff2882b3ec6f1e40 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 :lucene:queries:processResources NO-SOURCE > Task :build-tools:build-infra-shadow:pluginDescriptors UP-TO-DATE > Task :lucene:memory:processResources NO-SOURCE > Task :lucene:highlighter:processResources NO-SOURCE > Task :build-tools:missing-doclet:processResources NO-SOURCE > Task :lucene:analysis.tests:processResources NO-SOURCE > Task :lucene:spatial3d:processResources NO-SOURCE > Task :lucene:facet:processResources NO-SOURCE > Task :lucene:spatial-extras:processResources NO-SOURCE > Task :lucene:sandbox:processResources UP-TO-DATE > Task :lucene:backward-codecs:processResources UP-TO-DATE > Task :lucene:queryparser:processResources UP-TO-DATE > Task :lucene:core:processResources UP-TO-DATE > Task :lucene:benchmark:processResources NO-SOURCE > Task :lucene:analysis.tests:compileJava NO-SOURCE > Task :lucene:analysis.tests:classes UP-TO-DATE > Task :lucene:analysis:phonetic:processResources UP-TO-DATE > Task :lucene:classification:processResources NO-SOURCE > Task :lucene:codecs:processResources UP-TO-DATE > Task :lucene:benchmark-jmh:processResources NO-SOURCE > Task :lucene:grouping:processResources NO-SOURCE > Task :lucene:expressions:processResources UP-TO-DATE > Task :lucene:analysis:common:processResources UP-TO-DATE > Task :build-tools:missing-doclet:compileJava UP-TO-DATE > Task :build-tools:missing-doclet:classes UP-TO-DATE > Task :lucene:misc:processResources NO-SOURCE > Task :lucene:demo:processResources NO-SOURCE > Task :lucene:distribution.tests:compileJava NO-SOURCE > Task :lucene:join:processResources NO-SOURCE > Task :lucene:suggest:processResources UP-TO-DATE > Task :lucene:analysis:icu:processResources UP-TO-DATE > Task :lucene:distribution.tests:processResources NO-SOURCE > Task :lucene:analysis:kuromoji:processResources UP-TO-DATE > Task :lucene:distribution.tests:classes UP-TO-DATE > Task :lucene:analysis:morfologik:processResources UP-TO-DATE > Task :lucene:analysis:opennlp:processResources UP-TO-DATE > Task :lucene:monitor:processResources NO-SOURCE > Task :lucene:analysis:nori:processResources UP-TO-DATE > Task :lucene:analysis.tests:jar UP-TO-DATE > Task :build-tools:missing-doclet:jar UP-TO-DATE > Task :lucene:analysis:stempel:processResources UP-TO-DATE > Task :lucene:analysis:smartcn:processResources UP-TO-DATE > Task :lucene:luke:processResources UP-TO-DATE > Task :lucene:replicator:processResources NO-SOURCE > Task :lucene:spatial-test-fixtures:processResources NO-SOURCE > Task :lucene:analysis:morfologik.tests:compileJava NO-SOURCE > Task :lucene:analysis:morfologik.tests:processResources NO-SOURCE > Task :lucene:analysis:morfologik.tests:classes UP-TO-DATE > Task :lucene:distribution.tests:jar UP-TO-DATE > Task :lucene:core.tests:compileJava UP-TO-DATE > Task :lucene:test-framework:processResources UP-TO-DATE > Task :lucene:core.tests:processResources NO-SOURCE > Task :lucene:core.tests:classes UP-TO-DATE > Task :lucene:analysis:morfologik.tests:jar UP-TO-DATE > Task :lucene:core.tests:jar UP-TO-DATE > Task :build-tools:build-infra-shadow:compileJava UP-TO-DATE > Task :build-tools:build-infra-shadow:processResources NO-SOURCE > Task :build-tools:build-infra-shadow:classes UP-TO-DATE > Task :build-tools:build-infra-shadow:jar UP-TO-DATE > Task :lucene:core:compileJava UP-TO-DATE > Task :lucene:core:classes UP-TO-DATE > Task :lucene:core:compileMain25Java UP-TO-DATE > Task :lucene:core:processMain25Resources NO-SOURCE > Task :lucene:core:main25Classes UP-TO-DATE > Task :lucene:core:jar UP-TO-DATE > Task :lucene:join:compileJava UP-TO-DATE > Task :lucene:join:classes UP-TO-DATE > Task :lucene:join:jar UP-TO-DATE > Task :lucene:memory:compileJava UP-TO-DATE > Task :lucene:memory:classes UP-TO-DATE > Task :lucene:memory:jar UP-TO-DATE > Task :lucene:replicator:compileJava UP-TO-DATE > Task :lucene:replicator:classes UP-TO-DATE > Task :lucene:replicator:jar UP-TO-DATE > Task :lucene:facet:compileJava UP-TO-DATE > Task :lucene:facet:classes UP-TO-DATE > Task :lucene:misc:compileJava UP-TO-DATE > Task :lucene:misc:classes UP-TO-DATE > Task :lucene:facet:jar UP-TO-DATE > Task :lucene:misc:jar UP-TO-DATE > Task :lucene:spatial3d:compileJava UP-TO-DATE > Task :lucene:spatial3d:classes UP-TO-DATE > Task :lucene:queries:compileJava UP-TO-DATE > Task :lucene:codecs:compileJava UP-TO-DATE > Task :lucene:queries:classes UP-TO-DATE > Task :lucene:codecs:classes UP-TO-DATE > Task :lucene:spatial3d:jar UP-TO-DATE > Task :lucene:queries:jar UP-TO-DATE > Task :lucene:codecs:jar UP-TO-DATE > Task :lucene:backward-codecs:compileJava UP-TO-DATE > Task :lucene:backward-codecs:classes UP-TO-DATE > Task :lucene:backward-codecs:jar UP-TO-DATE > Task :lucene:grouping:compileJava UP-TO-DATE > Task :lucene:grouping:classes UP-TO-DATE > Task :lucene:expressions:compileJava UP-TO-DATE > Task :lucene:expressions:classes UP-TO-DATE > Task :lucene:grouping:jar UP-TO-DATE > Task :lucene:expressions:jar UP-TO-DATE > Task :lucene:spatial-extras:compileJava UP-TO-DATE > Task :lucene:spatial-extras:classes UP-TO-DATE > Task :lucene:highlighter:compileJava UP-TO-DATE > Task :lucene:highlighter:classes UP-TO-DATE > Task :lucene:spatial-extras:jar UP-TO-DATE > Task :lucene:highlighter:jar UP-TO-DATE > Task :lucene:classification:compileJava UP-TO-DATE > Task :lucene:classification:classes UP-TO-DATE > Task :lucene:sandbox:compileJava UP-TO-DATE > Task :lucene:sandbox:classes UP-TO-DATE > Task :lucene:classification:jar UP-TO-DATE > Task :lucene:sandbox:jar UP-TO-DATE > Task :lucene:analysis:common:compileJava UP-TO-DATE > Task :lucene:analysis:common:classes UP-TO-DATE > Task :lucene: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:stempel:compileJava UP-TO-DATE > Task :lucene:analysis:smartcn:compileJava UP-TO-DATE > Task :lucene:analysis:icu:compileJava UP-TO-DATE > Task :lucene:analysis:stempel:classes UP-TO-DATE > Task :lucene:analysis:smartcn:classes UP-TO-DATE > Task :lucene:analysis:icu:classes UP-TO-DATE > Task :lucene:analysis:opennlp:compileJava UP-TO-DATE > Task :lucene:analysis:opennlp:classes UP-TO-DATE > Task :lucene:analysis:morfologik:compileJava UP-TO-DATE > Task :lucene:analysis:morfologik:classes UP-TO-DATE > Task :lucene:analysis:stempel:jar UP-TO-DATE > Task :lucene:analysis:phonetic:jar UP-TO-DATE > Task :lucene:analysis:smartcn:jar UP-TO-DATE > Task :lucene:analysis:icu:jar UP-TO-DATE > Task :lucene:analysis:opennlp:jar UP-TO-DATE > Task :lucene:analysis:nori:compileJava UP-TO-DATE > Task :lucene:analysis:morfologik:jar UP-TO-DATE > Task :lucene:analysis:nori:classes UP-TO-DATE > Task :lucene:analysis:kuromoji:compileJava UP-TO-DATE > Task :lucene:analysis:kuromoji:classes UP-TO-DATE > Task :lucene:suggest:compileJava UP-TO-DATE > Task :lucene:suggest:classes UP-TO-DATE > Task :lucene:test-framework:compileJava UP-TO-DATE > Task :lucene:test-framework:classes UP-TO-DATE > Task :lucene:analysis:nori:jar UP-TO-DATE > Task :lucene:analysis:kuromoji:jar UP-TO-DATE > Task :lucene:suggest:jar UP-TO-DATE > Task :lucene:test-framework:jar UP-TO-DATE > Task :lucene:monitor:compileJava UP-TO-DATE > Task :lucene:queryparser:compileJava UP-TO-DATE > Task :lucene:monitor:classes UP-TO-DATE > Task :lucene:benchmark-jmh:compileJava UP-TO-DATE > Task :lucene:queryparser:classes UP-TO-DATE > Task :lucene:benchmark-jmh:classes UP-TO-DATE > Task :lucene:monitor:jar UP-TO-DATE > Task :lucene:queryparser:jar UP-TO-DATE > Task :lucene:spatial-test-fixtures:compileJava UP-TO-DATE > Task :lucene:spatial-test-fixtures:classes UP-TO-DATE > Task :lucene:spatial-test-fixtures:jar UP-TO-DATE > Task :lucene:benchmark-jmh:jar UP-TO-DATE > Task :lucene:demo:compileJava UP-TO-DATE > Task :lucene:demo:classes UP-TO-DATE > Task :lucene:demo:jar UP-TO-DATE > Task :lucene:luke:compileJava UP-TO-DATE > Task :lucene:benchmark:compileJava UP-TO-DATE > Task :lucene:luke:classes UP-TO-DATE > Task :lucene:benchmark:classes UP-TO-DATE > Task :lucene:luke:jar UP-TO-DATE > Task :lucene:benchmark:jar UP-TO-DATE BUILD SUCCESSFUL in 6s 101 actionable tasks: 101 up-to-date Consider enabling configuration cache to speed up this build: https://docs.gradle.org/9.4.1/userguide/configuration_cache_enabling.html compile luceneutil KNN at /l/util.nightly WARNING: A restricted method in java.lang.System has been called WARNING: java.lang.System::load has been called by net.rubygrapefruit.platform.internal.NativeLibraryLoader in an unnamed module (file:/home/mike/.gradle/wrapper/dists/gradle-9.1.0-bin/9agqghryom9wkf8r80qlhnts3/gradle-9.1.0/lib/native-platform-0.22-milestone-28.jar) WARNING: Use --enable-native-access=ALL-UNNAMED to avoid a warning for callers in this module WARNING: Restricted methods will be blocked in a future release unless native access is enabled Starting a Gradle Daemon (subsequent builds will be faster) > Task :compileKnn Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: /l/util.nightly/src/main/perf/SearchTask.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. [Incubating] Problems report is available at: file:///l/util.nightly/build/reports/problems/problems-report.html Deprecated Gradle features were used in this build, making it incompatible with Gradle 10. You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins. For more on this, please refer to https://docs.gradle.org/9.1.0/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation. BUILD SUCCESSFUL in 6s 1 actionable task: 1 executed Consider enabling configuration cache to speed up this build: https://docs.gradle.org/9.1.0/userguide/configuration_cache_enabling.html CPU Information: model: AMD Ryzen Threadripper 3990X 64-Core Processor logical cores: 128 physical cores per socket: 64 microcode: 0x830107d flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb cat_l3 cdp_l3 hw_pstate ssbd mba ibpb stibp vmmcall fsgsbase bmi1 avx2 smep bmi2 cqm rdt_a rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local clzero irperf xsaveerptr rdpru wbnoinvd arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif v_spec_ctrl umip rdpid overflow_recov succor smca sev sev_es vmx flags: none bugs: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass retbleed smt_rsb srso ibpb_no_ret spectre_v2_user vmscape Memory Information: total RAM: 251.72 GB free RAM: 36.11 GB available RAM: 242.74 GB used RAM: 8.98 GB dirty RAM: 3.65 MB smell vectors from /big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec smell: sampling 2000 of 39709371 vectors for per-dim distribution... smell: 100/2000 ( 5%) 2.7s smell: 200/2000 ( 10%) 2.7s smell: 300/2000 ( 15%) 2.7s smell: 400/2000 ( 20%) 2.7s smell: 500/2000 ( 25%) 2.7s smell: 600/2000 ( 30%) 2.7s smell: 700/2000 ( 35%) 2.7s smell: 800/2000 ( 40%) 2.7s smell: 900/2000 ( 45%) 2.7s smell: 1000/2000 ( 50%) 2.7s smell: 1100/2000 ( 55%) 2.7s smell: 1200/2000 ( 60%) 2.7s smell: 1300/2000 ( 65%) 2.7s smell: 1400/2000 ( 70%) 2.7s smell: 1500/2000 ( 75%) 2.7s smell: 1600/2000 ( 80%) 2.7s smell: 1700/2000 ( 85%) 2.7s smell: 1800/2000 ( 90%) 2.7s smell: 1900/2000 ( 95%) 2.9s smell: 2000/2000 (100%) 2.9s smell: 3 degenerate dim(s) found in 3.0s: (OUTLIER_SPREAD: std of all dims: μ=0.027, σ=0.007, threshold=3.0σ) [ ▃▆▇██▅▂ ] dim 0585 μ= -0.034 σ= 0.049 zeros= 0% [ ▁▁▂▂▅████████▆▄▂▁ ] -> OUTLIER_SPREAD: this_std=0.0490, 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.016 σ= 0.048 zeros= 0% [ ▁▂▄▆███████▆▄▁▁ ] -> OUTLIER_SPREAD: this_std=0.0483, mean_std=0.0266, +3.1sigma vs threshold=3.0sigma smell: all 1024 dims: [ ▃▅▅█▆▄▂ ] dim 0000 μ= +0.002 σ= 0.023 zeros= 0% [ ▁▁▃▄▆███████▇▅▂▂ ] [ ▃▄▇▆█▅▄▁ ] dim 0001 μ= +0.018 σ= 0.026 zeros= 0% [ ▁▁▂▆█████████▅▂▁ ] [ ▃▄▇█▆▂ ] dim 0002 μ= -0.006 σ= 0.033 zeros= 0% [ ▁▂▅▇███████▅▂▁ ] [ ▄███▅▄▁ ] dim 0003 μ= +0.022 σ= 0.028 zeros= 0% [ ▁▂▃▆████████▅▃▂▁ ] [ ▁▄▆█▅▂ ] dim 0004 μ= -0.017 σ= 0.027 zeros= 0% [ ▁▂▄▆███████▅▃▂ ] [ ▄▅█▇▄▃ ] dim 0005 μ= -0.007 σ= 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.019 zeros= 0% [ ▁▁▂▄▇██████▅▃▁ ] [ ▁▄▆█▆▆▃ ] dim 0009 μ= +0.008 σ= 0.029 zeros= 0% [ ▁▁▂▄▅███████▇▅▃▁▁ ] [ ▅▆▇█▇▅▁ ] dim 0010 μ= +0.014 σ= 0.033 zeros= 0% [ ▁▂▄▆████████▇▃▃▁ ] [ ▁▃▇█▆▄▃ ] dim 0011 μ= -0.012 σ= 0.036 zeros= 0% [ ▁▂▃▆████████▅▂▁▁ ] [ ▁▃▇██▄▁ ] dim 0012 μ= +0.012 σ= 0.018 zeros= 0% [ ▁▂▃▅███████▅▃▁▁ ] [ ▃▆▆██▆▄ ] dim 0013 μ= -0.009 σ= 0.021 zeros= 0% [ ▁▃▅▇███████▇▅▂▂▁ ] [ ▃▇█▇▅▃▁ ] dim 0014 μ= +0.007 σ= 0.035 zeros= 0% [ ▁▁▃▅▇███████▅▃▁ ] [ ▁▄▇▇█▇▁ ] dim 0015 μ= -0.001 σ= 0.021 zeros= 0% [ ▂▄▅███████▇▄▂▁▁ ] [ ▃▇█▇▅▂ ] dim 0016 μ= +0.001 σ= 0.028 zeros= 0% [ ▁▂▅▇███████▆▄▂▁▁ ] [ ▁▅█▇█▆ ] dim 0017 μ= +0.015 σ= 0.032 zeros= 0% [ ▂▃▆███████▅▂▁ ] [ ▂▄▆█▇▅▄▃ ] dim 0018 μ= +0.014 σ= 0.036 zeros= 0% [ ▁▂▄▅▇████████▇▄▃▂▁ ] [ ▄█▇▇▅ ] dim 0019 μ= +0.006 σ= 0.031 zeros= 0% [ ▁▂▃▅███████▅▂▁ ] [ ▂▄▅█▅▂ ] dim 0020 μ= +0.012 σ= 0.023 zeros= 0% [ ▁▁▃▅███████▇▆▂▁ ] [ ▁▄█▆▅▃▁ ] dim 0021 μ= +0.009 σ= 0.022 zeros= 0% [ ▁▃▆███████▆▄▁ ] [ ▂▄█▇▄▁ ] dim 0022 μ= +0.002 σ= 0.036 zeros= 0% [ ▁▂▄▇██████▇▅▃▂▁ ] [ ▁▅▅▇█▇▄▃ ] dim 0023 μ= -0.008 σ= 0.045 zeros= 0% [ ▁▂▅▇████████▆▄▃▁ ] [ ▁▃▆█▇▆▄ ] dim 0024 μ= -0.005 σ= 0.033 zeros= 0% [ ▁▂▃▅████████▆▃▂▁ ] [ ▁▄▆▇█▅▅▂ ] dim 0025 μ= +0.018 σ= 0.027 zeros= 0% [ ▁▁▃▆████████▇▄▂▁ ] [ ▂▅██▆▄▁ ] dim 0026 μ= +0.026 σ= 0.024 zeros= 0% [▁▁▂▄▇███████▅▃▁▁ ] [ ▂▅▇██▄▃ ] dim 0027 μ= -0.007 σ= 0.028 zeros= 0% [ ▁▂▄▆███████▇▅▂▁ ] [ ▂▄▇██▄ ] dim 0028 μ= +0.025 σ= 0.028 zeros= 0% [ ▁▂▄▇██████▇▆▃▂▁ ] [ ▁▅▇█▇▄▃ ] dim 0029 μ= -0.001 σ= 0.028 zeros= 0% [ ▁▁▄▅▇███████▇▄▂▂▁ ] [ ▁▂▄█▆▄▂ ] dim 0030 μ= -0.010 σ= 0.024 zeros= 0% [ ▁▁▂▃▆███████▇▆▄▁▁▁ ] [ ▃▇█▇▇▄ ] dim 0031 μ= -0.012 σ= 0.018 zeros= 0% [ ▁▂▅███████▇▄▂▁ ] [ ▂▆▇█▇▄▁ ] dim 0032 μ= +0.030 σ= 0.035 zeros= 0% [ ▁▂▄████████▆▃▂▁ ] [ ▁▄██▇▅▂ ] dim 0033 μ= +0.031 σ= 0.028 zeros= 0% [ ▁▂▄▇███████▇▄▂▁ ] [ ▄▅█▇▆▆▂ ] dim 0034 μ= -0.003 σ= 0.023 zeros= 0% [ ▁▂▄▇███████▅▄▂▁▁ ] [ ▅▆█▅▃ ] dim 0035 μ= +0.009 σ= 0.032 zeros= 0% [ ▁▂▃▆███████▅▂▂▁ ] [ ▅██▆▃ ] dim 0036 μ= +0.001 σ= 0.019 zeros= 0% [ ▁▁▄▆▇█████▇▅▃▁▁ ] [ ▁▄▆▇█▅▃ ] dim 0037 μ= -0.027 σ= 0.025 zeros= 0% [ ▁▂▄▇███████▇▅▃▂▁ ] [ ▁▅██▇▄▁ ] dim 0038 μ= -0.001 σ= 0.020 zeros= 0% [ ▁▂▅████████▇▃▂ ] [ ▂▄█▇█▆▁ ] dim 0039 μ= +0.034 σ= 0.028 zeros= 0% [ ▁▃▅▆███████▆▄▂▁ ] [ ▃▄██▅▃ ] dim 0040 μ= +0.012 σ= 0.036 zeros= 0% [ ▁▁▂▃▅███████▇▄▂▁▁ ] [ ▃▇▇██▅▁ ] dim 0041 μ= +0.004 σ= 0.017 zeros= 0% [ ▁▂▂▅████████▆▃▁▁ ] [ ▃▇█▆▃ ] dim 0042 μ= -0.017 σ= 0.026 zeros= 0% [ ▂▃▅▇██████▅▂▂▁ ] [ ▁▄▇█▆▅▁ ] dim 0043 μ= +0.013 σ= 0.026 zeros= 0% [ ▂▃▅███████▅▄▂▁ ] [ ▁▆▆█▆▃ ] dim 0044 μ= -0.024 σ= 0.030 zeros= 0% [ ▁▃▅▇███████▆▄▂▁ ] [ ▂▄█▇█▆▁ ] dim 0045 μ= +0.018 σ= 0.024 zeros= 0% [ ▁▂▄▅███████▆▄▁▁ ] [ ▂▂▄▇█▅▄ ] dim 0046 μ= +0.012 σ= 0.020 zeros= 0% [▁▁▂▃▅████████▅▃▂▁ ] [ ▃▄▆█▆▂ ] dim 0047 μ= +0.005 σ= 0.030 zeros= 0% [ ▁▂▃▆████████▅▄▂▁ ] [ ▂▅█▅▆▂ ] dim 0048 μ= +0.012 σ= 0.040 zeros= 0% [ ▁▁▃▄████████▆▄▂▁ ] [ ▃▆▇█▆▃▁ ] dim 0049 μ= +0.024 σ= 0.028 zeros= 0% [ ▁▃▅▇███████▅▄▂▁ ] [ ▂▄▇█▇▅▂ ] dim 0050 μ= +0.013 σ= 0.029 zeros= 0% [ ▁▂▂▄▇███████▆▄▃▁ ] [ ▅▆█▆▃ ] dim 0051 μ= -0.001 σ= 0.030 zeros= 0% [ ▂▄▄███████▅▃▁▁ ] [ ▁▄▅█▆▄▂ ] dim 0052 μ= +0.005 σ= 0.016 zeros= 0% [ ▁▃▃▅███████▇▅▂▁▁ ] [ ▂▆▇█▆▄ ] dim 0053 μ= -0.003 σ= 0.020 zeros= 0% [ ▁▂▄▅▇███████▅▃▂▁▁ ] [ ▁▅███▆▁ ] dim 0054 μ= +0.014 σ= 0.024 zeros= 0% [ ▁▂▄▆███████▇▄▂▁ ] [ ▅▆██▅ ] dim 0055 μ= +0.016 σ= 0.023 zeros= 0% [ ▁▃▅███████▅▃▁ ] [ ▁▃▆██▅▃ ] dim 0056 μ= +0.018 σ= 0.030 zeros= 0% [ ▁▁▃▃▆████████▅▃▁▁ ] [ ▁▄▇▇█▆▁ ] dim 0057 μ= +0.013 σ= 0.034 zeros= 0% [ ▁▁▂▃▆████████▄▁▁▁ ] [ ▁▄▅█▇▅▃ ] dim 0058 μ= +0.013 σ= 0.032 zeros= 0% [ ▁▂▄▇███████▆▄▂▁▁ ] [ ▂▃▆▇█▂ ] dim 0059 μ= +0.010 σ= 0.028 zeros= 0% [ ▁▃▆██████▇▄▄▁ ] [ ▁▄▇▆█▅▃ ] dim 0060 μ= +0.008 σ= 0.012 zeros= 0% [ ▁▂▄▆███████▇▄▂▁ ] [ ▂▆██▇▃ ] dim 0061 μ= -0.016 σ= 0.029 zeros= 0% [ ▂▄▆███████▆▄▂▂ ] [ ▃▆▆█▇▆▃ ] dim 0062 μ= -0.031 σ= 0.035 zeros= 0% [▁▁▂▄▇███████▇▅▃▂▁ ] [ ▃▆██▆▅▂ ] dim 0063 μ= +0.016 σ= 0.025 zeros= 0% [ ▁▁▂▄▇███████▇▄▂▁ ] [ ▂▆▆██▆▃ ] dim 0064 μ= -0.011 σ= 0.031 zeros= 0% [ ▁▂▄████████▆▄▃▁▁ ] [ ▂▆███▅▁ ] dim 0065 μ= +0.004 σ= 0.028 zeros= 0% [ ▁▁▃▅▇███████▆▄▂▁ ] [ ▃▆▇█▇▇▂ ] dim 0066 μ= +0.009 σ= 0.022 zeros= 0% [ ▁▂▄▇████████▄▃▁▁ ] [ ▂▄█▇▅▂ ] dim 0067 μ= -0.003 σ= 0.038 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.009 σ= 0.030 zeros= 0% [ ▁▃▇███████▇▄▂▁ ] [ ▃▆█▅▄▁ ] dim 0072 μ= +0.013 σ= 0.020 zeros= 0% [ ▁▂▃▅███████▆▄▃▁ ] [ ▂▃██▅▅ ] dim 0073 μ= +0.007 σ= 0.014 zeros= 0% [ ▁▂▃▅███████▅▃▂▁ ] [ ▃▆██▄▂ ] dim 0074 μ= -0.012 σ= 0.032 zeros= 0% [ ▁▂▃▄▇███████▇▅▃▂▁ ] [ ▁▄▇██▅▁ ] dim 0075 μ= -0.005 σ= 0.024 zeros= 0% [ ▁▁▂▆███████▅▃▁ ] [ ▅▄▇█▆▄▁ ] dim 0076 μ= -0.002 σ= 0.020 zeros= 0% [ ▁▁▂▄▆████████▅▂▂▁ ] [ ▂▇█▇█▄ ] dim 0077 μ= -0.009 σ= 0.040 zeros= 0% [ ▁▂▃▅████████▇▄▂▁▁ ] [ ▂▆▇██▅▂ ] dim 0078 μ= +0.015 σ= 0.022 zeros= 0% [ ▁▁▃▅████████▆▃▂▁ ] [ ▄▇██▇▄ ] dim 0079 μ= +0.010 σ= 0.027 zeros= 0% [ ▁▂▃▇▇███████▅▃▂ ] [ ▁▄▆█▆▄▁ ] dim 0080 μ= -0.013 σ= 0.014 zeros= 0% [ ▁▁▂▄▅███████▇▃▂▁ ] [ ▂▄▆██▄▂▁ ] dim 0081 μ= +0.011 σ= 0.025 zeros= 0% [ ▁ ▂▂▅▇████████▆▄▃▁▁] [ ▁▅██▇▃ ] dim 0082 μ= +0.013 σ= 0.038 zeros= 0% [ ▁▂▃▇███████▅▃▁▁ ] [ ▁▄▆▆█▅▃ ] dim 0083 μ= +0.014 σ= 0.024 zeros= 0% [ ▁▂▄▆█████████▅▄▂▁ ] [ ▃▄█▇▅▂ ] dim 0084 μ= +0.012 σ= 0.033 zeros= 0% [ ▁▂▄███████▆▄▂▁ ] [ ▁▅█▇▅▃▁ ] dim 0085 μ= -0.002 σ= 0.024 zeros= 0% [ ▁▂▃▇███████▆▃▂▁▁ ] [ ▄▆▅██▅▁ ] dim 0086 μ= -0.018 σ= 0.031 zeros= 0% [ ▁▂▃▆█████████▄▃▁ ] [ ▁▅▆█▆▃ ] dim 0087 μ= +0.010 σ= 0.024 zeros= 0% [ ▁▃▅▇███████▆▄▂▁▁ ] [ ▂▅██▇▅▃ ] dim 0088 μ= -0.010 σ= 0.028 zeros= 0% [ ▁▁▂▅█████████▅▃▂▁ ] [ ▁▅▅█▇▆▂ ] dim 0089 μ= +0.022 σ= 0.032 zeros= 0% [ ▁▁▃▅▇████████▆▄▂▁▁ ] [ ▄▆██▄▁ ] dim 0090 μ= +0.004 σ= 0.035 zeros= 0% [ ▁▁▄▆███████▆▄▁▁ ] [ ▁▄▆██▃▁ ] dim 0091 μ= +0.032 σ= 0.021 zeros= 0% [ ▂▂▅███████▆▃▁ ] [ ▃▇██▇▄▁ ] dim 0092 μ= +0.035 σ= 0.034 zeros= 0% [ ▁▁▁▃▅▇███████▆▃▁▁ ] [ ▁▄▆█▇▆▂ ] dim 0093 μ= -0.005 σ= 0.036 zeros= 0% [ ▁▂▅▇███████▇▆▃▂▁ ] [ ▁▄▆███▃ ] dim 0094 μ= +0.001 σ= 0.028 zeros= 0% [ ▁▁▃▆███████▇▅▃▂ ] [ ▂▄█▇▇▆▂ ] dim 0095 μ= -0.011 σ= 0.013 zeros= 0% [ ▂▂▃████████▇▄▂▁▁] [ ▂▆▅█▅▃ ] dim 0096 μ= +0.005 σ= 0.032 zeros= 0% [ ▁▁▄▅▇███████▅▃▂▁ ] [ ▁▆▆█▃▄▁ ] dim 0097 μ= -0.005 σ= 0.024 zeros= 0% [ ▁▂▄████████▅▃▁▁ ] [ ▂▄▇█▄▃ ] dim 0098 μ= +0.006 σ= 0.025 zeros= 0% [ ▁▂▄███████▆▄▂▁ ] [ ▄█▅▅▃▁ ] dim 0099 μ= -0.007 σ= 0.020 zeros= 0% [ ▁▁▃▆███████▅▄▂▁ ] [ ▃▆▇█▆▁ ] dim 0100 μ= +0.003 σ= 0.022 zeros= 0% [ ▁▁▂▄███████▇▄▂▁▁ ] [ ▁▃▄█▆▄ ] dim 0101 μ= -0.022 σ= 0.021 zeros= 0% [ ▁▂▄▇███████▆▄▃▁▁ ] [ ▃▇█▇▇▅▂ ] dim 0102 μ= -0.009 σ= 0.023 zeros= 0% [ ▁▂▄████████▆▄▁▁ ] [ ▅▄█▇▅▃ ] dim 0103 μ= +0.008 σ= 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.028 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.019 zeros= 0% [ ▁▁▃▄████████▆▅▂▁▁ ] [ ▂▅██▇▄▂ ] dim 0112 μ= +0.006 σ= 0.025 zeros= 0% [ ▁▁▃▄████████▆▄▂▁▁] [ ▂▄▇█▇▄ ] dim 0113 μ= -0.014 σ= 0.017 zeros= 0% [ ▁▂▄▆███████▇▄▂▁▁ ] [ ▅▆█▆▅▂ ] dim 0114 μ= -0.006 σ= 0.037 zeros= 0% [ ▁▁▃▅▇██████▆▄▂▁ ] [ ▁▄▇█▆▆▅▁ ] dim 0115 μ= -0.014 σ= 0.034 zeros= 0% [ ▁▂▄▄█████████▇▅▄▂▁ ] [ ▂▄▅█▇▅▆ ] dim 0116 μ= +0.007 σ= 0.018 zeros= 0% [ ▁▁▂▃▆████████▆▃▂▁ ] [ ▂▅▇█▇▅▁ ] dim 0117 μ= -0.006 σ= 0.016 zeros= 0% [ ▁▂▄▇████████▄▂▁ ] [ ▁▃▆▇█▅▅▁ ] dim 0118 μ= -0.012 σ= 0.033 zeros= 0% [▁▁▂▃▅████████▇▄▂▂ ] [ ▁▅▆██▄▁ ] dim 0119 μ= -0.011 σ= 0.028 zeros= 0% [▁▁▁▃▄▆███████▇▄▂▂▁ ] [ ▁▁█▆▇▄▂▁ ] dim 0120 μ= -0.032 σ= 0.039 zeros= 0% [ ▁▂▃▆████████▅▃▂▁ ] [ ▂▃▆▇█▅▃ ] dim 0121 μ= +0.013 σ= 0.025 zeros= 0% [ ▁▁▄▆█████████▇▄▃▁ ] [ ▂▅█▇▇▄ ] dim 0122 μ= -0.003 σ= 0.017 zeros= 0% [ ▁▂▅▇███████▆▃▂▁ ] [ ▄▆▇█▆▃ ] dim 0123 μ= +0.003 σ= 0.023 zeros= 0% [ ▁▂▄▆██████▇▅▃▂ ] [ ▁▄▆▇█▆▂ ] dim 0124 μ= -0.015 σ= 0.021 zeros= 0% [ ▁▁▂▄▇████████▅▃▂▁ ] [ ▂▆▇▇█▄▂ ] dim 0125 μ= -0.004 σ= 0.046 zeros= 0% [ ▁▂▄▆████████▅▃▁ ] [ ▁▃▇██▇▂ ] dim 0126 μ= +0.022 σ= 0.018 zeros= 0% [ ▁▂▃▆███████▇▄▁▁▁ ] [ ▁▃▆█▆▅▂ ] dim 0127 μ= -0.020 σ= 0.023 zeros= 0% [ ▁▂▂▅▇████████▅▃▂▁ ] [ ▁▅▇█▆▃ ] dim 0128 μ= -0.018 σ= 0.030 zeros= 0% [ ▁▃▅██████▇▄▂▁ ] [ ▃▆█▇▆▃▁ ] dim 0129 μ= -0.008 σ= 0.040 zeros= 0% [ ▁▁▂▄████████▅▃▂ ] [ ▄▆█▅▂ ] dim 0130 μ= -0.029 σ= 0.023 zeros= 0% [ ▁▂▃▅███████▄▄▂▁ ] [ ▁▄▅█▆▃ ] dim 0131 μ= -0.002 σ= 0.028 zeros= 0% [ ▁▂▄▇███████▆▄▂▁▁ ] [ ▁▄█▇█▇▆▂ ] dim 0132 μ= +0.006 σ= 0.025 zeros= 0% [ ▁▂▄▇████████▆▅▂▁ ] [ ▂▆██▆▂▁ ] dim 0133 μ= +0.009 σ= 0.015 zeros= 0% [ ▁▁▂▃▅████████▄▃▁ ] [ ▃▇█▆▃ ] dim 0134 μ= +0.024 σ= 0.024 zeros= 0% [ ▁▂▄▆█████▇▄▃▁ ] [ ▂▅▇█▃▂ ] dim 0135 μ= -0.004 σ= 0.031 zeros= 0% [ ▁▂▄▇██████▇▃▂▁ ] [ ▁▄▅█▆▃ ] dim 0136 μ= +0.008 σ= 0.040 zeros= 0% [ ▁▁▂▃▆███████▅▃▁▁ ] [ ▄▄███▄▁ ] dim 0137 μ= -0.022 σ= 0.029 zeros= 0% [ ▂▃▅▇███████▇▄▃▁▁ ] [ ▁▅▇▇█▆▃ ] dim 0138 μ= +0.035 σ= 0.027 zeros= 0% [ ▁▂▄▆████████▅▃▁ ] [ ▃▆█▇▅▂ ] dim 0139 μ= +0.007 σ= 0.028 zeros= 0% [ ▁▂▃▅████████▅▃▁▁ ] [ ▁▃▅██▆▃▁ ] dim 0140 μ= +0.007 σ= 0.022 zeros= 0% [ ▁▂▄▆████████▇▄▂▁ ▁] [ ▂▆███▅▁ ] dim 0141 μ= +0.006 σ= 0.022 zeros= 0% [▁▁▂▄▇███████▆▄▂▁ ] [ ▆▅██▇▄ ] dim 0142 μ= +0.010 σ= 0.015 zeros= 0% [ ▁▃▄▇████████▅▂▁▁ ] [ ▁▄▆██▇▇▂ ] dim 0143 μ= +0.002 σ= 0.026 zeros= 0% [ ▁▁▄▆████████▇▅▂▂▁ ] [ ▃▇▅█▅▄▂ ] dim 0144 μ= +0.006 σ= 0.036 zeros= 0% [ ▁▂▄▇████████▆▄▂ ] [ ▂███▆▂▁ ] dim 0145 μ= -0.017 σ= 0.018 zeros= 0% [ ▁▁▂▄▇███████▆▂▁▁ ] [ ▁▆▆██▅▁ ] dim 0146 μ= +0.017 σ= 0.033 zeros= 0% [ ▁▂▃▆███████▆▃▁▁ ] [ ▁▅▇▇█▇▅▃ ] dim 0147 μ= +0.025 σ= 0.029 zeros= 0% [ ▁▁▂▄▇████████▆▃▂▁ ] [ ▃▆█▅▂ ] dim 0148 μ= -0.003 σ= 0.017 zeros= 0% [ ▁▁▂▅▇█████▆▃▂▁ ] [ ▆▆█▅ ] dim 0149 μ= -0.014 σ= 0.024 zeros= 0% [ ▁▂▃▇██████▅▂▁▁ ] [ ▄▇▆█▅▁ ] dim 0150 μ= -0.010 σ= 0.036 zeros= 0% [ ▁▂▃▅███████▇▄▂▁ ] [ ▃▆███▃▁ ] dim 0151 μ= +0.010 σ= 0.038 zeros= 0% [ ▁▁▂▃▆████████▅▂▁▁ ] [ ▃▆█▇▄▁ ] dim 0152 μ= +0.024 σ= 0.017 zeros= 0% [ ▁▁▃▅███████▅▄▂▁ ] [ ▄▆▆█▅▃▁ ] dim 0153 μ= -0.028 σ= 0.029 zeros= 0% [ ▁▁▃▄▇███████▆▃▁▁ ] [ ▂▅▆█▇▅▁ ] dim 0154 μ= -0.007 σ= 0.034 zeros= 0% [ ▁▂▃▆███████▆▃▂▁ ] [ ▄▇█▇▆▃ ] dim 0155 μ= +0.008 σ= 0.013 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.002 σ= 0.036 zeros= 0% [ ▁▁▂▄▇██████▆▅▃▁▁ ] [ ▁▄▇█▆▆▂ ] dim 0160 μ= -0.002 σ= 0.026 zeros= 0% [ ▁▁▂▃▅▆████████▅▂▂▁ ] [ ▅▆█▇▄▂ ] dim 0161 μ= -0.005 σ= 0.033 zeros= 0% [ ▁▂▄▇██████▆▄▂▁ ] [ ▁▅██▆▃ ] dim 0162 μ= -0.004 σ= 0.024 zeros= 0% [ ▁▂▄▆██████▇▄▂▁ ] [ ▃▄▇██▄▄▁ ] dim 0163 μ= +0.003 σ= 0.026 zeros= 0% [ ▁▁▂▄▇████████▆▃▂▁▁ ] [ ▁▃▆▇█▇▅▂ ] dim 0164 μ= +0.034 σ= 0.031 zeros= 0% [ ▁▂▄▅████████▆▅▂▁ ▁] [ ▁▄▄█▇▆▃ ] dim 0165 μ= -0.012 σ= 0.026 zeros= 0% [ ▁▁▃▄███████▇▄▃▁▁ ] [ ▁▃▅█▇▆▅▁ ] dim 0166 μ= +0.012 σ= 0.033 zeros= 0% [▁▁▂▂▄▆████████▅▄▃▁▁ ] [ ▁▄▇█▇▄ ] dim 0167 μ= -0.008 σ= 0.016 zeros= 0% [ ▁▁▃▅███████▅▃▁ ] [ ▄▇██▅▃ ] dim 0168 μ= +0.004 σ= 0.015 zeros= 0% [ ▁▁▂▄███████▇▄▂▁ ] [ ▄▅▆▆█▅▁ ] dim 0169 μ= -0.001 σ= 0.029 zeros= 0% [ ▁▁▄▆███████▆▄▂▁ ] [ ▃▄█▆▃ ] dim 0170 μ= +0.021 σ= 0.032 zeros= 0% [ ▁▁▂▅▇██████▅▂▁ ] [ ▅▆█▇▄▂ ] dim 0171 μ= -0.008 σ= 0.029 zeros= 0% [ ▁▁▃▅███████▇▅▃▂▁ ] [ ▂▅█▅▄▁ ] dim 0172 μ= -0.007 σ= 0.024 zeros= 0% [ ▁▂▄███████▅▃▁▁ ] [ ▃████▅▁ ] dim 0173 μ= -0.005 σ= 0.016 zeros= 0% [ ▁▁▃▅████████▆▄▁▁ ] [ ▄▆██▅▃ ] dim 0174 μ= -0.020 σ= 0.028 zeros= 0% [ ▁▂▄▅████████▅▃▁▁ ] [ ▄▆█▆▇▃ ] dim 0175 μ= -0.014 σ= 0.032 zeros= 0% [ ▁▂▃▆███████▇▅▃▁▁ ] [ ▂▇▇██▅▂ ] dim 0176 μ= +0.001 σ= 0.020 zeros= 0% [ ▁▁▂▅▆███████▇▄▂▁ ] [ ▁▄██▇▄ ] dim 0177 μ= +0.010 σ= 0.027 zeros= 0% [ ▁▂▃▅███████▆▄▁ ] [ ▄▄█▆▆▄▁ ] dim 0178 μ= +0.022 σ= 0.022 zeros= 0% [ ▂▄▅████████▅▂▂▁ ] [ ▄▅█▆▄▁ ] dim 0179 μ= -0.020 σ= 0.032 zeros= 0% [ ▁▁▂▅███████▆▃▂▁ ] [ ▂▆██▇▃ ] dim 0180 μ= +0.008 σ= 0.024 zeros= 0% [ ▁▃▅▇███████▄▂▁ ] [ ▁▂▆██▆▄▁ ] dim 0181 μ= -0.002 σ= 0.026 zeros= 0% [ ▁▁▃▅████████▅▄▁ ] [ ▁▄▆█▆▃ ] dim 0182 μ= -0.030 σ= 0.027 zeros= 0% [ ▁▂▄▆███████▅▃▁ ] [ ▃▇█▆▅▄ ] dim 0183 μ= -0.005 σ= 0.044 zeros= 0% [ ▁▄▆███████▇▇▃▂▂ ] [ ▂▆██▆▅ ] dim 0184 μ= +0.006 σ= 0.034 zeros= 0% [ ▁▃▄▆███████▆▃▁ ] [ ▁▅████▃ ] dim 0185 μ= -0.017 σ= 0.030 zeros= 0% [ ▁▂▄▇████████▆▄▂▁▁ ] [ ▃▇▇█▇▆ ] dim 0186 μ= -0.005 σ= 0.019 zeros= 0% [ ▁▁▃▅████████▆▄▂▁ ] [ ▁▃▅██▄▄ ] dim 0187 μ= +0.005 σ= 0.024 zeros= 0% [▁▁▂▄▅████████▆▄▂▁▁ ] [ ▄▇█▇▅▄ ] dim 0188 μ= +0.034 σ= 0.019 zeros= 0% [ ▁▂▃▆████████▆▃▂ ] [ ▁▄▇█▇▆▃ ] dim 0189 μ= +0.017 σ= 0.042 zeros= 0% [ ▁▁▂▅▇████████▆▃▂▁ ] [ ▁▅▇█▆▃▂ ] dim 0190 μ= -0.010 σ= 0.037 zeros= 0% [ ▁▁▂▄▅███████▆▄▂▂▁ ] [ ▂▅█▇▇▅▁ ] dim 0191 μ= -0.005 σ= 0.036 zeros= 0% [ ▁▁▄▆███████▇▃▂▁ ] [ ▄██▅▂ ] dim 0192 μ= -0.021 σ= 0.028 zeros= 0% [ ▁▃▆███████▄▂▁▁ ] [ ▄▆▆█▆▂ ] dim 0193 μ= +0.000 σ= 0.032 zeros= 0% [ ▁▂▄▇██████▇▄▂▁ ] [ ▂▆█▅▅▁ ] dim 0194 μ= -0.010 σ= 0.029 zeros= 0% [ ▁▂▃▅███████▆▃▂▁▁ ] [ ▂▅█▇▇▄ ] dim 0195 μ= +0.027 σ= 0.026 zeros= 0% [▁▁▁▄▅▇███████▅▄▃▁ ] [ ▃▆▇██▅▂ ] dim 0196 μ= +0.026 σ= 0.024 zeros= 0% [ ▂▃▄▆████████▅▃▁▁ ] [ ▂▆▆█▆▅▁ ] dim 0197 μ= -0.013 σ= 0.016 zeros= 0% [ ▁▂▄▇███████▆▃▁▁ ] [ ▁▂▇█▇▄▁ ] dim 0198 μ= +0.003 σ= 0.024 zeros= 0% [ ▁▂▃▅███████▆▃▂▁ ] [ ▃▇▇█▄▃ ] dim 0199 μ= +0.018 σ= 0.031 zeros= 0% [ ▁▃▃▆████████▄▃▁▁ ] [ ▁▂▅▇█▅▃▁ ] dim 0200 μ= +0.001 σ= 0.030 zeros= 0% [ ▁▁▃▅████████▆▄▂▂ ] [ ▃▆█▆▅▃ ] dim 0201 μ= -0.010 σ= 0.016 zeros= 0% [ ▁▁▁▅▇████████▆▄▂▁ ] [ ▁▃▅██▅▃ ] dim 0202 μ= +0.000 σ= 0.023 zeros= 0% [ ▁▂▄▆███████▇▅▂▁▁ ] [ ▃▅▇█▇▄▄▂ ] dim 0203 μ= +0.028 σ= 0.029 zeros= 0% [ ▁▂▃▄█████████▆▄▂▁ ] [ ▁▃█▆▆▄ ] dim 0204 μ= -0.001 σ= 0.033 zeros= 0% [ ▁▁▂▃▆███████▇▃▂▁ ] [ ▄▇▆█▅▅▁ ] dim 0205 μ= +0.015 σ= 0.025 zeros= 0% [ ▁▂▃▆████████▆▄▁▁▁ ] [ ▄██▇▂ ] dim 0206 μ= +0.004 σ= 0.025 zeros= 0% [ ▁▃▄██████▇▄▂▁ ] [ ▁▃▆█▆▅▂ ] dim 0207 μ= +0.009 σ= 0.033 zeros= 0% [ ▁▂▂▄▇████████▄▃▁▁ ] [ ▁▅▅█▄ ] dim 0208 μ= -0.027 σ= 0.019 zeros= 0% [ ▁▂▅▇██████▆▄▂▁ ] [ ▂▆███▅▃▁ ] dim 0209 μ= +0.017 σ= 0.024 zeros= 0% [▁ ▁▃▅▇████████▆▃▁▁▁ ] [ ▃▄██▅▃ ] dim 0210 μ= -0.008 σ= 0.015 zeros= 0% [ ▁▂▄▇███████▅▃▂▁▁ ] [ ▃▄█▇▄▅ ] dim 0211 μ= +0.002 σ= 0.032 zeros= 0% [ ▁▃▄▇███████▄▃▂ ] [ ▁▄▄▆█▆▄ ] dim 0212 μ= +0.016 σ= 0.033 zeros= 0% [ ▁▂▃▃▆████████▅▃▂▁▁ ] [ ▂▅██▆▃ ] dim 0213 μ= -0.004 σ= 0.026 zeros= 0% [ ▁▂▄▆██████▇▄▂▁▁ ] [ ▃▆▇█▇▃▁ ] dim 0214 μ= -0.003 σ= 0.030 zeros= 0% [ ▁▂▃▅▇███████▆▃▁▁ ] [ ▁▅██▇▅▂ ] dim 0215 μ= +0.000 σ= 0.027 zeros= 0% [ ▁▂▃▆███████▅▃▂▁▁ ] [ ▃▇▇█▆▃▁ ] dim 0216 μ= -0.007 σ= 0.026 zeros= 0% [ ▁▁▃▄▇███████▆▃▂▁ ] [ ▁▄█▆█▃▅ ] dim 0217 μ= +0.002 σ= 0.033 zeros= 0% [ ▁▁▃▆█████████▆▃▂▁ ] [ ▄█▆▆▃ ] dim 0218 μ= -0.001 σ= 0.015 zeros= 0% [ ▁▂▄▆███████▆▃▂▁▁ ] [ ▂▅█▇▅ ] dim 0219 μ= +0.007 σ= 0.030 zeros= 0% [ ▁▃▅███████▆▄▁ ] [ ▂▅███▅▂ ] dim 0220 μ= +0.023 σ= 0.031 zeros= 0% [ ▂▃▄▇███████▆▄▂▁▁ ] [ ▁▇▆█▄▃ ] dim 0221 μ= -0.008 σ= 0.023 zeros= 0% [ ▁▁▃▅▇███████▅▃▁▁ ] [ ▂▆█▆▆▂ ] dim 0222 μ= -0.002 σ= 0.025 zeros= 0% [ ▁▁▁▃▆████████▃▂▁▁ ] [ ▂▄▇█▇▅▄ ] dim 0223 μ= +0.008 σ= 0.024 zeros= 0% [ ▁▂▄▆███████▇▅▂▁▁] [ ▃▃█▇▅▂▁ ] dim 0224 μ= +0.019 σ= 0.031 zeros= 0% [ ▁▂▃▅▇███████▅▃▂▁ ] [ ▂▅▆██▅▁ ] dim 0225 μ= -0.009 σ= 0.028 zeros= 0% [ ▁▂▂▄████████▇▄▃▂ ] [ ▃▄▇█▆▂ ] dim 0226 μ= +0.001 σ= 0.028 zeros= 0% [ ▁▂▅▇███████▅▂▁▁ ] [ ▃▃▆█▆▃ ] dim 0227 μ= -0.033 σ= 0.031 zeros= 0% [ ▁▃▆███████▆▃▁▁ ] [ ▄▅██▅▂▁ ] dim 0228 μ= +0.039 σ= 0.038 zeros= 0% [ ▁▁▂▅████████▄▂▁▁ ] [ ▂▅▇█▇▅▁ ] dim 0229 μ= +0.005 σ= 0.024 zeros= 0% [ ▁▃▄▇███████▅▃▁▁ ] [ ▂▅█▆▇▄▁ ] dim 0230 μ= +0.007 σ= 0.019 zeros= 0% [ ▁ ▁▂▅▇███████▆▃▂▁ ] [ ▄███▅▂ ] dim 0231 μ= -0.017 σ= 0.024 zeros= 0% [ ▁▃▄███████▆▃▂▁ ] [ ▂▄▆█▅▄▁ ] dim 0232 μ= +0.029 σ= 0.025 zeros= 0% [ ▁▂▄▇███████▅▃▂▁ ] [ ▄▆██▆▄ ] dim 0233 μ= -0.028 σ= 0.026 zeros= 0% [ ▁▂▅▇███████▅▃▂▁ ] [ ▄▅▇█▅▂ ] dim 0234 μ= +0.039 σ= 0.030 zeros= 0% [ ▁▂▄▇██████▆▄▂▁ ] [ ▁▃▆▇█▅▁ ] dim 0235 μ= +0.002 σ= 0.021 zeros= 0% [ ▁▁▃▅███████▇▄▂ ] [ ▄▇██▇▃ ] dim 0236 μ= +0.019 σ= 0.039 zeros= 0% [ ▁▁▃▄████████▅▂▁ ] [ ▂▆█▆▅▁ ] dim 0237 μ= -0.010 σ= 0.022 zeros= 0% [ ▁▂▄▆██████▅▃▁ ] [ ▁▅▆██▂▄ ] dim 0238 μ= -0.011 σ= 0.028 zeros= 0% [ ▁▁▂▃▆███████▇▆▃▁▁ ] [ ▂▆▇█▆▅▁ ] dim 0239 μ= -0.018 σ= 0.028 zeros= 0% [ ▁▂▄▅█████████▃▃▁▁ ] [ ▂▄▇██▅▃ ] dim 0240 μ= +0.016 σ= 0.024 zeros= 0% [ ▁▁▃▆███████▆▄▂▁▁ ] [ ▁▃▇█▆▃ ] dim 0241 μ= +0.026 σ= 0.040 zeros= 0% [ ▁▁▃▆██████▇▄▂▁ ] [ ▂▅▇▆█▆▃ ] dim 0242 μ= +0.002 σ= 0.025 zeros= 0% [ ▁▃▄▆████████▅▃▂▁ ] [ ▁▁▆█▆▅▃ ] dim 0243 μ= -0.006 σ= 0.019 zeros= 0% [ ▁▁▃▆███████▇▄▂▁ ] [ ▃▅▆█▃▃ ] dim 0244 μ= -0.007 σ= 0.034 zeros= 0% [ ▁▂▄▇███████▆▃▂▁ ] [ ▁▄▇▇██▆▂ ] dim 0245 μ= +0.002 σ= 0.033 zeros= 0% [ ▁▃▄█████████▅▂▁▁ ] [ ▃▅█▅▄▁ ] dim 0246 μ= -0.015 σ= 0.018 zeros= 0% [ ▂▂▅▆██████▇▃▂▂▁ ] [ ▂▆██▅ ] dim 0247 μ= -0.036 σ= 0.036 zeros= 0% [ ▂▄▇██████▆▂▂▁ ] [ ▃▆▆█▅▂ ] dim 0248 μ= +0.010 σ= 0.034 zeros= 0% [ ▁▁▃▆███████▇▄▂▁ ] [ ▃▇█▇▆▂ ] dim 0249 μ= -0.019 σ= 0.032 zeros= 0% [ ▁▁▃▄███████▇▅▃▂▁▁ ] [ ▂▅█▆█▄▁ ] dim 0250 μ= +0.001 σ= 0.022 zeros= 0% [ ▁▂▂▅████████▅▄▂ ▁ ] [ ▂▅▇█▆▃ ] dim 0251 μ= +0.023 σ= 0.015 zeros= 0% [ ▁▂▄▆██████▇▄▂▁ ] [ ▃▆██▇▄▁ ] dim 0252 μ= -0.004 σ= 0.022 zeros= 0% [ ▁▃▅████████▅▃▁ ] [ ▄▅█▅▃ ] dim 0253 μ= -0.016 σ= 0.023 zeros= 0% [ ▁▂▄▇██████▇▅▄▂▁▁ ] [ ▃▅▇█▇▅▂ ] dim 0254 μ= +0.023 σ= 0.028 zeros= 0% [▁▂▃▅▇████████▅▂▁ ] [ ▄▅▆█▇▆▁ ] dim 0255 μ= -0.011 σ= 0.037 zeros= 0% [ ▁▃▅▇███████▆▄▂▁ ] [ ▃▇███▄▂ ] dim 0256 μ= -0.012 σ= 0.045 zeros= 0% [ ▁▁▃▅▇███████▇▄▂▁ ] [ ▃▆█▅▅▃▁ ] dim 0257 μ= +0.000 σ= 0.029 zeros= 0% [ ▁▁▂▄▇████████▆▄▂▁▁ ] [ ▁▄█▆▅▁ ] dim 0258 μ= +0.003 σ= 0.028 zeros= 0% [ ▁▂▄▆██████▅▃▁ ] [ ▃▄█▇█▄▁ ] dim 0259 μ= +0.004 σ= 0.018 zeros= 0% [ ▁▁▃▅▇███████▆▃▁▁ ] [ ▂▃▆█▇▆▄ ] dim 0260 μ= -0.003 σ= 0.033 zeros= 0% [▁▁▁▄▇████████▇▃▂▁▁ ] [ ▃▇█▆▄▂ ] dim 0261 μ= -0.019 σ= 0.016 zeros= 0% [ ▁▁▁▄▆███████▆▄▃▁ ] [ ▂▄▇█▆▄ ] dim 0262 μ= +0.028 σ= 0.019 zeros= 0% [ ▁▂▃▅███████▅▃▁ ] [ ▁▆▇██▆▅▁ ] dim 0263 μ= -0.011 σ= 0.017 zeros= 0% [ ▁▂▃▆████████▅▃▂▁▁ ] [ ▂▅█▇▇▆▁ ] dim 0264 μ= -0.014 σ= 0.029 zeros= 0% [ ▁▂▅▅███████▆▄▂▁ ] [ ▄▅██▆▆▂ ] dim 0265 μ= -0.011 σ= 0.026 zeros= 0% [ ▁▁▃▅████████▇▄▂▁ ] [ ▃▆█▆▅▃▂ ] dim 0266 μ= +0.003 σ= 0.022 zeros= 0% [ ▁▃▄████████▅▃▂ ] [ ▂██▆▃▁ ] dim 0267 μ= +0.010 σ= 0.018 zeros= 0% [ ▂▄▆███████▆▃▂▁ ] [ ▂▅█▇▆▅▂ ] dim 0268 μ= +0.024 σ= 0.039 zeros= 0% [▁▁▂▄▅████████▇▅▃▂▁▁ ] [ ▁▃█▇▅▂ ] dim 0269 μ= +0.004 σ= 0.028 zeros= 0% [ ▁▂▄▆███████▄▂▁▁ ] [ ▄█▇█▇▅ ] dim 0270 μ= -0.002 σ= 0.031 zeros= 0% [ ▁▃▄███████▇▅▃▁▁ ] [ ▃▅█▆▆▃ ] dim 0271 μ= -0.007 σ= 0.027 zeros= 0% [ ▁▂▃▅▆██████▇▆▃▂▁▁] [ ▃▅▆█▆▅▂ ] dim 0272 μ= -0.009 σ= 0.020 zeros= 0% [ ▁▂▃▅█████████▇▃▂▁ ] [ ▁▄▅▇█▇▅▂ ] dim 0273 μ= +0.013 σ= 0.037 zeros= 0% [ ▁▂▃▅████████▇▆▄▂▁ ] [ ▄▆█▇▄▁ ] dim 0274 μ= +0.008 σ= 0.032 zeros= 0% [ ▁▂▃▆███████▇▅▂▁▁ ] [ ▃▆██▇▅▂ ] dim 0275 μ= +0.021 σ= 0.026 zeros= 0% [ ▁▃▄▆███████▆▅▂▁ ▁] [ ▁▃▅▇█▇▅▃ ] dim 0276 μ= -0.008 σ= 0.021 zeros= 0% [ ▁▁▂▃█████████▆▃▁▁ ] [ ▁▄█▇▇▅▁ ] dim 0277 μ= +0.007 σ= 0.027 zeros= 0% [ ▁▃▄▇███████▇▅▄▂▁ ] [ ▂▃▇█▆▅▃ ] dim 0278 μ= -0.009 σ= 0.021 zeros= 0% [ ▁▂▄▇████████▅▃▁▁ ] [ ▂▅██▇▃ ] dim 0279 μ= +0.020 σ= 0.033 zeros= 0% [ ▁▁▁▄▇██████▇▅▂▁ ] [ ▃▇█▇▅▁ ] dim 0280 μ= +0.026 σ= 0.023 zeros= 0% [ ▁▁▂▄▅▇███████▄▂▁ ] [ ▃▆██▆▁ ] dim 0281 μ= +0.003 σ= 0.025 zeros= 0% [ ▁▂▄▆███████▆▄▁▁▁ ] [ ▁▄▇▇██▃ ] dim 0282 μ= +0.005 σ= 0.018 zeros= 0% [ ▁▁▃▄████████▅▃▂▁ ] [ ▄▇█▆▅ ] dim 0283 μ= -0.007 σ= 0.029 zeros= 0% [ ▂▃▆▇██████▅▂▂▁ ] [ ▁▄▆█▆▁ ] dim 0284 μ= -0.052 σ= 0.032 zeros= 0% [ ▁▁▄▆███████▄▃▂▁ ] [ ▁▅▇█▅▂ ] dim 0285 μ= +0.008 σ= 0.033 zeros= 0% [ ▁▂▄▆██████▇▅▂▁ ] [ ▁▃██▄▃ ] dim 0286 μ= -0.008 σ= 0.033 zeros= 0% [ ▁▂▄▇██████▇▄▂▁ ] [ ▁▄██▇▇▃ ] dim 0287 μ= +0.005 σ= 0.021 zeros= 0% [ ▂▃▅███████▇▄▃▁▁ ] [ ▁▃██▆▄ ] dim 0288 μ= -0.013 σ= 0.042 zeros= 0% [ ▁▁▄▆██████▇▅▃▂▁ ] [ ▃▄█▅▂▁ ] dim 0289 μ= +0.011 σ= 0.024 zeros= 0% [ ▁▂▄▆▇██████▆▄▁▁▁ ] [ ▂▆█▇█▆▂ ] dim 0290 μ= +0.015 σ= 0.035 zeros= 0% [ ▁▂▄▆███████▆▄▂▁ ] [ ▂▄▅█▆▅▂ ] dim 0291 μ= -0.015 σ= 0.014 zeros= 0% [ ▁▂▄▆███████▆▃▂▁▁ ] [ ▂▃▅▇█▇▂ ] dim 0292 μ= +0.003 σ= 0.033 zeros= 0% [ ▂▃▆████████▆▃▁▁ ] [ ▂▇██▅▁ ] dim 0293 μ= +0.020 σ= 0.020 zeros= 0% [ ▁▂▄▇██████▆▃▁ ] [ ▁▄▇▆▇█▃▁ ] dim 0294 μ= -0.005 σ= 0.026 zeros= 0% [ ▁▁▂▄▇████████▆▄▂▂▁ ] [ ▁▅▆██▄▁ ] dim 0295 μ= -0.001 σ= 0.012 zeros= 0% [ ▁▂▂▄▇███████▇▄▃▂▁ ] [ ▁▆██▆▄ ] dim 0296 μ= +0.002 σ= 0.024 zeros= 0% [ ▁▃▄▇███████▆▃▁▁ ] [ ▃▆██▆▄▁ ] dim 0297 μ= -0.004 σ= 0.017 zeros= 0% [ ▁▂▄▇███████▄▂▁▁ ] [ ▁▅▇▇█▅▃ ] dim 0298 μ= -0.011 σ= 0.023 zeros= 0% [ ▁▂▅▇███████▆▅▃▁ ] [ ▄▇██▆▂ ] dim 0299 μ= +0.001 σ= 0.026 zeros= 0% [ ▁▂▃▅███████▇▄▂▁ ] [ ▁▂▆▇█▇▃▁ ] dim 0300 μ= -0.022 σ= 0.031 zeros= 0% [▁▁▂▄▆████████▇▄▂▁▁ ] [ ▁▄▅█▄▃ ] dim 0301 μ= +0.007 σ= 0.025 zeros= 0% [ ▁▁▃▃▇██████▇▅▃▁▁ ] [ ▂▆█▇█▇▄ ] dim 0302 μ= +0.006 σ= 0.036 zeros= 0% [ ▁▁▂▅█████████▅▃▂▁▁] [ ▂▅█▆▆▂ ] dim 0303 μ= -0.018 σ= 0.016 zeros= 0% [ ▁▂▄▆██████▇▅▂▁▁ ] [ ▃█▇█▆▅ ] dim 0304 μ= -0.000 σ= 0.031 zeros= 0% [ ▂▃▅████████▆▃▁ ] [ ▂▆██▇▄ ] dim 0305 μ= +0.024 σ= 0.035 zeros= 0% [ ▁▂▅▇███████▅▂▁ ] [ ▃▆█▇▅▂ ] dim 0306 μ= +0.013 σ= 0.037 zeros= 0% [ ▁▃▄▇██████▆▄▂▁ ] [ ▂▄▅█▃▁ ] dim 0307 μ= +0.010 σ= 0.016 zeros= 0% [ ▁▂▄▇██████▆▄▂▁ ] [ ▁▄▇█▆▆▁ ] dim 0308 μ= +0.030 σ= 0.037 zeros= 0% [ ▁▂▃▆███████▅▄▂▁ ] [ ▂▅█▇▅▄ ] dim 0309 μ= +0.002 σ= 0.030 zeros= 0% [ ▁▁▂▅▇██████▅▃▁▁ ] [ ▃██▇▄▁ ] dim 0310 μ= -0.002 σ= 0.010 zeros= 0% [ ▁▂▅███████▆▄▂▁ ] [ ▂▆▅██▄▃ ] dim 0311 μ= +0.007 σ= 0.013 zeros= 0% [ ▁▂▃▅█████████▅▃▁▁ ] [ ▃▅█▆▄▁ ] dim 0312 μ= +0.018 σ= 0.035 zeros= 0% [ ▁▁▃▅▆████████▄▃▂▁ ] [ ▂▆▇██▆▁ ] dim 0313 μ= +0.003 σ= 0.020 zeros= 0% [ ▁▃▅▆███████▆▄▃▁ ] [ ▄▆█▆▇▂▁ ] dim 0314 μ= +0.003 σ= 0.045 zeros= 0% [ ▁▁▂▆████████▆▃▁▁ ] [ ▅█▇▇▃ ] dim 0315 μ= -0.000 σ= 0.022 zeros= 0% [ ▁▁▂▅██████▆▄▁▁ ] [ ▃▆█▆▂ ] dim 0316 μ= -0.026 σ= 0.025 zeros= 0% [ ▁▃▅███████▄▂▁ ] [ ▂▄▅█▇▄▄▁ ] dim 0317 μ= -0.014 σ= 0.029 zeros= 0% [ ▁▂▄▆████████▅▃▂▁ ] [ ▁▄██▇▅▁ ] dim 0318 μ= -0.010 σ= 0.015 zeros= 0% [ ▁▁▃▅███████▆▅▂▁ ] [ ▃▆▆█▄▁ ] dim 0319 μ= +0.008 σ= 0.031 zeros= 0% [ ▁▁▃▅███████▇▄▂▁ ] [ ▂▆▇█▆▄ ] dim 0320 μ= -0.014 σ= 0.026 zeros= 0% [ ▁▃▅███████▅▃▁▁ ] [ ▃▄█▇▆▄▁ ] dim 0321 μ= -0.027 σ= 0.015 zeros= 0% [ ▁▂▂▄▇███████▇▄▂▂▁ ] [ ▅██▇▅▂ ] dim 0322 μ= -0.008 σ= 0.037 zeros= 0% [ ▁▁▂▄███████▆▃▂▁ ] [ ▄▅█▆▃▁ ] dim 0323 μ= +0.015 σ= 0.033 zeros= 0% [ ▁▂▄▅▇██████▆▃▂▁ ] [ ▅▆█▇▃▂ ] dim 0324 μ= -0.023 σ= 0.019 zeros= 0% [ ▁▁▂▅███████▇▃▁▁▁ ] [ ▁▆██▆▇▃ ] dim 0325 μ= +0.010 σ= 0.034 zeros= 0% [ ▁▂▄▇████████▅▃▁▁ ] [ ▁▄▆█▇▄ ] dim 0326 μ= -0.005 σ= 0.024 zeros= 0% [ ▁▂▄▆██████▇▄▂▁▁ ] [ ▄▇█▆█▄ ] dim 0327 μ= -0.024 σ= 0.018 zeros= 0% [ ▁▁▃▆████████▅▃▁ ] [ ▃▅█▇▅▁ ] dim 0328 μ= +0.004 σ= 0.010 zeros= 0% [ ▁▂▄▇██████▆▄▁▁ ] [ ▂▇▆▇█▅▁ ] dim 0329 μ= +0.003 σ= 0.030 zeros= 0% [ ▁▁▂▃▅▇███████▆▃▂ ] [ ▂▇▇█▆▄▅ ] dim 0330 μ= +0.016 σ= 0.041 zeros= 0% [ ▁▂▂▃▇████████▅▄▁▁ ] [ ▃▅▇▇█▆▃ ] dim 0331 μ= -0.002 σ= 0.038 zeros= 0% [ ▁▁▂▅▇███████▇▆▃▂▁▁] [ ▁▃▅█▅▄▃ ] dim 0332 μ= +0.022 σ= 0.020 zeros= 0% [ ▁▁▃▅███████▇▅▃▂▁▁ ] [ ▂▅██▆▄▁ ] dim 0333 μ= -0.003 σ= 0.027 zeros= 0% [ ▁▃▅▇███████▇▃▂▁ ] [ ▂▄▆▆█▆▄ ] dim 0334 μ= +0.017 σ= 0.016 zeros= 0% [ ▁▁▂▄▆███████▇▅▂▁▁ ] [ ▁▃▅▆█▅▃ ] dim 0335 μ= +0.003 σ= 0.024 zeros= 0% [ ▁▃▄▆███████▇▇▃▁▁▁ ] [ ▂▄▇█▇▄▃▂ ] dim 0336 μ= -0.001 σ= 0.033 zeros= 0% [ ▁▁▃▄▇████████▆▃▂▁ ] [ ▁▄▆█▆▄ ] dim 0337 μ= -0.014 σ= 0.026 zeros= 0% [ ▁▁▃▄▆███████▇▄▂▁ ] [ ▃▅██▆▃ ] dim 0338 μ= +0.010 σ= 0.028 zeros= 0% [ ▁▂▅████████▅▂▁▁] [ ▄▇▆█▇▅▁ ] dim 0339 μ= +0.004 σ= 0.029 zeros= 0% [ ▁▂▄▆████████▅▃▂▁ ] [ ▄▇▇▆█▃ ] dim 0340 μ= -0.001 σ= 0.032 zeros= 0% [ ▁▂▃▄▇███████▅▃▁ ] [ ▂▇▆█▆▃ ] dim 0341 μ= +0.017 σ= 0.022 zeros= 0% [ ▁▁▃▆██████▆▄▂▁ ] [ ▂▄█▇▆▃ ] dim 0342 μ= -0.016 σ= 0.026 zeros= 0% [ ▁▂▄▇███████▆▄▁▁ ] [ ▄██▅▃ ] dim 0343 μ= +0.000 σ= 0.014 zeros= 0% [ ▁▃▅███████▅▂▁ ] [ ▁▄▇▇█▅▂ ] dim 0344 μ= +0.014 σ= 0.024 zeros= 0% [ ▂▂▄▆███████▆▄▂▁ ] [ ▁▇▇█▇▆▂ ] dim 0345 μ= +0.014 σ= 0.026 zeros= 0% [ ▁▂▃▆███████▅▅▂▁▁ ] [ ▁▄▅██▇▄▁ ] dim 0346 μ= -0.003 σ= 0.015 zeros= 0% [ ▁▁▂▃▅████████▅▄▂▂▁ ] [ ▁▄██▆▄▃ ] dim 0347 μ= -0.023 σ= 0.030 zeros= 0% [ ▁▁▂▅▇███████▆▅▂▁▁ ] [ ▃▆█▆▆▅▂ ] dim 0348 μ= -0.007 σ= 0.033 zeros= 0% [ ▁▁▂▅████████▇▄▃▂ ] [ ▂▅█▆▄▁ ] dim 0349 μ= -0.026 σ= 0.030 zeros= 0% [ ▁▁▂▃▆████████▆▃▂▁ ] [ ▂▇▇█▆▄ ] dim 0350 μ= +0.014 σ= 0.017 zeros= 0% [ ▁▂▄▆▇███████▅▃▁▁ ] [ ▁▅██▆▄ ] dim 0351 μ= +0.018 σ= 0.028 zeros= 0% [ ▁▂▃▅████████▆▃▂▁ ] [ ▃▆█▇▆▃ ] dim 0352 μ= +0.006 σ= 0.030 zeros= 0% [ ▁▃▅▆███████▅▃▁▁ ] [ ▄▆██▄ ] dim 0353 μ= -0.017 σ= 0.028 zeros= 0% [ ▁▂▄▆██████▅▂▁▁ ] [ ▁▄▄█▆▄▂ ] dim 0354 μ= +0.012 σ= 0.035 zeros= 0% [ ▁▂▄▆███████▆▃▂▁ ] [ ▄██▆▄▃ ] dim 0355 μ= -0.011 σ= 0.021 zeros= 0% [ ▁▁▄▇██████▆▄▂▁ ] [ ▃▄██▇▅▂ ] dim 0356 μ= +0.032 σ= 0.034 zeros= 0% [ ▁▂▄▆███████▇▃▁▁ ] [ ▁▄▇█▇▃▁ ] dim 0357 μ= +0.017 σ= 0.027 zeros= 0% [ ▁▁▃▆███████▅▃▁ ] [ ▁▄▆█▅▂▁ ] dim 0358 μ= -0.003 σ= 0.013 zeros= 0% [ ▁▂▃▅███████▆▃▁▁ ] [ ▁▄▇█▆▂ ] dim 0359 μ= -0.010 σ= 0.028 zeros= 0% [ ▂▃▅██████▆▄▂▁ ] [ ▂▆▇█▄▂ ] dim 0360 μ= +0.010 σ= 0.027 zeros= 0% [ ▁▁▂▄███████▆▃▂ ] [ ▂▃▇█▇▅▃ ] dim 0361 μ= -0.014 σ= 0.035 zeros= 0% [ ▁▂▃▆███████▆▄▂▂ ] [ ▁▅▆█▅▂ ] dim 0362 μ= -0.026 σ= 0.017 zeros= 0% [ ▁▂▃▆██████▇▄▂▁ ] [ ▃▅▇█▅▄ ] dim 0363 μ= +0.020 σ= 0.031 zeros= 0% [ ▁▂▄▄████████▆▄▃▁ ] [ ▄▄█▇▅▁ ] dim 0364 μ= +0.010 σ= 0.029 zeros= 0% [ ▁▂▅███████▇▄▃▁ ] [ ▂▄█▅▅▁ ] dim 0365 μ= +0.031 σ= 0.031 zeros= 0% [ ▁▁▃▅███████▆▃▂▁ ] [ ▃██▇▆▄ ] dim 0366 μ= -0.022 σ= 0.021 zeros= 0% [ ▂▃▅████████▅▂▁▁ ] [ ▄▅██▄▃ ] dim 0367 μ= +0.004 σ= 0.014 zeros= 0% [ ▁▂▄▆████████▄▃▁▁ ] [ ▂▄▇█▇▄▂ ] dim 0368 μ= -0.008 σ= 0.022 zeros= 0% [ ▁▁▃▄▇███████▇▄▃▁ ▁ ] [ ▃▄██▅▃ ] dim 0369 μ= +0.033 σ= 0.020 zeros= 0% [ ▁▂▃▆████████▆▃▂▁ ] [ ▂▃▆██▆▅▁ ] dim 0370 μ= -0.002 σ= 0.021 zeros= 0% [ ▁▁▂▄▅████████▆▄▂▁ ] [ ▃▅█▆▅▂ ] dim 0371 μ= +0.007 σ= 0.036 zeros= 0% [ ▁▂▄▆██████▅▃▁ ] [ ▃▇▇██▆▃▁ ] dim 0372 μ= +0.021 σ= 0.035 zeros= 0% [ ▁▂▄▇█████████▅▃▂▁ ] [ ▄▄▇█▆▄ ] dim 0373 μ= -0.001 σ= 0.032 zeros= 0% [ ▁▁▂▅███████▇▅▃▁▁ ] [ ▂▆▇█▆▄▁ ] dim 0374 μ= -0.019 σ= 0.021 zeros= 0% [ ▂▃▅▇███████▆▃▂▁ ] [ ▃▆█▇▆▄ ] dim 0375 μ= +0.013 σ= 0.029 zeros= 0% [ ▁▃▅▇███████▅▃▁▁ ] [ ▁▅███▆▃ ] dim 0376 μ= -0.012 σ= 0.017 zeros= 0% [ ▁▁▃▃▅███████▇▅▃▂ ▁ ] [ ▂▅██▅ ] dim 0377 μ= -0.004 σ= 0.028 zeros= 0% [ ▁▁▂▆██████▆▂▁ ] [ ▃▅███▅▁ ] dim 0378 μ= -0.001 σ= 0.026 zeros= 0% [ ▁▂▄████████▅▃▁ ] [ ▄▇█▇▅▂ ] dim 0379 μ= +0.003 σ= 0.025 zeros= 0% [ ▁▁▃▄▇██████▆▄▂▁ ] [ ▃▆█▇▆▂ ] dim 0380 μ= -0.003 σ= 0.024 zeros= 0% [ ▁▂▅███████▆▃▂ ] [ ▄▇█▆▆▂ ] dim 0381 μ= +0.002 σ= 0.017 zeros= 0% [ ▁▁▄▄████████▅▂▁▁ ] [ ▃▄▇█▄▃ ] dim 0382 μ= -0.009 σ= 0.030 zeros= 0% [ ▁▁▂▄▇██████▆▅▂▁▁ ] [ ▃▅█▆▆▄▁ ] dim 0383 μ= +0.025 σ= 0.034 zeros= 0% [ ▁▂▃▄▆███████▆▄▂▁ ] [ ▃▇▇█▆▄▁ ] dim 0384 μ= +0.010 σ= 0.027 zeros= 0% [ ▁▁▃▅████████▅▃▂▁ ] [ ▂▇▇█▆▃ ] dim 0385 μ= +0.020 σ= 0.026 zeros= 0% [ ▁▁▃▅████████▅▃▂▁▁ ] [ ▅▆▆█▄▁ ] dim 0386 μ= +0.010 σ= 0.024 zeros= 0% [ ▁▁▄▆███████▇▃▂▁▁ ] [ ▃▆█▇▆▁ ] dim 0387 μ= -0.010 σ= 0.011 zeros= 0% [ ▁▃▄███████▆▄▂▁ ] [ ▃▆█▇▆▃ ] dim 0388 μ= +0.012 σ= 0.044 zeros= 0% [ ▂▂▅▇██████▇▄▃▁ ] [ ▁▄▇█▇▆▃ ] dim 0389 μ= +0.006 σ= 0.028 zeros= 0% [ ▁▂▃▆████████▅▂▁▁ ] [ ▂▅▇█▆▁ ] dim 0390 μ= +0.024 σ= 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.039 zeros= 0% [ ▁▃▅▇██████▅▃▂▁ ] [ ▂▄█▅▅▄▂ ] dim 0394 μ= +0.017 σ= 0.018 zeros= 0% [ ▁▁▄▅███████▅▃▂▁ ] [ ▂▄▆█▆▅▂ ] dim 0395 μ= -0.002 σ= 0.033 zeros= 0% [ ▁▂▃▇███████▇▄▃▁ ] [ ▄▇█▆▄▁ ] dim 0396 μ= -0.014 σ= 0.025 zeros= 0% [ ▁▂▄▅▇██████▆▅▂▁▁ ] [ ▁▅██▆▂ ] dim 0397 μ= +0.003 σ= 0.018 zeros= 0% [ ▁▂▆██████▆▃▂ ] [ ▁▄▇█▆▅▁ ] dim 0398 μ= +0.002 σ= 0.039 zeros= 0% [ ▁▁▂▂▆████████▄▂▂ ] [ ▃▄█▅▃▁ ] dim 0399 μ= -0.013 σ= 0.016 zeros= 0% [ ▁▁▂▄▇██████▅▄▁▁ ] [ ▃▆██▆▂▁ ] dim 0400 μ= -0.003 σ= 0.038 zeros= 0% [ ▁▃▅████████▅▃▁▁ ] [ ▃▆███▃▁ ] dim 0401 μ= -0.016 σ= 0.029 zeros= 0% [ ▁▁▃▆███████▆▄▂▁ ] [ ▁▅▆▇█▆▂ ] dim 0402 μ= +0.001 σ= 0.025 zeros= 0% [ ▁▂▃▆████████▅▃▂▁ ] [ ▁▃▆█▇▅▁ ] dim 0403 μ= -0.004 σ= 0.026 zeros= 0% [ ▁▂▄▅████████▅▃▂▁ ] [ ▂▃▅█▆▆▅▁ ] dim 0404 μ= +0.003 σ= 0.024 zeros= 0% [ ▁▂▄▅████████▆▄▃▂▁ ] [ ▁▇▆█▅▄▁ ] dim 0405 μ= +0.017 σ= 0.030 zeros= 0% [ ▁▂▄▆███████▅▃▂▁ ] [ ▁▃▆▅█▄▂ ] dim 0406 μ= +0.016 σ= 0.018 zeros= 0% [ ▂▃▇███████▆▅▂▁▁ ] [ ▂▆█▆▅▃ ] dim 0407 μ= +0.012 σ= 0.018 zeros= 0% [ ▁▂▄▇██████▇▆▃▁▁ ] [ ▄███▆ ] dim 0408 μ= +0.003 σ= 0.025 zeros= 0% [ ▁▂▄▇███████▆▄▂▁ ] [ ▁▃▇███▅▂ ] dim 0409 μ= -0.011 σ= 0.026 zeros= 0% [ ▁▂▂▅████████▆▃▂▁ ] [ ▁▆▇▇█▆▃ ] dim 0410 μ= -0.019 σ= 0.026 zeros= 0% [ ▁▂▄▇███████▇▄▂▁ ] [ ▂▄▆▇█▇▅▁ ] dim 0411 μ= +0.003 σ= 0.029 zeros= 0% [ ▁▂▄▇████████▇▃▃▁ ] [ ▂▆▇█▆▅▁ ] dim 0412 μ= +0.004 σ= 0.039 zeros= 0% [ ▁▂▃▆▇███████▄▃▁ ] [ ▁▅█▇█▅▁ ] dim 0413 μ= -0.010 σ= 0.025 zeros= 0% [ ▁▁▄▆███████▇▃▂▁ ] [ ▁▃▇▆█▅▂ ] dim 0414 μ= -0.008 σ= 0.026 zeros= 0% [ ▁▁▃▆███████▇▄▂▁ ] [ ▁▄▇██▃ ] dim 0415 μ= -0.008 σ= 0.022 zeros= 0% [ ▁▂▃▆███████▅▃▁▁ ] [ ▄▇█▅▃ ] dim 0416 μ= -0.002 σ= 0.039 zeros= 0% [ ▁▃▅███████▄▂▁ ] [ ▂▃▇█▆▆▃ ] dim 0417 μ= +0.009 σ= 0.029 zeros= 0% [ ▁▁▂▄▇███████▇▆▄▁▁ ] [ ▃▇▇██▅ ] dim 0418 μ= -0.015 σ= 0.021 zeros= 0% [ ▁▂▄▆██████▇▆▂▁▁ ] [ ▁▅██▆▅▁ ] dim 0419 μ= -0.004 σ= 0.014 zeros= 0% [ ▁▂▄███████▆▃▁ ] [ ▄▇▇█▅▁ ] dim 0420 μ= +0.003 σ= 0.036 zeros= 0% [ ▁▂▃▆███████▇▄▂▂ ] [ ▂▄▇█▄▂ ] dim 0421 μ= -0.017 σ= 0.027 zeros= 0% [ ▁▂▄▆██████▆▄▃▁▁ ] [ ▄▇███▃ ] dim 0422 μ= +0.013 σ= 0.027 zeros= 0% [▁▁▃▅████████▆▂▂▁ ] [ ▃▇█▅▄ ] dim 0423 μ= +0.015 σ= 0.023 zeros= 0% [ ▁▁▃▆███████▅▂▁▁ ] [ ▃▅██▃▂ ] dim 0424 μ= +0.016 σ= 0.022 zeros= 0% [ ▁▁▃▄▇██████▇▄▂▁ ] [ ▄▆█▅▃ ] dim 0425 μ= -0.013 σ= 0.038 zeros= 0% [ ▁▁▃▅██████▆▅▃▁▁ ] [ ▃▆█▇▇▅▄ ] dim 0426 μ= +0.019 σ= 0.012 zeros= 0% [ ▁▁▂▅▇████████▄▂▁▁ ] [ ▂▅▆█▇▆▄ ] dim 0427 μ= +0.003 σ= 0.036 zeros= 0% [ ▁▁▃▄▆███████▇▅▃▂ ] [ ▁▅█▇█▄▁ ] dim 0428 μ= +0.019 σ= 0.036 zeros= 0% [ ▁▂▄▆███████▆▃▂▁▁ ] [ ▁▄▇▇█▄▂ ] dim 0429 μ= +0.010 σ= 0.017 zeros= 0% [ ▁▂▄▆████████▃▂▁ ] [ ▄█▇▇▄▁ ] dim 0430 μ= +0.008 σ= 0.025 zeros= 0% [ ▁▁▁▄▆███████▄▂▁▁ ] [ ▂▆▆█▆▃▂ ] dim 0431 μ= +0.015 σ= 0.028 zeros= 0% [ ▁▂▄▇████████▇▆▃▂▁▁] [ ▃▆█▇▁▁ ] dim 0432 μ= +0.010 σ= 0.021 zeros= 0% [ ▁▁▃▅▇██████▅▃▂ ] [ ▂▅▇█▅▃ ] dim 0433 μ= -0.012 σ= 0.031 zeros= 0% [ ▁▁▃▅▇███████▄▃▂▁ ] [ ▂▄▆▇█▄▂ ] dim 0434 μ= +0.002 σ= 0.026 zeros= 0% [ ▁▂▄▆███████▆▄▁▁ ] [ ▂▆▆▆█▄▁ ] dim 0435 μ= +0.006 σ= 0.017 zeros= 0% [ ▁▁▁▃▅▇███████▆▅▂▁▁ ] [ ▂▆███▆▃ ] dim 0436 μ= -0.008 σ= 0.034 zeros= 0% [ ▁▁▂▃▅▇████████▆▃▂▁ ] [ ▄▅▇█▇▅▃ ] dim 0437 μ= +0.011 σ= 0.031 zeros= 0% [ ▁▂▄▆█████████▅▄▂▁ ] [ ▃▅▇██▅▂ ] dim 0438 μ= -0.001 σ= 0.023 zeros= 0% [ ▁▂▄▅▆███████▅▄▃▁▁ ] [ ▃▅██▆▄▂ ] dim 0439 μ= -0.018 σ= 0.029 zeros= 0% [ ▁▁▃▆███████▅▃▂▁ ] [ ▂▅▇█▆▄▂ ] dim 0440 μ= +0.003 σ= 0.028 zeros= 0% [ ▁▂▃▆███████▅▃▁▁▁ ] [ ▁▃██▅▂ ] dim 0441 μ= +0.018 σ= 0.035 zeros= 0% [ ▂▂▄▆██████▇▄▂▁ ] [ ▄▆██▇▄▂▁ ] dim 0442 μ= +0.011 σ= 0.019 zeros= 0% [ ▁▃▅█████████▆▄▃▁▁▁] [ ▂▃▇█▆▂ ] dim 0443 μ= -0.010 σ= 0.017 zeros= 0% [ ▁▃▅███████▇▅▃▁ ] [ ▂▄▆█▄▂▂ ] dim 0444 μ= +0.017 σ= 0.044 zeros= 0% [ ▁▂▅▇███████▇▄▃▂▁ ] [ ▃▃█▅▅▄▁ ] dim 0445 μ= +0.007 σ= 0.022 zeros= 0% [ ▁▁▃▄▆███████▆▃▂▁▁ ] [ ▂▅▆█▇▆▂ ] dim 0446 μ= +0.018 σ= 0.028 zeros= 0% [ ▁▁▂▂▄▆████████▄▂▁ ] [ ▃▄▇▆█▄ ] dim 0447 μ= +0.022 σ= 0.025 zeros= 0% [ ▁▂▄▆███████▅▃▁ ] [ ▄███▃▂ ] dim 0448 μ= -0.014 σ= 0.031 zeros= 0% [ ▁▂▄▇██████▅▃▁ ] [ ▃▇▇█▅▄ ] dim 0449 μ= +0.013 σ= 0.021 zeros= 0% [ ▁▂▂▆████████▅▃▂▁ ] [ ▁▆██▅▃ ] dim 0450 μ= -0.017 σ= 0.019 zeros= 0% [ ▁▂▅███████▇▅▂▁ ] [ ▂▆▇█▅▃ ] dim 0451 μ= +0.008 σ= 0.023 zeros= 0% [ ▁▂▅▇██████▆▃▁▁ ] [ ▂▅▆█▄▃▁ ] dim 0452 μ= -0.013 σ= 0.031 zeros= 0% [ ▁▄▅▆███████▄▂▁▁ ] [ ▃▄█▇▅▂▁ ] dim 0453 μ= -0.007 σ= 0.019 zeros= 0% [ ▁▁▃▅████████▆▃▂▁ ] [ ▂▃▅█▆▄▂ ] dim 0454 μ= +0.000 σ= 0.014 zeros= 0% [ ▂▃▄▆███████▆▅▃▂▁ ] [ ▂▄▆███▇▄ ] dim 0455 μ= +0.010 σ= 0.042 zeros= 0% [ ▁▁▃▅█████████▆▃▁▁ ] [ ▃▆██▆▃ ] dim 0456 μ= -0.018 σ= 0.032 zeros= 0% [ ▁▃▆████████▆▄▂▁ ] [ ▁▃▇█▅▄▃ ] dim 0457 μ= +0.014 σ= 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.026 zeros= 0% [ ▁▁▃▅▇███████▆▄▂ ] [ ▄▆█▇▆▁ ] dim 0461 μ= -0.007 σ= 0.013 zeros= 0% [ ▂▃▆▇██████▆▄▂▁ ] [ ▁▆██▆▄▁ ] dim 0462 μ= -0.014 σ= 0.022 zeros= 0% [ ▁▂▄▆███████▄▂▁▁ ] [ ▃▄▇▇█▆▅▁ ] dim 0463 μ= -0.018 σ= 0.035 zeros= 0% [ ▁▂▂▄▆████████▅▄▂▁ ] [ ▂▃▆█▅▄▂ ] dim 0464 μ= -0.019 σ= 0.042 zeros= 0% [ ▁▂▄▇███████▇▅▂▁▁ ] [ ▁▄▆█▇▄▄ ] dim 0465 μ= -0.007 σ= 0.025 zeros= 0% [ ▁▁▂▄▆████████▆▃▂▁ ] [ ▄▇██▇▃ ] dim 0466 μ= -0.006 σ= 0.039 zeros= 0% [ ▁▂▃▄▇███████▆▃▂▁ ] [ ▃▇███▇▃ ] dim 0467 μ= +0.002 σ= 0.022 zeros= 0% [ ▁▁▃▅████████▇▅▃▁▁] [ ▁▄▆█▆▇▄▂ ] dim 0468 μ= +0.004 σ= 0.021 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.028 zeros= 0% [ ▂▃▅███████▆▄▂▁ ] [ ▃▆█▆▅▄ ] dim 0473 μ= -0.017 σ= 0.016 zeros= 0% [ ▁▂▅████████▅▃▁▁ ] [ ▃▅██▆▄ ] dim 0474 μ= +0.015 σ= 0.023 zeros= 0% [ ▁▃▆████████▅▃▂▁ ] [ ▁▄▇██▇▂ ] dim 0475 μ= -0.000 σ= 0.039 zeros= 0% [ ▁▂▃████████▇▅▃▁▁ ] [ ▄▅▆█▄▃ ] dim 0476 μ= -0.010 σ= 0.021 zeros= 0% [ ▁▁▂▅▇██████▇▄▃▂▁ ] [ ▃▅█▇▇▄▂ ] dim 0477 μ= -0.005 σ= 0.020 zeros= 0% [ ▁▂▄▅████████▅▃▂▁ ] [ ▂▆█▇▆▂ ] dim 0478 μ= -0.024 σ= 0.025 zeros= 0% [ ▁▂▄▄███████▇▄▄▁▁ ] [ ▂▆▇█▆▃ ] dim 0479 μ= +0.006 σ= 0.030 zeros= 0% [ ▁▂▅▆██████▇▅▂▁ ] [ ▄█▇▇▆▃ ] dim 0480 μ= -0.009 σ= 0.030 zeros= 0% [ ▂▃▄████████▆▂▁ ] [ ▃▇█▆▅▃ ] dim 0481 μ= +0.020 σ= 0.019 zeros= 0% [ ▁▁▃▄▇███████▅▃▁▁ ] [ ▂▅▇▆█▄▂ ] dim 0482 μ= +0.010 σ= 0.029 zeros= 0% [ ▁▁▃▆███████▇▄▂▁ ] [ ▃▅█▇▇▅ ] dim 0483 μ= -0.010 σ= 0.030 zeros= 0% [ ▁▁▃▆████████▅▃▁▁ ] [ ▄▇███▆▂ ] dim 0484 μ= +0.003 σ= 0.035 zeros= 0% [ ▁▁▃▆▇███████▅▄▂▂ ] [ ▂▆▆█▆▇▁ ] dim 0485 μ= +0.016 σ= 0.014 zeros= 0% [ ▁▂▄▆███████▆▃▂▁ ] [ ▃█▇█▆▄▁ ] dim 0486 μ= +0.025 σ= 0.029 zeros= 0% [ ▁▁▂▄▇████████▆▅▂▁▁ ] [ ▁▂▅█▆▄▁ ] dim 0487 μ= +0.016 σ= 0.023 zeros= 0% [ ▁▂▃▅███████▅▄▂▁ ] [ ▁▂▅█▆▄▂ ] dim 0488 μ= +0.025 σ= 0.044 zeros= 0% [ ▁▁▄▅███████▆▃▂▁▁ ] [ ▅▆██▅▃▁ ] dim 0489 μ= -0.024 σ= 0.025 zeros= 0% [▁▁▂▄▆████████▇▄▂▁▁ ] [ ▄▆▆█▄▁ ] dim 0490 μ= -0.012 σ= 0.032 zeros= 0% [ ▁▂▄▅▇██████▇▄▂▁▁ ] [ ▃▅▅█▆▄ ] dim 0491 μ= +0.019 σ= 0.016 zeros= 0% [ ▁▁▂▄▅████████▆▃▁▁ ] [ ▃▆██▅ ] dim 0492 μ= -0.012 σ= 0.028 zeros= 0% [ ▁▁▄▆██████▆▃▂ ] [ ▁▅▇█▇▆▃ ] dim 0493 μ= +0.013 σ= 0.018 zeros= 0% [ ▁▂▃▆███████▇▃▃▁▁ ] [ ▃▅█▆▃ ] dim 0494 μ= +0.021 σ= 0.019 zeros= 0% [ ▁▁▂▄███████▆▄▂▁ ] [ ▁▄▇█▇▄ ] dim 0495 μ= -0.015 σ= 0.027 zeros= 0% [ ▁▂▅███████▅▂▁ ] [ ▂▅▆█▄ ] dim 0496 μ= +0.026 σ= 0.015 zeros= 0% [ ▁▁▂▄▇██████▅▄▁▁ ] [ ▃▆▇█▇▁ ] dim 0497 μ= -0.015 σ= 0.019 zeros= 0% [ ▁▂▄▆███████▆▄▂▁ ] [ ▁▂▆██▅▁ ] dim 0498 μ= +0.017 σ= 0.040 zeros= 0% [ ▁▂▄▆███████▅▃▁▁ ] [ ▂▅▇█▄▁ ] dim 0499 μ= -0.012 σ= 0.029 zeros= 0% [ ▁▁▄▆██████▆▃▂▁ ] [ ▂▆█▇▄ ] dim 0500 μ= +0.023 σ= 0.040 zeros= 0% [ ▁▂▅███████▆▃▂▁ ] [ ▁▄▇█▇▃▂ ] dim 0501 μ= -0.006 σ= 0.014 zeros= 0% [ ▁▂▄▆███████▇▄▃▂▁ ] [ ▃▃▇█▆▅▁ ] dim 0502 μ= +0.021 σ= 0.022 zeros= 0% [ ▁▂▃▅▆███████▇▃▂▁▁ ] [ ▂▅██▆▇▄▁ ] dim 0503 μ= +0.003 σ= 0.031 zeros= 0% [ ▁▃▄▆████████▆▃▁▁ ] [ ▅███▆▃ ] dim 0504 μ= -0.004 σ= 0.012 zeros= 0% [ ▁▂▃▆████████▅▃▁ ] [ ▂▆▆█▇▅▁ ] dim 0505 μ= -0.002 σ= 0.024 zeros= 0% [ ▁▂▃▆████████▄▂▁ ] [ ▂▅█▇█▅▁ ] dim 0506 μ= +0.009 σ= 0.026 zeros= 0% [ ▁▁▂▅▇███████▇▄▂▁ ] [ ▁▅▇██▅▄ ] dim 0507 μ= -0.011 σ= 0.023 zeros= 0% [ ▁▃▆███████▇▃▂▁▁ ] [ ▄▅▆█▅▃▂ ] dim 0508 μ= -0.004 σ= 0.034 zeros= 0% [ ▁▁▂▄████████▆▄▃▂▁ ] [ ▁▃▆██▆▅▄ ] dim 0509 μ= -0.001 σ= 0.025 zeros= 0% [ ▁▂▃▅█████████▇▄▂▁ ] [ ▃▇██▆▂ ] dim 0510 μ= -0.007 σ= 0.028 zeros= 0% [ ▁▂▃▅▇██████▆▄▂▁ ] [ ▃▅▇▇█▅▂ ] dim 0511 μ= +0.010 σ= 0.037 zeros= 0% [ ▁▁▃▄█████████▄▂▁ ] [ ▃▃██▇▄▃ ] dim 0512 μ= -0.014 σ= 0.026 zeros= 0% [ ▁▃▄▆███████▇▄▂▁▁ ] [ ▃▆██▄▁ ] dim 0513 μ= +0.023 σ= 0.012 zeros= 0% [ ▁▁▃▄▇███████▇▃▃▁▁ ] [ ▁▂▆▇█▅▄▁ ] dim 0514 μ= +0.012 σ= 0.033 zeros= 0% [ ▁▁▁▄▆████████▆▄▂▁▁ ] [ ▂▆██▆▅▂ ] dim 0515 μ= -0.028 σ= 0.025 zeros= 0% [ ▁▂▅▆███████▆▄▃▁ ] [ ▃▄██▇▄▂ ] dim 0516 μ= +0.025 σ= 0.020 zeros= 0% [ ▁▁▄▄▇████████▅▂▁ ] [ ▁▃▃▇█▅▄ ] dim 0517 μ= -0.007 σ= 0.039 zeros= 0% [ ▁▂▃▆████████▆▃▂ ] [ ▁▅███▅▁ ] dim 0518 μ= +0.025 σ= 0.023 zeros= 0% [ ▁▁▂▃▇████████▅▃▁ ] [ ▅▃▇█▇▄▁ ] dim 0519 μ= -0.038 σ= 0.028 zeros= 0% [ ▂▂▄▇███████▇▄▂▂ ] [ ▂▅▇█▇▇▄▁ ] dim 0520 μ= +0.012 σ= 0.030 zeros= 0% [ ▁▁▂▃▆████████▆▄▃▁▁ ] [ ▁▅▅█▆▅ ] dim 0521 μ= +0.021 σ= 0.032 zeros= 0% [ ▁▂▃▅▇██████▇▆▄▂▁ ] [ ▁▄▄█▇▅▃▂ ] dim 0522 μ= +0.012 σ= 0.025 zeros= 0% [ ▁▁▃▃▆████████▆▄▂▁▁ ] [ ▁▇▇█▂ ] dim 0523 μ= +0.019 σ= 0.016 zeros= 0% [ ▁▁▃▇██████▄▂▁ ] [ ▂▆█▅▂ ] dim 0524 μ= +0.014 σ= 0.028 zeros= 0% [ ▁▂▄▇█████▆▄▁▁ ] [ ▁▃█▆▅▃ ] dim 0525 μ= -0.006 σ= 0.011 zeros= 0% [ ▁▁▂▄███████▇▆▃▁▁▁ ] [ ▁▄▇▇█▆▃ ] dim 0526 μ= -0.017 σ= 0.026 zeros= 0% [ ▁▁▂▃▅████████▄▂▁▁ ] [ ▄▇██▅▁ ] dim 0527 μ= +0.012 σ= 0.025 zeros= 0% [ ▁▁▂▅███████▆▃▁▁ ] [ ▂▂█▆█▅▄▁ ] dim 0528 μ= -0.038 σ= 0.028 zeros= 0% [ ▁▁▃▅████████▆▄▂▁ ] [ ▂▄▇█▇▄ ] dim 0529 μ= +0.013 σ= 0.029 zeros= 0% [ ▁▂▃▄███████▇▅▂▁ ] [ ▄▆▇█▆▂ ] dim 0530 μ= -0.015 σ= 0.026 zeros= 0% [ ▁▂▃▅███████▇▅▃▂▁▁ ] [ ▁▄█▇▃▂ ] dim 0531 μ= -0.015 σ= 0.024 zeros= 0% [ ▁▁▂▄▇██████▇▄▃▂▁ ] [ ▂▆██▇▅▂ ] dim 0532 μ= -0.004 σ= 0.032 zeros= 0% [ ▁▂▃▆███████▆▄▂▁ ] [ ▂▄██▇▂▁ ] dim 0533 μ= -0.002 σ= 0.020 zeros= 0% [▁▁▂▄▇███████▅▄▁▁ ] [ ▂▆█▇▆▃▂ ] dim 0534 μ= -0.000 σ= 0.032 zeros= 0% [ ▁▂▄▆███████▇▄▁▁ ] [ ▃▅█▇█▆▂ ] dim 0535 μ= -0.016 σ= 0.039 zeros= 0% [ ▁▁▃▄████████▆▄▂▁ ] [ ▂▃██▆▄▂ ] dim 0536 μ= +0.016 σ= 0.020 zeros= 0% [ ▁▂▅▆███████▇▄▂▁ ] [ ▂▆▆█▆▃ ] dim 0537 μ= +0.004 σ= 0.031 zeros= 0% [▁▁▁▃▅▇███████▆▄▂▁▁ ] [ ▁▇██▆▅▁ ] dim 0538 μ= +0.028 σ= 0.028 zeros= 0% [ ▁▃▄▇███████▆▄▁▁ ] [ ▃▃▆▇█▅▂▁ ] dim 0539 μ= +0.002 σ= 0.037 zeros= 0% [ ▁▁▂▄▇▇████████▆▃▂▁ ] [ ▂▇██▅▁ ] dim 0540 μ= -0.006 σ= 0.035 zeros= 0% [ ▁▂▄▇██████▆▄▂▁ ] [ ▁▆▇█▆▅▂ ] dim 0541 μ= -0.002 σ= 0.028 zeros= 0% [ ▁▂▂▄▇███████▆▃▂ ▁ ] [ ▂▅█▇▆▂ ] dim 0542 μ= -0.004 σ= 0.032 zeros= 0% [ ▁▂▄▇██████▇▅▃▁▁ ] [ ▁▅█▇█▅▁ ] dim 0543 μ= +0.019 σ= 0.039 zeros= 0% [ ▁▂▃▆███████▅▃▁ ] [ ▁▃▆▇█▄▂ ] dim 0544 μ= +0.006 σ= 0.021 zeros= 0% [ ▂▃▆███████▆▄▂▁ ] [ ▂▄▇█▅▃▂ ] dim 0545 μ= -0.019 σ= 0.017 zeros= 0% [ ▁▁▂▄▇███████▇▃▂▁ ] [ ▁▃▆██▅▄ ] dim 0546 μ= -0.017 σ= 0.033 zeros= 0% [ ▁▁▂▄▆████████▆▄▂▁▁] [ ▁▅▇██▅▄▁ ] dim 0547 μ= -0.013 σ= 0.026 zeros= 0% [ ▁▂▅▇████████▆▄▂▁▁ ] [ ▅█▇▅▃▂ ] dim 0548 μ= -0.034 σ= 0.024 zeros= 0% [ ▃▃▆███████▆▄▂▁▁ ] [ ▁▄██▆▃▁ ] dim 0549 μ= +0.014 σ= 0.029 zeros= 0% [ ▁▁▂▅████████▆▃▃▁▁ ] [ ▁▄▅██▄▃ ] dim 0550 μ= -0.007 σ= 0.039 zeros= 0% [ ▁▃▄███████▆▅▃▁▁ ] [ ▅▆██▃▃ ] dim 0551 μ= +0.008 σ= 0.017 zeros= 0% [ ▁▁▂▄▅████████▅▃▁ ] [ ▂▇▇█▆▅▁ ] dim 0552 μ= -0.006 σ= 0.028 zeros= 0% [ ▁▂▃▅████████▅▃▁▁ ] [ ▃▅▇▇█▂ ] dim 0553 μ= -0.005 σ= 0.028 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.009 σ= 0.026 zeros= 0% [ ▁▁▂▄▇███████▅▂▁ ] [ ▁▄███▆▃ ] dim 0559 μ= -0.010 σ= 0.042 zeros= 0% [ ▁▃▃▆████████▆▃▁▁ ] [ ▁▂▅█▆▅ ] dim 0560 μ= -0.001 σ= 0.036 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.007 σ= 0.020 zeros= 0% [ ▁▂▂▄▇██████▇▄▅▂▁ ] [ ▂▅█▇▇▆▃ ] dim 0565 μ= -0.021 σ= 0.022 zeros= 0% [▁▁▁▃▄▇███████▇▅▂▁▁ ] [ ▃██▇▅▂ ] dim 0566 μ= +0.008 σ= 0.029 zeros= 0% [ ▁▃▅▇██████▇▃▁ ] [ ▃▆▆█▆▁ ] dim 0567 μ= +0.003 σ= 0.016 zeros= 0% [ ▁▂▄▇██████▇▅▃▁ ] [ ▃▇██▆▆ ] dim 0568 μ= +0.015 σ= 0.025 zeros= 0% [ ▁▂▅▆███████▆▃▂▁ ] [ ▁▃▆█▅▃ ] dim 0569 μ= -0.016 σ= 0.029 zeros= 0% [ ▁▂▄███████▇▅▃▁ ] [ ▁▅▆██▅▁ ] dim 0570 μ= +0.015 σ= 0.026 zeros= 0% [ ▁▁▂▄▇███████▅▄▂▁▁ ] [ ▁▃▇█▇▃▂ ] dim 0571 μ= +0.001 σ= 0.033 zeros= 0% [ ▁▁▂▄▆███████▆▃▁▁ ] [ ▄▆▇█▇▅▁ ] dim 0572 μ= +0.007 σ= 0.015 zeros= 0% [ ▁▁▁▃▅████████▇▅▃▁▁ ] [ ▁▄▆█▅▃ ] dim 0573 μ= -0.003 σ= 0.021 zeros= 0% [ ▁▁▂▅██████▇▅▂▁ ] [ ▄▆█▇▆▄ ] dim 0574 μ= -0.011 σ= 0.015 zeros= 0% [ ▁▂▂▆████████▅▃▁▁ ] [ ▂▅▇█▇▄▁ ] dim 0575 μ= +0.004 σ= 0.043 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.026 zeros= 0% [▁▁▂▄▇███████▆▃▃▁ ] [ ▁▅▇█▄▂ ] dim 0580 μ= -0.003 σ= 0.030 zeros= 0% [ ▁▂▅▇██████▆▄▂▁ ] [ ▃▆▇█▆▃▁ ] dim 0581 μ= +0.002 σ= 0.024 zeros= 0% [ ▁▂▃▅▆███████▅▃▂▁▁ ] [ ▁▂▅▆▆█▃▁ ] dim 0582 μ= +0.024 σ= 0.019 zeros= 0% [▁▁▂▂▅▇████████▇▅▃▂▁▁] [ ▄▅█▄▃ ] dim 0583 μ= -0.006 σ= 0.014 zeros= 0% [ ▁▂▃▄▇██████▆▄▂▁ ] [ ▃▅▅█▆▃▁ ] dim 0584 μ= +0.003 σ= 0.030 zeros= 0% [ ▂▂▅████████▆▅▃▂▁ ] [ ▃▆▇██▅▂ ] dim 0585 μ= -0.034 σ= 0.049 zeros= 0% [ ▁▁▂▂▅████████▆▄▂▁ ] -> OUTLIER_SPREAD: this_std=0.0490, mean_std=0.0266, +3.2sigma vs threshold=3.0sigma [ ▄▆███▅ ] dim 0586 μ= +0.002 σ= 0.021 zeros= 0% [ ▁▁▂▃▆████████▅▂▁▁ ] [ ▁▅▆█▇▆▁ ] dim 0587 μ= -0.007 σ= 0.015 zeros= 0% [ ▁▁▃▅███████▆▄▁▁ ] [ ▃▅▇▆█▆▂ ] dim 0588 μ= -0.012 σ= 0.033 zeros= 0% [ ▁▁▂▄▆███████▇▅▃▂▁▁ ] [ ▄▅█▆▄ ] dim 0589 μ= -0.001 σ= 0.015 zeros= 0% [ ▁▂▄▅███████▅▂▂▁ ] [ ▃▆█▆▅▁ ] dim 0590 μ= +0.007 σ= 0.034 zeros= 0% [ ▁▃▅███████▇▄▃▁▁ ] [ ▂▅▆██▅▂ ] dim 0591 μ= -0.021 σ= 0.017 zeros= 0% [ ▁ ▂▄▆███████▇▄▃▁▁ ] [ ▂▄▇█▅▅▁ ] dim 0592 μ= -0.004 σ= 0.022 zeros= 0% [ ▁▁▂▄▇███████▆▃▂▁ ] [ ▄▇▅█▅▄ ] dim 0593 μ= +0.017 σ= 0.035 zeros= 0% [ ▁▂▃▅███████▇▅▂▁▁ ] [ ▃▄█▇▇▂▂ ] dim 0594 μ= +0.001 σ= 0.036 zeros= 0% [ ▁▂▂▅▇███████▇▄▂▁▁ ] [ ▄▇▇██▄▂ ] dim 0595 μ= +0.009 σ= 0.026 zeros= 0% [▁▁▂▃▇▇████████▆▃▂▁ ] [ ▁▄▇█▅▄ ] dim 0596 μ= +0.004 σ= 0.023 zeros= 0% [ ▁▃▆██████▇▅▃▁ ] [ ▄▆█▇▄▂ ] dim 0597 μ= +0.016 σ= 0.028 zeros= 0% [ ▁▂▄▇██████▆▄▂▁ ] [ ▁▂▇█▆▆▅▃ ] dim 0598 μ= +0.005 σ= 0.030 zeros= 0% [▁▁▃▄▅████████▆▄▂▁▁ ] [ ▄▄█▅▁ ] dim 0599 μ= +0.024 σ= 0.014 zeros= 0% [ ▁▁▃▄██████▇▃▂▁ ] [ ▁▆▆█▆▃ ] dim 0600 μ= -0.016 σ= 0.036 zeros= 0% [▁▁▂▅▇███████▆▃▁▁ ] [ ▂▄▆██▆▃ ] dim 0601 μ= +0.013 σ= 0.020 zeros= 0% [ ▁▂▄▆████████▅▃▁▁] [ ▃▅▇█▇█▁ ] dim 0602 μ= -0.013 σ= 0.019 zeros= 0% [ ▁▁▂▅████████▇▄▃▂▁ ] [ ▂▆▇▇█▅ ] dim 0603 μ= -0.023 σ= 0.026 zeros= 0% [ ▁▂▂▅████████▆▄▃▁▁] [ ▃▇▇█▇▅▂ ] dim 0604 μ= +0.002 σ= 0.028 zeros= 0% [ ▁▃▅████████▅▃▁▁ ] [ ▄▅▇█▄▂ ] dim 0605 μ= +0.014 σ= 0.030 zeros= 0% [ ▁▁▃▅▇███████▄▂▁▁ ] [ ▂▅▇█▄▂ ] dim 0606 μ= +0.031 σ= 0.020 zeros= 0% [ ▁▂▄▇██████▇▄▂▁▁ ] [ ▂▆█▇▇▂ ] dim 0607 μ= -0.001 σ= 0.033 zeros= 0% [ ▁▂▄▇███████▅▂▁ ] [ ▁▃▆▇██▅▁ ] dim 0608 μ= +0.000 σ= 0.038 zeros= 0% [ ▁▁▃▃▆█████████▄▄▂▁ ] [ ▂█▇█▆▄▁ ] dim 0609 μ= +0.006 σ= 0.031 zeros= 0% [ ▁ ▂▄▆████████▆▃▂▁ ] [ ▂▅█▆▄ ] dim 0610 μ= +0.017 σ= 0.021 zeros= 0% [ ▁▂▄███████▅▃▁ ] [ ▁▄█▇█▇▄▃ ] dim 0611 μ= -0.002 σ= 0.024 zeros= 0% [ ▁▂▄▇████████▆▅▂▂ ] [ ▁▄▇██▅▂ ] dim 0612 μ= +0.013 σ= 0.039 zeros= 0% [ ▁▃▄▇███████▆▅▃▁▁ ] [ ▃▇█▇▆▄ ] dim 0613 μ= +0.019 σ= 0.012 zeros= 0% [ ▂▃▅▇███████▅▃▁▁ ] [ ▃▅▇█▅▂ ] dim 0614 μ= +0.010 σ= 0.024 zeros= 0% [ ▁▁▁▄▆███████▆▄▂▁▁ ] [ ▃▇██▆▂ ] dim 0615 μ= -0.008 σ= 0.018 zeros= 0% [ ▁▃▄▇███████▃▂▁ ] [ ▃█▇▇▃▁ ] dim 0616 μ= -0.004 σ= 0.025 zeros= 0% [ ▁▁▂▇███████▇▄▂ ] [ ▃▄▇▆█▅▃ ] dim 0617 μ= +0.007 σ= 0.030 zeros= 0% [ ▁▁▂▅█████████▅▃▁ ] [ ▃▇█▅▄▁ ] dim 0618 μ= +0.003 σ= 0.026 zeros= 0% [ ▁▁▃▅███████▆▄▂▁ ] [ ▂▆▆█▆▅▂ ] dim 0619 μ= -0.009 σ= 0.017 zeros= 0% [ ▂▃▄▇███████▇▄▃▁▁ ] [ ▁▄▅▇█▂▁ ] dim 0620 μ= -0.003 σ= 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.006 σ= 0.021 zeros= 0% [ ▁▂▅██████▇▄▂▁ ] [ ▂▆███▆▁ ] dim 0625 μ= -0.020 σ= 0.025 zeros= 0% [ ▁▁▃▄████████▇▄▂▁▁▁] [ ▄▇█▇▅▂ ] dim 0626 μ= -0.013 σ= 0.039 zeros= 0% [ ▁▁▂▄████████▅▃▁▁ ] [ ▁▂▅██▇▆▃ ] dim 0627 μ= +0.017 σ= 0.025 zeros= 0% [ ▁▁▂▄▆█████████▇▃▂▁ ] [ ▅▅█▆▅▂ ] dim 0628 μ= -0.022 σ= 0.037 zeros= 0% [ ▁▂▃▆████████▆▃▁▁ ] [ ▃▄▇█▇▆▃▁ ] dim 0629 μ= -0.015 σ= 0.032 zeros= 0% [ ▁▁▁▄▆████████▅▃▁▁ ] [ ▁▅▆██▅▃ ] dim 0630 μ= -0.020 σ= 0.026 zeros= 0% [ ▁▁▃▄▇████████▅▃▁▁ ] [ ▁▃▆██▆▂ ] dim 0631 μ= +0.000 σ= 0.028 zeros= 0% [ ▁▁▂▄▆███████▇▄▂▁▁ ] [ ▃▆█▇▃▁ ] dim 0632 μ= -0.013 σ= 0.021 zeros= 0% [ ▁▂▃▆███████▆▄▂▁ ] [ ▅▇█▆▆▃ ] dim 0633 μ= -0.017 σ= 0.022 zeros= 0% [ ▁▂▃▆███████▆▅▃▂▁ ] [ ▁▃▇█▇▅▁ ] dim 0634 μ= -0.009 σ= 0.018 zeros= 0% [ ▁▁▂▄▆███████▇▅▂▂▁ ] [ ▂▆▇██▆▂ ] dim 0635 μ= -0.020 σ= 0.036 zeros= 0% [ ▁▁▂▄▇████████▅▃▂▁ ] [ ▃▇▇█▇▅▁ ] dim 0636 μ= -0.004 σ= 0.020 zeros= 0% [ ▁▂▂▄▇███████▅▃▂▁▁ ] [ ▃▅█▆▇▄▁ ] dim 0637 μ= -0.025 σ= 0.030 zeros= 0% [ ▁▁▂▅▇███████▆▃▁▁ ] [ ▄▅██▇▄ ] dim 0638 μ= -0.021 σ= 0.022 zeros= 0% [ ▁▂▃▅▇███████▆▃▂▁ ] [ ▅▆█▆▅▃▁ ] dim 0639 μ= +0.015 σ= 0.033 zeros= 0% [ ▁▂▃▅▆████████▅▃▂▁▁] [ ▃▇█▇▅▁ ] dim 0640 μ= +0.002 σ= 0.020 zeros= 0% [ ▁▂▄███████▆▃▂▁ ] [ ▃▅▇▇█▅▂ ] dim 0641 μ= -0.009 σ= 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.006 σ= 0.031 zeros= 0% [ ▁▂▄███████▇▃▁▁ ] [ ▄▅▅█▆▂ ] dim 0646 μ= +0.008 σ= 0.031 zeros= 0% [ ▁▂▃▅▇███████▅▃▂▁ ] [ ▃▄▇█▄▂ ] dim 0647 μ= -0.005 σ= 0.023 zeros= 0% [ ▁▁▂▅▇██████▆▄▂▁ ] [ ▂▅▆█▇▇▁ ] dim 0648 μ= +0.005 σ= 0.028 zeros= 0% [ ▁▂▄▆███████▇▄▂▁ ] [ ▄▅▅██▆▃ ] dim 0649 μ= -0.011 σ= 0.036 zeros= 0% [ ▁▁▃▅████████▇▅▂▁ ] [ ▃▆█▇▆▃ ] dim 0650 μ= -0.008 σ= 0.031 zeros= 0% [▁▁▂▄▆███████▇▇▄▂▂▁ ] [ ▁▃▆▆█▃▂ ] dim 0651 μ= +0.008 σ= 0.031 zeros= 0% [ ▁▃▄███████▆▄▂▁ ] [ ▅▅█▆▇▄▂ ] dim 0652 μ= +0.031 σ= 0.030 zeros= 0% [ ▁▂▄▇████████▇▄▂▁▁] [ ▁▅▆█▇▄▃ ] dim 0653 μ= -0.013 σ= 0.031 zeros= 0% [ ▂▃▆████████▅▄▂▁ ] [ ▂▄██▅▃ ] dim 0654 μ= -0.005 σ= 0.021 zeros= 0% [ ▁▁▂▄▅███████▇▅▂▁▁ ] [ ▄▆▇█▇▃▂ ] dim 0655 μ= +0.001 σ= 0.024 zeros= 0% [ ▁▁▂▂▆████████▅▄▂▁▁ ] [ ▂▄▇█▆▄ ] dim 0656 μ= +0.003 σ= 0.022 zeros= 0% [ ▁▄▅▆███████▅▃▂▁ ] [ ▃▅▆█▆▅▂ ] dim 0657 μ= +0.012 σ= 0.034 zeros= 0% [ ▁▃▂▅▇███████▇▆▃▂▁▁] [ ▂▅▇█▆▃ ] dim 0658 μ= -0.000 σ= 0.019 zeros= 0% [ ▁▂▂▅▆███████▆▂▂ ] [ ▁▆▆█▇█▂ ] dim 0659 μ= +0.018 σ= 0.030 zeros= 0% [ ▂▄▆████████▅▃▂▁ ] [ ▂▆██▆▃ ] dim 0660 μ= +0.005 σ= 0.036 zeros= 0% [ ▁▂▃▇███████▅▃▁▁ ] [ ▃▄██▇▅▂ ] dim 0661 μ= -0.002 σ= 0.024 zeros= 0% [ ▁▁▂▄▇███████▆▄▂▁ ] [ ▁▇██▇▅▂ ] dim 0662 μ= +0.000 σ= 0.013 zeros= 0% [▁ ▁▂▄▆███████▇▆▃▂▁ ] [ ▃▅██▅▄▂ ] dim 0663 μ= -0.009 σ= 0.040 zeros= 0% [ ▁▃▅████████▆▄▃▁▁▁ ] [ ▂▆█▇▇▄▁ ] dim 0664 μ= +0.001 σ= 0.028 zeros= 0% [ ▂▂▅████████▅▃▂▁ ] [ ▂▄▆██▅▄▁ ] dim 0665 μ= -0.010 σ= 0.035 zeros= 0% [ ▁▁▃▄▅████████▅▃▂▁ ] [ ▄▅▅█▅▃ ] dim 0666 μ= +0.003 σ= 0.022 zeros= 0% [ ▁▂▄███████▇▃▂▁ ] [ ▂▄█▆▅▅▂ ] dim 0667 μ= +0.008 σ= 0.038 zeros= 0% [ ▁▃▅▇███████▆▃▃▁ ] [ ▁▄▆█▆▇▄▂ ] dim 0668 μ= +0.007 σ= 0.019 zeros= 0% [ ▁ ▂▃▆████████▅▄▂▁ ] [ ▁▆█▇▅▃ ] dim 0669 μ= -0.019 σ= 0.028 zeros= 0% [ ▁▁▂▄▆██████▇▅▂▁ ] [ ▁▄▆███▄▂ ] dim 0670 μ= +0.010 σ= 0.023 zeros= 0% [ ▁▁▃▇████████▅▃▂▁ ] [ ▁▃▆█▇▃▂ ] dim 0671 μ= +0.030 σ= 0.023 zeros= 0% [ ▁▁▃▆███████▇▅▂▁ ] [ ▄▅██▇▅ ] dim 0672 μ= +0.007 σ= 0.024 zeros= 0% [ ▁▂▄▅███████▅▄▂▁ ] [ ▂▇▇█▇▄ ] dim 0673 μ= +0.008 σ= 0.023 zeros= 0% [ ▂▄▆███████▆▃▂▁ ] [ ▃▄▇█▆▅▄ ] dim 0674 μ= +0.018 σ= 0.027 zeros= 0% [ ▁▂▄▆████████▄▂▁ ▁] [ ▃▄█▇▆▅▂ ] dim 0675 μ= +0.020 σ= 0.029 zeros= 0% [ ▁▁▂▆▇███████▇▄▃▁ ] [ ▄▇██▄▁ ] dim 0676 μ= -0.016 σ= 0.027 zeros= 0% [ ▁▁▁▃▆███████▆▅▂▁▁ ] [ ▁▆▆█▄▂ ] dim 0677 μ= +0.019 σ= 0.036 zeros= 0% [ ▁▁▃▄▆██████▇▅▂▁▁ ] [ ▃▆▅█▇▅▂ ] dim 0678 μ= -0.028 σ= 0.023 zeros= 0% [ ▁▁▂▄████████▇▅▂▁ ] [ ▁▆█▇▆▄▂ ] dim 0679 μ= -0.002 σ= 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.002 σ= 0.030 zeros= 0% [ ▁▂▃▆███████▅▃▁▁ ] [ ▂▅▇█▇▅ ] dim 0684 μ= +0.019 σ= 0.016 zeros= 0% [ ▁▂▄▆███████▇▄▂▁ ] [ ▁▄██▇▂ ] dim 0685 μ= +0.013 σ= 0.027 zeros= 0% [ ▁▂▃▆███████▅▂▁▁ ] [ ▁▅▇▇█▆▁ ] dim 0686 μ= -0.024 σ= 0.041 zeros= 0% [ ▁▂▃▆███████▇▄▂▁ ] [ ▂▄██▇▄▁ ] dim 0687 μ= -0.003 σ= 0.028 zeros= 0% [ ▁▂▅▇███████▇▄▂▁▁ ] [ ▃▆▆█▆▃▂ ] dim 0688 μ= -0.015 σ= 0.037 zeros= 0% [ ▁▂▅████████▆▃▂▁ ] [ ▃██▆▆▂ ] dim 0689 μ= -0.013 σ= 0.022 zeros= 0% [ ▁▄▅███████▆▃▁ ] [ ▃▅█▇▇▃▂ ] dim 0690 μ= +0.010 σ= 0.017 zeros= 0% [ ▁▂▃▆███████▆▄▂▁ ] [ ▃▆██▆▂▂ ] dim 0691 μ= +0.019 σ= 0.031 zeros= 0% [ ▁▂▄▅████████▆▄▂▁ ] [ ▃▆██▆▃ ] dim 0692 μ= -0.002 σ= 0.029 zeros= 0% [ ▁▁▂▅███████▇▄▂▁▁ ] [ ▂▆█▅▄ ] dim 0693 μ= -0.013 σ= 0.033 zeros= 0% [ ▁▂▃███████▆▃▁▁▁] [ ▂▅▆█▇▄▁ ] dim 0694 μ= +0.010 σ= 0.022 zeros= 0% [ ▁▁▃▄▆███████▅▄▂▁ ] [ ▂▅█▇▃▂ ] dim 0695 μ= -0.015 σ= 0.028 zeros= 0% [ ▁▂▅▇██████▅▂▂ ] [ ▃██▇▇▃ ] dim 0696 μ= +0.011 σ= 0.022 zeros= 0% [ ▁▂▄▇██████▇▄▂▁ ] [ ▃▇██▅ ] dim 0697 μ= -0.019 σ= 0.033 zeros= 0% [ ▁▁▃▅███████▆▃▁▁ ] [ ▄▆█▇▆▂ ] dim 0698 μ= -0.021 σ= 0.016 zeros= 0% [▁▁▂▃▅███████▇▄▃▁▁ ] [ ▂▅▇█▆▃▁ ] dim 0699 μ= -0.004 σ= 0.027 zeros= 0% [ ▁▂▃▅████████▆▂▂▁ ] [ ▁▄▆██▅▁ ] dim 0700 μ= -0.004 σ= 0.027 zeros= 0% [ ▁▃▅███████▇▃▂▁ ] [ ▁▄▇█▇▄▁ ] dim 0701 μ= +0.012 σ= 0.032 zeros= 0% [ ▁▁▂▃▇███████▅▃▁▁ ] [ ▁▄▅▇█▃▂ ] dim 0702 μ= -0.004 σ= 0.027 zeros= 0% [ ▁▁▃▄▇███████▇▅▃▂▁ ] [ ▂▅██▇▄ ] dim 0703 μ= +0.001 σ= 0.025 zeros= 0% [ ▁▂▄▇███████▃▂▁ ] [ ▃▆██▆▂ ] dim 0704 μ= -0.004 σ= 0.014 zeros= 0% [ ▁▁▂▄███████▇▄▂▁ ] [ ▁▃▅█▇▆▅▁ ] dim 0705 μ= -0.010 σ= 0.030 zeros= 0% [ ▁▂▄▅████████▆▄▂▁ ] [ ▁▆█▆▅▄ ] dim 0706 μ= +0.025 σ= 0.014 zeros= 0% [ ▁▁▃▄▇███████▅▄▂▁ ] [ ▁▂▅█▆▅▁ ] dim 0707 μ= -0.019 σ= 0.018 zeros= 0% [ ▁▂▅███████▅▃▁▁ ] [ ▁▃▆██▆█▃ ] dim 0708 μ= +0.009 σ= 0.031 zeros= 0% [ ▁▂▄▆█████████▆▄▂▁ ] [ ▁▅█▆▅▅ ] dim 0709 μ= +0.018 σ= 0.023 zeros= 0% [ ▂▃▅▇███████▆▃▂▁▁ ] [ ▃▆██▅▃ ] dim 0710 μ= -0.000 σ= 0.038 zeros= 0% [ ▁▂▄███████▆▄▂▁ ] [ ▃▄▆█▆▄▂ ] dim 0711 μ= -0.007 σ= 0.038 zeros= 0% [ ▁▂▂▄▆███████▇▄▃▁▁ ] [ ▂▃▅█▆▄▃ ] dim 0712 μ= -0.014 σ= 0.025 zeros= 0% [ ▁▁▂▄▆████████▄▂▁ ] [ ▃▇█▇▃ ] dim 0713 μ= -0.006 σ= 0.027 zeros= 0% [ ▁▂▄▆███████▆▃▁ ] [ ▃█▆█▆▁ ] dim 0714 μ= -0.007 σ= 0.034 zeros= 0% [ ▁▁▂▅███████▇▄▂▁ ] [ ▃▇▇█▅▁ ] dim 0715 μ= +0.019 σ= 0.020 zeros= 0% [ ▁▂▄███████▅▂▁▁ ] [ ▂▄▇█▇▆▃ ] dim 0716 μ= +0.014 σ= 0.019 zeros= 0% [ ▁▂▃▃▇████████▄▂▁▁ ] [ ▃▆█▇█▃ ] dim 0717 μ= +0.009 σ= 0.029 zeros= 0% [ ▁▂▃▅███████▇▄▂▁ ] [ ▄▆▇█▆▃ ] dim 0718 μ= -0.026 σ= 0.017 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.017 σ= 0.033 zeros= 0% [ ▁▁▂▄███████▆▄▂▁ ] [ ▂▆█▇▇▃ ] dim 0724 μ= +0.012 σ= 0.032 zeros= 0% [ ▁▂▄▇██████▇▄▂▁ ] [ ▃▅█▆▆▄▂ ] dim 0725 μ= +0.004 σ= 0.020 zeros= 0% [ ▁▂▄▅█████████▅▃▂▁ ] [ ▁▃█▆█▅ ] dim 0726 μ= -0.006 σ= 0.038 zeros= 0% [ ▂▃▅███████▅▃▂▁ ] [ ▂▄▇█▅▃▁ ] dim 0727 μ= -0.010 σ= 0.024 zeros= 0% [ ▁▃▄▆███████▆▄▂▁ ] [ ▃▇█▆▃ ] dim 0728 μ= -0.018 σ= 0.022 zeros= 0% [ ▁▁▃▆███████▄▂▁ ] [ ▁▃▅██▄▂ ] dim 0729 μ= +0.009 σ= 0.025 zeros= 0% [ ▁▂▃▅████████▅▂▂▁ ] [ ▁▄▇█▇▅▂ ] dim 0730 μ= -0.015 σ= 0.026 zeros= 0% [ ▁▂▃▇███████▆▃▂▁ ] [ ▄▄█▅▅▁ ] dim 0731 μ= +0.004 σ= 0.030 zeros= 0% [ ▁▂▄▆███████▇▅▃▁▁▁ ] [ ▁▄▇█▇▅ ] dim 0732 μ= +0.007 σ= 0.029 zeros= 0% [ ▁▂▄████████▆▄▂▁ ] [ ▂▃▆█▆▅▁ ] dim 0733 μ= +0.007 σ= 0.023 zeros= 0% [ ▁▁▁▄▇███████▆▃▁ ] [ ▂▄▆█▇▄ ] dim 0734 μ= -0.011 σ= 0.022 zeros= 0% [ ▁▁▂▄▇███████▇▄▂▁ ] [ ▁▄▇██▅▂ ] dim 0735 μ= -0.016 σ= 0.022 zeros= 0% [ ▁▁▂▆███████▆▄▂▁ ] [ ▁▄▇█▇▆▄ ] dim 0736 μ= -0.026 σ= 0.020 zeros= 0% [ ▁▂▂▆████████▅▃▂▁ ] [ ▁▂▄▆█▆▃ ] dim 0737 μ= -0.022 σ= 0.031 zeros= 0% [ ▁▁▂▄███████▇▅▃▂▁ ] [ ▂▅██▆▃ ] dim 0738 μ= +0.023 σ= 0.043 zeros= 0% [ ▂▅▇███████▅▃▁ ] [ ▄▆█▇▄▁ ] dim 0739 μ= -0.018 σ= 0.021 zeros= 0% [ ▁▂▄▇██████▆▃▂▁ ] [ ▂▄▇██▇▁ ] dim 0740 μ= +0.015 σ= 0.038 zeros= 0% [ ▁▂▄▄▆████████▅▃▂▁ ] [ ▂▅██▅▄▂ ] dim 0741 μ= +0.028 σ= 0.024 zeros= 0% [ ▁▃▄▇███████▇▄▂▂▁] [ ▁▂██▇▄▂ ] dim 0742 μ= -0.014 σ= 0.032 zeros= 0% [ ▁▂▃▅███████▄▃▁ ] [ ▅▅█▇▇▄▁ ] dim 0743 μ= -0.039 σ= 0.019 zeros= 0% [ ▁▁▄▆████████▄▃▃▁ ] [ ▁▄▄█▇▆▁ ] dim 0744 μ= +0.003 σ= 0.030 zeros= 0% [ ▁▁▂▄▅███████▇▅▂▁▁ ] [ ▄▄▆█▇▃▁ ] dim 0745 μ= +0.017 σ= 0.023 zeros= 0% [ ▁▂▃▅████████▆▃▃▁ ] [ ▂▆▆█▆▄▁ ] dim 0746 μ= -0.007 σ= 0.017 zeros= 0% [ ▁▂▄▇███████▇▃▂▁ ] [ ▁▃▆█▇▆▃ ] dim 0747 μ= -0.005 σ= 0.029 zeros= 0% [ ▁▂▄▆████████▅▃▂▁ ] [ ▂▅█▇▄▁ ] dim 0748 μ= -0.023 σ= 0.030 zeros= 0% [ ▁▂▄▅▇██████▆▅▂▁ ] [ ▂▆█▆▃ ] dim 0749 μ= -0.011 σ= 0.023 zeros= 0% [ ▁▂▅███████▆▂▂▁ ] [ ▂▅▇█▇▄▂ ] dim 0750 μ= -0.003 σ= 0.038 zeros= 0% [ ▁▂▅▇███████▇▄▂▁ ] [ ▃█▇▇▄▂ ] dim 0751 μ= +0.003 σ= 0.031 zeros= 0% [▁▁▂▃▆▇██████▇▃▂▁ ] [ ▃▅██▇▄▂ ] dim 0752 μ= +0.003 σ= 0.027 zeros= 0% [ ▁▁▂▄▇███████▆▃▂▁ ] [ ▁▄█▇▅▂ ] dim 0753 μ= -0.007 σ= 0.024 zeros= 0% [ ▂▃▆██████▆▄▂▁ ] [ ▂▃▇█▇▇▂▁ ] dim 0754 μ= -0.013 σ= 0.011 zeros= 0% [ ▁▃▄▆████████▅▄▂▁ ] [ ▂▆█▇▇▃ ] dim 0755 μ= -0.007 σ= 0.018 zeros= 0% [ ▁▂▃▆████████▆▃▂▁ ] [ ▄▅█▆▆▃ ] dim 0756 μ= +0.014 σ= 0.027 zeros= 0% [ ▁▂▄▅███████▇▆▄▂▁ ] [ ▂▅▇█▄▁ ] dim 0757 μ= +0.001 σ= 0.025 zeros= 0% [ ▁▂▅▇██████▇▃▂ ] [ ▃▅▆█▇▃ ] dim 0758 μ= -0.009 σ= 0.035 zeros= 0% [ ▁▁▂▄▇███████▆▄▂▁ ] [ ▄██▆▃ ] dim 0759 μ= +0.021 σ= 0.038 zeros= 0% [ ▁▁▂▆██████▇▄▂▁ ] [ ▄▆█▇▆▃▁ ] dim 0760 μ= -0.009 σ= 0.010 zeros= 0% [ ▁▂▃▄████████▆▃▂▁ ] [ ▁▄███▅▃ ] dim 0761 μ= +0.016 σ= 0.037 zeros= 0% [ ▁▂▄▆███████▆▅▃▁ ] [ ▁▄▅▆█▄▃ ] dim 0762 μ= -0.008 σ= 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.010 σ= 0.032 zeros= 0% [ ▁▂▂▆███████▇▅▃▁▁▁ ] [ ▂▅█▅▃▁ ] dim 0767 μ= +0.014 σ= 0.031 zeros= 0% [ ▁▁▁▃▄▇██████▅▃▂▁ ] [ ▂▇███▃▂ ] dim 0768 μ= -0.009 σ= 0.020 zeros= 0% [ ▁▂▂▆████████▆▂▂▁ ] [ ▁▄█▇██▅▁ ] dim 0769 μ= -0.002 σ= 0.028 zeros= 0% [ ▁▂▃▅████████▅▄▂▁▁ ] [ ▁▄▆█▇▆▄▂ ] dim 0770 μ= -0.004 σ= 0.030 zeros= 0% [ ▁▂▄▅████████▆▃▂▁▁ ] [ ▂█▇█▆▆▂ ] dim 0771 μ= -0.011 σ= 0.022 zeros= 0% [ ▁▂▂▅████████▆▄▂▁ ] [ ▄▇█▇▃ ] dim 0772 μ= +0.014 σ= 0.017 zeros= 0% [ ▁▂▄▆███████▆▄▂▁▁ ] [ ▂▅▅█▆▁ ] dim 0773 μ= -0.011 σ= 0.029 zeros= 0% [ ▁▃▄▆██████▆▄▂▁ ] [ ▁▄▆██▆▃ ] dim 0774 μ= -0.008 σ= 0.036 zeros= 0% [ ▁▁▂▅▆████████▅▃▁▁ ] [ ▃▅▆█▆▂ ] dim 0775 μ= -0.004 σ= 0.022 zeros= 0% [ ▁▁▃▄███████▇▅▄▂▁ ] [ ▁▃▆██▅▂ ] dim 0776 μ= +0.007 σ= 0.034 zeros= 0% [ ▁▁▂▃▇███████▇▆▄▂▁ ] [ ▁▄█▆▆▅▄▁ ] dim 0777 μ= -0.016 σ= 0.031 zeros= 0% [ ▁▁▂▄▅████████▄▃▂▁▁ ] [ ▁▄██▆▂▃ ] dim 0778 μ= +0.014 σ= 0.021 zeros= 0% [ ▁▁▃▅███████▆▃▂▁ ] [ ▄▇▇██▁ ] dim 0779 μ= -0.005 σ= 0.024 zeros= 0% [ ▁▂▄▅███████▆▃▂▁ ] [ ▁▅▇█▆▆▂ ] dim 0780 μ= -0.023 σ= 0.025 zeros= 0% [▁▁▂▂▅█████████▅▂▂▁▁ ] [ ▂▄█▇▅▄▁ ] dim 0781 μ= -0.011 σ= 0.021 zeros= 0% [ ▁▂▄████████▅▃▂▁ ] [ ▂▄▆██▅▃ ] dim 0782 μ= +0.028 σ= 0.017 zeros= 0% [ ▁▁▃▅███████▇▅▂▁▁ ] [ ▁▂▄█▆▆▂ ] dim 0783 μ= +0.001 σ= 0.025 zeros= 0% [ ▁▂▃▆███████▆▄▃▁▁▁ ] [ ▂▄█▆▆▄▂ ] dim 0784 μ= -0.004 σ= 0.026 zeros= 0% [ ▁▂▃████████▆▄▂▁ ] [ ▁▄▆▆█▅▁ ] dim 0785 μ= -0.003 σ= 0.023 zeros= 0% [ ▁▂▃▆███████▆▄▃▁ ] [ ▁▂▅▇█▄▄ ] dim 0786 μ= +0.022 σ= 0.029 zeros= 0% [ ▁▁▃▅████████▅▃▂▁ ] [ ▁▅▆██▅▃ ] dim 0787 μ= +0.002 σ= 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.016 σ= 0.032 zeros= 0% [ ▁▂▃▇███████▇▄▂▁▁▁] [ ▁▅▆█▇▄▁ ] dim 0793 μ= -0.006 σ= 0.025 zeros= 0% [ ▁▂▃▇███████▆▅▂▁ ] [ ▂▆█▇▅▂ ] dim 0794 μ= -0.001 σ= 0.026 zeros= 0% [ ▁▂▃▅███████▇▅▂▂▁ ] [ ▁▃▄▇█▄▂ ] dim 0795 μ= -0.005 σ= 0.026 zeros= 0% [ ▂▃▄▇████████▄▃▂▁ ] [ ▄█▆█▆▃ ] dim 0796 μ= +0.014 σ= 0.024 zeros= 0% [ ▁▁▂▄▅████████▅▃▂▁ ] [ ▁▅▇█▆▂ ] dim 0797 μ= -0.030 σ= 0.026 zeros= 0% [ ▂▃▆██████▆▃▂▁ ] [ ▂▅▇▆█▄▁ ] dim 0798 μ= +0.002 σ= 0.028 zeros= 0% [ ▁▃▄▇███████▇▄▂▁▁ ] [ ▃▇█▆▅▁ ] dim 0799 μ= -0.042 σ= 0.025 zeros= 0% [ ▁▃▅▆██████▆▃▂▁ ] [ ▅▇▇█▇▃ ] dim 0800 μ= +0.028 σ= 0.038 zeros= 0% [ ▁▁▃▅▇██████▆▃▁▁ ] [ ▂▄███▅▁ ] dim 0801 μ= -0.028 σ= 0.013 zeros= 0% [ ▁▁▂▄▇███████▅▄▁▁ ] [ ▂▆▆█▇▃ ] dim 0802 μ= -0.025 σ= 0.023 zeros= 0% [ ▁▂▄▆███████▄▂▁ ] [ ▃▅██▅▄▁ ] dim 0803 μ= +0.009 σ= 0.015 zeros= 0% [ ▁▃▅████████▆▃▁▁ ] [ ▃▄▇██▅▁ ] dim 0804 μ= +0.016 σ= 0.034 zeros= 0% [ ▁▁▃▄▆███████▅▃▁▁ ] [ ▄▅█▆▄▁ ] dim 0805 μ= -0.022 σ= 0.008 zeros= 0% [ ▁▁▂▃▅███████▇▄▂▂▁ ] [ ▄█▇█▇▂ ] dim 0806 μ= -0.024 σ= 0.024 zeros= 0% [ ▁▂▃▆████████▄▃▁▁ ] [ ▁▄▇██▄▂ ] dim 0807 μ= +0.015 σ= 0.039 zeros= 0% [ ▁▁▃▄▇████████▄▂▁ ] [ ▃▆█▇▅▁ ] dim 0808 μ= +0.005 σ= 0.029 zeros= 0% [ ▁▁▃▆████████▄▂▁ ] [ ▃▄█▇▅ ] dim 0809 μ= +0.013 σ= 0.018 zeros= 0% [ ▁▂▃▆███████▇▄▂▁▁ ] [ ▁▇▇█▆▅ ] dim 0810 μ= +0.007 σ= 0.029 zeros= 0% [ ▁▂▄▇███████▅▂▁ ] [ ▆▆█▆▄▁ ] dim 0811 μ= +0.012 σ= 0.033 zeros= 0% [ ▁▃▄▇███████▇▄▃▁▁ ] [ ▂▅██▇▄▂ ] dim 0812 μ= +0.003 σ= 0.032 zeros= 0% [▁▁▂▄▇███████▆▃▂▁ ] [ ▅▆█▆▆▂ ] dim 0813 μ= +0.027 σ= 0.024 zeros= 0% [ ▁▁▂▄▆███████▇▄▂▁▁ ] [ ▂▅▇▇█▆▂ ] dim 0814 μ= +0.013 σ= 0.020 zeros= 0% [ ▁▂▄▆███████▆▃▂▁ ] [ ▁▄▆█▅▃ ] dim 0815 μ= -0.002 σ= 0.024 zeros= 0% [ ▂▃▅███████▆▅▂▁▁▁ ] [ ▂▆▇▆█▃▁ ] dim 0816 μ= +0.041 σ= 0.021 zeros= 0% [ ▂▃▅▆███████▅▃▁▁ ] [ ▂▅▅█▆▅▁ ] dim 0817 μ= +0.034 σ= 0.015 zeros= 0% [ ▁▁▃▄▇███████▅▅▄▂▁ ] [ ▅██▇▃ ] dim 0818 μ= -0.014 σ= 0.031 zeros= 0% [ ▂▃▅██████▇▅▃▁ ] [ ▁▃▇▇█▅ ] dim 0819 μ= +0.032 σ= 0.034 zeros= 0% [ ▁▃▅███████▅▃▂ ] [ ▃▆█▇▅▃ ] dim 0820 μ= +0.005 σ= 0.034 zeros= 0% [ ▂▂▄███████▇▄▂▁ ] [ ▃▆███▅▂ ] dim 0821 μ= +0.003 σ= 0.021 zeros= 0% [ ▁ ▂▃▄▇███████▆▅▂▁ ] [ ▂▅▇█▇▅▁ ] dim 0822 μ= -0.006 σ= 0.020 zeros= 0% [ ▁▄▅▇███████▆▃▂▁ ] [ ▃▅▇█▄▃▁ ] dim 0823 μ= -0.010 σ= 0.034 zeros= 0% [ ▁▁▂▄▇███████▅▄▂▁ ] [ ▂▃▇█▆▄▃ ] dim 0824 μ= -0.006 σ= 0.026 zeros= 0% [ ▁▂▄▅███████▆▄▂▁ ] [ ▂▅█▆█▅▅ ] dim 0825 μ= +0.000 σ= 0.023 zeros= 0% [ ▁▁▂▄▆████████▇▃▂▁ ] [ ▃▆██▇▃▂ ] dim 0826 μ= +0.017 σ= 0.031 zeros= 0% [ ▁▃▅▇███████▅▃▁ ] [ ▃▄█▆▇▃ ] dim 0827 μ= -0.012 σ= 0.018 zeros= 0% [ ▁▁▃▄▆███████▅▃▂▁▁ ] [ ▁▅███▅▁ ] dim 0828 μ= -0.023 σ= 0.028 zeros= 0% [ ▁▂▃▇███████▆▄▂▁ ] [ ▃▇▇█▇▅▃ ] dim 0829 μ= -0.007 σ= 0.036 zeros= 0% [ ▁▂▅█████████▅▃▂▁ ] [ ▂▆▆█▇▅ ] dim 0830 μ= +0.000 σ= 0.037 zeros= 0% [ ▁▂▃▆███████▆▄▁▁ ] [ ▃█▇█▄▃ ] dim 0831 μ= -0.000 σ= 0.013 zeros= 0% [ ▁▃▄▇███████▆▃▁▁ ] [ ▁▃▆█▇▃▁ ] dim 0832 μ= -0.014 σ= 0.025 zeros= 0% [ ▁▂▃▆███████▅▃▃▁ ] [ ▃▆▇█▆▄▁ ] dim 0833 μ= -0.001 σ= 0.031 zeros= 0% [ ▁▂▄▇███████▅▄▁▁ ] [ ▁▅▇██▆▃ ] dim 0834 μ= -0.002 σ= 0.034 zeros= 0% [ ▁▂▃▇███████▇▅▂▁▁ ] [ ▂▄▇█▇▄▂ ] dim 0835 μ= -0.005 σ= 0.028 zeros= 0% [ ▁▃▄▇███████▅▄▂▁ ] [ ▁▆▅█▆▃▁ ] dim 0836 μ= +0.001 σ= 0.021 zeros= 0% [ ▁▂▃▅▇███████▅▄▁▁▁] [ ▁▆█▇▇▅▁ ] dim 0837 μ= +0.027 σ= 0.027 zeros= 0% [ ▁▂▃▇███████▅▃▁▁ ] [ ▁▄█▇█▇▄ ] dim 0838 μ= +0.012 σ= 0.021 zeros= 0% [ ▂▂▅████████▇▅▃▁▁ ] [ ▃▄██▅▄ ] dim 0839 μ= -0.011 σ= 0.026 zeros= 0% [ ▁▂▄▆███████▅▂▁▁ ] [ ▃▅█▆▅▃ ] dim 0840 μ= -0.004 σ= 0.030 zeros= 0% [ ▁▁▄▆███████▅▂▁▁ ] [ ▁▃▅█▆▃▁ ] dim 0841 μ= +0.011 σ= 0.026 zeros= 0% [ ▁▂▃▆███████▆▄▂▁ ] [ ▂▅█▆▆▄▁ ] dim 0842 μ= -0.021 σ= 0.032 zeros= 0% [ ▁▁▃▆███████▇▃▁▁ ] [ ▂▅▇█▇▇▄▂ ] dim 0843 μ= +0.011 σ= 0.013 zeros= 0% [ ▁▂▄▆████████▅▄▂▁▁ ] [ ▂▄▅█▄▄ ] dim 0844 μ= +0.006 σ= 0.024 zeros= 0% [ ▁▂▄▆██████▇▅▂▁▁ ] [ ▃▆▇██▅▁ ] dim 0845 μ= -0.013 σ= 0.029 zeros= 0% [ ▂▃▅████████▆▃▂▁ ] [ ▃▄█▇▇▅▁ ] dim 0846 μ= -0.022 σ= 0.025 zeros= 0% [ ▁▁▃▄████████▅▃▂▁ ] [ ▁▅▇██▆▁ ] dim 0847 μ= +0.023 σ= 0.033 zeros= 0% [ ▁▂▄▇████████▅▂▂ ] [ ▄▅█▄▅▁ ] dim 0848 μ= -0.000 σ= 0.032 zeros= 0% [ ▁▁▂▄▆███████▅▃▂▁ ] [ ▃▆██▆▄ ] dim 0849 μ= +0.036 σ= 0.032 zeros= 0% [ ▁▂▅████████▅▂▁▁ ] [ ▃▇█▇▃▁ ] dim 0850 μ= +0.018 σ= 0.022 zeros= 0% [ ▁▂▄▆▇██████▆▄▁▁ ] [ ▂▅███▄▂ ] dim 0851 μ= +0.005 σ= 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.016 zeros= 0% [ ▁▂▃▆███████▆▃▂▁ ] [ ▃▅▆██▃▁ ] dim 0856 μ= +0.009 σ= 0.027 zeros= 0% [ ▁▂▃▅████████▆▄▂▁▁ ] [ ▂▃▅█▅▁ ] dim 0857 μ= +0.007 σ= 0.030 zeros= 0% [ ▁▁▂▄▇██████▆▄▂▁▁ ] [ ▁▃▅█▇▆▂▂ ] dim 0858 μ= -0.004 σ= 0.029 zeros= 0% [ ▁▁▄▅████████▅▃▁▁ ] [ ▃▅█▆▅ ] dim 0859 μ= +0.000 σ= 0.022 zeros= 0% [ ▁▃▅███████▆▃▂▁ ] [ ▃▅█▅▅▂ ] dim 0860 μ= -0.019 σ= 0.032 zeros= 0% [ ▁▂▃▅▆███████▆▂▁▁ ] [ ▁▅██▅▆▂ ] dim 0861 μ= +0.003 σ= 0.019 zeros= 0% [ ▁▁▂▅▇███████▇▄▃▂▁▁ ] [ ▄▆██▇▅▁ ] dim 0862 μ= -0.024 σ= 0.037 zeros= 0% [ ▁ ▂▃▆████████▆▄▂▁ ] [ ▂▅▆▆█▃▁ ] dim 0863 μ= +0.013 σ= 0.023 zeros= 0% [ ▁▂▃▆███████▆▄▁▁ ] [ ▃▆▇█▆▄▂ ] dim 0864 μ= +0.007 σ= 0.025 zeros= 0% [ ▁▁▂▃▆████████▇▅▄▂▁ ] [ ▁▄▅█▆▇▃▁ ] dim 0865 μ= -0.000 σ= 0.022 zeros= 0% [ ▁▁▂▃▇████████▇▄▄▂▁ ] [ ▃▄▆█▆▄▂ ] dim 0866 μ= -0.021 σ= 0.025 zeros= 0% [ ▁▁▃▆███████▆▃▁▁ ] [ ▃█▆▇▃ ] dim 0867 μ= +0.010 σ= 0.021 zeros= 0% [ ▁▂▄▅▇██████▇▃▂▁ ] [ ▂▅▇█▅▂ ] dim 0868 μ= +0.002 σ= 0.025 zeros= 0% [ ▁▁▃▄▇███████▄▃▁ ] [ ▁▃▆█▇▅▁ ] dim 0869 μ= -0.038 σ= 0.016 zeros= 0% [ ▁▂▄▆███████▇▄▂▁ ] [ ▁▆█▆▇▄▁ ] dim 0870 μ= -0.004 σ= 0.031 zeros= 0% [ ▁▂▆████████▅▃ ▁ ] [ ▁▄█▇█▅▄▁ ] dim 0871 μ= +0.003 σ= 0.037 zeros= 0% [ ▁▁▃▆████████▇▄▃▁▁ ] [ ▂▇██▅▄ ] dim 0872 μ= -0.014 σ= 0.037 zeros= 0% [ ▁▃▅▇██████▇▅▃▁▁ ] [ ▃▅█▆▅ ] dim 0873 μ= -0.006 σ= 0.030 zeros= 0% [ ▁▂▄███████▇▅▃▁ ] [ ▁▃▇▇█▇▄▁ ] dim 0874 μ= +0.014 σ= 0.037 zeros= 0% [ ▁▁▄▆████████▅▄▂▁▁ ] [ ▃▆█▇█▅▂ ] dim 0875 μ= -0.006 σ= 0.015 zeros= 0% [ ▁▁▃▅████████▇▄▃▂▁ ] [ ▂▄▆█▅▁ ] dim 0876 μ= +0.012 σ= 0.016 zeros= 0% [ ▁▁▂▄▆██████▇▅▂▁▁ ] [ ▃▆█▆▅▂ ] dim 0877 μ= -0.003 σ= 0.020 zeros= 0% [ ▁▃▅▇██████▇▅▃▁ ] [ ▄▆█▇▆▃▁ ] dim 0878 μ= -0.008 σ= 0.015 zeros= 0% [ ▁▂▃▅▇███████▆▄▂▁ ] [ ▂▆█▆▃ ] dim 0879 μ= -0.010 σ= 0.038 zeros= 0% [ ▁▂▃▆███████▆▄▂▁ ] [ ▁▅█▆▇▆▂ ] dim 0880 μ= +0.033 σ= 0.033 zeros= 0% [ ▁▁▃▆████████▆▃▂▁ ] [ ▂▇███▆▂ ] dim 0881 μ= -0.038 σ= 0.019 zeros= 0% [ ▁▁▅▇████████▅▂▁ ] [ ▁▂▄██▆▅ ] dim 0882 μ= +0.004 σ= 0.035 zeros= 0% [ ▁▁▂▅███████▇▅▃▂▁▁ ] [ ▃▆██▅▁ ] dim 0883 μ= -0.015 σ= 0.028 zeros= 0% [ ▁▁▃▄████████▄▂▁ ] [ ▁▃▆██▆▄▂ ] dim 0884 μ= -0.005 σ= 0.028 zeros= 0% [ ▁▂▃▆████████▇▅▂▁▁ ] [ ▃█▆█▆▆▃ ] dim 0885 μ= -0.015 σ= 0.019 zeros= 0% [▁▁▂▃▅████████▇▄▃▃▁▁ ] [ ▂▂█▆▇▆▂ ] dim 0886 μ= -0.014 σ= 0.027 zeros= 0% [ ▁▂▄▅████████▅▄▂▁▁ ] [ ▃▆█▇▅▃ ] dim 0887 μ= +0.043 σ= 0.019 zeros= 0% [ ▁▁▃▅███████▇▅▃▁ ] [ ▂▆█▅█▁ ] dim 0888 μ= -0.014 σ= 0.020 zeros= 0% [ ▁▁▃▅████████▆▃▁▁ ] [ ▂▅▇█▅▃ ] dim 0889 μ= -0.012 σ= 0.032 zeros= 0% [ ▁▃▅███████▇▄▂▁ ] [ ▁▄▇▇█▆▂ ] dim 0890 μ= +0.018 σ= 0.023 zeros= 0% [▁▁▂▄████████▄▄▂▁▁ ] [ ▃▄█▅▄ ] dim 0891 μ= +0.002 σ= 0.029 zeros= 0% [ ▁▂▂▄███████▅▃▁ ] [ ▂▃█▇█▅▄ ] dim 0892 μ= +0.012 σ= 0.020 zeros= 0% [ ▁▃▆███████▇▅▃▂▁ ] [ ▅▆▇█▆▅ ] dim 0893 μ= -0.004 σ= 0.034 zeros= 0% [ ▂▃▆███████▇▅▃▁ ] [ ▄██▆▆▆ ] dim 0894 μ= -0.022 σ= 0.028 zeros= 0% [ ▁▃▅▇███████▆▄▂▂▁ ] [ ▂▄█▆█▇▃▁ ] dim 0895 μ= -0.001 σ= 0.045 zeros= 0% [ ▁▂▃▅▇████████▆▅▁▁ ] [ ▃▅▅█▆▄▃ ] dim 0896 μ= +0.037 σ= 0.033 zeros= 0% [ ▁▁▃▄████████▅▃▁▁ ] [ ▃▆▇▇█▅▁ ] dim 0897 μ= -0.007 σ= 0.022 zeros= 0% [ ▁▁▂▃▇███████▅▃▂▁ ] [ ▁▅███▆▃ ] dim 0898 μ= -0.034 σ= 0.027 zeros= 0% [ ▁▂▅▇████████▅▃▂▁▁ ] [ ▅██▇▄▂ ] dim 0899 μ= -0.019 σ= 0.017 zeros= 0% [ ▁▁▂▄███████▆▃▂▁ ] [ ▃▆██▅▃▁ ] dim 0900 μ= -0.012 σ= 0.028 zeros= 0% [ ▁▂▅▇███████▆▃▂▁ ] [ ▁▄▆▇█▆▂ ] dim 0901 μ= +0.013 σ= 0.032 zeros= 0% [ ▁▁▃▆███████▇▅▂▁▁ ] [ ▅▇███▄ ] dim 0902 μ= +0.020 σ= 0.030 zeros= 0% [ ▁▁▂▃▅████████▅▃▂▁ ] [ ▁▆▇█▆▅▃ ] dim 0903 μ= -0.023 σ= 0.033 zeros= 0% [ ▁▁▃▅████████▆▄▃▂▁ ] [ ▃▆██▇▅ ] dim 0904 μ= -0.013 σ= 0.024 zeros= 0% [ ▁▂▄▇███████▆▃▂ ] [ ▂▅██▆▆ ] dim 0905 μ= +0.022 σ= 0.037 zeros= 0% [ ▁▂▄▇███████▆▄▁▁ ] [ ▂▆▇█▅▂ ] dim 0906 μ= +0.020 σ= 0.028 zeros= 0% [ ▁▂▄▆██████▇▄▂▁ ] [ ▁▅▆█▇▂▂ ] dim 0907 μ= +0.008 σ= 0.017 zeros= 0% [ ▁▂▄▆███████▆▃▁▁ ] [ ▃▆█▆▅▂ ] dim 0908 μ= -0.006 σ= 0.023 zeros= 0% [ ▁▂▄▇████████▅▂▂▁ ] [ ▂▆▆█▄▃ ] dim 0909 μ= +0.004 σ= 0.027 zeros= 0% [ ▁▁▃▅███████▇▄▂▁ ] [ ▄▅██▅▂ ] dim 0910 μ= -0.008 σ= 0.048 zeros= 0% [ ▁▂▄▅▇██████▆▄▁▁ ] -> OUTLIER_SPREAD: this_std=0.0479, mean_std=0.0266, +3.0sigma vs threshold=3.0sigma [ ▁▄▅███▄ ] dim 0911 μ= +0.000 σ= 0.026 zeros= 0% [ ▁▁▃▅████████▅▄▁▁ ] [ ▃▆▆█▆▁ ] dim 0912 μ= -0.015 σ= 0.021 zeros= 0% [ ▁▂▄▇███████▅▃▂ ] [ ▃▆█▄▅▂ ] dim 0913 μ= +0.016 σ= 0.023 zeros= 0% [ ▁▂▃▅███████▇▅▃▁ ] [ ▁▆▇▇█▅▂ ] dim 0914 μ= +0.011 σ= 0.025 zeros= 0% [ ▁▁▃▅▇███████▇▅▃▁ ] [ ▂▄█▆▅▂ ] dim 0915 μ= +0.007 σ= 0.027 zeros= 0% [ ▁▂▃▅███████▆▅▂▂ ] [ ▂▆▅█▃▂ ] dim 0916 μ= -0.006 σ= 0.031 zeros= 0% [ ▁▂▃▅███████▇▅▃▁▁ ] [ ▄▆█▆▅▂ ] dim 0917 μ= -0.008 σ= 0.023 zeros= 0% [ ▁▁▃▄████████▇▅▃▁ ] [ ▄▅█▇▇▅▃ ] dim 0918 μ= -0.004 σ= 0.033 zeros= 0% [ ▁▂▃▅▇███████▇▄▃▁▁ ] [ ▂▆▇█▇▅▄ ] dim 0919 μ= +0.002 σ= 0.030 zeros= 0% [ ▁▁▃▆▇███████▇▄▃▂ ▁ ] [ ▃▇█▇▅▂ ] dim 0920 μ= -0.030 σ= 0.020 zeros= 0% [ ▁▂▃▅████████▅▁▁▁ ] [ ▅▇█▇▃ ] dim 0921 μ= +0.032 σ= 0.034 zeros= 0% [ ▁▃▅███████▄▂▁ ] [ ▃▅█▅▃▁ ] dim 0922 μ= -0.006 σ= 0.027 zeros= 0% [ ▁▁▁▂▄▇███████▇▅▃▁▁ ] [ ▁▂▄█▅▄ ] dim 0923 μ= -0.008 σ= 0.021 zeros= 0% [ ▁▃▅███████▅▂▁ ] [ ▄▆▇█▅▃ ] dim 0924 μ= -0.015 σ= 0.022 zeros= 0% [ ▁▃▄▆███████▅▃▂▁ ] [ ▃▅█▇▅▃ ] dim 0925 μ= -0.032 σ= 0.034 zeros= 0% [ ▁▂▅▇██████▇▅▂▁ ] [ ▂▃▇███▅ ] dim 0926 μ= +0.033 σ= 0.027 zeros= 0% [▁▁▁▂▄▇███████▇▇▄▂▁▁ ] [ ▁▄▇▇██▄▂ ] dim 0927 μ= +0.011 σ= 0.024 zeros= 0% [ ▁▂▄▅▆████████▇▄▃▁▁ ] [ ▁▆▅▇█▆▃ ] dim 0928 μ= -0.020 σ= 0.036 zeros= 0% [ ▁▁▄▅███████▇▆▃▂ ▁ ] [ ▁▄▇█▇▆▅ ] dim 0929 μ= -0.001 σ= 0.023 zeros= 0% [ ▁▂▄█████████▆▃▁▁ ] [ ▂▄██▇▃ ] dim 0930 μ= -0.007 σ= 0.021 zeros= 0% [ ▁▁▃▅▆███████▅▃▁▁ ] [ ▁▆▆█▆▆▃ ] dim 0931 μ= -0.010 σ= 0.036 zeros= 0% [ ▁▂▃▇███████▇▅▂▂▁ ] [ ▃▅▅▇█▅▃ ] dim 0932 μ= +0.006 σ= 0.015 zeros= 0% [ ▁▂▃▆████████▆▂▂▁ ] [ ▁▅█▇▆▃ ] dim 0933 μ= -0.013 σ= 0.012 zeros= 0% [ ▁▃▅██████▆▃▂▁ ] [ ▂▄▇█▅▆▃ ] dim 0934 μ= -0.019 σ= 0.035 zeros= 0% [ ▁▁▃▄▅███████▇▆▃▂▁ ] [ ▁▅▇█▆▃ ] dim 0935 μ= -0.026 σ= 0.026 zeros= 0% [ ▂▃▆██████▇▅▃▁ ] [ ▃▆▇▇█▅▁ ] dim 0936 μ= +0.004 σ= 0.017 zeros= 0% [ ▁▁▃▅▇███████▇▄▂▁▁ ] [ ▁▃▆█▆▂▁ ] dim 0937 μ= -0.003 σ= 0.022 zeros= 0% [ ▁▁▂▄▇███████▆▄▃▁▁ ] [ ▃▇▇██▄▂ ] dim 0938 μ= +0.009 σ= 0.032 zeros= 0% [ ▁▂▄▅████████▇▄▂▁▁▁] [ ▃▇▇█▆▂ ] dim 0939 μ= -0.015 σ= 0.026 zeros= 0% [ ▁▁▃▄███████▆▄▂▁ ] [ ▁▇█▇▆▃▁ ] dim 0940 μ= +0.014 σ= 0.029 zeros= 0% [ ▁▁▂▅▇███████▅▂▁▁ ] [ ▁▄▇█▇▆▃ ] dim 0941 μ= +0.001 σ= 0.027 zeros= 0% [ ▁▁▃▅███████▇▄▂▁▁ ] [ ▂▄█▇▃▁ ] dim 0942 μ= +0.015 σ= 0.041 zeros= 0% [ ▁▁▂▄▆██████▇▅▂▁ ] [ ▃▆▆█▅▅▃ ] dim 0943 μ= -0.010 σ= 0.021 zeros= 0% [ ▁▁▁▃▅▇███████▆▄▂▁▁ ] [ ▂▆█▆▆▄ ] dim 0944 μ= +0.014 σ= 0.031 zeros= 0% [ ▁▃▆████████▄▃▁▁ ] [ ▂▅██▇▃ ] dim 0945 μ= +0.018 σ= 0.018 zeros= 0% [ ▁▁▂▄▅███████▅▂▁▁ ] [ ▃▇▇█▄▃ ] dim 0946 μ= -0.005 σ= 0.029 zeros= 0% [ ▁▁▃▄████████▅▄▂▁ ] [ ▁▆██▃ ] dim 0947 μ= -0.013 σ= 0.024 zeros= 0% [ ▁▁▂▄███████▇▄▂▁ ] [ ▁▇█▇█▅ ] dim 0948 μ= +0.013 σ= 0.023 zeros= 0% [ ▁▃▃▆███████▆▄▂▁ ] [ ▂▅█▇▇▂ ] dim 0949 μ= +0.006 σ= 0.032 zeros= 0% [ ▁▂▃▇██████▆▅▁▁ ] [ ▃▅███▅▁ ] dim 0950 μ= +0.022 σ= 0.022 zeros= 0% [ ▁▃▄▇███████▆▃▂▁ ] [ ▂▅█▇▅▃ ] dim 0951 μ= +0.009 σ= 0.021 zeros= 0% [ ▁▂▃▆███████▇▅▃▂ ] [ ▂▅██▆▃▂ ] dim 0952 μ= +0.019 σ= 0.031 zeros= 0% [ ▁▂▄████████▅▂▂▁ ] [ ▃██▇▅▃ ] dim 0953 μ= -0.006 σ= 0.027 zeros= 0% [ ▁▂▃▆███████▇▅▃▂ ] [ ▁▃▇█▇▅▃ ] dim 0954 μ= -0.026 σ= 0.030 zeros= 0% [ ▁▁▃▆███████▇▅▂▁▁] [ ▁▅▆▇█▇▃▁ ] dim 0955 μ= +0.014 σ= 0.032 zeros= 0% [ ▁▁▂▆████████▇▄▂▁▁ ] [ ▂▅██▆▂ ] dim 0956 μ= -0.008 σ= 0.017 zeros= 0% [ ▂▄▆███████▅▂▁▁ ] [ ▂▆█▅▅▁ ] dim 0957 μ= -0.000 σ= 0.017 zeros= 0% [ ▁▂▃▅███████▇▄▂▂▁ ] [ ▁▄▆█▆▆▃ ] dim 0958 μ= +0.008 σ= 0.024 zeros= 0% [ ▁▃▄▇████████▄▃▂ ] [ ▂▄▇█▅▃▁ ] dim 0959 μ= +0.001 σ= 0.030 zeros= 0% [ ▁▁▃▄▇███████▅▃▁▁ ] [ ▄▆▇███▅▆ ] dim 0960 μ= -0.000 σ= 0.023 zeros= 0% [ ▁▂▄▆██████████▆▄▂▁▁] [ ▂▇▆█▇▃ ] dim 0961 μ= -0.005 σ= 0.020 zeros= 0% [ ▁▁▃▅███████▇▄▂▁ ] [ ▃▄█▇▅▃▁ ] dim 0962 μ= -0.005 σ= 0.019 zeros= 0% [ ▁▁▃▄▇███████▇▃▁▁▁ ] [ ▂▄███▆▁ ] dim 0963 μ= -0.014 σ= 0.023 zeros= 0% [ ▁▃▆███████▆▄▂▁ ] [ ▃▆▆█▆▄▂ ] dim 0964 μ= -0.013 σ= 0.033 zeros= 0% [ ▁▁▂▃▆███████▇▄▂▁ ▁ ] [ ▂▄▆█▆▆▃ ] dim 0965 μ= -0.018 σ= 0.035 zeros= 0% [ ▁▂▄▇███████▇▅▄▂▁ ] [ ▁▄█▇▆▅▂ ] dim 0966 μ= +0.011 σ= 0.042 zeros= 0% [ ▁▃▄▅████████▆▃▂▁ ] [ ▂▆▆█▆▄▃ ] dim 0967 μ= -0.033 σ= 0.021 zeros= 0% [ ▁▂▃▅█████████▆▃▁▁ ] [ ▁▄█▇▆▅▂ ] dim 0968 μ= -0.011 σ= 0.016 zeros= 0% [ ▁▁▃▅▇███████▅▄▂▁▁ ] [ ▂▆█▇█▆▃ ] dim 0969 μ= +0.019 σ= 0.032 zeros= 0% [ ▁▂▄████████▇▅▂▂▁ ] [ ▁▄▆▇█▆▂ ] dim 0970 μ= +0.008 σ= 0.037 zeros= 0% [ ▁▁▃▅███████▇▅▃▁ ] [ ▁▄▆█▇▆▃ ] dim 0971 μ= +0.016 σ= 0.048 zeros= 0% [ ▁▂▄▆███████▆▄▁▁ ] -> OUTLIER_SPREAD: this_std=0.0483, mean_std=0.0266, +3.1sigma vs threshold=3.0sigma [ ▂▃▇██▇▄▁ ] dim 0972 μ= -0.009 σ= 0.033 zeros= 0% [ ▁▁▂▄▇████████▆▄▂▁ ] [ ▃▅█▆█▄▃▁ ] dim 0973 μ= -0.001 σ= 0.019 zeros= 0% [ ▁▁▃▄▇████████▄▃▂▁ ] [ ▂▇▆█▆▅▃ ] dim 0974 μ= -0.022 σ= 0.014 zeros= 0% [ ▁▁▃▅████████▇▄▃▂▁▁] [ ▁▅███▄ ] dim 0975 μ= -0.005 σ= 0.019 zeros= 0% [ ▁▂▄▅██████▇▅▃▁▁ ] [ ▃▇█▇▅▃ ] dim 0976 μ= -0.009 σ= 0.027 zeros= 0% [ ▁▂▅████████▅▃▁▁ ] [ ▂▅██▇█▄ ] dim 0977 μ= -0.007 σ= 0.033 zeros= 0% [ ▁▁▂▄▇████████▅▃▁▁▁ ] [ ▁▃▇█▆▅▂ ] dim 0978 μ= +0.021 σ= 0.030 zeros= 0% [ ▁▁▃▆████████▄▂▁ ] [ ▁▃▇█▆▅▃ ] dim 0979 μ= -0.003 σ= 0.021 zeros= 0% [ ▁▁▂▄▅███████▆▅▂▁▁ ] [ ▃▄█▆▄▂ ] dim 0980 μ= -0.010 σ= 0.026 zeros= 0% [ ▁▂▅▇██████▇▃▂▁ ] [ ▂▃█▇█▅▄▂ ] dim 0981 μ= +0.015 σ= 0.027 zeros= 0% [ ▁▂▄▆████████▆▄▃▁▁ ] [ ▂▆██▄▅▁ ] dim 0982 μ= +0.003 σ= 0.028 zeros= 0% [ ▁▁▃▆████████▅▃▂▁ ] [ ▁▆█▇▆▄ ] dim 0983 μ= +0.016 σ= 0.021 zeros= 0% [ ▁▂▄▆██████▆▄▁▁ ] [ ▄▄▅█▇▆▂ ] dim 0984 μ= -0.002 σ= 0.016 zeros= 0% [ ▁▂▃▅▇███████▆▃▁ ] [ ▁▄▇███▅▂ ] dim 0985 μ= +0.031 σ= 0.026 zeros= 0% [ ▁▁▃▅████████▅▃▃▁▁ ] [ ▁▃▆█▇▅▃ ] dim 0986 μ= +0.022 σ= 0.037 zeros= 0% [ ▁▁▂▃▄▇███████▇▅▄▂▁ ] [ ▁▄▅██▅▂ ] dim 0987 μ= -0.016 σ= 0.034 zeros= 0% [ ▁▁▄▆████████▅▃▂ ] [ ▁▃▆█▇▄▂ ] dim 0988 μ= +0.003 σ= 0.015 zeros= 0% [ ▁▂▃▅███████▇▄▂▁▁ ] [ ▃▅▄██▆▂ ] dim 0989 μ= -0.022 σ= 0.032 zeros= 0% [ ▁▂▃▆████████▇▅▂▂ ] [ ▂▄▇█▆▆▄▂ ] dim 0990 μ= -0.021 σ= 0.032 zeros= 0% [▁▁▂▃▆████████▇▅▂▁ ] [ ▂▄▇█▅▃▄ ] dim 0991 μ= -0.002 σ= 0.016 zeros= 0% [ ▁▂▃████████▇▄▂▁ ] [ ▁▂▆▆█▅▄ ] dim 0992 μ= -0.020 σ= 0.029 zeros= 0% [ ▁▂▅███████▇▄▂▁ ] [ ▂▆█▇█▅ ] dim 0993 μ= -0.011 σ= 0.037 zeros= 0% [ ▁▁▁▂▆████████▇▅▂▁ ] [ ▂▇▇█▅▄ ] dim 0994 μ= +0.000 σ= 0.030 zeros= 0% [ ▁▁▃▄████████▇▅▃▁▁ ] [ ▅██▇▃▁ ] dim 0995 μ= -0.015 σ= 0.035 zeros= 0% [ ▂▃▅███████▇▄▁▁ ] [ ▃▆██▆▄ ] dim 0996 μ= -0.016 σ= 0.020 zeros= 0% [ ▁▃▄▇███████▄▂▁ ] [ ▁▅▇▇█▅▃▁ ] dim 0997 μ= -0.011 σ= 0.024 zeros= 0% [ ▁▂▃▅████████▆▃▂▂ ] [ ▂▅██▅▂ ] dim 0998 μ= +0.014 σ= 0.023 zeros= 0% [ ▁▁▃▅██████▆▅▂▁ ] [ ▁▅▅█▅▄ ] dim 0999 μ= +0.018 σ= 0.024 zeros= 0% [ ▁▃▅▇██████▇▆▄▂▁ ] [ ▁▅███▃ ] dim 1000 μ= +0.019 σ= 0.032 zeros= 0% [ ▁▂▅▇██████▇▅▂▁▁ ] [ ▅▇▇█▆ ] dim 1001 μ= +0.003 σ= 0.032 zeros= 0% [ ▁▁▂▃▆████████▅▃▁▁] [ ▁▃▅▇██▅▃ ] dim 1002 μ= -0.015 σ= 0.026 zeros= 0% [ ▁▁▂▄█████████▅▄▁▁ ] [ ▁▃▅▆█▃ ] dim 1003 μ= +0.019 σ= 0.019 zeros= 0% [ ▁▁▂▄▇██████▇▅▃▂▁ ] [ ▃▆██▆▄▂ ] dim 1004 μ= -0.004 σ= 0.025 zeros= 0% [ ▁▁▂▅████████▅▄▂▁▁ ] [ ▁▄▇██▆▄▁ ] dim 1005 μ= +0.011 σ= 0.028 zeros= 0% [ ▁▁▃▄████████▆▃▂▁ ] [ ▄█▇▇▄▂ ] dim 1006 μ= +0.010 σ= 0.029 zeros= 0% [ ▁▁▂▃▅███████▇▄▂▁ ] [ ▄▇█▆▅▃▁ ] dim 1007 μ= -0.012 σ= 0.025 zeros= 0% [ ▁▁▂▅▇████████▅▂▁▁ ] [ ▁▆▇█▄▂ ] dim 1008 μ= -0.003 σ= 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.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.002 σ= 0.020 zeros= 0% [ ▁▁▃▅███████▇▃▃▁▁ ] [ ▁▂▆▇██▅▁ ] dim 1017 μ= -0.010 σ= 0.016 zeros= 0% [ ▂▂▅████████▆▄▂▁ ] [ ▁▅█▇▅▃ ] dim 1018 μ= -0.013 σ= 0.027 zeros= 0% [ ▁▁▃▆████████▅▃▂▁ ] [ ▃▇▆█▇▄▁ ] dim 1019 μ= -0.008 σ= 0.030 zeros= 0% [ ▁▂▅▇███████▄▃▂▁ ] [ ▄▅█▇▇▅ ] dim 1020 μ= -0.005 σ= 0.023 zeros= 0% [ ▁▂▃▅████████▅▄▂▁ ] [ ▁▅▅▇█▆▂ ] dim 1021 μ= +0.031 σ= 0.027 zeros= 0% [ ▁▁▂▃▆███████▇▄▂▁▁ ] [ ▂▅█▇▆▃ ] dim 1022 μ= +0.005 σ= 0.034 zeros= 0% [ ▁▁▂▄████████▆▄▂▁ ] [ ▄▆██▆▃ ] dim 1023 μ= +0.007 σ= 0.030 zeros= 0% [ ▁▂▂▆████████▅▃▂▁ ] smell vectors from /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec smell: sampling 2000 of 1778739 vectors for per-dim distribution... smell: 100/2000 ( 5%) 0.4s smell: 200/2000 ( 10%) 0.8s smell: 300/2000 ( 15%) 1.1s smell: 400/2000 ( 20%) 1.7s smell: 500/2000 ( 25%) 2.4s smell: 600/2000 ( 30%) 3.1s smell: 700/2000 ( 35%) 3.7s smell: 800/2000 ( 40%) 4.1s smell: 900/2000 ( 45%) 4.5s smell: 1000/2000 ( 50%) 5.0s smell: 1100/2000 ( 55%) 5.5s smell: 1200/2000 ( 60%) 5.7s smell: 1300/2000 ( 65%) 6.0s smell: 1400/2000 ( 70%) 6.6s smell: 1500/2000 ( 75%) 6.7s smell: 1600/2000 ( 80%) 7.8s smell: 1700/2000 ( 85%) 8.2s smell: 1800/2000 ( 90%) 8.5s smell: 1900/2000 ( 95%) 9.0s smell: 2000/2000 (100%) 9.3s smell: 3 degenerate dim(s) found in 9.4s: (OUTLIER_SPREAD: std of all dims: μ=0.027, σ=0.007, threshold=3.0σ) [ ▃▅█▇▅▂ ] dim 0585 μ= -0.031 σ= 0.050 zeros= 0% [ ▁▂▃▅███████▇▅▄▁▁ ] -> OUTLIER_SPREAD: this_std=0.0502, mean_std=0.0265, +3.4sigma vs threshold=3.0sigma [ ▂▅▇▆█▄ ] dim 0910 μ= -0.008 σ= 0.048 zeros= 0% [ ▁▂▄▆███████▆▃▁▁ ] -> OUTLIER_SPREAD: this_std=0.0482, mean_std=0.0265, +3.1sigma vs threshold=3.0sigma [ ▃▅█▇▅▃ ] dim 0971 μ= +0.014 σ= 0.048 zeros= 0% [ ▁▂▃▆███████▇▅▃▁▁ ] -> OUTLIER_SPREAD: this_std=0.0479, mean_std=0.0265, +3.0sigma vs threshold=3.0sigma smell: all 1024 dims: [ ▃▆██▇▅▂ ] dim 0000 μ= +0.002 σ= 0.024 zeros= 0% [ ▁▂▃█████████▃▃▁ ] [ ▁▅▆██▃▁ ] dim 0001 μ= +0.018 σ= 0.026 zeros= 0% [ ▁▂▃▆▇███████▇▄▃▁ ] [ ▁▃▆▇██▃ ] dim 0002 μ= -0.008 σ= 0.033 zeros= 0% [ ▁▂▃▆████████▅▃▁ ] [ ▄██▆▄▂ ] dim 0003 μ= +0.022 σ= 0.027 zeros= 0% [ ▁▃▄▇██████▆▄▁▁ ] [ ▁▆▆█▅▅ ] dim 0004 μ= -0.016 σ= 0.027 zeros= 0% [ ▁▂▅▇██████▇▄▃▂▁ ] [ ▂▄▇▇█▅▂ ] dim 0005 μ= -0.008 σ= 0.034 zeros= 0% [ ▁▁▂▄▆███████▇▄▂▁ ] [ ▅▇█▇▄▂ ] dim 0006 μ= -0.000 σ= 0.020 zeros= 0% [ ▁▂▄▆▇██████▅▄▁▁ ] [ ▄▇█▆▅▂ ] dim 0007 μ= -0.031 σ= 0.021 zeros= 0% [ ▁▁▂▅███████▇▄▂▁▁ ] [ ▃▇▇██▄▁ ] dim 0008 μ= -0.018 σ= 0.019 zeros= 0% [ ▁▂▄▅████████▇▃▁▁▁ ] [ ▁▄▇█▇▅▂ ] dim 0009 μ= +0.006 σ= 0.029 zeros= 0% [ ▁▃▄▆███████▇▄▃▁▁ ] [ ▁▄▆█▇▄▁ ] dim 0010 μ= +0.014 σ= 0.031 zeros= 0% [ ▁▁▂▄▆███████▅▄▂ ] [ ▁▄▇▇█▅▁ ] dim 0011 μ= -0.011 σ= 0.035 zeros= 0% [ ▁▁▃▄▆███████▆▄▂▁▁ ] [ ▄▆█▆▅▃ ] dim 0012 μ= +0.011 σ= 0.018 zeros= 0% [ ▁▁▁▃▆████████▆▃▂▁▁ ] [ ▄▆█▆▃ ] dim 0013 μ= -0.009 σ= 0.021 zeros= 0% [▁▁▂▃▅███████▆▃▂▁ ] [ ▁▃█▇▅▁ ] dim 0014 μ= +0.005 σ= 0.036 zeros= 0% [ ▁▁▂▆▇██████▆▄▂▁ ] [ ▂▅█▆▄▂ ] dim 0015 μ= -0.001 σ= 0.021 zeros= 0% [ ▁▂▄▇██████▇▄▂▁ ] [ ▃███▆▃▁ ] dim 0016 μ= +0.000 σ= 0.028 zeros= 0% [ ▁▂▄████████▆▄▃▂▁ ] [ ▂▄▇█▆▅▂ ] dim 0017 μ= +0.017 σ= 0.031 zeros= 0% [ ▁▁▂▄▅████████▅▂▁ ] [ ▂▆▆██▆▂ ] dim 0018 μ= +0.012 σ= 0.037 zeros= 0% [ ▁▁▄▇███████▇▄▂▁ ] [ ▂▅▇█▇▅▂ ] dim 0019 μ= +0.004 σ= 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.035 zeros= 0% [ ▁▂▃▆███████▇▅▃▂▁▁ ] [ ▄▅▆▇█▆▅▂ ] dim 0023 μ= -0.005 σ= 0.046 zeros= 0% [ ▁▃▆█████████▇▅▃▁▁] [ ▁▅██▅▆ ] dim 0024 μ= -0.005 σ= 0.033 zeros= 0% [ ▁▃▄▇███████▆▃▂▁ ] [ ▁▄█▆▆▄ ] dim 0025 μ= +0.018 σ= 0.028 zeros= 0% [ ▁▂▃▅███████▇▆▃▂▁ ] [ ▂▄▆██▄▂ ] dim 0026 μ= +0.026 σ= 0.024 zeros= 0% [ ▁▁▃▆███████▇▄▁▁ ] [ ▂▆█▇▇▄▁ ] dim 0027 μ= -0.007 σ= 0.028 zeros= 0% [ ▁▂▄▆███████▇▄▂▁▁ ] [ ▃▇█▆▇▄ ] dim 0028 μ= +0.027 σ= 0.029 zeros= 0% [ ▁▁▁▅███████▇▅▃▁▁ ] [ ▄█▇▇▂ ] dim 0029 μ= -0.000 σ= 0.029 zeros= 0% [ ▂▅▇█████▆▄▁▁ ] [ ▄▆██▃▂ ] dim 0030 μ= -0.009 σ= 0.024 zeros= 0% [ ▁▂▅▆██████▆▃▂▁ ] [ ▂▄▇▇█▄▂ ] dim 0031 μ= -0.013 σ= 0.019 zeros= 0% [ ▁▂▃▇███████▅▄▂▁▁ ] [ ▁▄▇██▄▂ ] dim 0032 μ= +0.031 σ= 0.035 zeros= 0% [ ▂▃▅▆███████▆▄▁▁ ] [ ▁▆██▇▄▁ ] dim 0033 μ= +0.032 σ= 0.027 zeros= 0% [ ▁▁▃▄█████████▄▂▂▁ ] [ ▂▄▇██▆▄ ] dim 0034 μ= -0.004 σ= 0.022 zeros= 0% [ ▁▁▂▃▆███████▇▆▃▂▁ ] [ ▂▅█▅▄▂ ] dim 0035 μ= +0.008 σ= 0.032 zeros= 0% [ ▁▂▃▅███████▇▅▃▁ ] [ ▂▆██▆▅ ] dim 0036 μ= +0.000 σ= 0.020 zeros= 0% [ ▁▂▄▆███████▅▄▂▁▁ ] [ ▃▅▇▇█▇▃ ] dim 0037 μ= -0.027 σ= 0.026 zeros= 0% [▁▂▃▅▇███████▇▅▄▂▁▁ ] [ ▁▆█▇▇▃▃ ] dim 0038 μ= -0.001 σ= 0.020 zeros= 0% [ ▁▂▃▆███████▇▃▂▁ ] [ ▂▆█▇▇▃ ] dim 0039 μ= +0.034 σ= 0.028 zeros= 0% [ ▁▂▄▇██████▇▅▂▁ ] [ ▂▆█▇▅▃ ] dim 0040 μ= +0.011 σ= 0.036 zeros= 0% [ ▁▂▃▅▇██████▇▄▂▁ ] [ ▂▃███▃ ] dim 0041 μ= +0.005 σ= 0.017 zeros= 0% [ ▁▂▃▆███████▆▂▁▁ ] [ ▃▅█▇▄▁ ] dim 0042 μ= -0.016 σ= 0.027 zeros= 0% [ ▁▂▄▇██████▆▃▂▁▁ ] [ ▄▆█▆▆▃▁ ] dim 0043 μ= +0.013 σ= 0.026 zeros= 0% [ ▂▃▅▇███████▆▄▂▁ ] [ ▂▄▇██▅▄▁ ] dim 0044 μ= -0.024 σ= 0.032 zeros= 0% [ ▁▁▃▄█████████▅▃▁ ▁] [ ▃▆█▇▅▁ ] dim 0045 μ= +0.016 σ= 0.025 zeros= 0% [ ▁▁▃▅████████▅▂▁ ] [ ▄▇█▇▅▂ ] dim 0046 μ= +0.013 σ= 0.020 zeros= 0% [ ▁▃▃▇███████▇▄▂▁ ] [ ▁▄▇█▇▅ ] dim 0047 μ= +0.005 σ= 0.031 zeros= 0% [ ▁▂▃▆███████▅▃▁ ] [ ▄▆█▇▄▂ ] dim 0048 μ= +0.009 σ= 0.039 zeros= 0% [ ▁▁▂▃▇████████▄▃▂ ] [ ▃▆█▇▃ ] dim 0049 μ= +0.022 σ= 0.028 zeros= 0% [ ▁▂▃▆███████▅▃▂▁ ] [ ▄█▇█▇▄ ] dim 0050 μ= +0.013 σ= 0.029 zeros= 0% [ ▁▁▃▄▇██████▇▄▃▂ ] [ ▂▃▆▇█▄▁ ] dim 0051 μ= -0.000 σ= 0.030 zeros= 0% [ ▁▂▃▆███████▆▄▂▁ ] [ ▁▃█▇▆▄ ] dim 0052 μ= +0.005 σ= 0.016 zeros= 0% [ ▁▁▃▅██████▇▅▂▁ ] [ ▁▄▇█▇▇▄ ] dim 0053 μ= -0.003 σ= 0.020 zeros= 0% [ ▁▁▃▆████████▅▃▁▁ ] [ ▃▅▆█▄▁ ] dim 0054 μ= +0.015 σ= 0.024 zeros= 0% [ ▁▁▂▅▇██████▆▃▂▁ ] [ ▃▅▇▇█▂▁ ] dim 0055 μ= +0.017 σ= 0.023 zeros= 0% [ ▁▂▄▆███████▆▄▂▁ ] [ ▂▅██▇▁ ] dim 0056 μ= +0.019 σ= 0.031 zeros= 0% [ ▁▂▂▄▇██████▇▄▃▂▁ ] [ ▄▇██▅▁ ] dim 0057 μ= +0.013 σ= 0.033 zeros= 0% [ ▁▁▃▆███████▇▄▃▁ ] [ ▁▅██▇▅▂ ] dim 0058 μ= +0.012 σ= 0.032 zeros= 0% [ ▁▂▃▇███████▆▄▂▁▁ ] [ ▁▆▅█▃▂ ] dim 0059 μ= +0.010 σ= 0.028 zeros= 0% [ ▁▃▃███████▇▆▃▁ ] [ ▅▇▆▇█▅▂ ] dim 0060 μ= +0.008 σ= 0.012 zeros= 0% [ ▁▂▃▅████████▇▃▄▁▁ ] [ ▄▅█▅▄ ] dim 0061 μ= -0.016 σ= 0.030 zeros= 0% [ ▁▂▄▇█████▇▄▃▁▁ ] [ ▂▅█▆▄▂ ] dim 0062 μ= -0.031 σ= 0.034 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.038 zeros= 0% [ ▂▃▄▆███████▅▃▂▁ ] [ ▁▅██▇▃▁ ] dim 0068 μ= +0.010 σ= 0.024 zeros= 0% [ ▂▃▆███████▆▃▂▁ ] [ ▃▄██▇▅▁ ] dim 0069 μ= +0.013 σ= 0.017 zeros= 0% [ ▁▂▄▅███████▆▄▂▁▁ ] [ ▃▅▇██▆▂ ] dim 0070 μ= -0.009 σ= 0.024 zeros= 0% [ ▁▁▂▄▇████████▅▃▂▁ ] [ ▁▃▆█▇▅▁ ] dim 0071 μ= +0.009 σ= 0.030 zeros= 0% [ ▁▂▃▅████████▄▃▁▁▁ ] [ ▁▄▇█▇▅▃ ] dim 0072 μ= +0.014 σ= 0.020 zeros= 0% [ ▁▂▃▅███████▇▃▂▁ ] [ ▁▂▆▇█▇▃▁ ] dim 0073 μ= +0.007 σ= 0.014 zeros= 0% [ ▁▂▃▅████████▅▄▂▁ ] [ ▅▆██▆▄ ] dim 0074 μ= -0.012 σ= 0.033 zeros= 0% [ ▁▂▃▆████████▅▃▂▁▁ ] [ ▂▄█▆▅▃ ] dim 0075 μ= -0.006 σ= 0.024 zeros= 0% [ ▁▁▂▄▇██████▇▆▃▁ ] [ ▃▅█▇▅▃ ] dim 0076 μ= -0.002 σ= 0.020 zeros= 0% [ ▁▂▃▆████████▅▄▁▁ ] [ ▃▅█▆▆▆▂ ] dim 0077 μ= -0.010 σ= 0.040 zeros= 0% [ ▁▁▂▄▇███████▆▄▂▁▁ ] [ ▄████▄ ] dim 0078 μ= +0.014 σ= 0.022 zeros= 0% [ ▁▁▃▅████████▆▃▂▁ ] [ ▁▆▇██▅▂ ] dim 0079 μ= +0.010 σ= 0.027 zeros= 0% [ ▁▁▂▄▇███████▇▅▄▁▁ ] [ ▂▅▇██▄ ] dim 0080 μ= -0.013 σ= 0.014 zeros= 0% [ ▂▃▅███████▇▆▂▂ ] [ ▂▆▆█▅▄▂ ] dim 0081 μ= +0.011 σ= 0.025 zeros= 0% [ ▁▂▄▇███████▇▅▂▂▁ ] [ ▁▅▇█▇▃ ] dim 0082 μ= +0.013 σ= 0.037 zeros= 0% [ ▁▂▃▆███████▅▂▁▁ ] [ ▅▅▇█▆▁ ] dim 0083 μ= +0.014 σ= 0.024 zeros= 0% [ ▁▁▂▄▇██████▇▃▂▁ ] [ ▃▅█▆▅▂ ] dim 0084 μ= +0.012 σ= 0.033 zeros= 0% [ ▁▂▄▅███████▇▄▃▁ ] [ ▁▄▅▇█▆▅▁ ] dim 0085 μ= -0.003 σ= 0.024 zeros= 0% [ ▁▁▃▅████████▅▄▂▁▁ ] [ ▄▅▆█▆▆▃ ] dim 0086 μ= -0.019 σ= 0.031 zeros= 0% [ ▁▂▄▆████████▅▂▁ ] [ ▁███▇▇▃▁ ] dim 0087 μ= +0.011 σ= 0.024 zeros= 0% [ ▁▁▃▄▆████████▆▃▂▁▁ ] [ ▂▅▆█▇▃▂ ] dim 0088 μ= -0.010 σ= 0.027 zeros= 0% [ ▁▂▄▆███████▇▅▄▂▁ ] [ ▂▄▅██▅▂ ] dim 0089 μ= +0.024 σ= 0.031 zeros= 0% [ ▁▁▃▄▇███████▇▅▄▁▁ ] [ ▄▅▅█▅▄▁ ] dim 0090 μ= +0.004 σ= 0.035 zeros= 0% [ ▁▁▃▅████████▆▃▂▁ ] [ ▂▅▆██▇▄▁ ] dim 0091 μ= +0.033 σ= 0.020 zeros= 0% [ ▁▁▃▄█████████▆▃▂▁ ] [ ▄▆█▆▆▁ ] dim 0092 μ= +0.036 σ= 0.033 zeros= 0% [ ▁▂▃▆███████▇▄▂▁▁ ] [ ▂▄██▆▆▃ ] dim 0093 μ= -0.008 σ= 0.035 zeros= 0% [ ▁▁▂▃▄█████████▅▃▁▁ ] [ ▃▅▅█▅▃ ] dim 0094 μ= +0.001 σ= 0.028 zeros= 0% [ ▁▁▂▃▅████████▆▄▂▁ ] [ ▃▅▆██▆▂ ] dim 0095 μ= -0.011 σ= 0.013 zeros= 0% [ ▁▁▂▄▆███████▆▄▂▁▁ ] [ ▂▅▆█▇▅▃▂ ] dim 0096 μ= +0.007 σ= 0.032 zeros= 0% [ ▁▂▃▄▇████████▆▄▂▁ ] [ ▆▇██▅▁ ] dim 0097 μ= -0.005 σ= 0.024 zeros= 0% [ ▁▁▂▅▆████████▅▃▂▁ ] [ ▅▇██▅▁ ] dim 0098 μ= +0.006 σ= 0.026 zeros= 0% [ ▁▃▅▇██████▇▃▂▁ ] [ ▃▆██▆▂ ] dim 0099 μ= -0.007 σ= 0.020 zeros= 0% [ ▁▂▃▅███████▇▄▃▁▁ ] [ ▁▇▅█▅▂ ] dim 0100 μ= +0.002 σ= 0.022 zeros= 0% [ ▁▃▆██████▅▃▂ ] [ ▂▅█▇▆▂ ] dim 0101 μ= -0.022 σ= 0.022 zeros= 0% [ ▁▂▄▇██████▆▅▂▁ ] [ ▃██▆▄ ] dim 0102 μ= -0.008 σ= 0.024 zeros= 0% [ ▁▂▅▇██████▄▂▁ ] [ ▁▃▇██▅▂ ] dim 0103 μ= +0.007 σ= 0.022 zeros= 0% [ ▁▂▆███████▇▄▃▁ ] [ ▄▇██▅▂ ] dim 0104 μ= +0.014 σ= 0.026 zeros= 0% [ ▁▃▄███████▆▃▂▁ ] [ ▁▅▆█▇▃ ] dim 0105 μ= +0.006 σ= 0.028 zeros= 0% [ ▁▂▄▆███████▆▃▂▁ ] [ ▄▇█▇▆▃ ] dim 0106 μ= +0.010 σ= 0.028 zeros= 0% [ ▁▂▄▆███████▇▄▂▁ ] [ ▃▄██▆▃▁ ] dim 0107 μ= -0.002 σ= 0.019 zeros= 0% [ ▁▁▃▅████████▅▃▁▁ ] [ ▃▅██▆▃▁ ] dim 0108 μ= -0.016 σ= 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.019 zeros= 0% [ ▁▁▄▆███████▅▄▂▁ ] [ ▃▄▅█▆▄▃ ] dim 0112 μ= +0.007 σ= 0.025 zeros= 0% [ ▁▂▃▆████████▅▃▂▁▁ ] [ ▄▅█▅▆▄ ] dim 0113 μ= -0.014 σ= 0.017 zeros= 0% [ ▁▂▃▅███████▇▄▄▂▁ ] [ ▃▆███▆▂ ] dim 0114 μ= -0.006 σ= 0.037 zeros= 0% [ ▁▂▂▄▇███████▆▅▃▁ ] [ ▃▅▇██▆▃ ] dim 0115 μ= -0.012 σ= 0.035 zeros= 0% [ ▁▁▃▅▆███████▇▆▃▂▁ ] [ ▂▆▇▇█▅▄ ] dim 0116 μ= +0.007 σ= 0.019 zeros= 0% [ ▁▂▃▇████████▆▄▂▂▁ ] [ ▃▆█▅▃ ] dim 0117 μ= -0.007 σ= 0.017 zeros= 0% [ ▁▃▅▇██████▆▃▁▁ ] [ ▂▄████▆▃ ] dim 0118 μ= -0.014 σ= 0.033 zeros= 0% [ ▁▂▄▅█████████▅▃▁▁ ] [ ▁▃▇██▆▁ ] dim 0119 μ= -0.012 σ= 0.028 zeros= 0% [ ▁▂▄▅███████▇▅▂▁ ] [ ▆▇▇█▆▆▃ ] dim 0120 μ= -0.033 σ= 0.039 zeros= 0% [▁▁▂▃▅█████████▄▃▁▁ ] [ ▂▆▇▇█▆▂ ] dim 0121 μ= +0.013 σ= 0.025 zeros= 0% [ ▁▂▄▄▇███████▇▅▂▁▁ ] [ ▃▅█▇▅▄▁ ] dim 0122 μ= -0.003 σ= 0.017 zeros= 0% [ ▁▃▄▇███████▅▃▂▁▁ ] [ ▁▄▇▆█▅▂ ] dim 0123 μ= +0.004 σ= 0.023 zeros= 0% [ ▁▃▅████████▅▃▁▁ ] [ ▃▄██▇▅ ] dim 0124 μ= -0.015 σ= 0.021 zeros= 0% [ ▁▁▂▄▇███████▆▃▂▁▁ ] [ ▃▃▇█▆▄▂ ] dim 0125 μ= -0.004 σ= 0.045 zeros= 0% [ ▁▁▃▅▇███████▆▄▃▂ ] [ ▄▅██▆▁ ] dim 0126 μ= +0.021 σ= 0.018 zeros= 0% [ ▁▂▃▅▇██████▆▄▂▁▁ ] [ ▂▄▇██▄▁ ] dim 0127 μ= -0.020 σ= 0.023 zeros= 0% [ ▁▂▄▅███████▇▃▁ ] [ ▂▆██▆▃ ] dim 0128 μ= -0.020 σ= 0.029 zeros= 0% [ ▁▁▃▄███████▆▄▂▁ ] [ ▂▄▇█▆▂ ] dim 0129 μ= -0.006 σ= 0.039 zeros= 0% [ ▁▃▄▇███████▆▄▂▁▁ ] [ ▁▄█▇▇▄▁ ] dim 0130 μ= -0.027 σ= 0.022 zeros= 0% [ ▁▂▃▅▇███████▆▅▂▂▁ ] [ ▃██▇█▅▂ ] dim 0131 μ= -0.002 σ= 0.028 zeros= 0% [ ▁▃▄████████▆▄▂▁ ] [ ▁▄▆█▇▆▃ ] dim 0132 μ= +0.007 σ= 0.025 zeros= 0% [ ▁▂▃▆███████▇▄▂▁▁ ] [ ▃▆█▆▅▂ ] dim 0133 μ= +0.008 σ= 0.014 zeros= 0% [ ▁▂▄▅████████▅▂▁ ] [ ▄▇█▆▃ ] dim 0134 μ= +0.023 σ= 0.024 zeros= 0% [ ▁▃▅███████▅▃▁▁ ] [ ▁▄██▇▆▃ ] dim 0135 μ= -0.004 σ= 0.031 zeros= 0% [ ▁▂▄▆███████▇▄▂▁ ] [ ▂▄█▆▅▁ ] dim 0136 μ= +0.009 σ= 0.039 zeros= 0% [ ▁▁▂▃▆██████▆▃▂▁ ] [ ▅▆▇█▇▄ ] dim 0137 μ= -0.024 σ= 0.028 zeros= 0% [ ▁▃▅▇███████▄▃▂▁ ] [ ▃▆██▇▃ ] dim 0138 μ= +0.035 σ= 0.026 zeros= 0% [ ▁▂▄▅▇██████▇▄▂▁ ] [ ▁▄▇█▇▃▁ ] dim 0139 μ= +0.008 σ= 0.028 zeros= 0% [ ▁▁▂▄▅███████▆▃▁ ] [ ▃▄▇██▆▅▂ ] dim 0140 μ= +0.006 σ= 0.021 zeros= 0% [ ▁▂▄▆████████▅▃▂▁ ] [ ▃▆█▇█▄ ] dim 0141 μ= +0.007 σ= 0.022 zeros= 0% [ ▁▂▄▇███████▅▂▂▁ ] [ ▂▇██▇▅▁ ] dim 0142 μ= +0.009 σ= 0.015 zeros= 0% [ ▁▁▂▃▅████████▇▄▂▁ ] [ ▁▆█▇█▄▆▁ ] dim 0143 μ= +0.000 σ= 0.026 zeros= 0% [ ▁▁▄▆█████████▄▂▁ ] [ ▁▃▆▇█▆▅▂ ] dim 0144 μ= +0.006 σ= 0.035 zeros= 0% [ ▁▁▂▄▇████████▆▅▂▁▁ ] [ ▂▇█▆▇▆▄▁ ] dim 0145 μ= -0.018 σ= 0.018 zeros= 0% [ ▂▃▄▆████████▆▄▃▁ ] [ ▂▅██▇▄ ] dim 0146 μ= +0.015 σ= 0.033 zeros= 0% [ ▁▂▄▆███████▆▃▂ ] [ ▃▅▇█▇▅▃ ] dim 0147 μ= +0.025 σ= 0.028 zeros= 0% [ ▁▁▃▅▇███████▇▅▃▁▁ ] [ ▁▅▆█▆▂ ] dim 0148 μ= -0.003 σ= 0.018 zeros= 0% [ ▁▃▄███████▄▁ ] [ ▃▇█▆▇▄ ] dim 0149 μ= -0.014 σ= 0.024 zeros= 0% [ ▁▂▅▇██████▇▄▂▁ ] [ ▂▄██▇▇▃▁ ] dim 0150 μ= -0.010 σ= 0.035 zeros= 0% [ ▁▁▂▄▇████████▆▄▂▁ ] [ ▂▃██▆▄▁ ] dim 0151 μ= +0.011 σ= 0.038 zeros= 0% [ ▁▂▃▆███████▅▃▁ ] [ ▁▅▆██▆▂ ] dim 0152 μ= +0.023 σ= 0.017 zeros= 0% [ ▁▂▃▆████████▅▃▁▁ ] [ ▁▄▄█▆▄ ] dim 0153 μ= -0.028 σ= 0.030 zeros= 0% [ ▁▂▄▆███████▆▅▂▂ ▁] [ ▄▅█▇▃ ] dim 0154 μ= -0.008 σ= 0.034 zeros= 0% [ ▁▂▃▆▇██████▆▃▂▁ ] [ ▄█▇▆▆▂ ] dim 0155 μ= +0.009 σ= 0.013 zeros= 0% [ ▁▂▂▄▇██████▆▄▂▁ ] [ ▁▅█▅▄▁ ] dim 0156 μ= -0.002 σ= 0.033 zeros= 0% [ ▁▂▅▇██████▆▄▃▁▁ ] [ ▄▆█▆▅▁ ] dim 0157 μ= -0.008 σ= 0.025 zeros= 0% [ ▁▃▄▇██████▅▂▁▁ ] [ ▄███▅▃ ] dim 0158 μ= -0.004 σ= 0.021 zeros= 0% [ ▁▂▃▆███████▇▄▃▂▁ ] [ ▃▄██▇▄▁ ] dim 0159 μ= -0.004 σ= 0.035 zeros= 0% [ ▁▂▃▅▆███████▅▅▃▁ ] [ ▁▅█▇█▅▂ ] dim 0160 μ= -0.002 σ= 0.027 zeros= 0% [ ▁▁▃▃▅███████▆▄▂ ] [ ▁▃▇▆█▇▃▁ ] dim 0161 μ= -0.005 σ= 0.034 zeros= 0% [ ▁▂▄▆████████▆▃▂▁ ] [ ▁▃▆█▇▅▂ ] dim 0162 μ= -0.004 σ= 0.025 zeros= 0% [ ▁▃▄▇███████▇▄▃▂▁ ] [ ▄▆██▆▁ ] dim 0163 μ= +0.002 σ= 0.026 zeros= 0% [ ▁▂▃▆███████▇▄▂▁▁ ] [ ▃▅▇█▇▃▂ ] dim 0164 μ= +0.033 σ= 0.030 zeros= 0% [ ▁▄▅▆███████▅▃▂▁ ] [ ▄▅▇█▄▂ ] dim 0165 μ= -0.012 σ= 0.026 zeros= 0% [ ▁▂▃▅███████▆▄▂▁ ] [ ▃▇▇█▄▁ ] dim 0166 μ= +0.012 σ= 0.032 zeros= 0% [ ▁▁▄▆▇███████▅▂▁▁ ] [ ▂▆█▆▇▄▁ ] dim 0167 μ= -0.008 σ= 0.016 zeros= 0% [ ▁▁▂▄▇███████▇▄▂▁ ] [ ▁▄▆█▇▇▃ ] dim 0168 μ= +0.004 σ= 0.015 zeros= 0% [ ▁▁▃▄████████▆▃▁▁ ] [ ▂▆█▆▄ ] dim 0169 μ= +0.001 σ= 0.029 zeros= 0% [ ▁▂▄███████▅▂▂ ] [ ▃▄▆█▅▂▂ ] dim 0170 μ= +0.022 σ= 0.031 zeros= 0% [ ▁▂▃▆▇███████▆▄▂▁ ] [ ▂▅▆█▆▅▁ ] dim 0171 μ= -0.009 σ= 0.028 zeros= 0% [ ▁▂▆▇███████▇▅▃▂▁ ] [ ▂▄█▆▂▁ ] dim 0172 μ= -0.007 σ= 0.024 zeros= 0% [ ▁▂▄▇██████▆▃▂▁ ] [ ▂▆██▇▃ ] dim 0173 μ= -0.005 σ= 0.016 zeros= 0% [ ▂▃▆██████▇▄▂▁ ] [ ▃▇█▇▆▂ ] dim 0174 μ= -0.019 σ= 0.027 zeros= 0% [ ▁▁▃▄▆██████▇▄▂▁ ] [ ▃▅▇█▆▃ ] dim 0175 μ= -0.014 σ= 0.031 zeros= 0% [ ▁▃▅████████▆▄▂▁ ] [ ▁▄█▅▅▃ ] dim 0176 μ= +0.001 σ= 0.019 zeros= 0% [ ▁▂▄▇██████▇▄▂▁▁ ] [ ▂▆▆█▃ ] dim 0177 μ= +0.010 σ= 0.027 zeros= 0% [ ▁▂▃▅▇██████▅▃▂ ] [ ▃█▇█▆▂ ] dim 0178 μ= +0.022 σ= 0.023 zeros= 0% [ ▁▂▃▇███████▅▄▃▁ ] [ ▁▆▆▇█▄▁ ] dim 0179 μ= -0.021 σ= 0.032 zeros= 0% [ ▁▁▄▇███████▆▃▁▁▁ ] [ ▃▅█▇▇▃ ] dim 0180 μ= +0.008 σ= 0.025 zeros= 0% [ ▁▂▅████████▆▃▁▁ ] [ ▁▄▇█▇▅▃ ] dim 0181 μ= -0.001 σ= 0.027 zeros= 0% [ ▁▂▄▆███████▇▆▃▂▁ ] [ ▂▆███▇▁ ] dim 0182 μ= -0.030 σ= 0.028 zeros= 0% [ ▁▂▄▇████████▆▃▂▁ ] [ ▂▅▆█▆▄▃ ] dim 0183 μ= -0.004 σ= 0.043 zeros= 0% [ ▁▁▃▆███████▇▅▃▂▁ ] [ ▄▇██▆▂ ] dim 0184 μ= +0.005 σ= 0.034 zeros= 0% [ ▁▁▃▆████████▅▃▂ ] [ ▁▂▅██▅▄ ] dim 0185 μ= -0.018 σ= 0.031 zeros= 0% [ ▁▃▅████████▇▅▂▁▁ ] [ ▂▆▆█▆▃ ] dim 0186 μ= -0.005 σ= 0.019 zeros= 0% [ ▁▁▃▄███████▇▄▂▁ ] [ ▂▆██▅▃ ] dim 0187 μ= +0.005 σ= 0.024 zeros= 0% [ ▁▂▄▆███████▅▃▂▁▁ ] [ ▂▄▆▇█▅▂ ] dim 0188 μ= +0.035 σ= 0.019 zeros= 0% [ ▁▂▄▇███████▆▄▂ ] [ ▃▇██▆▅▁ ] dim 0189 μ= +0.015 σ= 0.042 zeros= 0% [ ▁▂▃▅████████▆▃▂▁▁ ] [ ▄▆█▆▅▂ ] dim 0190 μ= -0.010 σ= 0.036 zeros= 0% [ ▁▁▂▃▇████████▇▃▂▁ ] [ ▂▄██▅▆▃ ] dim 0191 μ= -0.004 σ= 0.037 zeros= 0% [▁ ▁▂▄▇████████▆▄▃▁▁ ] [ ▂▅█▇▄▁ ] dim 0192 μ= -0.021 σ= 0.028 zeros= 0% [ ▁▂▄███████▇▃▂▁ ] [ ▃▄▇█▇▂ ] dim 0193 μ= +0.001 σ= 0.033 zeros= 0% [ ▁▂▅▇███████▅▃▁▁ ] [ ▁▃█▆▆▂ ] dim 0194 μ= -0.010 σ= 0.029 zeros= 0% [ ▁▂▃▇██████▇▄▂▁ ] [ ▁▅███▇▄▁ ] dim 0195 μ= +0.026 σ= 0.025 zeros= 0% [ ▁▂▄▆████████▆▃▂▁ ] [ ▁▅▇█▇█▄ ] dim 0196 μ= +0.027 σ= 0.023 zeros= 0% [ ▁▂▃▅████████▅▃▂▁ ] [ ▃▇█▅▄▁ ] dim 0197 μ= -0.014 σ= 0.016 zeros= 0% [ ▁▂▄▅████████▄▂▂▁ ] [ ▃▄█▆▅▃ ] dim 0198 μ= +0.004 σ= 0.024 zeros= 0% [ ▁▃▃▅▇███████▆▄▂▁▁▁] [ ▃▅▆█▇▅▂ ] dim 0199 μ= +0.020 σ= 0.031 zeros= 0% [ ▁▂▄▅▇███████▆▄▂▁ ] [ ▃▆▇█▃▂ ] dim 0200 μ= +0.002 σ= 0.030 zeros= 0% [ ▁▁▃▃▆███████▇▄▂▁ ] [ ▂▄█▇▇▇▁ ] dim 0201 μ= -0.009 σ= 0.016 zeros= 0% [ ▁▂▄▆███████▇▄▂▁ ] [ ▂▃▅█▅▃▂ ] dim 0202 μ= +0.001 σ= 0.022 zeros= 0% [ ▁▃▃▆███████▆▄▃▁ ] [ ▂▄▆█▆▄▁ ] dim 0203 μ= +0.029 σ= 0.029 zeros= 0% [ ▁▁▂▄▇███████▆▃▂▁▁ ] [ ▂▄▇█▅▆▂ ] dim 0204 μ= -0.000 σ= 0.032 zeros= 0% [ ▁▁▂▄▇███████▇▅▃▁ ] [ ▂▇█▇▅▄ ] dim 0205 μ= +0.014 σ= 0.024 zeros= 0% [ ▁▁▃▄▇███████▆▄▁▁ ] [ ▄▆▇█▆▂ ] dim 0206 μ= +0.005 σ= 0.023 zeros= 0% [ ▁▁▅▇██████▇▃▂▁▁ ] [ ▁▅▇█▇▅▁ ] dim 0207 μ= +0.011 σ= 0.033 zeros= 0% [ ▁▂▄▆███████▅▃▁▁ ] [ ▁▄▅█▇▆▅▂ ] dim 0208 μ= -0.029 σ= 0.019 zeros= 0% [▁▁▁▁▄▆████████▇▄▃▁▁▁] [ ▂▆█▇▆▃ ] dim 0209 μ= +0.019 σ= 0.023 zeros= 0% [ ▁▂▅▇██████▇▅▂▁ ] [ ▃▆█▅▇▁ ] dim 0210 μ= -0.009 σ= 0.015 zeros= 0% [ ▁▂▄███████▆▃▂▁▁ ] [ ▃▆█▇▅▃ ] dim 0211 μ= +0.001 σ= 0.031 zeros= 0% [ ▁▁▂▄▇███████▅▂▁ ] [ ▃▇▇█▅▅ ] dim 0212 μ= +0.016 σ= 0.033 zeros= 0% [▁▁▂▄▅████████▅▄▃▁ ] [ ▂▆██▅▂ ] dim 0213 μ= -0.002 σ= 0.025 zeros= 0% [ ▁▁▄▆██████▆▃▂▁ ] [ ▁▅███▅▂ ] dim 0214 μ= -0.003 σ= 0.031 zeros= 0% [ ▁▂▄▇███████▇▄▂▁ ] [ ▂▄▇█▅▃ ] dim 0215 μ= -0.001 σ= 0.027 zeros= 0% [ ▁▂▅▇███████▅▃▂▁ ] [ ▂▅█▇▇▃▁ ] dim 0216 μ= -0.008 σ= 0.027 zeros= 0% [ ▁▁▃▄████████▆▃▂▁ ] [ ▂▃▇█▇▃▁ ] dim 0217 μ= +0.002 σ= 0.032 zeros= 0% [ ▂▃▆███████▅▃▁▁ ] [ ▄▆█▇▆▄ ] dim 0218 μ= -0.001 σ= 0.016 zeros= 0% [ ▁▁▃▄▇███████▃▃▁ ] [ ▁▃▄▅██▇▂ ] dim 0219 μ= +0.008 σ= 0.031 zeros= 0% [ ▁▁▂▅█████████▅▃▂▁ ] [ ▁▃█▇▆▅▁ ] dim 0220 μ= +0.023 σ= 0.030 zeros= 0% [▁▁▁▃▅▇███████▆▄▃▁▁ ] [ ▅██▇▅▂ ] dim 0221 μ= -0.008 σ= 0.023 zeros= 0% [ ▁▃▄████████▇▄▃▂▁ ] [ ▂▃▆█▇▃▂ ] dim 0222 μ= -0.003 σ= 0.026 zeros= 0% [ ▁▁▂▄▅███████▆▃▂▁▁ ] [ ▁▃▅█▅▄ ] dim 0223 μ= +0.008 σ= 0.025 zeros= 0% [ ▁▂▃▄▇███████▆▅▃▂▁ ] [ ▁▃█▇▆▆▃ ] dim 0224 μ= +0.018 σ= 0.030 zeros= 0% [ ▁▁▂▅███████▇▄▂▁ ] [ ▁▃▇███▃▁ ] dim 0225 μ= -0.009 σ= 0.028 zeros= 0% [ ▁▁▂▅▇████████▅▄▂▁ ] [ ▃▄▆█▆▃ ] dim 0226 μ= +0.002 σ= 0.027 zeros= 0% [ ▁▁▂▃▆███████▇▄▂▁ ] [ ▂▆█▇▆▅▄▁ ] dim 0227 μ= -0.033 σ= 0.031 zeros= 0% [▁▂▃▄▇████████▅▃▃▁▁ ] [ ▁▃▃▆█▆▄ ] dim 0228 μ= +0.038 σ= 0.038 zeros= 0% [ ▁▂▄▆████████▅▄▂▁ ] [ ▃▆▇█▆▃ ] dim 0229 μ= +0.004 σ= 0.023 zeros= 0% [ ▁▁▃▄▇██████▇▅▃▂▁ ] [ ▃▅█▇▅▃ ] dim 0230 μ= +0.006 σ= 0.019 zeros= 0% [ ▁▁▃▅▇███████▄▂▁▁] [ ▁▄▇██▆▃ ] dim 0231 μ= -0.017 σ= 0.023 zeros= 0% [ ▁▁▂▃▆███████▇▅▂▂ ] [ ▁▂██▅▂ ] dim 0232 μ= +0.028 σ= 0.025 zeros= 0% [ ▁▁▃▅███████▄▃▁ ] [ ▃▆█▇▅▃ ] dim 0233 μ= -0.030 σ= 0.027 zeros= 0% [ ▁▂▃▅▇███████▅▃▂▁ ] [ ▂▄▆█▆▂ ] dim 0234 μ= +0.040 σ= 0.030 zeros= 0% [ ▁▂▄▇██████▇▃▁▁ ] [ ▅▇█▆▅▁ ] dim 0235 μ= +0.002 σ= 0.020 zeros= 0% [ ▁▂▃▆████████▃▂▁ ] [ ▄▆█▇▅▃ ] dim 0236 μ= +0.022 σ= 0.039 zeros= 0% [ ▁▂▃▅███████▇▄▂▁▁] [ ▁▃█▇█▄▂ ] dim 0237 μ= -0.008 σ= 0.023 zeros= 0% [▁ ▂▂▄▇███████▆▄▂▁ ] [ ▃▅█▆▇▄▂ ] dim 0238 μ= -0.010 σ= 0.028 zeros= 0% [ ▁▃▆████████▇▄▂▁ ] [ ▂▅▆▇█▅▁ ] dim 0239 μ= -0.019 σ= 0.028 zeros= 0% [ ▁▁▂▅▆████████▄▂▂▁ ] [ ▄▅█▇▆▂ ] dim 0240 μ= +0.016 σ= 0.024 zeros= 0% [ ▁▁▃▆███████▇▄▃▂▁ ] [ ▁▅▆▇█▆▃▁ ] dim 0241 μ= +0.028 σ= 0.038 zeros= 0% [ ▁▁▃▅████████▅▃▁ ] [ ▃▆█▆▆▁ ] dim 0242 μ= +0.003 σ= 0.025 zeros= 0% [ ▁▁▃▄███████▇▄▂▁ ] [ ▁▃▅▆█▄▁ ] dim 0243 μ= -0.007 σ= 0.019 zeros= 0% [ ▁▁▃▅███████▇▄▃▁▁ ] [ ▁▅███▅▁ ] dim 0244 μ= -0.008 σ= 0.034 zeros= 0% [ ▁▂▄▇███████▆▅▂▁ ] [ ▁▃▆▇█▅▅▁ ] dim 0245 μ= +0.003 σ= 0.032 zeros= 0% [ ▁▂▃▅████████▆▃▂▁ ] [ ▃▅█▆▃ ] dim 0246 μ= -0.016 σ= 0.017 zeros= 0% [ ▁▁▃▄▇█████▇▆▄▂▁▁ ] [ ▂▅▇█▇▁ ] dim 0247 μ= -0.038 σ= 0.034 zeros= 0% [ ▁▃▆███████▄▂▂▁▁ ] [ ▆▇▇█▆▃▁ ] dim 0248 μ= +0.010 σ= 0.036 zeros= 0% [ ▁▂▄▆████████▆▃▂▁ ] [ ▃▃▇█▅▂ ] dim 0249 μ= -0.020 σ= 0.033 zeros= 0% [ ▁▂▃▅███████▇▄▄▂▁ ] [ ▁▅██▇▅▂ ] dim 0250 μ= +0.002 σ= 0.023 zeros= 0% [ ▁▁▁▃▅█████████▆▄▂▁ ] [ ▁▅▆█▅▃▁ ] dim 0251 μ= +0.022 σ= 0.015 zeros= 0% [ ▁▁▃▅▆███████▅▃▂▁ ] [ ▂▂▇█▅▅▂ ] dim 0252 μ= -0.005 σ= 0.023 zeros= 0% [▁▁▁▃▅███████▆▅▂▁▁ ] [ ▃▇██▇▄▁ ] dim 0253 μ= -0.016 σ= 0.024 zeros= 0% [ ▁▂▃▅████████▅▃▂▁ ] [ ▂▆█▇▆▄ ] dim 0254 μ= +0.022 σ= 0.028 zeros= 0% [ ▁▂▃▄████████▆▄▂▁ ] [ ▂▅▆█▅▃ ] dim 0255 μ= -0.012 σ= 0.038 zeros= 0% [ ▁▂▃▅▇███████▅▄▂▂▁ ] [ ▁▃███▅▂ ] dim 0256 μ= -0.011 σ= 0.046 zeros= 0% [ ▁▁▂▄▆███████▄▃▂ ] [ ▃▆█▇▅▂ ] dim 0257 μ= -0.000 σ= 0.029 zeros= 0% [ ▁▂▃▆███████▇▆▃▁▁ ] [ ▁▃▅█▄▂ ] dim 0258 μ= +0.001 σ= 0.027 zeros= 0% [ ▁▂▃▅███████▆▄▂▁ ] [ ▁▃▆█▇▄ ] dim 0259 μ= +0.004 σ= 0.018 zeros= 0% [ ▁▂▂▆███████▆▃▁ ] [ ▃▆▇█▅ ] dim 0260 μ= -0.002 σ= 0.034 zeros= 0% [ ▁▂▅███████▆▄▂▁ ] [ ▁▇█▇█▅▁ ] dim 0261 μ= -0.021 σ= 0.017 zeros= 0% [ ▁▁▂▅████████▇▄▃▂▁ ] [ ▁▅▇▇█▆▂ ] dim 0262 μ= +0.028 σ= 0.019 zeros= 0% [▁▁▂▄▅███████▇▄▃▁▁ ] [ ▂▆▇█▇▂ ] dim 0263 μ= -0.010 σ= 0.018 zeros= 0% [ ▁▂▃▆██████▆▃▁ ] [ ▂▆▇█▇▆▃ ] dim 0264 μ= -0.012 σ= 0.029 zeros= 0% [ ▁▁▃▆▇███████▇▅▂▁ ] [ ▁▄▇█▇▄▁ ] dim 0265 μ= -0.009 σ= 0.026 zeros= 0% [ ▁▁▃▆███████▅▂▁▁ ] [ ▂▆███▃ ] dim 0266 μ= +0.004 σ= 0.022 zeros= 0% [ ▁▄▆██████▅▃▂▁ ] [ ▃▆█▇▆▃▁ ] dim 0267 μ= +0.010 σ= 0.019 zeros= 0% [ ▁▁▂▅▇███████▅▃▁▁ ] [ ▆▆█▇█▄ ] dim 0268 μ= +0.021 σ= 0.038 zeros= 0% [ ▁▁▃▆████████▅▃▂▁ ] [ ▅█▇█▄ ] dim 0269 μ= +0.002 σ= 0.028 zeros= 0% [ ▁▃▆███████▅▂▂ ] [ ▁▄▆█▇▄▂ ] dim 0270 μ= -0.001 σ= 0.031 zeros= 0% [ ▁▂▃▆███████▇▃▂▁ ] [ ▄▆█▅▂▁ ] dim 0271 μ= -0.007 σ= 0.026 zeros= 0% [ ▁▁▂▃▇███████▆▃▂▁ ] [ ▂▆█▇▆▄ ] dim 0272 μ= -0.009 σ= 0.021 zeros= 0% [ ▁▁▃▄████████▇▃▁▁▁ ] [ ▄▇▇█▄▁ ] dim 0273 μ= +0.013 σ= 0.037 zeros= 0% [ ▁▂▃▇███████▆▄▂▁ ] [ ▂▄▅▇█▆▃ ] dim 0274 μ= +0.010 σ= 0.033 zeros= 0% [ ▁▂▄▆███████▇▅▄▂▁▁ ] [ ▁▅▇█▆▅▂ ] dim 0275 μ= +0.022 σ= 0.027 zeros= 0% [ ▁▂▄▆███████▅▃▂▁ ] [ ▁▃▅█▄▁▁ ] dim 0276 μ= -0.009 σ= 0.021 zeros= 0% [ ▁▂▃▄▇███████▅▃▁ ] [ ▁▇█▇▇▅▁ ] dim 0277 μ= +0.008 σ= 0.028 zeros= 0% [ ▁▁▃▆███████▆▃▂▁ ] [ ▂▆█▇▇▅▂ ] dim 0278 μ= -0.011 σ= 0.021 zeros= 0% [▁▁▂▄▆███████▅▃▂ ] [ ▂▇██▄ ] dim 0279 μ= +0.018 σ= 0.034 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.029 zeros= 0% [ ▁▁▃▅███████▆▄▂▁ ] [ ▁▅█▇█▅▁ ] dim 0284 μ= -0.051 σ= 0.032 zeros= 0% [ ▂▃▅███████▇▄▃▂▁ ] [ ▁▄▇█▆▄▂ ] dim 0285 μ= +0.009 σ= 0.033 zeros= 0% [ ▂▄▆███████▆▃▂▁ ] [ ▂▃▆█▇▆▂ ] dim 0286 μ= -0.008 σ= 0.033 zeros= 0% [ ▁▂▃▅████████▆▄▂▁ ] [ ▃▄██▅▆▁ ] dim 0287 μ= +0.006 σ= 0.021 zeros= 0% [ ▁▁▂▅▇███████▇▅▃▂▁▁] [ ▂▆▇█▇▄ ] dim 0288 μ= -0.013 σ= 0.045 zeros= 0% [ ▁▁▂▄▇██████▇▄▃▁▁ ] [ ▁▅█▇▆▂ ] dim 0289 μ= +0.011 σ= 0.024 zeros= 0% [ ▁▂▃▄▇███████▄▂▂ ] [ ▂▄█▆▃ ] dim 0290 μ= +0.014 σ= 0.034 zeros= 0% [ ▁▂▄▆██████▆▃▂ ] [ ▂▄▅█▆▄▁ ] dim 0291 μ= -0.015 σ= 0.014 zeros= 0% [ ▁▁▄▆███████▆▃▁▁ ] [ ▁▄▅█▆▅▄ ] dim 0292 μ= +0.003 σ= 0.033 zeros= 0% [ ▁▂▃▆████████▆▃▂▁▁ ] [ ▂▆▇█▇▅▂ ] dim 0293 μ= +0.021 σ= 0.019 zeros= 0% [ ▁▃▅▇███████▅▄▂▁ ] [ ▁▃███▅▃ ] dim 0294 μ= -0.004 σ= 0.027 zeros= 0% [ ▁▁▁▄▇███████▆▅▂▁▁ ] [ ▂▅▇█▆▂ ] dim 0295 μ= -0.001 σ= 0.013 zeros= 0% [ ▁▂▅▇██████▇▅▃▁▁ ] [ ▂▇▇█▄▃▁ ] dim 0296 μ= +0.002 σ= 0.025 zeros= 0% [ ▁▁▂▅▇███████▇▄▂▁ ] [ ▃▅█▆▃ ] dim 0297 μ= -0.005 σ= 0.018 zeros= 0% [ ▁▂▄▇██████▅▃▁ ] [ ▄▆█▇▃ ] dim 0298 μ= -0.010 σ= 0.023 zeros= 0% [ ▁▁▂▄▇█████▇▄▂▁ ] [ ▂▇▇█▃▃ ] dim 0299 μ= +0.002 σ= 0.027 zeros= 0% [ ▁▂▃▅▇██████▇▅▃▁▁ ] [ ▂▅▇█▆▂ ] dim 0300 μ= -0.022 σ= 0.031 zeros= 0% [ ▁▃▄▇███████▅▃▁ ] [ ▁▃███▅▂ ] dim 0301 μ= +0.008 σ= 0.025 zeros= 0% [ ▁▂▂▄█████████▄▂▁▁ ] [ ▂▄▇█▇▆▅ ] dim 0302 μ= +0.006 σ= 0.035 zeros= 0% [ ▁▁▃▄▇████████▆▃▂▁▁ ] [ ▁▃▇█▇▅▃ ] dim 0303 μ= -0.018 σ= 0.017 zeros= 0% [ ▁▃▄▅████████▄▃▁▁ ] [ ▂▆█▆▆▃ ] dim 0304 μ= -0.001 σ= 0.031 zeros= 0% [ ▁▂▃▇▇██████▇▆▃▁▁ ] [ ▁▅█▇▆▄▁ ] dim 0305 μ= +0.023 σ= 0.034 zeros= 0% [ ▁▃▄▇███████▄▂▁▁ ] [ ▃▆██▅▂ ] dim 0306 μ= +0.013 σ= 0.037 zeros= 0% [ ▁▁▂▃▇████████▅▃▁▁ ] [ ▁▅▆▇█▆▄▁ ] dim 0307 μ= +0.010 σ= 0.016 zeros= 0% [ ▁▂▃▄▆████████▆▄▃▂▁ ] [ ▂▇█▅▄ ] dim 0308 μ= +0.030 σ= 0.038 zeros= 0% [ ▁▂▃▇█████▇▃▂▁ ] [ ▄▇█▆▄▂ ] dim 0309 μ= +0.002 σ= 0.030 zeros= 0% [ ▁▁▂▅▇███████▇▄▃▁ ] [ ▁▄▆█▇▇▁ ] dim 0310 μ= -0.002 σ= 0.010 zeros= 0% [ ▁▂▃▆███████▇▅▃▂ ] [ ▂▇█▆▄▃ ] dim 0311 μ= +0.007 σ= 0.013 zeros= 0% [ ▁▂▃▇██████▆▃▂▁ ] [ ▁▄█▆▆▄▁ ] dim 0312 μ= +0.019 σ= 0.035 zeros= 0% [ ▁▁▂▄▇███████▇▃▂▁▁ ] [ ▄▅█▆▄▂ ] dim 0313 μ= +0.004 σ= 0.020 zeros= 0% [ ▁▂▃▅███████▆▅▂▁ ] [ ▃▇█▇▄ ] dim 0314 μ= +0.004 σ= 0.045 zeros= 0% [ ▁▃▅▇██████▆▂▁ ] [ ▃▂▆██▄▂ ] dim 0315 μ= -0.001 σ= 0.022 zeros= 0% [ ▁▂▃▆███████▇▅▂▁▁ ] [ ▄█▆▇▃ ] dim 0316 μ= -0.026 σ= 0.024 zeros= 0% [ ▁▁▃▅██████▇▄▃▁ ] [ ▁▄▆█▅▄▁ ] dim 0317 μ= -0.014 σ= 0.029 zeros= 0% [ ▁▂▃▆███████▅▃▂▁ ] [ ▅▅█▆▅ ] dim 0318 μ= -0.010 σ= 0.015 zeros= 0% [ ▂▄▆███████▅▂▂▁ ] [ ▅▆██▅▃▁ ] dim 0319 μ= +0.009 σ= 0.032 zeros= 0% [ ▁▂▄▆████████▅▃▁▁ ] [ ▄██▇▆▃▁ ] dim 0320 μ= -0.015 σ= 0.025 zeros= 0% [ ▁▂▃▅████████▆▄▃▁ ] [ ▃▆▇█▇▅▁ ] dim 0321 μ= -0.026 σ= 0.015 zeros= 0% [ ▁▂▆████████▅▄▁▁ ] [ ▁▆▇█▇▄▁ ] dim 0322 μ= -0.009 σ= 0.035 zeros= 0% [ ▁▂▃▆███████▅▂▁▁ ] [ ▃▅██▆▃▂ ] dim 0323 μ= +0.015 σ= 0.033 zeros= 0% [ ▁▂▄▆████████▆▄▂ ] [ ▂▆█▇▃ ] dim 0324 μ= -0.023 σ= 0.018 zeros= 0% [ ▁▂▄▇█████▇▅▂▁ ] [ ▃▆▇██▇▄▁ ] dim 0325 μ= +0.010 σ= 0.035 zeros= 0% [ ▁▂▄▅██████████▅▂▁▁▁] [ ▂▆█▆█▂ ] dim 0326 μ= -0.005 σ= 0.023 zeros= 0% [ ▁▂▄▇███████▃▂▁ ] [ ▂▅▇█▇▂▁ ] dim 0327 μ= -0.023 σ= 0.018 zeros= 0% [ ▁▁▄▆███████▄▃▁ ] [ ▃▄▇█▆▅▄ ] dim 0328 μ= +0.003 σ= 0.010 zeros= 0% [ ▁▁▂▃▇███████▇▅▂▂▁ ] [ ▃▅▆█▇▄▁ ] dim 0329 μ= +0.004 σ= 0.031 zeros= 0% [ ▁▂▃▄████████▅▄▁▁ ] [ ▄▆█▆▄▁ ] dim 0330 μ= +0.019 σ= 0.042 zeros= 0% [ ▁▂▃▆████████▄▂▁ ] [ ▂▅▆█▆▁ ] dim 0331 μ= -0.002 σ= 0.040 zeros= 0% [ ▁▂▄███████▆▆▃▁ ] [ ▁▅▇█▆▄ ] dim 0332 μ= +0.022 σ= 0.020 zeros= 0% [ ▁▂▃▅███████▆▃▂▁ ] [ ▂▆█▇▇▇▁ ] dim 0333 μ= -0.002 σ= 0.027 zeros= 0% [ ▁▂▃▇████████▆▃▂▁ ] [ ▃▇█▄▃ ] dim 0334 μ= +0.017 σ= 0.016 zeros= 0% [ ▁▂▄███████▅▂▁ ] [ ▄▅█▇▅▂ ] dim 0335 μ= +0.003 σ= 0.023 zeros= 0% [ ▁▂▃▆████████▅▂▂▁ ] [ ▃▆▇██▆▂ ] dim 0336 μ= +0.000 σ= 0.034 zeros= 0% [ ▂▃▄▆███████▇▄▂▁▁] [ ▁▅▇█▆▂ ] dim 0337 μ= -0.014 σ= 0.027 zeros= 0% [ ▁▂▄▇███████▇▄▂▁▁ ] [ ▂▅▅██▅▂ ] dim 0338 μ= +0.010 σ= 0.028 zeros= 0% [ ▁▂▃▆███████▇▄▂▁ ] [ ▁▅██▅▆▃ ] dim 0339 μ= +0.005 σ= 0.029 zeros= 0% [ ▁▁▂▅▇████████▄▃▁▁ ] [ ▃▅▇█▆▂ ] dim 0340 μ= -0.000 σ= 0.031 zeros= 0% [ ▁▁▃▅████████▃▂▁ ] [ ▂▄█▇▄ ] dim 0341 μ= +0.017 σ= 0.022 zeros= 0% [ ▁▃▆██████▅▂▁ ] [ ▂▅█▇█▄▁ ] dim 0342 μ= -0.017 σ= 0.026 zeros= 0% [ ▁▁▂▅▇███████▆▅▂▁ ] [ ▂▆▇█▇▅ ] dim 0343 μ= +0.000 σ= 0.014 zeros= 0% [ ▁▁▂▄▇██████▇▆▃▁▁ ] [ ▄█▇▆▃ ] dim 0344 μ= +0.013 σ= 0.025 zeros= 0% [ ▁▂▃▅███████▆▃▁▁ ] [ ▃▆▇█▇▄ ] dim 0345 μ= +0.014 σ= 0.026 zeros= 0% [ ▁▂▄▇███████▆▃▁▁ ] [ ▂▅█▆▄▁ ] dim 0346 μ= -0.004 σ= 0.015 zeros= 0% [ ▁▂▃▆███████▆▅▃▁▁ ] [ ▁▃▇█▆▄ ] dim 0347 μ= -0.024 σ= 0.032 zeros= 0% [ ▁▂▄███████▄▂▁ ] [ ▁▄▇▇██▂▁ ] dim 0348 μ= -0.008 σ= 0.032 zeros= 0% [ ▁▂▄████████▆▃▂▁ ] [ ▁▄▅██▅▃ ] dim 0349 μ= -0.026 σ= 0.029 zeros= 0% [ ▁▁▄▅████████▃▃▁ ] [ ▇▅█▇▄▁ ] dim 0350 μ= +0.015 σ= 0.018 zeros= 0% [ ▁▁▂▄▅███████▆▅▂▁▁ ] [ ▃▅▇█▆▂ ] dim 0351 μ= +0.018 σ= 0.028 zeros= 0% [ ▁▁▃▅███████▆▄▃▁ ] [ ▃▆█▇▆▃ ] dim 0352 μ= +0.007 σ= 0.030 zeros= 0% [ ▁▂▄▇██████▆▃▁▁ ] [ ▁▆██▆▅▂ ] dim 0353 μ= -0.015 σ= 0.026 zeros= 0% [ ▁▂▃▇███████▅▄▁▁ ] [ ▁▂█▇▆▅▁ ] dim 0354 μ= +0.013 σ= 0.036 zeros= 0% [ ▁▂▅▇███████▆▃▂▁▁ ] [ ▃▇█▆▆▁ ] dim 0355 μ= -0.010 σ= 0.021 zeros= 0% [ ▁▁▂▅███████▆▄▂▁ ] [ ▁▅▇██▅▂ ] dim 0356 μ= +0.032 σ= 0.033 zeros= 0% [ ▁▁▃▆███████▆▃▂▁ ] [ ▁▅███▅▁ ] dim 0357 μ= +0.017 σ= 0.027 zeros= 0% [ ▁▂▄▆███████▇▄▃▁ ] [ ▃▇███▃ ] dim 0358 μ= -0.002 σ= 0.013 zeros= 0% [ ▁▃▅███████▇▄▂▁ ] [ ▃▆█▇▆▃▁ ] dim 0359 μ= -0.012 σ= 0.026 zeros= 0% [ ▁▂▃▇███████▄▂▁ ] [ ▂██▇▇▄ ] dim 0360 μ= +0.012 σ= 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.030 zeros= 0% [ ▁▁▃▄████████▅▃▁▁ ] [ ▄▆▇█▅▆ ] dim 0364 μ= +0.011 σ= 0.029 zeros= 0% [ ▁▁▂▄████████▄▂▁▁ ] [ ▃▆▆█▅ ] dim 0365 μ= +0.031 σ= 0.031 zeros= 0% [ ▁▂▄▇██████▅▃▁▁ ] [ ▁▆██▅▃ ] dim 0366 μ= -0.021 σ= 0.022 zeros= 0% [ ▁▁▂▅▇██████▆▄▂▁ ] [ ▁▆█▇▆▃ ] dim 0367 μ= +0.004 σ= 0.015 zeros= 0% [ ▁▁▂▄▇███████▅▃▂▁ ] [ ▃▇█▇▂ ] dim 0368 μ= -0.006 σ= 0.022 zeros= 0% [ ▁▂▅▇█████▇▄▂▁ ] [ ▄▇█▇▄▁ ] dim 0369 μ= +0.033 σ= 0.020 zeros= 0% [ ▁▂▂▄▇███████▅▄▂▁ ] [ ▃▆█▆▃▂ ] dim 0370 μ= -0.002 σ= 0.020 zeros= 0% [ ▁▁▄▅███████▆▄▂▁ ] [ ▁▃▇█▅▃▃ ] dim 0371 μ= +0.005 σ= 0.037 zeros= 0% [ ▁▂▄▆████████▃▁▁▁ ] [ ▂▄▄█▇▆▃ ] dim 0372 μ= +0.020 σ= 0.035 zeros= 0% [ ▁▁▂▄▇███████▇▄▃▁ ] [ ▁▅▅█▇▅▄ ] dim 0373 μ= -0.002 σ= 0.032 zeros= 0% [ ▁▁▂▄▇████████▆▃▂▁▁ ] [ ▄▅█▆▇▄▂ ] dim 0374 μ= -0.018 σ= 0.020 zeros= 0% [ ▁▂▂▆▇███████▆▃▂▁ ] [ ▂▄█▇▅▃ ] dim 0375 μ= +0.011 σ= 0.030 zeros= 0% [ ▁▂▄▆███████▅▃▁ ] [ ▂▆▆█▅▅ ] dim 0376 μ= -0.012 σ= 0.018 zeros= 0% [ ▁▂▄▅███████▆▃▂▁▁ ] [ ▄▆▇█▆▂ ] dim 0377 μ= -0.004 σ= 0.027 zeros= 0% [ ▁▁▂▅████████▅▂▁▁ ] [ ▃▄█▇▆▄▂ ] dim 0378 μ= -0.001 σ= 0.026 zeros= 0% [ ▁▂▅▇███████▅▃▂▁▁ ] [ ▁▅█▅▅▁ ] dim 0379 μ= +0.003 σ= 0.026 zeros= 0% [ ▁▁▃▅███████▇▃▂▁ ] [ ▂▆█▇▆▄▁ ] dim 0380 μ= -0.004 σ= 0.023 zeros= 0% [ ▁▁▄▅▇███████▆▃▁▁ ] [ ▁▃██▅▄ ] dim 0381 μ= +0.002 σ= 0.017 zeros= 0% [ ▁▂▃▆███████▇▃▁▁ ] [ ▁▄▇▇█▇▃ ] dim 0382 μ= -0.010 σ= 0.030 zeros= 0% [ ▂▄▄███████▇▄▂▁▁ ] [ ▂▃▇██▅▁ ] dim 0383 μ= +0.025 σ= 0.034 zeros= 0% [ ▁▄▅███████▅▄▂▁ ] [ ▁▃▅█▆▄▃ ] dim 0384 μ= +0.009 σ= 0.027 zeros= 0% [ ▁▂▄▆████████▄▃▂▁ ] [ ▁▆▆█▆▄▁ ] dim 0385 μ= +0.021 σ= 0.027 zeros= 0% [ ▁▁▂▄▇███████▅▃▂▁ ] [ ▂▄█▅▄▂ ] dim 0386 μ= +0.010 σ= 0.023 zeros= 0% [ ▁▂▃▅███████▆▄▂▁ ] [ ▂▄█▇▇▃ ] dim 0387 μ= -0.010 σ= 0.011 zeros= 0% [ ▁▂▃▅████████▅▄▁▁ ] [ ▄▇█▇▅▄▁ ] dim 0388 μ= +0.013 σ= 0.045 zeros= 0% [ ▁▃▅▇███████▆▃▂▁▁ ] [ ▂▂▆▇█▆▁ ] dim 0389 μ= +0.007 σ= 0.029 zeros= 0% [ ▁▂▃▆████████▅▄▂ ▁ ] [ ▂▄▅█▆▆▂ ] dim 0390 μ= +0.025 σ= 0.026 zeros= 0% [ ▁▂▃▅███████▇▃▃▁ ] [ ▁▅▇█▆▂ ] dim 0391 μ= -0.000 σ= 0.031 zeros= 0% [ ▁▂▃▆████████▅▂▁ ] [ ▄█▇█▇▃▂ ] dim 0392 μ= +0.020 σ= 0.026 zeros= 0% [ ▁▁▂▄▆████████▆▄▂▂ ] [ ▃▅█▇▆▃ ] dim 0393 μ= -0.008 σ= 0.040 zeros= 0% [ ▁▄▅▇███████▅▂▁ ] [ ▁▃▅██▅▃ ] dim 0394 μ= +0.017 σ= 0.018 zeros= 0% [ ▁▂▄████████▅▃▂ ▁ ] [ ▂▆██▇▅▁ ] dim 0395 μ= -0.003 σ= 0.034 zeros= 0% [ ▁▂▄▆███████▆▃▂▁ ] [ ▁▅▇█▅▂ ] dim 0396 μ= -0.015 σ= 0.024 zeros= 0% [ ▁▂▃▆███████▃▂▁ ] [ ▃▇█▇▆▄▁ ] dim 0397 μ= +0.003 σ= 0.018 zeros= 0% [ ▁▁▂▃▆████████▅▃▁▁ ] [ ▁▆██▇▅▂ ] dim 0398 μ= +0.002 σ= 0.039 zeros= 0% [ ▁▁▂▄▆███████▅▄▂▁▁ ] [ ▁▅▇█▆▄▂ ] dim 0399 μ= -0.013 σ= 0.016 zeros= 0% [ ▁▂▂▄▆███████▇▅▂▁▁ ] [ ▁▄▅▇█▅▃▁ ] dim 0400 μ= -0.004 σ= 0.037 zeros= 0% [ ▁▁▃▄▆████████▆▅▂▁▁ ] [ ▂▄▇▇█▄▃ ] dim 0401 μ= -0.017 σ= 0.029 zeros= 0% [ ▁▂▃▆███████▆▃▃▁ ] [ ▄▅███▇▄▁ ] dim 0402 μ= +0.001 σ= 0.024 zeros= 0% [ ▁▂▃▆████████▅▂▂▁ ] [ ▂▅█▆▆ ] dim 0403 μ= -0.005 σ= 0.026 zeros= 0% [ ▂▃▅███████▆▃▂▁ ] [ ▄▄█▆▆▄ ] dim 0404 μ= +0.002 σ= 0.023 zeros= 0% [ ▁▁▃▄████████▆▃▂▁▁ ] [ ▃▆█▇▅▁ ] dim 0405 μ= +0.017 σ= 0.029 zeros= 0% [ ▁▃▄███████▇▃▂▁ ] [ ▄▇███▅▂ ] dim 0406 μ= +0.015 σ= 0.018 zeros= 0% [ ▁▁▂▃▅████████▆▃▂▁▁ ] [ ▃▆▇█▆▄ ] dim 0407 μ= +0.013 σ= 0.018 zeros= 0% [ ▁▁▄▆████████▇▄▂▁▁ ] [ ▁▃▅▄█▄▂ ] dim 0408 μ= +0.002 σ= 0.024 zeros= 0% [ ▁▁▂▄▆███████▇▅▂▁▁ ] [ ▁▄██▇▇▃ ] dim 0409 μ= -0.011 σ= 0.025 zeros= 0% [ ▁▂▄▆████████▆▄▂▁ ] [ ▂▆▇█▇▆▃ ] dim 0410 μ= -0.019 σ= 0.026 zeros= 0% [ ▁▂▃▇████████▆▄▂▁▁ ] [ ▂▅▆█▅▃ ] dim 0411 μ= +0.002 σ= 0.028 zeros= 0% [ ▁▁▂▅▇████████▄▃▁▁ ] [ ▂▄▇█▇▅▁ ] dim 0412 μ= +0.005 σ= 0.038 zeros= 0% [ ▁▁▁▃▅▇███████▆▄▂▁ ] [ ▁▃▇██▆▃▁ ] dim 0413 μ= -0.010 σ= 0.025 zeros= 0% [ ▁▁▂▅▇████████▄▃▁▁▁] [ ▂▆▇▇█▅ ] dim 0414 μ= -0.009 σ= 0.024 zeros= 0% [ ▁▂▄████████▅▃▁▁ ] [ ▂▆█▇▅▆▂ ] dim 0415 μ= -0.007 σ= 0.022 zeros= 0% [ ▁▂▃▄▇███████▆▅▂▁▁ ] [ ▃▇▇█▇▄▁ ] dim 0416 μ= -0.004 σ= 0.039 zeros= 0% [ ▁▁▃▄████████▆▅▃▁▁ ] [ ▃▆▇█▆▄ ] dim 0417 μ= +0.009 σ= 0.029 zeros= 0% [ ▁▂▃▄▇███████▇▃▁▁▁ ] [ ▁▄▆█▇▅▂ ] dim 0418 μ= -0.016 σ= 0.021 zeros= 0% [ ▁▁▂▅████████▇▅▂▁ ] [ ▁▄▇█▇▇▅▂ ] dim 0419 μ= -0.005 σ= 0.014 zeros= 0% [ ▁▂▅████████▆▃▂▁ ▁] [ ▂▃▅▇█▄▁ ] dim 0420 μ= +0.002 σ= 0.035 zeros= 0% [ ▁▁▃▄▆████████▄▃▂▁ ] [ ▅▇█▆▅▅ ] dim 0421 μ= -0.019 σ= 0.027 zeros= 0% [ ▁▁▃▅████████▄▃▂▁▁ ] [ ▁▃▆██▄▁ ] dim 0422 μ= +0.012 σ= 0.027 zeros= 0% [ ▁▁▃▅███████▆▃▁▁ ] [ ▁▄█▆▄▃ ] dim 0423 μ= +0.015 σ= 0.023 zeros= 0% [ ▁▂▃▆███████▄▃▁ ] [ ▂▅█▇█▆▁ ] dim 0424 μ= +0.016 σ= 0.021 zeros= 0% [ ▁▂▃▅███████▆▂▂ ] [ ▁▄▆█▇█▄ ] dim 0425 μ= -0.014 σ= 0.038 zeros= 0% [ ▁▂▃▆████████▆▄▂▁ ] [ ▂▄▆█▆▅▄ ] dim 0426 μ= +0.019 σ= 0.012 zeros= 0% [ ▁▁▂▄▇████████▅▃▁▁ ] [ ▁▃▅██▅▂ ] dim 0427 μ= +0.003 σ= 0.035 zeros= 0% [ ▁▂▄▆███████▅▃▃▁ ] [ ▂▇▇▇█▅ ] dim 0428 μ= +0.019 σ= 0.035 zeros= 0% [ ▁▁▂▃▆████████▇▄▂▁▁ ] [ ▁██▇█▆▂ ] dim 0429 μ= +0.011 σ= 0.016 zeros= 0% [ ▁▂▃▇███████▇▃▂▁▁ ] [ ▁▅▆▇█▅▂ ] dim 0430 μ= +0.009 σ= 0.025 zeros= 0% [ ▁▁▂▃▇███████▇▅▃▂▁ ] [ ▁▄▇█▆▃▂ ] dim 0431 μ= +0.015 σ= 0.028 zeros= 0% [ ▁▂▃▄▆███████▇▃▂▁▁ ] [ ▂▆▇█▆▃ ] dim 0432 μ= +0.011 σ= 0.022 zeros= 0% [ ▁▂▄▇███████▅▂▁▁ ] [ ▁▄█▅▅▂ ] dim 0433 μ= -0.012 σ= 0.031 zeros= 0% [ ▁▂▄▆██████▇▄▂▁ ] [ ▁▃▇▇▆█▁ ] dim 0434 μ= +0.002 σ= 0.026 zeros= 0% [ ▁▁▄▆███████▆▄▂▁ ] [ ▃▆▇█▄ ] dim 0435 μ= +0.006 σ= 0.017 zeros= 0% [ ▁▂▄███████▆▃▁ ] [ ▁▄▅██▄▁ ] dim 0436 μ= -0.007 σ= 0.035 zeros= 0% [ ▁▁▁▃▆███████▆▄▁ ] [ ▅▇█▇▄ ] dim 0437 μ= +0.010 σ= 0.031 zeros= 0% [ ▁▃▆███████▆▃▁▁ ] [ ▃▄█▇▆▄▃ ] dim 0438 μ= -0.001 σ= 0.024 zeros= 0% [ ▁▁▂▅▇███████▇▅▃▁▁ ] [ ▁▆█▇▆▄▂ ] dim 0439 μ= -0.017 σ= 0.029 zeros= 0% [ ▁▁▃▅████████▇▄▂▁▁ ] [ ▁▄▇█▆▅▃ ] dim 0440 μ= +0.003 σ= 0.028 zeros= 0% [ ▁▁▃▅███████▆▄▃▁ ] [ ▃▅▆█▆▄ ] dim 0441 μ= +0.020 σ= 0.035 zeros= 0% [ ▁▁▂▄███████▇▄▃▂▁ ] [ ▁▄▆▇█▆▄ ] dim 0442 μ= +0.011 σ= 0.019 zeros= 0% [ ▁▂▄▆███████▇▄▃▂▁ ] [ ▂▅██▅▂ ] dim 0443 μ= -0.010 σ= 0.017 zeros= 0% [ ▁▂▆██████▅▃▂ ] [ ▁▄██▇▆▄▂ ] dim 0444 μ= +0.015 σ= 0.043 zeros= 0% [ ▁▁▃▆████████▇▅▄▁ ] [ ▃▆█▆▄▃ ] dim 0445 μ= +0.005 σ= 0.021 zeros= 0% [ ▁▃▄▇██████▇▄▂▁ ] [ ▁▄▆▆█▅▁ ] dim 0446 μ= +0.018 σ= 0.029 zeros= 0% [ ▁▁▂▄▆███████▆▄▃▁ ] [ ▃▅█▅▅▁ ] dim 0447 μ= +0.020 σ= 0.024 zeros= 0% [ ▁▂▃▄███████▇▄▂▁ ] [ ▁▃▆█▇▆▃ ] dim 0448 μ= -0.013 σ= 0.030 zeros= 0% [ ▁▂▃▅████████▅▄▂▁ ] [ ▁▄▇█▆▂ ] dim 0449 μ= +0.013 σ= 0.020 zeros= 0% [ ▁▁▂▄████████▇▄▃▁ ] [ ▃▆▇█▆▂ ] dim 0450 μ= -0.017 σ= 0.020 zeros= 0% [ ▁▁▂▅███████▇▄▂▁ ] [ ▄▄▇█▅▂ ] dim 0451 μ= +0.008 σ= 0.022 zeros= 0% [ ▁▂▄███████▆▃▂▁ ] [ ▃▆██▇▆▃ ] dim 0452 μ= -0.014 σ= 0.030 zeros= 0% [ ▁▂▆▇███████▆▃▂▁ ] [ ▂▄▇███▄ ] dim 0453 μ= -0.008 σ= 0.018 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.015 σ= 0.031 zeros= 0% [ ▁▁▂▃▅████████▅▃▁▁] [ ▁▄▆▆█▆▃▂ ] dim 0459 μ= -0.010 σ= 0.023 zeros= 0% [ ▁▂▃▆████████▄▃▂▁ ] [ ▁▃█▇▆▄ ] dim 0460 μ= -0.008 σ= 0.025 zeros= 0% [ ▁▂▅▇███████▆▅▂▁▁ ] [ ▄▆█▅▄ ] dim 0461 μ= -0.006 σ= 0.013 zeros= 0% [ ▁▂▃▆███████▇▃▂▁ ] [ ▃▆█▇▃▁ ] dim 0462 μ= -0.014 σ= 0.022 zeros= 0% [ ▂▂▄▇██████▆▃▂ ] [ ▁▃▄█▇▄ ] dim 0463 μ= -0.017 σ= 0.034 zeros= 0% [ ▁▂▃▅███████▇▄▂▁▁ ] [ ▃▅▇█▄▃ ] dim 0464 μ= -0.019 σ= 0.041 zeros= 0% [ ▁▂▃▆████████▅▃▂▁ ] [ ▃▆██▄ ] dim 0465 μ= -0.008 σ= 0.026 zeros= 0% [ ▁▂▄███████▄▂▁ ] [ ▃▆█▆▅▄ ] dim 0466 μ= -0.004 σ= 0.039 zeros= 0% [ ▁▁▃▅▇███████▄▂▁ ] [ ▁▃▆█▆▅▃ ] dim 0467 μ= +0.002 σ= 0.021 zeros= 0% [ ▁▁▁▄▆████████▅▃▂▁ ] [ ▂▃▆██▇▅▁ ] dim 0468 μ= +0.005 σ= 0.021 zeros= 0% [ ▁▂▄▆████████▅▃▁▁ ] [ ▁▅▅██▅▁ ] dim 0469 μ= -0.001 σ= 0.028 zeros= 0% [ ▁▂▃▇███████▇▄▂▁ ] [ ▁▅█▇▆▃ ] dim 0470 μ= -0.017 σ= 0.016 zeros= 0% [ ▂▃▆███████▅▃▁ ] [ ▁▆▇█▅ ] dim 0471 μ= +0.040 σ= 0.015 zeros= 0% [ ▁▂▄▇██████▆▄▂▁ ] [ ▂▆█▇▇▂ ] dim 0472 μ= -0.003 σ= 0.029 zeros= 0% [ ▁▁▂▃▇███████▅▂▁ ] [ ▂▇▇█▆▃▁ ] dim 0473 μ= -0.016 σ= 0.016 zeros= 0% [ ▁▃▄▇███████▅▃▂▁ ] [ ▁▄▆█▄▁ ] dim 0474 μ= +0.015 σ= 0.023 zeros= 0% [ ▁▂▄▇██████▅▃▁▁ ] [ ▄▆▆█▆▅▂ ] dim 0475 μ= -0.001 σ= 0.039 zeros= 0% [ ▂▂▃▄████████▇▄▃▂▁▁] [ ▇██▇▃ ] dim 0476 μ= -0.010 σ= 0.021 zeros= 0% [ ▁▂▅▇███████▄▃▂▁ ] [ ▂▆█▆▅▃ ] dim 0477 μ= -0.005 σ= 0.019 zeros= 0% [ ▂▃▆██████▇▄▂▁ ] [ ▁▄█▇▅▄ ] dim 0478 μ= -0.024 σ= 0.025 zeros= 0% [ ▁▁▃▄▇███████▅▄▂▁ ] [ ▁▄▇▆█▅▁ ] dim 0479 μ= +0.006 σ= 0.031 zeros= 0% [ ▁▁▃▅███████▆▃▂▁ ] [ ▁▃▇▆█▄▁ ] dim 0480 μ= -0.010 σ= 0.030 zeros= 0% [ ▁▂▃▆███████▇▄▂▁ ] [ ▁▄█▇█▃▂ ] dim 0481 μ= +0.020 σ= 0.020 zeros= 0% [ ▁▁▂▅▇███████▇▅▃▁▁ ] [ ▁▅▇█▇▆▃ ] dim 0482 μ= +0.010 σ= 0.029 zeros= 0% [ ▁▂▄▆███████▆▆▃▂ ▁] [ ▁▄▇█▇▅▄ ] dim 0483 μ= -0.010 σ= 0.031 zeros= 0% [ ▁▃▅███████▇▆▂▁ ] [ ▁▄▅█▆▄ ] dim 0484 μ= +0.003 σ= 0.034 zeros= 0% [ ▂▄▅███████▆▄▂▁ ] [ ▅▇██▅ ] dim 0485 μ= +0.015 σ= 0.015 zeros= 0% [ ▁▁▃▆███████▇▄▂▁ ] [ ▄▄▆█▆▄▂ ] dim 0486 μ= +0.026 σ= 0.028 zeros= 0% [ ▁▁▂▄████████▆▄▁▁▁ ] [ ▃▇██▆▂▂ ] dim 0487 μ= +0.015 σ= 0.024 zeros= 0% [ ▁▂▄▆████████▅▃▂▁ ] [ ▃▄█▇▄▂ ] dim 0488 μ= +0.027 σ= 0.044 zeros= 0% [ ▁▂▅▇██████▆▃▁▁ ] [ ▁▄▇█▇▄ ] dim 0489 μ= -0.025 σ= 0.024 zeros= 0% [ ▁▂▄▆███████▆▃▂▁▁ ] [ ▂▄▇██▆▄ ] dim 0490 μ= -0.011 σ= 0.031 zeros= 0% [ ▁▂▃▆████████▅▃▁▁ ] [ ▄▅█▆█▃ ] dim 0491 μ= +0.020 σ= 0.016 zeros= 0% [ ▁▂▄▆████████▅▃▂▁ ] [ ▁▄██▄▁ ] dim 0492 μ= -0.011 σ= 0.029 zeros= 0% [ ▂▄▆██████▆▃▁▁ ] [ ▁▅▆██▃ ] dim 0493 μ= +0.014 σ= 0.019 zeros= 0% [ ▁▁▄▆██████▇▄▂▁ ] [ ▃▅██▆▃ ] dim 0494 μ= +0.022 σ= 0.019 zeros= 0% [ ▁▁▃▅███████▇▄▂▁▁ ] [ ▂▅▅▇▇█▃ ] dim 0495 μ= -0.015 σ= 0.027 zeros= 0% [ ▁▁▂▆████████▄▃▁▁ ] [ ▁▄▇█▄▅▂ ] dim 0496 μ= +0.026 σ= 0.015 zeros= 0% [ ▁▂▄▆███████▇▃▂▁ ] [ ▄▆█▇▆▃ ] dim 0497 μ= -0.015 σ= 0.019 zeros= 0% [ ▁▁▂▄▅▇██████▇▅▂▁▁ ] [ ▁▄▄█▇▄ ] dim 0498 μ= +0.017 σ= 0.040 zeros= 0% [ ▁▁▂▄▆██████▇▅▂▁▁ ] [ ▂▆█▇▄▁ ] dim 0499 μ= -0.011 σ= 0.029 zeros= 0% [ ▁▁▄▆███████▇▆▃▁▁▁ ] [ ▁▄▆█▅▂ ] dim 0500 μ= +0.023 σ= 0.041 zeros= 0% [ ▁▃▅██████▆▄▁▁ ] [ ▂▆▇█▆▂ ] dim 0501 μ= -0.006 σ= 0.013 zeros= 0% [ ▁▂▄▆██████▆▅▂▁ ] [ ▃▅██▇▁ ] dim 0502 μ= +0.020 σ= 0.022 zeros= 0% [ ▂▂▅████████▃▂▁▁ ] [ ▄▅█▆▅▄ ] dim 0503 μ= +0.002 σ= 0.031 zeros= 0% [ ▁▁▂▄▇████████▆▄▂▁▁ ] [ ▁▃█▇▅▂ ] dim 0504 μ= -0.004 σ= 0.011 zeros= 0% [ ▁▁▃▄██████▅▃▁ ] [ ▃▆█▆▅▄ ] dim 0505 μ= -0.002 σ= 0.023 zeros= 0% [ ▁▂▄▇███████▅▃▁ ] [ ▃▅███▅▂ ] dim 0506 μ= +0.010 σ= 0.026 zeros= 0% [ ▁▂▄▇███████▇▅▃▁ ] [ ▄▅▇█▅▄ ] dim 0507 μ= -0.011 σ= 0.024 zeros= 0% [ ▁▂▅████████▅▃▂▁ ] [ ▂▆▆█▇▇▄ ] dim 0508 μ= -0.003 σ= 0.033 zeros= 0% [ ▁▁▃▄▆████████▆▄▂▁▁ ] [ ▁▄▄█▆▅▃ ] dim 0509 μ= -0.000 σ= 0.025 zeros= 0% [ ▁▂▄▆███████▇▅▃▂▁▁ ] [ ▃▆█▆▃ ] dim 0510 μ= -0.007 σ= 0.029 zeros= 0% [ ▁▃▆█████▇▄▂ ] [ ▂▅█▇▆▄▂ ] dim 0511 μ= +0.008 σ= 0.037 zeros= 0% [ ▁▂▃▆████████▇▄▂▁ ] [ ▁▅▅█▅▅▁ ] dim 0512 μ= -0.014 σ= 0.026 zeros= 0% [ ▁▁▂▃▆███████▇▄▂▁▁ ] [ ▃▆▇██▃ ] dim 0513 μ= +0.024 σ= 0.012 zeros= 0% [ ▁▂▃▆███████▇▅▂▁ ] [ ▂▅▇█▇▄▂ ] dim 0514 μ= +0.012 σ= 0.033 zeros= 0% [ ▁▁▂▅████████▇▅▃▁▁ ] [ ▃▇██▅▃ ] dim 0515 μ= -0.029 σ= 0.025 zeros= 0% [ ▁▂▃▅████████▆▃▂▁▁ ] [ ▃▄▆█▇▆▃ ] dim 0516 μ= +0.024 σ= 0.020 zeros= 0% [ ▁▁▂▄▇███████▇▄▃▁▁ ▁] [ ▁▃▅█▇▆▁ ] dim 0517 μ= -0.006 σ= 0.038 zeros= 0% [ ▁▃▄███████▇▄▁▁ ] [ ▃▆▇█▅▂ ] dim 0518 μ= +0.025 σ= 0.023 zeros= 0% [ ▂▃▅████████▆▂▁▁ ] [ ▂▄█▆▄▂ ] dim 0519 μ= -0.038 σ= 0.027 zeros= 0% [ ▁▁▃▄▇███████▆▃▂▁▁ ] [ ▂▃██▄▃ ] dim 0520 μ= +0.013 σ= 0.032 zeros= 0% [ ▁▁▃▅████████▅▃▁ ] [ ▂▃▇█▅▃▁ ] dim 0521 μ= +0.021 σ= 0.032 zeros= 0% [ ▁▁▃▅▆███████▆▃▂▁ ] [ ▃▇█▇▃▁ ] dim 0522 μ= +0.012 σ= 0.025 zeros= 0% [ ▁▃▅███████▆▃▁▁ ] [ ▂▅█▆▃ ] dim 0523 μ= +0.019 σ= 0.016 zeros= 0% [ ▁▃▅██████▇▄▂▁ ] [ ▁▄▅█▅▁ ] dim 0524 μ= +0.014 σ= 0.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.039 σ= 0.027 zeros= 0% [ ▁▁▃▅▇███████▆▃▂▁ ] [ ▂▃▆▇█▅▂ ] dim 0529 μ= +0.014 σ= 0.029 zeros= 0% [ ▁▁▁▃▅▇███████▆▄▁▁ ] [ ▁▄▆█▇▇▃ ] dim 0530 μ= -0.015 σ= 0.025 zeros= 0% [ ▁▂▃▅████████▅▃▁▁ ] [ ▃▆███▂ ] dim 0531 μ= -0.015 σ= 0.023 zeros= 0% [ ▁▃▄███████▆▄▂▁ ] [ ▁▄▅█▇▃▁ ] dim 0532 μ= -0.005 σ= 0.032 zeros= 0% [ ▁▁▄▆███████▆▃▂▁ ] [ ▄▆▆█▆▃▁ ] dim 0533 μ= -0.003 σ= 0.020 zeros= 0% [▁▁▂▃▆████████▆▄▂▁ ] [ ▃▅▇██▆▃▂ ] dim 0534 μ= -0.000 σ= 0.031 zeros= 0% [ ▁▁▃▅▇████████▆▅▂▁▁▁] [ ▂▅▇██▅▂ ] dim 0535 μ= -0.016 σ= 0.038 zeros= 0% [ ▁▃▄▇███████▆▄▃▁ ] [ ▂▅▇██▅▃▁ ] dim 0536 μ= +0.015 σ= 0.019 zeros= 0% [ ▁▁▃▅▆████████▇▅▃▁▁] [ ▃▆▇█▇▄▂ ] dim 0537 μ= +0.003 σ= 0.032 zeros= 0% [ ▁▂▄▇███████▆▅▂▁ ] [ ▂▆██▆▅▁ ] dim 0538 μ= +0.028 σ= 0.028 zeros= 0% [ ▁▁▂▄▇████████▅▃▂▁▁ ] [ ▄▄▇▇█▇▁ ] dim 0539 μ= +0.003 σ= 0.036 zeros= 0% [ ▁▂▅▇███████▇▄▃▁ ] [ ▃▆██▃▂ ] dim 0540 μ= -0.007 σ= 0.034 zeros= 0% [ ▁▁▃▅▇██████▇▅▃▂▁ ] [ ▁▅██▄▅ ] dim 0541 μ= -0.001 σ= 0.027 zeros= 0% [ ▁▁▂▄▆██████▆▆▂▁ ] [ ▁▄▅█▆▆▁ ] dim 0542 μ= -0.005 σ= 0.032 zeros= 0% [ ▁▂▃▆████████▅▃▂▁ ] [ ▁▄▅▇█▅▂▁ ] dim 0543 μ= +0.020 σ= 0.038 zeros= 0% [▁▁▁▃▄▆████████▆▃▂▁ ] [ ▄▄▇█▇▃▂ ] dim 0544 μ= +0.006 σ= 0.021 zeros= 0% [ ▁▁▂▄▇███████▆▃▁▁▁ ] [ ▁▅▆█▅▃ ] dim 0545 μ= -0.019 σ= 0.017 zeros= 0% [ ▁▁▂▄████████▆▃▂▁▁ ] [ ▃▄▇▇█▄ ] dim 0546 μ= -0.017 σ= 0.033 zeros= 0% [ ▁▂▃▅████████▅▄▂ ] [ ▂▄▇█▇▄ ] dim 0547 μ= -0.012 σ= 0.026 zeros= 0% [ ▁▁▄▅███████▄▃▁▁ ] [ ▂▅█▆▅▂ ] dim 0548 μ= -0.034 σ= 0.024 zeros= 0% [ ▂▄▇██████▇▄▂▂▁ ] [ ▂▆███▅▃ ] dim 0549 μ= +0.014 σ= 0.029 zeros= 0% [ ▁▁▂▅▇████████▃▃▁ ] [ ▂▆▇▆█▃ ] dim 0550 μ= -0.008 σ= 0.040 zeros= 0% [ ▂▄▆███████▄▂▁ ] [ ▂▆▅█▅▃▁ ] dim 0551 μ= +0.008 σ= 0.016 zeros= 0% [ ▁▂▄▆▇███████▆▅▂▁ ] [ ▂▆█▇▅▅ ] dim 0552 μ= -0.006 σ= 0.027 zeros= 0% [ ▁▃▄▇███████▇▃▂▁ ] [ ▂▆▇▇█▄▁ ] dim 0553 μ= -0.005 σ= 0.027 zeros= 0% [ ▁▃▅████████▆▄▂▁ ] [ ▁▃▇█▇▄▃ ] dim 0554 μ= +0.018 σ= 0.018 zeros= 0% [ ▁▂▃▆███████▆▅▂▁ ] [ ▁▃▆█▆▆▃ ] dim 0555 μ= +0.014 σ= 0.030 zeros= 0% [ ▁▁▂▄▆███████▇▆▃▁▁ ] [ ▅▇█▇▅▁ ] dim 0556 μ= -0.016 σ= 0.034 zeros= 0% [ ▁▁▃▆███████▇▄▂▁ ] [ ▁▅██▆▃ ] dim 0557 μ= -0.004 σ= 0.021 zeros= 0% [ ▁▁▃▆███████▅▂▁ ] [ ▂▄▇▇█▆▂ ] dim 0558 μ= +0.010 σ= 0.025 zeros= 0% [ ▁▂▃▇███████▆▅▂▁ ] [ ▂▆█▆▄▃ ] dim 0559 μ= -0.011 σ= 0.041 zeros= 0% [ ▂▂▄▇███████▇▄▃▁▁ ] [ ▃▄▆█▅▂ ] dim 0560 μ= -0.002 σ= 0.037 zeros= 0% [ ▁▁▂▄████████▅▃▂▁ ] [ ▁▅▇██▅▁ ] dim 0561 μ= -0.022 σ= 0.035 zeros= 0% [ ▁▃▅███████▅▂▁ ] [ ▄▅█▇▇▄ ] dim 0562 μ= +0.000 σ= 0.020 zeros= 0% [ ▁▂▃▆▇███████▄▃▂▁ ] [ ▂▆██▆▄ ] dim 0563 μ= +0.031 σ= 0.026 zeros= 0% [ ▁▂▅███████▆▅▂▁ ] [ ▂▆█▆▆▄▁ ] dim 0564 μ= +0.007 σ= 0.020 zeros= 0% [ ▁▂▅▇███████▆▃▁▁ ] [ ▂▅▇█▆▅▂ ] dim 0565 μ= -0.022 σ= 0.021 zeros= 0% [ ▁▁▂▄▇███████▇▃▂▁ ] [ ▁▆██▇█▄ ] dim 0566 μ= +0.007 σ= 0.029 zeros= 0% [ ▁▂▄▇████████▇▃▂▁▁ ] [ ▁▄█▇▂▁ ] dim 0567 μ= +0.002 σ= 0.016 zeros= 0% [ ▂▃▄██████▆▃▁ ] [ ▁▃▆█▅▅▃ ] dim 0568 μ= +0.015 σ= 0.025 zeros= 0% [ ▁▂▃▅████████▆▃▃▁▁ ] [ ▁▅▇█▇▄▂ ] dim 0569 μ= -0.016 σ= 0.028 zeros= 0% [ ▁▂▄▆███████▆▄▂▁ ] [ ▃▄▇█▇▄▁ ] dim 0570 μ= +0.015 σ= 0.025 zeros= 0% [ ▁▁▁▃▅████████▇▃▂▁ ] [ ▃▇▇█▆▃ ] dim 0571 μ= +0.002 σ= 0.032 zeros= 0% [ ▁▁▃▄███████▇▄▂▁ ] [ ▁▆▇█▆▃ ] dim 0572 μ= +0.007 σ= 0.015 zeros= 0% [ ▁▂▄▆██████▇▄▃▁ ] [ ▄▆██▇▃ ] dim 0573 μ= -0.003 σ= 0.022 zeros= 0% [ ▁▂▄▅███████▇▅▃▂▁ ] [ ▄████▇▅▁ ] dim 0574 μ= -0.011 σ= 0.015 zeros= 0% [ ▁▂▃▄█████████▆▃▂▁ ] [ ▃▇██▄▅ ] dim 0575 μ= +0.004 σ= 0.042 zeros= 0% [ ▁▂▅████████▅▄▃▁ ] [ ▁▅███▆▅▂ ] dim 0576 μ= +0.017 σ= 0.025 zeros= 0% [ ▁▂▄▆████████▆▃▂▂▁ ] [ ▂▆██▄▁ ] dim 0577 μ= -0.001 σ= 0.027 zeros= 0% [ ▁▁▃▄███████▆▃▁▁ ] [ ▃▆█▇▄▃ ] dim 0578 μ= -0.012 σ= 0.033 zeros= 0% [ ▁▁▃▆████████▆▄▂▁ ] [ ▂▅█▇█▃ ] dim 0579 μ= -0.010 σ= 0.025 zeros= 0% [ ▂▃▅███████▄▂▁ ] [ ▂▅▆█▄▂ ] dim 0580 μ= -0.003 σ= 0.030 zeros= 0% [ ▁▂▃▆██████▇▃▂▁ ] [ ▂▄██▃▂ ] dim 0581 μ= +0.001 σ= 0.024 zeros= 0% [ ▁▂▅███████▅▄▁▁ ] [ ▁▄▆█▇▃ ] dim 0582 μ= +0.024 σ= 0.019 zeros= 0% [ ▂▃▆██████▇▄▂▁ ] [ ▃▇███▆▁ ] dim 0583 μ= -0.006 σ= 0.014 zeros= 0% [ ▁▁▂▅▇███████▅▃▂▁▁▁ ] [ ▂▆▇▇█▅▂ ] dim 0584 μ= +0.003 σ= 0.030 zeros= 0% [ ▁▂▃▄▇███████▇▅▃▂▁ ] [ ▃▅█▇▅▂ ] dim 0585 μ= -0.031 σ= 0.050 zeros= 0% [ ▁▂▃▅███████▇▅▄▁▁ ] -> OUTLIER_SPREAD: this_std=0.0502, mean_std=0.0265, +3.4sigma vs threshold=3.0sigma [ ▂▅▆▇█▆▄ ] dim 0586 μ= +0.001 σ= 0.021 zeros= 0% [ ▁▃▃▆███████▇▆▃▂▁ ] [ ▃▅█▆▄▁ ] dim 0587 μ= -0.008 σ= 0.016 zeros= 0% [ ▁▂▃▄███████▆▄▂▁ ] [ ▄▅██▇▄ ] dim 0588 μ= -0.012 σ= 0.033 zeros= 0% [ ▂▂▆████████▆▃▂▁ ] [ ▂▄▇██▅▂ ] dim 0589 μ= -0.002 σ= 0.015 zeros= 0% [ ▁▂▄▇███████▇▄▂▁▁ ] [ ▁▅█▇▅▄▂ ] dim 0590 μ= +0.007 σ= 0.034 zeros= 0% [ ▁▁▂▃▆███████▇▃▂▁ ] [ ▂▅▇█▅▁ ] dim 0591 μ= -0.021 σ= 0.017 zeros= 0% [ ▁▂▃▆██████▇▃▂▁ ] [ ▃▇██▇▃ ] dim 0592 μ= -0.004 σ= 0.023 zeros= 0% [ ▁▂▃▅███████▇▆▂▁▁ ] [ ▁▃█▆▆▅ ] dim 0593 μ= +0.017 σ= 0.034 zeros= 0% [ ▁▃▄▆███████▇▄▂▁▁ ] [ ▁▃▆██▄▃▁ ] dim 0594 μ= +0.001 σ= 0.035 zeros= 0% [ ▁▁▃▅████████▅▂▂▁ ] [ ▃▆▇██▇▁ ] dim 0595 μ= +0.008 σ= 0.026 zeros= 0% [ ▁▂▃▆███████▇▃▂▁ ] [ ▁▃▅▇█▄▃ ] dim 0596 μ= +0.004 σ= 0.022 zeros= 0% [ ▁▁▁▃▅████████▄▃▂▁ ] [ ▃▅█▇▇▄▂ ] dim 0597 μ= +0.015 σ= 0.028 zeros= 0% [ ▁▁▃▅████████▅▄▂▁▁ ] [ ▆█▆▆▂ ] dim 0598 μ= +0.004 σ= 0.029 zeros= 0% [ ▁▂▄▆██████▇▄▁▁ ] [ ▁▄██▇▆▂ ] dim 0599 μ= +0.023 σ= 0.014 zeros= 0% [ ▂▃▆███████▇▅▂▁▁ ] [ ▁▄▄█▇▄▄▁ ] dim 0600 μ= -0.015 σ= 0.035 zeros= 0% [ ▁▁▂▄▆████████▇▄▂▁ ] [ ▁▄▇█▇▆▃ ] dim 0601 μ= +0.014 σ= 0.020 zeros= 0% [ ▁▂▃▆███████▇▄▂▁ ] [ ▅▆█▅▃ ] dim 0602 μ= -0.013 σ= 0.019 zeros= 0% [ ▁▁▃▅███████▄▁▁ ] [ ▁▃█▇█▅▁ ] dim 0603 μ= -0.023 σ= 0.026 zeros= 0% [ ▁▂▄▅███████▆▃▁▁ ] [ ▃▅█▇▅▂ ] dim 0604 μ= +0.001 σ= 0.028 zeros= 0% [ ▁▂▄▇███████▅▂▁▁▁ ] [ ▄███▅▃▁ ] dim 0605 μ= +0.014 σ= 0.029 zeros= 0% [ ▁▁▂▄▅▇███████▇▄▂▁ ] [ ▁▄▆█▆▄▁ ] dim 0606 μ= +0.031 σ= 0.019 zeros= 0% [ ▁▂▄▆███████▆▃▂▁ ] [ ▃▆█▆▃ ] dim 0607 μ= -0.000 σ= 0.033 zeros= 0% [ ▁▂▄▅███████▅▃▂▁ ] [ ▁▄▆█▇▇▁ ] dim 0608 μ= -0.001 σ= 0.038 zeros= 0% [ ▁▁▃▅████████▆▄▂▂▁ ] [ ▂▆▇█▇▄▂ ] dim 0609 μ= +0.008 σ= 0.030 zeros= 0% [ ▁▂▃▅█████████▄▂▂▁ ] [ ▂▆▆█▅▂ ] dim 0610 μ= +0.018 σ= 0.021 zeros= 0% [ ▁▁▃▅████████▄▃▂▁ ] [ ▂▇▆██▆▆▂ ] dim 0611 μ= -0.001 σ= 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.008 σ= 0.018 zeros= 0% [ ▁▁▂▃▅████████▆▅▂▁ ] [ ▁▅▇█▇▂▁ ] dim 0616 μ= -0.004 σ= 0.025 zeros= 0% [ ▁▃▄▇███████▆▃▁ ] [ ▁▅▇██▆▂ ] dim 0617 μ= +0.007 σ= 0.031 zeros= 0% [ ▁▂▃▇███████▇▄▂▁ ] [ ▃▆▇█▅▂ ] dim 0618 μ= +0.003 σ= 0.026 zeros= 0% [ ▁▁▂▄▇███████▃▁▁ ] [ ▁▂█▇▇▇▄▁ ] dim 0619 μ= -0.009 σ= 0.017 zeros= 0% [ ▁▁▃▅████████▅▃▂ ] [ ▂▄▇█▅▂ ] dim 0620 μ= -0.003 σ= 0.026 zeros= 0% [ ▁▂▄▇███████▅▂▁ ] [ ▃▇██▆▂ ] dim 0621 μ= -0.039 σ= 0.021 zeros= 0% [ ▁▂▄▆██████▇▃▂▁ ] [ ▂▅█▇█▇▂ ] dim 0622 μ= -0.008 σ= 0.033 zeros= 0% [ ▁▂▄▇███████▇▅▃▁▁ ] [ ▁▆██▇▅ ] dim 0623 μ= +0.008 σ= 0.023 zeros= 0% [ ▁▂▃▇██████▇▄▁▁ ] [ ▄▅▇█▆▂ ] dim 0624 μ= -0.006 σ= 0.020 zeros= 0% [ ▁▁▃▄███████▇▆▃▁ ] [ ▄▅██▇▅▃ ] dim 0625 μ= -0.021 σ= 0.025 zeros= 0% [ ▁▂▃▅█████████▄▂▂▁ ] [ ▄▅██▅▂ ] dim 0626 μ= -0.015 σ= 0.039 zeros= 0% [ ▁▂▃▅████████▆▃▂ ▁ ] [ ▂▄██▇▅▅▁ ] dim 0627 μ= +0.017 σ= 0.025 zeros= 0% [ ▁▂▄▇████████▇▄▂▁ ] [ ▄▅▇██▅▁ ] dim 0628 μ= -0.021 σ= 0.035 zeros= 0% [ ▁▂▂▅▇███████▆▄▂▁ ] [ ▃▆▇███▄ ] dim 0629 μ= -0.014 σ= 0.031 zeros= 0% [ ▁▂▂▅████████▇▆▃▂▁ ] [ ▂▅██▅▇ ] dim 0630 μ= -0.019 σ= 0.026 zeros= 0% [ ▁▂▄▇███████▇▄▂▁ ] [ ▂▅▇▇█▅▂ ] dim 0631 μ= +0.001 σ= 0.029 zeros= 0% [ ▁▃▅▇███████▇▄▂▁ ] [ ▄▆█▇▇▂ ] dim 0632 μ= -0.013 σ= 0.021 zeros= 0% [ ▁▁▃▅███████▆▄▂▁ ] [ ▂▇██▇▅ ] dim 0633 μ= -0.017 σ= 0.022 zeros= 0% [ ▁▂▃▅████████▇▃▂▂▁ ] [ ▃▇█▇▅▂ ] dim 0634 μ= -0.009 σ= 0.019 zeros= 0% [ ▁▂▅▇██████▆▄▁▁ ] [ ▁▄▆██▄▄ ] dim 0635 μ= -0.020 σ= 0.037 zeros= 0% [ ▁▃▃▆████████▆▃▂▁ ] [ ▂▅▇█▅▃ ] dim 0636 μ= -0.003 σ= 0.020 zeros= 0% [ ▁▂▃▅███████▄▃▁▁ ] [ ▁▄▆██▄ ] dim 0637 μ= -0.025 σ= 0.029 zeros= 0% [ ▁▁▂▃▆███████▆▄▁▁ ] [ ▂▆▆█▆▃ ] dim 0638 μ= -0.021 σ= 0.022 zeros= 0% [ ▂▂▆███████▇▄▃▁▁ ] [ ▁▃▆▇█▇▃ ] dim 0639 μ= +0.015 σ= 0.034 zeros= 0% [ ▁▂▃▅███████▆▄▃▁ ] [ ▂▃▇█▇▅▃ ] dim 0640 μ= +0.003 σ= 0.020 zeros= 0% [ ▁▂▄▇████████▅▃▁▁ ] [ ▁▃█▇▆▃▂ ] dim 0641 μ= -0.008 σ= 0.040 zeros= 0% [ ▁▂▃▅▇███████▅▄▂▁ ] [ ▃▆█▇▆▃ ] dim 0642 μ= +0.019 σ= 0.024 zeros= 0% [ ▁▁▂▅▇██████▇▅▂▁ ] [ ▁▄▇█▆▅▁ ] dim 0643 μ= -0.007 σ= 0.021 zeros= 0% [ ▁▁▂▆███████▆▃▂▁ ] [ ▁▅▇█▇▆▂ ] dim 0644 μ= -0.016 σ= 0.029 zeros= 0% [ ▂▃▆████████▄▂▁▁ ] [ ▂▆█▆▅▃ ] dim 0645 μ= -0.005 σ= 0.031 zeros= 0% [ ▁▂▃▄███████▆▄▂▁ ] [ ▃▆█▇▄▂ ] dim 0646 μ= +0.009 σ= 0.031 zeros= 0% [ ▂▃▅████████▄▃▁▁ ] [ ▁▆█▅▆▂ ] dim 0647 μ= -0.004 σ= 0.023 zeros= 0% [ ▁▂▄▆██████▇▅▃▁ ] [ ▁▄▅██▅▃ ] dim 0648 μ= +0.005 σ= 0.029 zeros= 0% [ ▁▁▃▄▆███████▇▅▂▁▁ ] [ ▂▃█▆▇▃ ] dim 0649 μ= -0.012 σ= 0.036 zeros= 0% [ ▁▂▄▇███████▅▃▁ ] [ ▃▇▇██▄▃ ] dim 0650 μ= -0.007 σ= 0.031 zeros= 0% [ ▁▂▅▅███████▆▅▃▁ ] [ ▂▄▇█▆▆▂ ] dim 0651 μ= +0.007 σ= 0.031 zeros= 0% [ ▁▁▄▆████████▅▄▂▁ ] [ ▁▁▄█▇▆▅▁ ] dim 0652 μ= +0.029 σ= 0.030 zeros= 0% [ ▁▁▂▄▅████████▇▄▂▁▁ ] [ ▂▄▇█▆▃▁ ] dim 0653 μ= -0.013 σ= 0.031 zeros= 0% [ ▁▂▄▇███████▆▃▂▁ ] [ ▃▅▇█▇▄ ] dim 0654 μ= -0.005 σ= 0.022 zeros= 0% [ ▁▁▃▆████████▆▃▂▁ ] [ ▁▄▆█▇▆▃ ] dim 0655 μ= +0.003 σ= 0.025 zeros= 0% [ ▁▁▄▇████████▄▃▁▁ ] [ ▂▅▆▇█▅▃ ] dim 0656 μ= +0.004 σ= 0.022 zeros= 0% [ ▁▂▃▆████████▅▂▂ ] [ ▁▃▆█▇▅▃▁ ] dim 0657 μ= +0.013 σ= 0.033 zeros= 0% [ ▂▂▅████████▄▂▂ ] [ ▂▅▆█▇▇▃ ] dim 0658 μ= +0.000 σ= 0.019 zeros= 0% [ ▂▄▅███████▇▄▂▁▁ ] [ ▃▅▇█▅▃ ] dim 0659 μ= +0.018 σ= 0.030 zeros= 0% [ ▁▁▄▅▇███████▄▃▁▁ ] [ ▂▅▇██▅▁▁ ] dim 0660 μ= +0.005 σ= 0.038 zeros= 0% [ ▁▁▂▅█████████▅▂▁▁ ] [ ▅▇█▆▅▁ ] dim 0661 μ= -0.002 σ= 0.024 zeros= 0% [ ▁▂▄███████▆▃▁▁ ] [ ▅▇▆█▅▂ ] dim 0662 μ= +0.000 σ= 0.013 zeros= 0% [ ▁▂▄▇███████▆▃▂▁ ] [ ▁▅█▇▇▃▁ ] dim 0663 μ= -0.009 σ= 0.039 zeros= 0% [ ▁▂▄▇███████▇▄▂▂ ] [ ▂▃▇█▆▅▃ ] dim 0664 μ= +0.001 σ= 0.030 zeros= 0% [ ▁▂▅████████▆▅▂▁ ] [ ▁▆▇█▆▃ ] dim 0665 μ= -0.011 σ= 0.036 zeros= 0% [ ▁▂▃▇██████▇▅▃▁▁ ] [ ▂▄██▇▅▂ ] dim 0666 μ= +0.003 σ= 0.023 zeros= 0% [ ▁▁▃▄▇███████▆▄▂▁ ] [ ▅▇█▇▆▃ ] dim 0667 μ= +0.008 σ= 0.039 zeros= 0% [ ▁▂▅▇████████▆▂▁▁ ] [ ▂▃▅█▆█▇▄▁ ] dim 0668 μ= +0.007 σ= 0.019 zeros= 0% [ ▁▁▂▃▆█████████▄▃▁▁ ] [ ▃▆▆▇█▆▃ ] dim 0669 μ= -0.019 σ= 0.027 zeros= 0% [ ▁▁▃▄████████▇▅▂▂ ] [ ▄▇▇█▆▁ ] dim 0670 μ= +0.010 σ= 0.023 zeros= 0% [ ▁▂▃▄████████▄▃▁ ] [ ▃▅█▅▆▃ ] dim 0671 μ= +0.030 σ= 0.023 zeros= 0% [ ▁▁▃▆▇██████▆▄▂▁▁ ] [ ▁▂▆█▇▅▁ ] dim 0672 μ= +0.009 σ= 0.024 zeros= 0% [ ▁▁▃▅███████▆▃▂▁▁ ] [ ▁▃▆█▇▅▃ ] dim 0673 μ= +0.008 σ= 0.023 zeros= 0% [ ▁▂▅▇███████▇▆▃▂ ] [ ▁▃▆█▇▄▃▁ ] dim 0674 μ= +0.019 σ= 0.027 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.004 σ= 0.031 zeros= 0% [ ▁▂▄▆▇██████▇▄▃▁▁▁ ] [ ▂▄▇█▇▂ ] dim 0684 μ= +0.019 σ= 0.017 zeros= 0% [ ▁▂▂▅████████▆▄▂▁ ] [ ▄▆██▆▅ ] dim 0685 μ= +0.013 σ= 0.026 zeros= 0% [ ▁▄▄████████▆▃▁▁ ] [ ▁▃▆▇█▇▂▁ ] dim 0686 μ= -0.024 σ= 0.041 zeros= 0% [▁▁▂▄▇████████▆▄▃▁▁ ] [ ▁▅▇█▇▃ ] dim 0687 μ= -0.004 σ= 0.028 zeros= 0% [ ▁▂▄▇███████▅▃▂▁ ] [ ▄▆█▇▆▁ ] dim 0688 μ= -0.014 σ= 0.037 zeros= 0% [ ▁▃▆███████▆▅▂▁ ] [ ▁▅▇▇█▆▃ ] dim 0689 μ= -0.013 σ= 0.022 zeros= 0% [ ▁▁▃▆███████▇▅▄▂▁ ] [ ▃▅█▇▇▂ ] dim 0690 μ= +0.010 σ= 0.017 zeros= 0% [ ▁▂▄▇██████▇▄▂▁ ] [ ▃▆█▇▅▁ ] dim 0691 μ= +0.018 σ= 0.032 zeros= 0% [ ▁▂▄▆███████▆▃▁ ] [ ▄▇█▇▃▁ ] dim 0692 μ= -0.002 σ= 0.031 zeros= 0% [ ▁▂▆███████▆▃▂▁ ] [ ▅███▄▃ ] dim 0693 μ= -0.014 σ= 0.033 zeros= 0% [ ▁▁▄▆▇██████▆▃▂▁ ] [ ▂▄█▇▅▂ ] dim 0694 μ= +0.010 σ= 0.022 zeros= 0% [ ▁▃▄▇███████▅▃▁ ] [ ▂▆▇█▆▄ ] dim 0695 μ= -0.016 σ= 0.029 zeros= 0% [ ▁▁▂▃▅████████▆▄▁▁▁ ] [ ▁▅▅█▇▄▁ ] dim 0696 μ= +0.010 σ= 0.023 zeros= 0% [ ▁▁▄▆███████▆▄▂▁▁ ] [ ▄▆▇█▇▄ ] dim 0697 μ= -0.020 σ= 0.033 zeros= 0% [ ▁▂▃▆████████▆▄▂▁ ] [ ▁▄█▇▆▄ ] dim 0698 μ= -0.021 σ= 0.017 zeros= 0% [ ▁▂▃▆██████▇▆▃▂▁ ] [ ▁▆▇██▃ ] dim 0699 μ= -0.004 σ= 0.026 zeros= 0% [ ▁▁▂▅▇██████▇▅▂▁ ] [ ▄▇▆█▃ ] dim 0700 μ= -0.005 σ= 0.028 zeros= 0% [ ▁▂▃▆███████▇▄▂▁ ] [ ▂▆▇█▆▃ ] dim 0701 μ= +0.011 σ= 0.032 zeros= 0% [ ▁▂▆███████▆▅▃▁▁ ] [ ▃▇▇█▅▂ ] dim 0702 μ= -0.004 σ= 0.027 zeros= 0% [ ▁▂▄▄████████▅▃▁▁ ] [ ▃▇██▅▂ ] dim 0703 μ= +0.001 σ= 0.025 zeros= 0% [ ▁▂▄▆▇██████▆▄▂▁ ] [ ▃▆█▆▃▁ ] dim 0704 μ= -0.004 σ= 0.015 zeros= 0% [ ▁▂▃▅▇██████▅▃▁▁ ] [ ▂▆▇██▄ ] dim 0705 μ= -0.009 σ= 0.030 zeros= 0% [ ▁▂▄▆██████▇▅▃▂▁ ] [ ▅▇██▅▁ ] dim 0706 μ= +0.025 σ= 0.014 zeros= 0% [ ▁▂▃▄███████▆▃▁▁ ] [ ▆██▇▇▄ ] dim 0707 μ= -0.018 σ= 0.018 zeros= 0% [ ▁▂▄████████▅▂▁▁ ] [ ▆▆█▆▄▃ ] dim 0708 μ= +0.010 σ= 0.032 zeros= 0% [ ▁▂▃▅███████▇▅▃▁ ] [ ▂▄█▆▅▄ ] dim 0709 μ= +0.019 σ= 0.023 zeros= 0% [ ▁▁▂▄▆███████▄▃▁ ] [ ▃▆█▆▄▂ ] dim 0710 μ= -0.000 σ= 0.039 zeros= 0% [ ▁▂▅▇██████▅▄▂▁ ] [ ▁▅▅█▆▄▁ ] dim 0711 μ= -0.008 σ= 0.037 zeros= 0% [ ▁▁▂▅███████▅▄▁▁ ] [ ▃▅█▇▅▁▁ ] dim 0712 μ= -0.014 σ= 0.025 zeros= 0% [ ▁▂▃▅████████▅▃▁▁ ] [ ▁▃▅▇█▅▄▁ ] dim 0713 μ= -0.006 σ= 0.028 zeros= 0% [ ▁▁▂▃▆████████▅▃▁ ] [ ▄▄█▆▃ ] dim 0714 μ= -0.006 σ= 0.035 zeros= 0% [ ▁▂▄▇█████▇▅▃▁▁ ] [ ▂▅███▅▃▁ ] dim 0715 μ= +0.019 σ= 0.020 zeros= 0% [ ▁▁▃▅▇████████▅▄▂▁ ] [ ▂▄▇██▄▁ ] dim 0716 μ= +0.014 σ= 0.019 zeros= 0% [ ▁▂▂▅▇███████▇▃▁▁ ] [ ▃▇▆█▆▄ ] dim 0717 μ= +0.010 σ= 0.028 zeros= 0% [▁▁▁▃▄▅████████▇▅▂▁▁▁] [ ▄██▇▄▂ ] dim 0718 μ= -0.026 σ= 0.017 zeros= 0% [ ▁▁▂▆▇██████▇▅▂▁▁ ] [ ▃▅█▇▇▄▁ ] dim 0719 μ= +0.042 σ= 0.036 zeros= 0% [ ▁▂▃▆████████▆▃▁▁ ] [ ▁▆▇█▅▃▁ ] dim 0720 μ= -0.001 σ= 0.032 zeros= 0% [ ▁▂▅▇███████▄▂▁▁ ] [ ▂▅▇█▆▄▁ ] dim 0721 μ= -0.016 σ= 0.026 zeros= 0% [ ▁▂▃▅███████▆▃▂▁ ] [ ▂▅███▇▃ ] dim 0722 μ= -0.004 σ= 0.017 zeros= 0% [ ▁▂▃▅███████▇▆▃▂▁ ] [ ▁▄▆█▇█▅▃ ] dim 0723 μ= -0.018 σ= 0.034 zeros= 0% [ ▁▁▂▄█████████▇▅▂▁▁ ] [ ▄▇██▆▃▁ ] dim 0724 μ= +0.013 σ= 0.033 zeros= 0% [ ▁▂▃▆████████▄▃▁▁ ] [ ▄▅█▆▆▄▂ ] dim 0725 μ= +0.004 σ= 0.021 zeros= 0% [ ▁▁▃▅████████▇▅▁▁▁ ] [ ▂▅▇█▆▄▁ ] dim 0726 μ= -0.008 σ= 0.041 zeros= 0% [ ▁▁▁▄▅▇███████▆▃▁▁ ] [ ▃▇██▅▄▁ ] dim 0727 μ= -0.010 σ= 0.024 zeros= 0% [ ▂▃▆████████▆▃▂▁▁ ] [ ▁▄▆▆█▆▂ ] dim 0728 μ= -0.019 σ= 0.021 zeros= 0% [ ▁▂▄▆███████▇▅▃▁▁ ] [ ▁▃▅█▆▅▃ ] dim 0729 μ= +0.008 σ= 0.025 zeros= 0% [ ▁▁▂▄▆████████▆▄▂▁ ] [ ▁▅██▇▄ ] dim 0730 μ= -0.015 σ= 0.025 zeros= 0% [ ▁▁▂▄▆███████▅▄▂▁ ] [ ▁▄██▇▆▂ ] dim 0731 μ= +0.004 σ= 0.031 zeros= 0% [ ▁▁▂▄▆████████▄▂▁▁ ] [ ▁▄█▇█▇▅ ] dim 0732 μ= +0.008 σ= 0.028 zeros= 0% [ ▁▁▃▄▇████████▇▃▃▁ ▁] [ ▃▅█▇▆▂ ] dim 0733 μ= +0.007 σ= 0.024 zeros= 0% [ ▁▂▄▅▆██████▇▅▃▁▁ ] [ ▁▅▇█▆▄▂ ] dim 0734 μ= -0.011 σ= 0.022 zeros= 0% [ ▁▁▂▄▆███████▅▄▂▁▁ ] [ ▁▄▅▆█▅▂ ] dim 0735 μ= -0.016 σ= 0.022 zeros= 0% [ ▂▃▅███████▇▄▃▁ ] [ ▂▅▇█▇▅▁ ] dim 0736 μ= -0.027 σ= 0.020 zeros= 0% [ ▁▁▂▄▆███████▇▅▂▁ ] [ ▁▄▇▆██▇▄ ] dim 0737 μ= -0.023 σ= 0.031 zeros= 0% [ ▁▂▃▅█████████▆▃▁▁ ] [ ▂▆▅█▅▄▂ ] dim 0738 μ= +0.024 σ= 0.043 zeros= 0% [ ▁▁▂▄▇███████▇▆▃▁▁ ] [ ▄█▇▅▄▂ ] dim 0739 μ= -0.018 σ= 0.021 zeros= 0% [ ▂▃▆▇██████▅▄▂▁▁ ] [ ▂▄▆▇█▄▂ ] dim 0740 μ= +0.015 σ= 0.037 zeros= 0% [ ▁▁▃▃▆████████▇▃▂▁▁ ] [ ▁▅▇█▆▃ ] dim 0741 μ= +0.029 σ= 0.024 zeros= 0% [ ▁▂▄▆███████▆▃▂▁ ] [ ▄▆█▆▆▁ ] dim 0742 μ= -0.013 σ= 0.031 zeros= 0% [ ▁▂▄▇███████▅▃▂▁ ] [ ▁▅█▅▃ ] dim 0743 μ= -0.038 σ= 0.018 zeros= 0% [ ▁▂▄▇██████▄▂▁▁ ] [ ▃▆█▇▆▁▁ ] dim 0744 μ= +0.004 σ= 0.031 zeros= 0% [ ▁▁▂▅▇███████▄▃▁ ] [ ▁▄██▅▃ ] dim 0745 μ= +0.017 σ= 0.024 zeros= 0% [ ▁▂▄▇██████▇▄▂▁▁ ] [ ▅▇██▆▃ ] dim 0746 μ= -0.007 σ= 0.017 zeros= 0% [ ▁▁▃▅████████▅▃▂▁ ] [ ▄▅██▄ ] dim 0747 μ= -0.005 σ= 0.029 zeros= 0% [ ▁▃▃███████▆▄▁▁ ] [ ▃▇██▆▅▁ ] dim 0748 μ= -0.022 σ= 0.030 zeros= 0% [ ▂▃▇███████▆▃▁▁ ] [ ▁▆▇█▆▁ ] dim 0749 μ= -0.011 σ= 0.022 zeros= 0% [ ▁▁▄████████▄▂▁ ] [ ▃▆█▆▆▂ ] dim 0750 μ= -0.004 σ= 0.039 zeros= 0% [ ▁▂▄▇███████▅▂▁ ▁] [ ▃▄█▇▄▂▁ ] dim 0751 μ= +0.003 σ= 0.031 zeros= 0% [ ▁▁▃▄████████▅▂▁ ] [ ▃▄▇██▄▁ ] dim 0752 μ= +0.002 σ= 0.027 zeros= 0% [ ▁▂▂▄████████▅▃▂▁ ] [ ▃▅██▄▂ ] dim 0753 μ= -0.007 σ= 0.024 zeros= 0% [ ▁▁▃▅████████▅▂▂ ] [ ▃▆██▄ ] dim 0754 μ= -0.013 σ= 0.011 zeros= 0% [ ▂▃▅██████▇▅▃▁▁ ] [ ▁▃▇█▅▁ ] dim 0755 μ= -0.007 σ= 0.017 zeros= 0% [ ▁▂▄▆██████▇▄▂▁ ] [ ▆██▇▅▁ ] dim 0756 μ= +0.014 σ= 0.026 zeros= 0% [ ▁▂▃▇███████▅▃▂ ] [ ▄▇██▇▂ ] dim 0757 μ= +0.002 σ= 0.027 zeros= 0% [ ▁▂▃▅████████▆▂▂▁ ] [ ▃▅▆█▆▆▂▁ ] dim 0758 μ= -0.008 σ= 0.036 zeros= 0% [ ▁▁▃▅▆████████▆▃▂▁ ] [ ▃▇█▄▂ ] dim 0759 μ= +0.021 σ= 0.037 zeros= 0% [ ▁▁▂▃▅███████▆▃▂▁ ] [ ▂▅██▆▂ ] dim 0760 μ= -0.009 σ= 0.010 zeros= 0% [ ▁▁▂▄▆███████▅▃▁▁ ] [ ▄▆▇█▆▃▁ ] dim 0761 μ= +0.016 σ= 0.037 zeros= 0% [ ▁ ▁▃▆████████▅▂▁ ] [ ▃▄▇█▆▃ ] dim 0762 μ= -0.008 σ= 0.029 zeros= 0% [ ▁▁▂▄████████▅▃▁▁ ] [ ▁▂▆▇█▆▄ ] dim 0763 μ= -0.004 σ= 0.029 zeros= 0% [ ▁▁▄▅████████▆▃▂▁▁ ] [ ▂▆███▆▃ ] dim 0764 μ= +0.010 σ= 0.025 zeros= 0% [ ▂▂▄▆████████▃▂▁▁ ] [ ▁▄▆█▇▄▂ ] dim 0765 μ= +0.012 σ= 0.016 zeros= 0% [ ▁▂▃▆███████▅▄▃▁ ] [ ▄▆██▆▄ ] dim 0766 μ= -0.010 σ= 0.032 zeros= 0% [ ▁ ▁▃▆████████▆▃▁▁ ] [ ▁▂▆█▇▃▁ ] dim 0767 μ= +0.013 σ= 0.031 zeros= 0% [ ▁▁▂▄▇███████▅▄▂▁ ] [ ▁▄▇▇█▅▂ ] dim 0768 μ= -0.009 σ= 0.020 zeros= 0% [ ▁▃▄▅████████▅▃▁ ] [ ▂▆█▇▅▂ ] dim 0769 μ= -0.003 σ= 0.028 zeros= 0% [ ▁▂▄███████▇▅▂▁ ] [ ▃▇███▃ ] dim 0770 μ= -0.003 σ= 0.029 zeros= 0% [ ▁▁▃▄███████▇▄▂▁ ] [ ▁▅▆██▃▂ ] dim 0771 μ= -0.012 σ= 0.022 zeros= 0% [ ▁▁▂▄▆███████▇▅▄▂▁ ] [ ▃▇▇█▇▃▁ ] dim 0772 μ= +0.014 σ= 0.016 zeros= 0% [ ▁▁▃▄▇███████▆▄▁▁ ] [ ▁▆██▇▅▂ ] dim 0773 μ= -0.010 σ= 0.028 zeros= 0% [ ▂▃▆███████▇▃▁▁ ] [ ▁▅▇▆█▃▃ ] dim 0774 μ= -0.010 σ= 0.038 zeros= 0% [ ▁▂▃▆███████▆▄▂▁ ] [ ▂▆█▇▇▅▃ ] dim 0775 μ= -0.004 σ= 0.022 zeros= 0% [ ▁▁▂▆████████▇▅▃▁▁ ] [ ▃▄█▇▅▃▁ ] dim 0776 μ= +0.005 σ= 0.034 zeros= 0% [ ▁▁▃▅▇███████▆▃▂▁ ] [ ▁▃▆▇█▄▅▁ ] dim 0777 μ= -0.016 σ= 0.031 zeros= 0% [ ▁▁▂▃▆████████▆▄▂▁ ] [ ▁▅██▇▆ ] dim 0778 μ= +0.013 σ= 0.022 zeros= 0% [ ▁▃▄▇███████▇▃▂▁▁ ] [ ▁▃▆█▆▃▁ ] dim 0779 μ= -0.004 σ= 0.025 zeros= 0% [ ▁▂▄▆███████▅▃▂▁ ] [ ▂▄██▆▆▃ ] dim 0780 μ= -0.022 σ= 0.024 zeros= 0% [ ▁▁▃▄▇████████▄▂▁▁ ] [ ▁▆██▅▄▃ ] dim 0781 μ= -0.010 σ= 0.020 zeros= 0% [ ▁▂▄▇███████▅▃▂▁ ] [ ▃▇▇█▆▂ ] dim 0782 μ= +0.028 σ= 0.017 zeros= 0% [ ▁▂▃▆████████▅▃▁▁ ] [ ▃▇▇█▅ ] dim 0783 μ= +0.001 σ= 0.024 zeros= 0% [ ▁▂▅███████▅▃▂ ] [ ▄▄▇█▅▂ ] dim 0784 μ= -0.004 σ= 0.025 zeros= 0% [ ▁▁▂▄████████▃▂▁ ] [ ▁▄██▇▄ ] dim 0785 μ= -0.003 σ= 0.023 zeros= 0% [ ▁▁▄▆███████▅▃▁▁ ] [ ▃▅██▆▂ ] dim 0786 μ= +0.021 σ= 0.030 zeros= 0% [ ▁▁▂▃▅███████▇▄▃▂▁ ] [ ▂▆██▇▆▁ ] dim 0787 μ= +0.001 σ= 0.020 zeros= 0% [ ▁▂▄▆███████▅▃▁ ] [ ▂▄█▇▃ ] dim 0788 μ= +0.027 σ= 0.025 zeros= 0% [ ▁▃▄▆██████▆▃▁ ] [ ▂▆██▄▁ ] dim 0789 μ= +0.017 σ= 0.027 zeros= 0% [ ▁▁▁▃▅███████▆▅▂▁ ] [ ▅▇█▇▅▁ ] dim 0790 μ= -0.026 σ= 0.035 zeros= 0% [ ▁▂▃▆███████▆▄▂▁ ] [ ▂▄▇█▆▅ ] dim 0791 μ= -0.010 σ= 0.016 zeros= 0% [ ▁▄▆██████▇▅▃▁▁ ] [ ▁▆▇██▇▄ ] dim 0792 μ= +0.018 σ= 0.033 zeros= 0% [ ▁▂▃▇████████▆▃▂▁ ] [ ▂▄▆█▇▃ ] dim 0793 μ= -0.007 σ= 0.025 zeros= 0% [ ▁▁▄▆███████▆▃▁▁ ] [ ▃▇▇█▆▂ ] dim 0794 μ= -0.000 σ= 0.026 zeros= 0% [ ▁▁▃▄████████▄▂▁ ] [ ▃▄▇█▃▁ ] dim 0795 μ= -0.005 σ= 0.026 zeros= 0% [ ▁▂▃▅▇███████▄▃▁▁ ] [ ▁▅▇██▄▁ ] dim 0796 μ= +0.014 σ= 0.025 zeros= 0% [ ▁▂▂▆███████▆▄▂▁ ] [ ▂▅▆█▅ ] dim 0797 μ= -0.029 σ= 0.026 zeros= 0% [ ▁▁▂▆██████▅▂▁ ] [ ▁▅██▃▁ ] dim 0798 μ= +0.002 σ= 0.027 zeros= 0% [ ▁▂▃▆██████▆▃▁ ] [ ▄▇██▆▂ ] dim 0799 μ= -0.042 σ= 0.024 zeros= 0% [▁▁▂▄▇██████▆▄▂▁ ] [ ▅█▇█▆▁ ] dim 0800 μ= +0.030 σ= 0.038 zeros= 0% [ ▁▂▃▇███████▆▄▂▁ ] [ ▁▄█▇▇▃▁ ] dim 0801 μ= -0.028 σ= 0.013 zeros= 0% [ ▁▂▃▆███████▆▄▂▁ ] [ ▂▆███▄▂ ] dim 0802 μ= -0.026 σ= 0.023 zeros= 0% [ ▁▂▄▇████████▄▃▂▁ ] [ ▁▆▆█▅▄ ] dim 0803 μ= +0.009 σ= 0.015 zeros= 0% [ ▁▂▅▇██████▇▅▃▁ ] [ ▄▆███▅▂ ] dim 0804 μ= +0.018 σ= 0.034 zeros= 0% [ ▁▃▅████████▆▅▂▁ ] [ ▁▅▇▅█▃▂ ] dim 0805 μ= -0.023 σ= 0.008 zeros= 0% [ ▁▂▃▅███████▅▃▂▁ ] [ ▄▅▇█▅▂ ] dim 0806 μ= -0.025 σ= 0.024 zeros= 0% [ ▁▂▅▇███████▄▃▁ ] [ ▃▅█▇▆▆▄▁ ] dim 0807 μ= +0.017 σ= 0.040 zeros= 0% [▁▁▁▃▅▇████████▆▃▂▁ ] [ ▂▅██▇▃▁ ] dim 0808 μ= +0.004 σ= 0.029 zeros= 0% [ ▁▁▃▄████████▅▄▁▁▁ ] [ ▁▅▆██▅▄ ] dim 0809 μ= +0.012 σ= 0.018 zeros= 0% [ ▁▁▃▄▆███████▆▅▃▂▁ ] [ ▂▆▇▇█▄▂▁ ] dim 0810 μ= +0.007 σ= 0.030 zeros= 0% [ ▁▁▂▄▇████████▄▃▂▁ ] [ ▁▄▇█▆▇▃ ] dim 0811 μ= +0.013 σ= 0.033 zeros= 0% [ ▁▁▂▅█████████▅▃▂▁ ] [ ▃▆██▇▃▁ ] dim 0812 μ= +0.004 σ= 0.032 zeros= 0% [ ▁▁▂▅▇███████▆▃▁▁ ] [ ▃▅██▆▂ ] dim 0813 μ= +0.028 σ= 0.024 zeros= 0% [ ▁▂▃▄▇███████▄▃▁▁ ] [ ▃▆█▅▂ ] dim 0814 μ= +0.012 σ= 0.021 zeros= 0% [ ▁▁▃▅███████▄▃▁ ] [ ▃▄▅▇█▆▅ ] dim 0815 μ= -0.002 σ= 0.025 zeros= 0% [ ▁▂▄▇███████▇▅▄▂▁ ] [ ▂▅▆█▄▂ ] dim 0816 μ= +0.040 σ= 0.022 zeros= 0% [ ▁▂▃▆▇██████▆▅▃▁ ] [ ▁▃▇▇█▄▂ ] dim 0817 μ= +0.034 σ= 0.016 zeros= 0% [ ▁▂▄▆████████▃▂▁ ] [ ▂▆█▇█▂ ] dim 0818 μ= -0.015 σ= 0.031 zeros= 0% [ ▁▁▃▆███████▅▂▁ ] [ ▂▆▇█▆▃ ] dim 0819 μ= +0.033 σ= 0.034 zeros= 0% [ ▁▂▅▇███████▆▃▁ ] [ ▃██▆▄▂ ] dim 0820 μ= +0.004 σ= 0.034 zeros= 0% [ ▁▃▆███████▇▄▂▁ ] [ ▂▅▇█▆▃ ] dim 0821 μ= +0.004 σ= 0.021 zeros= 0% [ ▁▁▄▇███████▆▃▂▁ ] [ ▁▃▄█▇█▃ ] dim 0822 μ= -0.006 σ= 0.020 zeros= 0% [ ▁▁▁▄▅████████▄▂▂▁ ] [ ▃▇██▆▅▁ ] dim 0823 μ= -0.011 σ= 0.034 zeros= 0% [ ▁▂▃▇███████▄▂▁ ] [ ▂▃▆▇█▆▃▁ ] dim 0824 μ= -0.007 σ= 0.026 zeros= 0% [ ▁▁▃▄████████▄▃▁▁ ] [ ▃▇██▆▂ ] dim 0825 μ= +0.001 σ= 0.024 zeros= 0% [ ▁▁▂▄▇██████▇▄▂ ] [ ▂▃▆█▃ ] dim 0826 μ= +0.017 σ= 0.030 zeros= 0% [ ▁▂▄███████▅▄▂▁ ] [ ▁▅▅██▅▁ ] dim 0827 μ= -0.012 σ= 0.018 zeros= 0% [ ▁▂▅███████▅▃▁▁ ] [ ▃▆██▅▄▂ ] dim 0828 μ= -0.024 σ= 0.029 zeros= 0% [ ▂▃▄▇███████▅▃▁▁ ] [ ▁▅▇█▇▆▂ ] dim 0829 μ= -0.008 σ= 0.035 zeros= 0% [ ▁▂▃▆███████▆▃▂▁ ] [ ▃▅▆█▅▄ ] dim 0830 μ= -0.001 σ= 0.037 zeros= 0% [ ▁▂▃▄▇███████▆▃▂▂▁ ] [ ▃▆███▇▄ ] dim 0831 μ= -0.001 σ= 0.013 zeros= 0% [ ▁▁▂▅▇███████▇▅▃▂ ] [ ▃█▇▅▃▂ ] dim 0832 μ= -0.013 σ= 0.025 zeros= 0% [ ▁▂▃▆███████▇▅▃▁▁ ] [ ▃▅█▆▄▂ ] dim 0833 μ= -0.001 σ= 0.030 zeros= 0% [ ▁▁▃▄▇██████▇▄▃▁▁ ] [ ▁▄█▇▆▄▄ ] dim 0834 μ= -0.001 σ= 0.034 zeros= 0% [ ▁▁▂▃▆███████▇▅▃▂▁ ] [ ▂▃▇▇█▇▅▂ ] dim 0835 μ= -0.006 σ= 0.027 zeros= 0% [▁▂▁▃▆█████████▆▅▂▁▁ ] [ ▂▂██▇▄▁ ] dim 0836 μ= +0.001 σ= 0.021 zeros= 0% [ ▁▁▂▄▅███████▆▄▃▁▁ ] [ ▃▇█▇▃▂ ] dim 0837 μ= +0.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.031 zeros= 0% [ ▁▂▄▆███████▆▄▁▁▁ ] [ ▂▅█▇█▆▂ ] dim 0841 μ= +0.011 σ= 0.025 zeros= 0% [ ▁▁▂▄▆███████▇▄▂▁▁ ] [ ▂▇█▇▅▃ ] dim 0842 μ= -0.021 σ= 0.031 zeros= 0% [ ▁▁▂▅███████▇▅▃▁ ] [ ▁▄██▅▂ ] dim 0843 μ= +0.010 σ= 0.013 zeros= 0% [ ▁▁▃▅██████▇▃▂▁ ] [ ▁▃▆█▆▄▁ ] dim 0844 μ= +0.006 σ= 0.024 zeros= 0% [ ▁▂▄▆███████▅▄▁▁ ] [ ▁▃▄▆█▇▃▁ ] dim 0845 μ= -0.013 σ= 0.028 zeros= 0% [ ▁▂▃▅████████▇▅▂▁ ] [ ▁▅▇▇█▄▃ ] dim 0846 μ= -0.022 σ= 0.025 zeros= 0% [ ▁▁▃▆███████▇▅▂▁ ] [ ▂▅█▇█▅▂ ] dim 0847 μ= +0.023 σ= 0.032 zeros= 0% [ ▁▂▄▇███████▆▃▂ ] [ ▁▄▆██▆▁ ] dim 0848 μ= +0.000 σ= 0.031 zeros= 0% [ ▁▁▃▄▆███████▆▄▂▁ ] [ ▂▅▅██▄▁ ] dim 0849 μ= +0.036 σ= 0.031 zeros= 0% [ ▁▂▃▅███████▇▄▂▁ ] [ ▂▆▆█▅▃ ] dim 0850 μ= +0.018 σ= 0.021 zeros= 0% [ ▁▂▅████████▅▃▁▁ ] [ ▄▆▅█▅▂ ] dim 0851 μ= +0.005 σ= 0.025 zeros= 0% [ ▁▂▃▆███████▇▄▂▂ ] [ ▂▅█▇▇█▄ ] dim 0852 μ= +0.013 σ= 0.037 zeros= 0% [ ▁▁▂▃▇████████▆▃▂▁▁ ] [ ▃▅▇█▇▅▃ ] dim 0853 μ= -0.001 σ= 0.019 zeros= 0% [ ▁▃▅▆███████▆▅▂▂▁ ] [ ▂▅▇█▇▃▁ ] dim 0854 μ= +0.011 σ= 0.024 zeros= 0% [ ▁▂▂▆███████▆▄▂▁▁ ] [ ▄█▇▂▁ ] dim 0855 μ= +0.002 σ= 0.016 zeros= 0% [ ▂▃▅██████▆▃▁ ] [ ▄▅█▇█▃▄ ] dim 0856 μ= +0.009 σ= 0.027 zeros= 0% [ ▁▂▃▄▆███████▇▄▃▁▁ ] [ ▁▅▆█▇▆▃ ] dim 0857 μ= +0.006 σ= 0.030 zeros= 0% [ ▁▁▃▄▆███████▆▅▄▁▁ ] [ ▃▅██▆▅ ] dim 0858 μ= -0.004 σ= 0.029 zeros= 0% [ ▁▂▃▆▇███████▆▅▃▂▁ ] [ ▃▆██▆▃ ] dim 0859 μ= +0.000 σ= 0.022 zeros= 0% [ ▁▃▄▆███████▇▆▃▁▁ ] [ ▁▆███▅▂ ] dim 0860 μ= -0.018 σ= 0.033 zeros= 0% [ ▁ ▁▃▅▇███████▆▃▂▁ ] [ ▂▃▅█▆▇▄▁ ] dim 0861 μ= +0.003 σ= 0.019 zeros= 0% [ ▁▂▂▃▆████████▆▄▂▂▁ ] [ ▃▇▆█▇▄▂ ] dim 0862 μ= -0.023 σ= 0.037 zeros= 0% [▁▁▂▃▅▇███████▆▅▃▂▁ ] [ ▂▅▇██▆▅▁ ] dim 0863 μ= +0.014 σ= 0.023 zeros= 0% [ ▁▂▃▅████████▇▄▂▁ ] [ ▄▇██▇▄ ] dim 0864 μ= +0.009 σ= 0.025 zeros= 0% [ ▁▁▂▃▇████████▆▄▂▁ ] [ ▁▄▇██▆▃▁ ] dim 0865 μ= +0.002 σ= 0.022 zeros= 0% [ ▁▁▁▄▇████████▅▃▂▁ ] [ ▂▄▆▇█▇▃ ] dim 0866 μ= -0.020 σ= 0.025 zeros= 0% [ ▁▂▂▄▆███████▆▄▂▂▁ ] [ ▅▆█▆▃▁ ] dim 0867 μ= +0.009 σ= 0.023 zeros= 0% [ ▁▂▄▆███████▅▃▂▁ ] [ ▃▆██▄▅▁ ] dim 0868 μ= +0.003 σ= 0.025 zeros= 0% [ ▁▂▃▆████████▅▃▁▁ ] [ ▃▅█▄▅▂ ] dim 0869 μ= -0.038 σ= 0.016 zeros= 0% [ ▁▁▂▅▆██████▆▄▂▁ ] [ ▂▇█▆▆▄▁ ] dim 0870 μ= -0.001 σ= 0.030 zeros= 0% [ ▁▁▂▃▅████████▇▆▂▂▁ ] [ ▁▄▇██▆▅ ] dim 0871 μ= +0.004 σ= 0.037 zeros= 0% [▁▁▂▅████████▅▂▁ ] [ ▁▅▅██▇▄▁ ] dim 0872 μ= -0.011 σ= 0.036 zeros= 0% [ ▁▂▃▅████████▇▄▂▁ ] [ ▂▆█▇█▅▂ ] dim 0873 μ= -0.006 σ= 0.030 zeros= 0% [ ▁▁▂▄▆████████▄▃▁ ] [ ▄▇██▇▇▂ ] dim 0874 μ= +0.016 σ= 0.036 zeros= 0% [ ▁▂▃▆████████▆▄▂▂▁] [ ▄▆█▆▃ ] dim 0875 μ= -0.006 σ= 0.014 zeros= 0% [ ▁▁▃▆▆█████▇▅▂▁▁ ] [ ▂▅█▇▇▄ ] dim 0876 μ= +0.012 σ= 0.016 zeros= 0% [ ▁▂▅▇██████▇▅▃▂▁ ] [ ▃▆███▆▃ ] dim 0877 μ= -0.002 σ= 0.020 zeros= 0% [ ▁▂▃█████████▅▂▂ ] [ ▃▅███▇▃ ] dim 0878 μ= -0.008 σ= 0.015 zeros= 0% [ ▁▁▂▄▇████████▄▂▁ ] [ ▂▆▆█▆▂ ] dim 0879 μ= -0.007 σ= 0.037 zeros= 0% [ ▁▁▂▄████████▄▂▂▁ ] [ ▁▂▅███▆▅▂ ] dim 0880 μ= +0.032 σ= 0.033 zeros= 0% [▁▂▄▅██████████▅▃▂▁ ] [ ▂▆█▇▅▃ ] dim 0881 μ= -0.037 σ= 0.020 zeros= 0% [ ▁▁▂▄▇███████▅▂▂ ] [ ▁▂▆█▇▃▁ ] dim 0882 μ= +0.003 σ= 0.034 zeros= 0% [ ▁▂▃▆███████▇▄▂▁▁ ] [ ▃▅██▆▂ ] dim 0883 μ= -0.015 σ= 0.028 zeros= 0% [ ▁▂▄▆███████▄▂▂▁ ] [ ▃▆▇██▅▂ ] dim 0884 μ= -0.004 σ= 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.012 σ= 0.020 zeros= 0% [ ▁▂▄▇████████▇▄▂▁ ] [ ▁▅▆█▆▃▁ ] dim 0889 μ= -0.014 σ= 0.032 zeros= 0% [ ▁▂▂▄▆███████▆▄▂▁ ] [ ▄▆▇▇█▅▂ ] dim 0890 μ= +0.017 σ= 0.022 zeros= 0% [ ▁▂▄████████▇▄▃▁▁ ] [ ▁▃▄█▇▆▅ ] dim 0891 μ= +0.002 σ= 0.029 zeros= 0% [ ▂▂▃▅████████▆▄▂▁ ] [ ▁▄█▇▇▄▃ ] dim 0892 μ= +0.010 σ= 0.020 zeros= 0% [ ▂▄▅███████▇▆▄▂▁ ] [ ▁▅▇▇█▅▄ ] dim 0893 μ= -0.006 σ= 0.035 zeros= 0% [ ▁▂▅████████▇▃▃▁ ] [ ▁▄▆██▆▄▁ ] dim 0894 μ= -0.025 σ= 0.027 zeros= 0% [ ▁▂▄▇████████▆▃▂▁▁ ] [ ▂▃▅█▅▆▄ ] dim 0895 μ= +0.001 σ= 0.044 zeros= 0% [ ▁▂▆▅████████▅▂▂ ] [ ▁▄▅▆█▆▁ ] dim 0896 μ= +0.038 σ= 0.032 zeros= 0% [ ▁▂▃▆███████▆▄▁ ] [ ▂▆█▇▆▃ ] dim 0897 μ= -0.007 σ= 0.022 zeros= 0% [ ▁▃▇██████▆▃▂▁ ] [ ▃▇█▇▅▁ ] dim 0898 μ= -0.034 σ= 0.027 zeros= 0% [ ▁▂▅███████▆▃▂▁ ] [ ▁▄▅█▅▃▁ ] dim 0899 μ= -0.020 σ= 0.016 zeros= 0% [ ▁▂▄▆███████▆▄▂▁ ] [ ▁▃▇█▇▅▃ ] dim 0900 μ= -0.012 σ= 0.028 zeros= 0% [ ▁▁▂▄▇███████▆▄▃▂▁ ] [ ▁▅▅▇█▅▃▁ ] dim 0901 μ= +0.013 σ= 0.031 zeros= 0% [ ▁▂▃▅████████▅▃▂▁ ] [ ▃███▇▃ ] dim 0902 μ= +0.021 σ= 0.029 zeros= 0% [ ▁▃▅███████▅▂▁ ] [ ▃▇▆█▅▁ ] dim 0903 μ= -0.022 σ= 0.033 zeros= 0% [ ▁▁▂▃▆▇██████▇▄▂▁ ] [ ▄▇▇█▄ ] dim 0904 μ= -0.014 σ= 0.024 zeros= 0% [ ▁▄▅███████▇▃▂▁ ] [ ▁▅██▆▄ ] dim 0905 μ= +0.022 σ= 0.039 zeros= 0% [ ▁▂▃▆▇███████▆▃▁ ] [ ▂▆▇█▇▄▁ ] dim 0906 μ= +0.020 σ= 0.028 zeros= 0% [ ▁▂▃▅████████▆▅▂▁ ] [ ▂▅▇█▆▅▁ ] dim 0907 μ= +0.008 σ= 0.018 zeros= 0% [ ▁▁▃▄▇███████▆▄▁▁ ] [ ▃▅█▅▄ ] dim 0908 μ= -0.005 σ= 0.024 zeros= 0% [ ▁▁▃▅██████▇▆▃▁ ] [ ▁▃██▇█▄ ] dim 0909 μ= +0.003 σ= 0.028 zeros= 0% [ ▁▁▃▃▅████████▇▃▂▁▁] [ ▂▅▇▆█▄ ] dim 0910 μ= -0.008 σ= 0.048 zeros= 0% [ ▁▂▄▆███████▆▃▁▁ ] -> OUTLIER_SPREAD: this_std=0.0482, mean_std=0.0265, +3.1sigma vs threshold=3.0sigma [ ▁▆█▇▆▃ ] dim 0911 μ= +0.000 σ= 0.026 zeros= 0% [ ▁▁▃▅███████▆▄▁▁▁ ] [ ▃▇███▅▂ ] dim 0912 μ= -0.016 σ= 0.020 zeros= 0% [ ▁▁▂▅████████▇▅▂▁▁ ] [ ▃▅██▇▅▂ ] dim 0913 μ= +0.015 σ= 0.023 zeros= 0% [ ▁▂▅▇███████▆▄▃▁ ] [ ▃▅█▇▅▄ ] dim 0914 μ= +0.012 σ= 0.025 zeros= 0% [ ▁▁▃▄▇███████▄▃▁▁ ] [ ▂▆█▇▇▄▁ ] dim 0915 μ= +0.007 σ= 0.027 zeros= 0% [ ▁▁▃▅████████▇▅▃▁▁ ] [ ▄█▆▅▂ ] dim 0916 μ= -0.005 σ= 0.031 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.030 σ= 0.020 zeros= 0% [ ▁▁▃▅▇███████▇▄▂▁ ] [ ▂▅▇█▆▄ ] dim 0921 μ= +0.033 σ= 0.034 zeros= 0% [ ▁▂▅▇███████▅▄▂▁ ] [ ▃▆█▄▃ ] dim 0922 μ= -0.007 σ= 0.028 zeros= 0% [ ▁▂▅██████▇▅▂▁ ] [ ▃▆█▇▅▄▁ ] dim 0923 μ= -0.008 σ= 0.020 zeros= 0% [ ▂▃▅▇███████▄▃▁ ] [ ▂▃█▆▄▂ ] dim 0924 μ= -0.015 σ= 0.023 zeros= 0% [ ▁▁▂▅▇██████▆▄▂▁▁ ] [ ▃▇█▅▅▁ ] dim 0925 μ= -0.033 σ= 0.032 zeros= 0% [ ▁▂▅███████▇▄▂▁▁ ] [ ▅▆█▇▄▂▁ ] dim 0926 μ= +0.033 σ= 0.027 zeros= 0% [ ▁▂▃▆████████▄▃▁ ] [ ▁▅▆█▄▃ ] dim 0927 μ= +0.011 σ= 0.025 zeros= 0% [ ▁▁▃▅▆██████▆▅▃▂▁ ] [ ▁▅▆█▇▆▃ ] dim 0928 μ= -0.019 σ= 0.036 zeros= 0% [ ▁▂▃▅█████████▆▄▂▂▁▁] [ ▂▄█▇█▇▄▂ ] dim 0929 μ= -0.002 σ= 0.024 zeros= 0% [▁▁▂▄▅████████▇▃▁▁▁ ] [ ▃▇▇█▆▄ ] dim 0930 μ= -0.007 σ= 0.022 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.026 σ= 0.026 zeros= 0% [ ▁▁▃▆███████▆▄▂▁▁ ] [ ▄█▇█▇▅▂ ] dim 0936 μ= +0.004 σ= 0.017 zeros= 0% [ ▁▁▂▄▇███████▆▃▂▁ ] [ ▂▄▆█▇▅▁ ] dim 0937 μ= -0.002 σ= 0.021 zeros= 0% [ ▂▂▄▇████████▅▂ ▁ ] [ ▃▅█▇▄▂ ] dim 0938 μ= +0.010 σ= 0.032 zeros= 0% [ ▁▃▄▇██████▇▅▂▁▁ ] [ ▁▄▇██▆▅▁ ] dim 0939 μ= -0.014 σ= 0.026 zeros= 0% [ ▁▁▂▃▅████████▆▄▂▁ ] [ ▁▅▇█▅▂ ] dim 0940 μ= +0.014 σ= 0.029 zeros= 0% [ ▁▂▃▆██████▇▃▂▁ ] [ ▃▆███▄ ] dim 0941 μ= +0.000 σ= 0.027 zeros= 0% [ ▁▂▄▆███████▅▃▁▁ ] [ ▃▆▇█▅▄▁ ] dim 0942 μ= +0.015 σ= 0.042 zeros= 0% [ ▁▁▁▂▃▅████████▆▄▂▁ ] [ ▆▇█▇▅ ] dim 0943 μ= -0.011 σ= 0.021 zeros= 0% [ ▁▂▃▆███████▆▃▂ ] [ ▁▆▇█▇▅▃ ] dim 0944 μ= +0.015 σ= 0.032 zeros= 0% [ ▂▃▅███████▇▄▂▁ ] [ ▃▅█▇▅▃ ] dim 0945 μ= +0.017 σ= 0.018 zeros= 0% [ ▁▁▃▅▇██████▇▅▃▁▁ ] [ ▂▆█▇▅▃ ] dim 0946 μ= -0.006 σ= 0.029 zeros= 0% [ ▁▂▄▇██████▇▄▃▁▁ ] [ ▂▃▇██▆▃ ] dim 0947 μ= -0.012 σ= 0.025 zeros= 0% [ ▁▁▂▄████████▄▃▂▁ ] [ ▂▃▇██▅▃ ] dim 0948 μ= +0.013 σ= 0.023 zeros= 0% [ ▁▁▂▃▅████████▅▃▂▁ ] [ ▄████▄ ] dim 0949 μ= +0.005 σ= 0.031 zeros= 0% [ ▁▂▂▅████████▅▃▂▁ ] [ ▄▆▇▇█▃ ] dim 0950 μ= +0.023 σ= 0.022 zeros= 0% [ ▁▃▅████████▅▂▁▁ ] [ ▂▅▇██▇▄ ] dim 0951 μ= +0.008 σ= 0.023 zeros= 0% [ ▁▂▃▅████████▅▄▁▁ ] [ ▃▆█▇▂▂ ] dim 0952 μ= +0.018 σ= 0.032 zeros= 0% [ ▁▃▆███████▆▄▂▁ ] [ ▃▅█▇▆▅ ] dim 0953 μ= -0.006 σ= 0.028 zeros= 0% [ ▁▁▂▄████████▆▃▂▁ ] [ ▂▅██▆▁ ] dim 0954 μ= -0.025 σ= 0.029 zeros= 0% [ ▁▁▃▆████████▅▃▁▁ ] [ ▃█▆▆▆▂ ] dim 0955 μ= +0.013 σ= 0.031 zeros= 0% [ ▂▃▆████████▅▂▁ ] [ ▁▄▆█▅ ] dim 0956 μ= -0.008 σ= 0.017 zeros= 0% [ ▁▁▃▇██████▅▃▁▁ ] [ ▁▄██▆▅▁ ] dim 0957 μ= +0.000 σ= 0.017 zeros= 0% [ ▁▃▅███████▆▄▂▁ ] [ ▃▆██▆▃▁ ] dim 0958 μ= +0.009 σ= 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.021 zeros= 0% [ ▁▂▄▅███████▇▄▂▁ ] [ ▁▃▄▇██▅▁ ] dim 0962 μ= -0.005 σ= 0.019 zeros= 0% [ ▁▂▄▆████████▇▄▂▁▁ ] [ ▃███▆▃▁ ] dim 0963 μ= -0.013 σ= 0.024 zeros= 0% [ ▁▁▄▅████████▆▃▁ ] [ ▃▆▇██▄ ] dim 0964 μ= -0.014 σ= 0.033 zeros= 0% [ ▁▂▄▇███████▅▂▁▁ ] [ ▁▅▆█▆▇▁ ] dim 0965 μ= -0.017 σ= 0.035 zeros= 0% [ ▁▂▃▇███████▇▃▂▁ ] [ ▁▂▆█▅▄▁ ] dim 0966 μ= +0.013 σ= 0.043 zeros= 0% [ ▁▂▅▇███████▆▄▂▂ ] [ ▄▅██▅▂ ] dim 0967 μ= -0.033 σ= 0.021 zeros= 0% [ ▁▁▂▄▇███████▆▅▃▁▁ ] [ ▁▃▅█▇▄▁ ] dim 0968 μ= -0.010 σ= 0.016 zeros= 0% [ ▁▂▃▆███████▅▃▂▁ ] [ ▄▆█▆▆▃▁ ] dim 0969 μ= +0.020 σ= 0.032 zeros= 0% [ ▁▁▂▃▆████████▇▅▂▁▁ ] [ ▁▄▆▇█▄▂ ] dim 0970 μ= +0.010 σ= 0.037 zeros= 0% [▁▁▂▄▆███████▇▄▂▁▁ ] [ ▃▅█▇▅▃ ] dim 0971 μ= +0.014 σ= 0.048 zeros= 0% [ ▁▂▃▆███████▇▅▃▁▁ ] -> OUTLIER_SPREAD: this_std=0.0479, mean_std=0.0265, +3.0sigma vs threshold=3.0sigma [ ▂▃██▇▆▄ ] dim 0972 μ= -0.010 σ= 0.033 zeros= 0% [ ▁▁▂▅▇████████▅▃▂▁ ] [ ▁▂▅██▃▁ ] dim 0973 μ= -0.002 σ= 0.019 zeros= 0% [ ▁▂▄▆███████▇▄▂▁ ] [ ▄▅▇██▆ ] dim 0974 μ= -0.021 σ= 0.015 zeros= 0% [ ▁▃▄▇███████▅▃▁▁ ] [ ▃▆██▆▁ ] dim 0975 μ= -0.006 σ= 0.019 zeros= 0% [ ▁▁▂▃▆████████▄▂▂ ] [ ▂▃█▇▆▃▁ ] dim 0976 μ= -0.009 σ= 0.027 zeros= 0% [ ▁▂▃▄▇███████▆▄▂▁▁ ] [ ▃▄██▅▁ ] dim 0977 μ= -0.009 σ= 0.032 zeros= 0% [ ▁▃▄▇██████▆▃▁▁ ] [ ▂▄█▇█▆▃ ] dim 0978 μ= +0.023 σ= 0.029 zeros= 0% [ ▁▂▄▆████████▆▃▂▁ ] [ ▁▆███▇ ] dim 0979 μ= -0.002 σ= 0.021 zeros= 0% [ ▁▂▃▆███████▆▄▂▁ ] [ ▂▄▇█▅▅▁ ] dim 0980 μ= -0.009 σ= 0.026 zeros= 0% [ ▁▂▄▇███████▅▄▂▁ ] [ ▅▆█▆▄▁ ] dim 0981 μ= +0.016 σ= 0.027 zeros= 0% [ ▁▁▃▆███████▅▃▁▁ ] [ ▄▅█▆▂ ] dim 0982 μ= +0.003 σ= 0.028 zeros= 0% [ ▁▂▅▇█████▆▄▂▁ ] [ ▁▅█▆▄▂ ] dim 0983 μ= +0.016 σ= 0.021 zeros= 0% [ ▁▁▃▄███████▆▄▂▁ ] [ ▂▄▇█▆▅ ] dim 0984 μ= -0.002 σ= 0.016 zeros= 0% [ ▁▄▆███████▅▂▁ ] [ ▁▄▇██▅▃ ] dim 0985 μ= +0.031 σ= 0.026 zeros= 0% [ ▁▂▂▃▆████████▆▄▂▁ ] [ ▃▆██▄▂ ] dim 0986 μ= +0.021 σ= 0.037 zeros= 0% [ ▁▂▄▅███████▇▄▂▁ ] [ ▁▃▆█▇▆▁ ] dim 0987 μ= -0.016 σ= 0.035 zeros= 0% [ ▁▂▃▆████████▅▂▂ ] [ ▂▄▇█▇▆▄▂ ] dim 0988 μ= +0.003 σ= 0.015 zeros= 0% [ ▁▂▄▆████████▇▄▂▁▁ ] [ ▄▅▆█▄▂ ] dim 0989 μ= -0.023 σ= 0.034 zeros= 0% [ ▁▂▂▄███████▇▄▃▁▁ ] [ ▂▄▆█▇▆ ] dim 0990 μ= -0.021 σ= 0.033 zeros= 0% [ ▁▂▃▆███████▆▄▂▁ ] [ ▄▇▇█▆▄▁ ] dim 0991 μ= -0.003 σ= 0.015 zeros= 0% [ ▁▂▆▇███████▅▃▁▁▁ ] [ ▁▄▆▇███▂▂ ] dim 0992 μ= -0.020 σ= 0.028 zeros= 0% [ ▁▂▃▆█████████▆▃▁▁ ] [ ▃▆▇█▇▂ ] dim 0993 μ= -0.009 σ= 0.036 zeros= 0% [ ▁▁▃▅████████▆▃▁▁ ] [ ▂▆███▃▁ ] dim 0994 μ= +0.001 σ= 0.030 zeros= 0% [ ▁▂▄▇███████▆▃▂▁ ] [ ▂▂▇█▇▆▂ ] dim 0995 μ= -0.016 σ= 0.033 zeros= 0% [ ▁▂▃▅███████▇▅▃▁▁ ] [ ▁▂█▇▆▇▃ ] dim 0996 μ= -0.015 σ= 0.019 zeros= 0% [ ▁▂▂▅████████▄▂▂▁ ] [ ▄▇█▇▄▃ ] dim 0997 μ= -0.012 σ= 0.025 zeros= 0% [ ▁▁▂▆███████▇▅▂▁▁ ] [ ▂▃██▇▄▁ ] dim 0998 μ= +0.014 σ= 0.023 zeros= 0% [ ▁▂▂▄████████▅▃▂▁ ] [ ▄▅▇█▆▄ ] dim 0999 μ= +0.017 σ= 0.024 zeros= 0% [ ▁▁▄▅████████▆▃▁▁ ] [ ▂▅██▆▄ ] dim 1000 μ= +0.019 σ= 0.032 zeros= 0% [ ▁▁▃▄▇███████▅▃▁▁ ] [ ▁▄▆██▇▆▃ ] dim 1001 μ= +0.002 σ= 0.032 zeros= 0% [ ▁▂▃▆█████████▅▂▁▁ ] [ ▄▅███▄▂ ] dim 1002 μ= -0.014 σ= 0.025 zeros= 0% [ ▁▁▃▅████████▆▄▃▁▁ ] [ ▂▅▇██▄▂ ] dim 1003 μ= +0.019 σ= 0.019 zeros= 0% [ ▁▁▂▄▆███████▅▄▁▁ ] [ ▂▄▆█▆▇▂ ] dim 1004 μ= -0.004 σ= 0.025 zeros= 0% [ ▁▂▃▅███████▇▆▃▁ ] [ ▃▇█▆▆▄ ] dim 1005 μ= +0.010 σ= 0.028 zeros= 0% [ ▁▂▄▆████████▆▃▂▁▁▁] [ ▄▄██▅▃▂ ] dim 1006 μ= +0.013 σ= 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.002 σ= 0.032 zeros= 0% [ ▁▁▃▅█████████▇▃▂▁▁ ] [ ▃▆█▆▃ ] dim 1011 μ= -0.004 σ= 0.032 zeros= 0% [ ▁▂▃▆███████▄▂▁ ] [ ▁▅█▅▅▁ ] dim 1012 μ= +0.000 σ= 0.026 zeros= 0% [ ▁▂▂▅██████▅▃▁ ] [ ▁▄██▇▄▂ ] dim 1013 μ= -0.001 σ= 0.021 zeros= 0% [ ▂▃▆███████▇▃▁▁▁ ] [ ▁▅██▅▃ ] dim 1014 μ= -0.003 σ= 0.029 zeros= 0% [ ▁▁▃▅██████▇▄▂▁ ] [ ▃▇██▄▂ ] dim 1015 μ= -0.021 σ= 0.011 zeros= 0% [ ▁▃▅▇██████▆▄▂▁ ] [ ▃█▇█▇▆▃ ] dim 1016 μ= -0.003 σ= 0.020 zeros= 0% [ ▂▂▄████████▇▄▃▁ ] [ ▁▄▆█▄▁ ] dim 1017 μ= -0.010 σ= 0.016 zeros= 0% [ ▁▂▂▆██████▆▃▂▁ ] [ ▁▄▆██▇▇▅▃ ] dim 1018 μ= -0.013 σ= 0.027 zeros= 0% [▁▁▂▃▆█████████▇▃▃▁ ] [ ▁▅▆██▆▃ ] dim 1019 μ= -0.010 σ= 0.031 zeros= 0% [ ▂▂▄▇███████▇▄▃▁▁ ] [ ▃▆▇█▆▆▂ ] dim 1020 μ= -0.004 σ= 0.024 zeros= 0% [ ▁▂▄▄████████▇▅▂▁▁ ] [ ▁▅▅█▆▄ ] dim 1021 μ= +0.031 σ= 0.028 zeros= 0% [ ▁▂▄▇██████▇▆▃▁ ] [ ▂▅▇██▄▁ ] dim 1022 μ= +0.005 σ= 0.034 zeros= 0% [ ▁▂▃▅███████▇▄▂▁ ] [ ▅▅▇▇█▄ ] dim 1023 μ= +0.008 σ= 0.031 zeros= 0% [ ▁▁▃▇▇███████▆▄▁▁ ] cmd: ['/usr/sbin/perf', 'stat', '-dd', '-e', 'task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend', '/usr/lib/jvm/java-25-openjdk/bin/java', '--add-modules', 'jdk.incubator.vector', '-Xmx32g', '-Xms32g', '-server', '-XX:+UseParallelGC', '-Djava.io.tmpdir=/l/tmp', '--enable-native-access=ALL-UNNAMED', '-cp', '/l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build:/l/util.nightly/build', '--add-modules', 'jdk.incubator.vector', '--enable-native-access=ALL-UNNAMED', '-XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/2026.04.13.05.40.34/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.220s][info][jfr,startup] Started recording 1. [0.220s][info][jfr,startup] [0.220s][info][jfr,startup] Use jcmd 3346445 JFR.dump name=1 to copy recording data to file. maxConn = 32 Vector Dimensions: 1024 numDocs = 8000000 beamWidth = 100 similarity = DOT_PRODUCT Seed = 2806932209373007 index key = dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-4-compressed-notfm Index Path = knn-reuse/indices/dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-4-compressed-notfm will now reindex: explicitly requested Apr 13, 2026 6:56:30 AM org.apache.lucene.internal.vectorization.PanamaVectorizationProvider logIncubatorSetup INFO: Java vector incubator API enabled; uses preferredBitSize=256; FMA enabled creating index in knn-reuse/indices/dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-4-compressed-notfm 39709371 doc vectors in docsPath "/big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec" parentJoin=false Done indexing 25000 documents. Done indexing 50000 documents. Done indexing 75000 documents. Done indexing 100000 documents. Done indexing 125000 documents. Done indexing 150000 documents. Done indexing 175000 documents. Done indexing 200000 documents. Done indexing 225000 documents. Done indexing 250000 documents. Done indexing 275000 documents. Done indexing 300000 documents. Done indexing 325000 documents. Done indexing 350000 documents. Done indexing 375000 documents. Done indexing 400000 documents. Done indexing 425000 documents. Done indexing 450000 documents. Done indexing 475000 documents. Done indexing 500000 documents. Done indexing 525000 documents. Done indexing 550000 documents. Done indexing 575000 documents. Done indexing 600000 documents. Done indexing 625000 documents. Done indexing 650000 documents. Done indexing 675000 documents. Done indexing 700000 documents. Done indexing 725000 documents. Done indexing 750000 documents. Done indexing 775000 documents. Done indexing 800000 documents. Done indexing 825000 documents. Done indexing 850000 documents. Done indexing 875000 documents. Done indexing 900000 documents. Done indexing 925000 documents. Done indexing 950000 documents. Done indexing 975000 documents. Done indexing 1000000 documents. Done indexing 1025000 documents. Done indexing 1050000 documents. Done indexing 1075000 documents. Done indexing 1100000 documents. Done indexing 1125000 documents. Done indexing 1150000 documents. Done indexing 1175000 documents. Done indexing 1200000 documents. Done indexing 1225000 documents. Done indexing 1250000 documents. Done indexing 1275000 documents. Done indexing 1300000 documents. Done indexing 1325000 documents. Done indexing 1350000 documents. Done indexing 1375000 documents. Done indexing 1400000 documents. Done indexing 1425000 documents. Done indexing 1450000 documents. Done indexing 1475000 documents. Done indexing 1500000 documents. Done indexing 1525000 documents. Done indexing 1550000 documents. Done indexing 1575000 documents. Done indexing 1600000 documents. Done indexing 1625000 documents. Done indexing 1650000 documents. Done indexing 1675000 documents. Done indexing 1700000 documents. Done indexing 1725000 documents. Done indexing 1750000 documents. Done indexing 1775000 documents. Done indexing 1800000 documents. Done indexing 1825000 documents. Done indexing 1850000 documents. Done indexing 1875000 documents. Done indexing 1900000 documents. Done indexing 1925000 documents. Done indexing 1950000 documents. Done indexing 1975000 documents. Done indexing 2000000 documents. Done indexing 2025000 documents. Done indexing 2050000 documents. Done indexing 2075000 documents. Done indexing 2100000 documents. Done indexing 2125000 documents. Done indexing 2150000 documents. Done indexing 2175000 documents. Done indexing 2200000 documents. Done indexing 2225000 documents. Done indexing 2250000 documents. Done indexing 2275000 documents. Done indexing 2300000 documents. Done indexing 2325000 documents. Done indexing 2350000 documents. Done indexing 2375000 documents. Done indexing 2400000 documents. Done indexing 2425000 documents. Done indexing 2450000 documents. Done indexing 2475000 documents. Done indexing 2500000 documents. Done indexing 2525000 documents. Done indexing 2550000 documents. Done indexing 2575000 documents. Done indexing 2600000 documents. Done indexing 2625000 documents. Done indexing 2650000 documents. Done indexing 2675000 documents. Done indexing 2700000 documents. Done indexing 2725000 documents. Done indexing 2750000 documents. Done indexing 2775000 documents. Done indexing 2800000 documents. Done indexing 2825000 documents. Done indexing 2850000 documents. Done indexing 2875000 documents. Done indexing 2900000 documents. Done indexing 2925000 documents. Done indexing 2950000 documents. Done indexing 2975000 documents. Done indexing 3000000 documents. Done indexing 3025000 documents. Done indexing 3050000 documents. Done indexing 3075000 documents. Done indexing 3100000 documents. Done indexing 3125000 documents. Done indexing 3150000 documents. Done indexing 3175000 documents. Done indexing 3200000 documents. Done indexing 3225000 documents. Done indexing 3250000 documents. Done indexing 3275000 documents. Done indexing 3300000 documents. Done indexing 3325000 documents. Done indexing 3350000 documents. Done indexing 3375000 documents. Done indexing 3400000 documents. Done indexing 3425000 documents. Done indexing 3450000 documents. Done indexing 3475000 documents. Done indexing 3500000 documents. Done indexing 3525000 documents. Done indexing 3550000 documents. Done indexing 3575000 documents. Done indexing 3600000 documents. Done indexing 3625000 documents. Done indexing 3650000 documents. Done indexing 3675000 documents. Done indexing 3700000 documents. Done indexing 3725000 documents. Done indexing 3750000 documents. Done indexing 3775000 documents. Done indexing 3800000 documents. Done indexing 3825000 documents. Done indexing 3850000 documents. Done indexing 3875000 documents. Done indexing 3900000 documents. Done indexing 3925000 documents. Done indexing 3950000 documents. Done indexing 3975000 documents. Done indexing 4000000 documents. Done indexing 4025000 documents. Done indexing 4050000 documents. Done indexing 4075000 documents. Done indexing 4100000 documents. Done indexing 4125000 documents. Done indexing 4150000 documents. Done indexing 4175000 documents. Done indexing 4200000 documents. Done indexing 4225000 documents. Done indexing 4250000 documents. Done indexing 4275000 documents. Done indexing 4300000 documents. Done indexing 4325000 documents. Done indexing 4350000 documents. Done indexing 4375000 documents. Done indexing 4400000 documents. Done indexing 4425000 documents. Done indexing 4450000 documents. Done indexing 4475000 documents. Done indexing 4500000 documents. Done indexing 4525000 documents. Done indexing 4550000 documents. Done indexing 4575000 documents. Done indexing 4600000 documents. Done indexing 4625000 documents. Done indexing 4650000 documents. Done indexing 4675000 documents. Done indexing 4700000 documents. Done indexing 4725000 documents. Done indexing 4750000 documents. Done indexing 4775000 documents. Done indexing 4800000 documents. Done indexing 4825000 documents. Done indexing 4850000 documents. Done indexing 4875000 documents. Done indexing 4900000 documents. Done indexing 4925000 documents. Done indexing 4950000 documents. Done indexing 4975000 documents. Done indexing 5000000 documents. Done indexing 5025000 documents. Done indexing 5050000 documents. Done indexing 5075000 documents. Done indexing 5100000 documents. Done indexing 5125000 documents. Done indexing 5150000 documents. Done indexing 5175000 documents. Done indexing 5200000 documents. Done indexing 5225000 documents. Done indexing 5250000 documents. Done indexing 5275000 documents. Done indexing 5300000 documents. Done indexing 5325000 documents. Done indexing 5350000 documents. Done indexing 5375000 documents. Done indexing 5400000 documents. Done indexing 5425000 documents. Done indexing 5450000 documents. Done indexing 5475000 documents. Done indexing 5500000 documents. Done indexing 5525000 documents. Done indexing 5550000 documents. Done indexing 5575000 documents. Done indexing 5600000 documents. Done indexing 5625000 documents. Done indexing 5650000 documents. Done indexing 5675000 documents. Done indexing 5700000 documents. Done indexing 5725000 documents. Done indexing 5750000 documents. Done indexing 5775000 documents. Done indexing 5800000 documents. Done indexing 5825000 documents. Done indexing 5850000 documents. Done indexing 5875000 documents. Done indexing 5900000 documents. Done indexing 5925000 documents. Done indexing 5950000 documents. Done indexing 5975000 documents. Done indexing 6000000 documents. Done indexing 6025000 documents. Done indexing 6050000 documents. Done indexing 6075000 documents. Done indexing 6100000 documents. Done indexing 6125000 documents. Done indexing 6150000 documents. Done indexing 6175000 documents. Done indexing 6200000 documents. Done indexing 6225000 documents. Done indexing 6250000 documents. Done indexing 6275000 documents. Done indexing 6300000 documents. Done indexing 6325000 documents. Done indexing 6350000 documents. Done indexing 6375000 documents. Done indexing 6400000 documents. Done indexing 6425000 documents. Done indexing 6450000 documents. Done indexing 6475000 documents. Done indexing 6500000 documents. Done indexing 6525000 documents. Done indexing 6550000 documents. Done indexing 6575000 documents. Done indexing 6600000 documents. Done indexing 6625000 documents. Done indexing 6650000 documents. Done indexing 6675000 documents. Done indexing 6700000 documents. Done indexing 6725000 documents. Done indexing 6750000 documents. Done indexing 6775000 documents. Done indexing 6800000 documents. Done indexing 6825000 documents. Done indexing 6850000 documents. Done indexing 6875000 documents. Done indexing 6900000 documents. Done indexing 6925000 documents. Done indexing 6950000 documents. Done indexing 6975000 documents. Done indexing 7000000 documents. Done indexing 7025000 documents. Done indexing 7050000 documents. Done indexing 7075000 documents. Done indexing 7100000 documents. Done indexing 7125000 documents. Done indexing 7150000 documents. Done indexing 7175000 documents. Done indexing 7200000 documents. Done indexing 7225000 documents. Done indexing 7250000 documents. Done indexing 7275000 documents. Done indexing 7300000 documents. Done indexing 7325000 documents. Done indexing 7350000 documents. Done indexing 7375000 documents. Done indexing 7400000 documents. Done indexing 7425000 documents. Done indexing 7450000 documents. Done indexing 7475000 documents. Done indexing 7500000 documents. Done indexing 7525000 documents. Done indexing 7550000 documents. Done indexing 7575000 documents. Done indexing 7600000 documents. Done indexing 7625000 documents. Done indexing 7650000 documents. Done indexing 7675000 documents. Done indexing 7700000 documents. Done indexing 7725000 documents. Done indexing 7750000 documents. Done indexing 7775000 documents. Done indexing 7800000 documents. Done indexing 7825000 documents. Done indexing 7850000 documents. Done indexing 7875000 documents. Done indexing 7900000 documents. Done indexing 7925000 documents. Done indexing 7950000 documents. Done indexing 7975000 documents. Done indexing 8000000 documents. now IndexWriter.commit() now wait for already running merges to finish 0.0 sec: 59 segments, 5 merges 69.6s _18y: 8 segs, 1083.8 K docs, 4877.2 MB 33.5s _1av: 8 segs, 559.3 K docs, 2514.9 MB 8.7s _1c7: 8 segs, 89.5 K docs, 401.1 MB 4.5s _1cf: 8 segs, 93.1 K docs, 417.2 MB 0.0s _1cj: 11 segs, 45.0 K docs, 201.0 MB 5.0 sec: 59 segments, 5 merges 74.6s _18y: 8 segs, 1083.8 K docs, 4877.2 MB 38.5s _1av: 8 segs, 559.3 K docs, 2514.9 MB 13.7s _1c7: 8 segs, 89.5 K docs, 401.1 MB 9.5s _1cf: 8 segs, 93.1 K docs, 417.2 MB 5.0s _1cj: 11 segs, 45.0 K docs, 201.0 MB 10.0 sec: 59 segments, 5 merges 79.6s _18y: 8 segs, 1083.8 K docs, 4877.2 MB 43.5s _1av: 8 segs, 559.3 K docs, 2514.9 MB 18.7s _1c7: 8 segs, 89.5 K docs, 401.1 MB 14.5s _1cf: 8 segs, 93.1 K docs, 417.2 MB 10.0s _1cj: 11 segs, 45.0 K docs, 201.0 MB 15.0 sec: 59 segments, 5 merges 84.6s _18y: 8 segs, 1083.8 K docs, 4877.2 MB 48.5s _1av: 8 segs, 559.3 K docs, 2514.9 MB 23.7s _1c7: 8 segs, 89.5 K docs, 401.1 MB 19.5s _1cf: 8 segs, 93.1 K docs, 417.2 MB 15.0s _1cj: 11 segs, 45.0 K docs, 201.0 MB 20.0 sec: 59 segments, 5 merges 89.6s _18y: 8 segs, 1083.8 K docs, 4877.2 MB 53.5s _1av: 8 segs, 559.3 K docs, 2514.9 MB 28.8s _1c7: 8 segs, 89.5 K docs, 401.1 MB 24.5s _1cf: 8 segs, 93.1 K docs, 417.2 MB 20.0s _1cj: 11 segs, 45.0 K docs, 201.0 MB 25.0 sec: 59 segments, 5 merges 94.6s _18y: 8 segs, 1083.8 K docs, 4877.2 MB 58.5s _1av: 8 segs, 559.3 K docs, 2514.9 MB 33.8s _1c7: 8 segs, 89.5 K docs, 401.1 MB 29.6s _1cf: 8 segs, 93.1 K docs, 417.2 MB 25.0s _1cj: 11 segs, 45.0 K docs, 201.0 MB 30.0 sec: 59 segments, 5 merges 99.7s _18y: 8 segs, 1083.8 K docs, 4877.2 MB 63.6s _1av: 8 segs, 559.3 K docs, 2514.9 MB 38.8s _1c7: 8 segs, 89.5 K docs, 401.1 MB 34.6s _1cf: 8 segs, 93.1 K docs, 417.2 MB 30.0s _1cj: 11 segs, 45.0 K docs, 201.0 MB 35.0 sec: 42 segments, 3 merges 104.7s _18y: 8 segs, 1083.8 K docs, 4877.2 MB 68.6s _1av: 8 segs, 559.3 K docs, 2514.9 MB 39.6s _1cf: 8 segs, 93.1 K docs, 417.2 MB 40.0 sec: 42 segments, 3 merges 109.7s _18y: 8 segs, 1083.8 K docs, 4877.2 MB 73.6s _1av: 8 segs, 559.3 K docs, 2514.9 MB 44.6s _1cf: 8 segs, 93.1 K docs, 417.2 MB 45.0 sec: 35 segments, 2 merges 114.7s _18y: 8 segs, 1083.8 K docs, 4877.2 MB 78.6s _1av: 8 segs, 559.3 K docs, 2514.9 MB 50.1 sec: 35 segments, 2 merges 119.7s _18y: 8 segs, 1083.8 K docs, 4877.2 MB 83.6s _1av: 8 segs, 559.3 K docs, 2514.9 MB 55.1 sec: 35 segments, 2 merges 124.7s _18y: 8 segs, 1083.8 K docs, 4877.2 MB 88.6s _1av: 8 segs, 559.3 K docs, 2514.9 MB 60.1 sec: 35 segments, 2 merges 129.7s _18y: 8 segs, 1083.8 K docs, 4877.2 MB 93.6s _1av: 8 segs, 559.3 K docs, 2514.9 MB 65.1 sec: 28 segments, 2 merges 98.6s _1av: 8 segs, 559.3 K docs, 2514.9 MB 0.4s _1ck: 4 segs, 1104.4 K docs, 4972.1 MB 70.1 sec: 28 segments, 2 merges 103.6s _1av: 8 segs, 559.3 K docs, 2514.9 MB 5.5s _1ck: 4 segs, 1104.4 K docs, 4972.1 MB 75.1 sec: 28 segments, 2 merges 108.6s _1av: 8 segs, 559.3 K docs, 2514.9 MB 10.5s _1ck: 4 segs, 1104.4 K docs, 4972.1 MB 80.1 sec: 28 segments, 2 merges 113.6s _1av: 8 segs, 559.3 K docs, 2514.9 MB 15.5s _1ck: 4 segs, 1104.4 K docs, 4972.1 MB 85.1 sec: 28 segments, 2 merges 118.6s _1av: 8 segs, 559.3 K docs, 2514.9 MB 20.5s _1ck: 4 segs, 1104.4 K docs, 4972.1 MB 90.1 sec: 28 segments, 2 merges 123.6s _1av: 8 segs, 559.3 K docs, 2514.9 MB 25.5s _1ck: 4 segs, 1104.4 K docs, 4972.1 MB 95.0 sec: 21 segments, 1 merges 30.4s _1ck: 4 segs, 1104.4 K docs, 4972.1 MB 100.0 sec: 21 segments, 1 merges 35.4s _1ck: 4 segs, 1104.4 K docs, 4972.1 MB 105.0 sec: 21 segments, 1 merges 40.4s _1ck: 4 segs, 1104.4 K docs, 4972.1 MB 110.0 sec: 21 segments, 1 merges 45.4s _1ck: 4 segs, 1104.4 K docs, 4972.1 MB 115.0 sec: 21 segments, 1 merges 50.4s _1ck: 4 segs, 1104.4 K docs, 4972.1 MB 120.0 sec: 21 segments, 1 merges 55.4s _1ck: 4 segs, 1104.4 K docs, 4972.1 MB 125.0 sec: 21 segments, 1 merges 60.4s _1ck: 4 segs, 1104.4 K docs, 4972.1 MB 130.0 sec: 21 segments, 1 merges 65.4s _1ck: 4 segs, 1104.4 K docs, 4972.1 MB 135.0 sec: 21 segments, 1 merges 70.4s _1ck: 4 segs, 1104.4 K docs, 4972.1 MB 140.0 sec: 21 segments, 1 merges 75.4s _1ck: 4 segs, 1104.4 K docs, 4972.1 MB 145.0 sec: 21 segments, 1 merges 80.4s _1ck: 4 segs, 1104.4 K docs, 4972.1 MB 150.0 sec: 21 segments, 1 merges 85.4s _1ck: 4 segs, 1104.4 K docs, 4972.1 MB 155.1 sec: 21 segments, 1 merges 90.4s _1ck: 4 segs, 1104.4 K docs, 4972.1 MB 160.1 sec: 21 segments, 1 merges 95.4s _1ck: 4 segs, 1104.4 K docs, 4972.1 MB 165.1 sec: 21 segments, 1 merges 100.4s _1ck: 4 segs, 1104.4 K docs, 4972.1 MB 170.1 sec: 21 segments, 1 merges 105.4s _1ck: 4 segs, 1104.4 K docs, 4972.1 MB 175.1 sec: 18 segments, 0 merges done first pass waiting for merges done second pass waiting for merges (CMS.sync()) Indexed 8000000 docs in 941 seconds reindex takes 941.51 sec index has 18 segments: segments_2: _7e(11.0.0):C783113 _f7(11.0.0):C793753 _mu(11.0.0):C1069086 _rb(11.0.0):C547845 _xo(11.0.0):C1120055 _18y(11.0.0):C1083787 _1ck(11.0.0):C1104410 _1av(11.0.0):C559259 _18k(11.0.0):C194315 _1ao(11.0.0):C116940 _1ag(11.0.0):C73637 _1c7(11.0.0):C89515 _1bz(11.0.0):C87634 _1bi(11.0.0):C119489 _1bb(11.0.0):C76901 _1cf(11.0.0):C93088 _1br(11.0.0):C42138 _1cj(11.0.0):C45035 _7e: 3528.1 MB _f7: 3576.1 MB _mu: 4818.1 MB _rb: 2467.5 MB _xo: 5048.3 MB _18y: 4884.5 MB _1ck: 4977.7 MB _1av: 2518.9 MB _18k: 874.5 MB _1ao: 526.0 MB _1ag: 331.0 MB _1c7: 402.5 MB _1bz: 394.0 MB _1bi: 537.5 MB _1bb: 345.7 MB _1cf: 418.6 MB _1br: 189.2 MB _1cj: 202.2 MB encodingByteSize=4 origByteSize=4 realEncodingByteSize=0.5 index disk usage is 36040.46 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=57440569889 cpu@end=71029730780 deltaMS=13589.160891 thread 14 name=Reference Handler cpu@start=1291958 cpu@end=1291958 deltaMS=0.0 thread 15 name=Finalizer cpu@start=150803 cpu@end=150803 deltaMS=0.0 thread 16 name=Signal Dispatcher cpu@start=102196 cpu@end=102196 deltaMS=0.0 thread 40 name=Common-Cleaner cpu@start=3926408 cpu@end=3926408 deltaMS=0.0 thread 41 name=JFR Recorder Thread cpu@start=14812491572 cpu@end=14814334260 deltaMS=1.842688 thread 42 name=JFR Periodic Tasks cpu@start=69440557971 cpu@end=70089039958 deltaMS=648.481987 thread 46 name=Notification Thread cpu@start=115728 cpu@end=115728 deltaMS=0.0 thread 57 name=hnsw-merge-1-thread-1 cpu@start=1043163069409 cpu@end=1043163069409 deltaMS=0.0 thread 58 name=hnsw-merge-1-thread-2 cpu@start=1045008258268 cpu@end=1045008258268 deltaMS=0.0 thread 59 name=hnsw-merge-1-thread-3 cpu@start=1042487814778 cpu@end=1042487814778 deltaMS=0.0 thread 60 name=hnsw-merge-1-thread-4 cpu@start=1042020207672 cpu@end=1042020207672 deltaMS=0.0 thread 61 name=hnsw-merge-1-thread-5 cpu@start=1047385977229 cpu@end=1047385977229 deltaMS=0.0 thread 62 name=hnsw-merge-1-thread-6 cpu@start=1042298536519 cpu@end=1042298536519 deltaMS=0.0 thread 63 name=hnsw-merge-1-thread-7 cpu@start=1045284181100 cpu@end=1045284181100 deltaMS=0.0 thread 64 name=hnsw-merge-1-thread-8 cpu@start=1040965179759 cpu@end=1040965179759 deltaMS=0.0 thread 65 name=hnsw-merge-1-thread-9 cpu@start=1043920222671 cpu@end=1043920222671 deltaMS=0.0 thread 66 name=hnsw-merge-1-thread-10 cpu@start=1042883695377 cpu@end=1042883695377 deltaMS=0.0 thread 67 name=hnsw-merge-1-thread-11 cpu@start=1044798756398 cpu@end=1044798756398 deltaMS=0.0 thread 68 name=hnsw-merge-1-thread-12 cpu@start=1044289811344 cpu@end=1044289811344 deltaMS=0.0 thread 69 name=hnsw-merge-1-thread-13 cpu@start=1044640759867 cpu@end=1044640759867 deltaMS=0.0 thread 70 name=hnsw-merge-1-thread-14 cpu@start=1043839286177 cpu@end=1043839286177 deltaMS=0.0 thread 71 name=hnsw-merge-1-thread-15 cpu@start=1042775400642 cpu@end=1042775400642 deltaMS=0.0 thread 72 name=hnsw-merge-1-thread-16 cpu@start=1049032670600 cpu@end=1049032670600 deltaMS=0.0 Average CPU cores used: 1.0468729595027004 completed 1000 searches in 13601 ms: 73 QPS CPU time=14238 ms checking results SUMMARY: 0.897 13.601 14.238 1.047 8000000 KNN 100 100 N/A N/A 100.000 32 100 4 bits 64669 941.51 8496.95 0.00 18 36040.46 null N/A 1.000 35278.320 4028.320 false HNSW Leaf 0 has 4 layers Leaf 0 has 783113 documents Graph level=3 size=33, Fanout min=4, mean=7.03, max=14, meandelta=71121.07 % 0 10 20 30 40 50 60 70 80 90 100 0 4 5 5 6 7 7 7 9 9 14 Graph level=2 size=669, Fanout min=7, mean=21.41, max=32, meandelta=33365.77 % 0 10 20 30 40 50 60 70 80 90 100 0 12 15 17 19 21 23 26 28 32 32 Graph level=1 size=24004, Fanout min=3, mean=27.98, max=32, meandelta=25641.98 % 0 10 20 30 40 50 60 70 80 90 100 0 19 23 26 29 32 32 32 32 32 32 Graph level=0 size=783113, Fanout min=1, mean=39.62, max=64, meandelta=18316.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=33, connectedness=1.00 Graph level=2 size=669, connectedness=1.00 Graph level=1 size=24004, connectedness=1.00 Graph level=0 size=783113, connectedness=1.00 Leaf 1 has 4 layers Leaf 1 has 793753 documents Graph level=3 size=34, Fanout min=4, mean=7.29, max=15, meandelta=81959.58 % 0 10 20 30 40 50 60 70 80 90 100 0 5 5 6 6 7 7 8 9 10 15 Graph level=2 size=670, Fanout min=7, mean=22.00, max=32, meandelta=33007.55 % 0 10 20 30 40 50 60 70 80 90 100 0 13 16 18 19 22 24 26 29 32 32 Graph level=1 size=24321, Fanout min=4, mean=27.92, max=32, meandelta=26039.45 % 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=793753, Fanout min=1, mean=39.63, max=64, meandelta=18561.11 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 37 42 49 60 64 64 Graph level=3 size=34, connectedness=1.00 Graph level=2 size=670, connectedness=1.00 Graph level=1 size=24321, connectedness=1.00 Graph level=0 size=793753, connectedness=1.00 Leaf 2 has 4 layers Leaf 2 has 1069086 documents Graph level=3 size=46, Fanout min=3, mean=7.74, max=13, meandelta=98450.43 % 0 10 20 30 40 50 60 70 80 90 100 0 4 5 6 7 7 8 9 10 12 13 Graph level=2 size=849, Fanout min=7, mean=22.50, max=32, meandelta=43905.73 % 0 10 20 30 40 50 60 70 80 90 100 0 14 16 18 20 22 24 27 31 32 32 Graph level=1 size=32578, Fanout min=2, mean=28.03, max=32, meandelta=34955.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=1069086, Fanout min=1, mean=39.52, max=64, meandelta=25042.88 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 32 37 42 49 60 64 64 Graph level=3 size=46, connectedness=1.00 Graph level=2 size=849, connectedness=1.00 Graph level=1 size=32578, connectedness=1.00 Graph level=0 size=1069086, connectedness=1.00 Leaf 3 has 4 layers Leaf 3 has 547845 documents Graph level=3 size=23, Fanout min=4, mean=6.09, max=12, meandelta=59501.17 % 0 10 20 30 40 50 60 70 80 90 100 0 4 4 5 5 5 6 6 7 8 12 Graph level=2 size=404, Fanout min=8, mean=18.62, max=32, meandelta=26228.05 % 0 10 20 30 40 50 60 70 80 90 100 0 11 13 15 16 18 19 21 24 27 32 Graph level=1 size=16627, Fanout min=5, mean=27.79, max=32, meandelta=18061.71 % 0 10 20 30 40 50 60 70 80 90 100 0 19 22 25 29 32 32 32 32 32 32 Graph level=0 size=547845, Fanout min=1, mean=39.71, max=64, meandelta=12793.25 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 29 32 37 42 49 60 64 64 Graph level=3 size=23, connectedness=1.00 Graph level=2 size=404, connectedness=1.00 Graph level=1 size=16627, connectedness=1.00 Graph level=0 size=547845, connectedness=1.00 Leaf 4 has 4 layers Leaf 4 has 1120055 documents Graph level=3 size=82, Fanout min=4, mean=10.07, max=20, meandelta=95220.66 % 0 10 20 30 40 50 60 70 80 90 100 0 6 7 8 9 10 11 11 12 14 20 Graph level=2 size=1001, Fanout min=8, mean=23.35, max=32, meandelta=43831.59 % 0 10 20 30 40 50 60 70 80 90 100 0 14 17 19 21 23 25 28 32 32 32 Graph level=1 size=34062, Fanout min=3, mean=28.03, max=32, meandelta=36594.13 % 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=1120055, Fanout min=1, mean=39.55, max=64, meandelta=26217.84 % 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=82, connectedness=1.00 Graph level=2 size=1001, connectedness=1.00 Graph level=1 size=34062, connectedness=1.00 Graph level=0 size=1120055, connectedness=1.00 Leaf 5 has 4 layers Leaf 5 has 1083787 documents Graph level=3 size=59, Fanout min=4, mean=9.12, max=19, meandelta=95914.08 % 0 10 20 30 40 50 60 70 80 90 100 0 6 6 6 8 9 9 10 12 12 19 Graph level=2 size=917, Fanout min=8, mean=22.98, max=32, meandelta=42772.33 % 0 10 20 30 40 50 60 70 80 90 100 0 14 16 18 20 23 25 28 32 32 32 Graph level=1 size=32735, Fanout min=3, mean=28.05, max=32, meandelta=35339.89 % 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=1083787, Fanout min=1, mean=39.55, max=64, meandelta=25370.37 % 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=917, connectedness=1.00 Graph level=1 size=32735, connectedness=1.00 Graph level=0 size=1083787, connectedness=1.00 Leaf 6 has 4 layers Leaf 6 has 1104410 documents Graph level=3 size=57, Fanout min=4, mean=8.18, max=14, meandelta=118809.82 % 0 10 20 30 40 50 60 70 80 90 100 0 5 6 7 7 8 8 9 10 11 14 Graph level=2 size=877, Fanout min=8, mean=22.82, max=32, meandelta=44480.43 % 0 10 20 30 40 50 60 70 80 90 100 0 14 17 18 20 22 24 27 31 32 32 Graph level=1 size=33618, Fanout min=2, mean=28.05, max=32, meandelta=36021.05 % 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=1104410, Fanout min=1, mean=39.56, max=64, meandelta=25843.54 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 32 37 42 50 60 64 64 Graph level=3 size=57, connectedness=1.00 Graph level=2 size=877, connectedness=1.00 Graph level=1 size=33618, connectedness=1.00 Graph level=0 size=1104410, connectedness=1.00 Leaf 7 has 4 layers Leaf 7 has 559259 documents Graph level=3 size=26, Fanout min=4, mean=6.54, max=12, meandelta=39369.20 % 0 10 20 30 40 50 60 70 80 90 100 0 4 4 5 5 6 7 8 8 9 12 Graph level=2 size=425, Fanout min=6, mean=19.33, max=32, meandelta=25508.07 % 0 10 20 30 40 50 60 70 80 90 100 0 12 14 15 17 18 20 22 25 29 32 Graph level=1 size=16910, Fanout min=4, mean=27.79, max=32, meandelta=18386.20 % 0 10 20 30 40 50 60 70 80 90 100 0 19 22 25 29 32 32 32 32 32 32 Graph level=0 size=559259, Fanout min=1, mean=39.66, max=64, meandelta=13077.25 % 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=425, connectedness=1.00 Graph level=1 size=16910, connectedness=1.00 Graph level=0 size=559259, connectedness=1.00 Leaf 8 has 4 layers Leaf 8 has 194315 documents Graph level=3 size=5, Fanout min=1, mean=2.00, max=3, meandelta=22837.90 % 0 10 20 30 40 50 60 70 80 90 100 0 1 1 1 2 2 2 2 2 2 3 Graph level=2 size=166, Fanout min=5, mean=13.73, max=26, meandelta=11611.97 % 0 10 20 30 40 50 60 70 80 90 100 0 8 10 11 12 13 14 15 18 21 26 Graph level=1 size=5995, Fanout min=6, mean=27.11, max=32, meandelta=6538.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=194315, Fanout min=1, mean=39.35, max=64, meandelta=4586.92 % 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=5, connectedness=1.00 Graph level=2 size=166, connectedness=1.00 Graph level=1 size=5995, connectedness=1.00 Graph level=0 size=194315, connectedness=1.00 Leaf 9 has 4 layers Leaf 9 has 116940 documents Graph level=3 size=3, Fanout min=1, mean=1.33, max=2, meandelta=4473.75 % 0 10 20 30 40 50 60 70 80 90 100 0 1 1 1 1 1 1 1 1 1 2 Graph level=2 size=109, Fanout min=5, mean=11.52, max=22, meandelta=8297.30 % 0 10 20 30 40 50 60 70 80 90 100 0 7 8 9 10 11 12 13 15 16 22 Graph level=1 size=3673, Fanout min=7, mean=26.39, max=32, meandelta=4047.67 % 0 10 20 30 40 50 60 70 80 90 100 0 17 20 23 25 28 32 32 32 32 32 Graph level=0 size=116940, Fanout min=1, mean=39.00, max=64, meandelta=2787.78 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 36 41 48 57 64 64 Graph level=3 size=3, connectedness=1.00 Graph level=2 size=109, connectedness=1.00 Graph level=1 size=3673, connectedness=1.00 Graph level=0 size=116940, connectedness=1.00 Leaf 10 has 4 layers Leaf 10 has 73637 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=62, Fanout min=3, mean=9.29, max=22, meandelta=6541.82 % 0 10 20 30 40 50 60 70 80 90 100 0 6 7 7 8 9 9 10 11 13 22 Graph level=1 size=2294, Fanout min=5, mean=25.67, max=32, meandelta=2616.77 % 0 10 20 30 40 50 60 70 80 90 100 0 16 19 22 24 27 30 32 32 32 32 Graph level=0 size=73637, Fanout min=2, mean=38.65, max=64, meandelta=1772.40 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 31 35 40 47 57 64 64 Graph level=3 size=2, connectedness=1.00 Graph level=2 size=62, connectedness=1.00 Graph level=1 size=2294, connectedness=1.00 Graph level=0 size=73637, connectedness=1.00 Leaf 11 has 4 layers Leaf 11 has 89515 documents Graph level=3 size=4, Fanout min=1, mean=1.50, max=3, meandelta=7950.67 % 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=79, Fanout min=5, mean=9.75, max=17, meandelta=7525.67 % 0 10 20 30 40 50 60 70 80 90 100 0 6 7 7 9 10 10 11 12 14 17 Graph level=1 size=2728, Fanout min=9, mean=26.05, max=32, meandelta=3112.42 % 0 10 20 30 40 50 60 70 80 90 100 0 17 20 22 25 27 31 32 32 32 32 Graph level=0 size=89515, Fanout min=1, mean=38.87, max=64, meandelta=2136.54 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 36 41 47 57 64 64 Graph level=3 size=4, connectedness=1.00 Graph level=2 size=79, connectedness=1.00 Graph level=1 size=2728, connectedness=1.00 Graph level=0 size=89515, connectedness=1.00 Leaf 12 has 4 layers Leaf 12 has 87634 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=78, Fanout min=4, mean=9.56, max=18, meandelta=6861.54 % 0 10 20 30 40 50 60 70 80 90 100 0 6 6 8 9 10 10 11 12 13 18 Graph level=1 size=2755, Fanout min=7, mean=25.96, max=32, meandelta=3073.99 % 0 10 20 30 40 50 60 70 80 90 100 0 17 20 22 25 27 31 32 32 32 32 Graph level=0 size=87634, Fanout min=2, mean=38.80, max=64, meandelta=2100.59 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 32 36 41 47 57 64 64 Graph level=3 size=2, connectedness=1.00 Graph level=2 size=78, connectedness=1.00 Graph level=1 size=2755, connectedness=1.00 Graph level=0 size=87634, connectedness=1.00 Leaf 13 has 4 layers Leaf 13 has 119489 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=108, Fanout min=4, mean=11.78, max=23, meandelta=8300.12 % 0 10 20 30 40 50 60 70 80 90 100 0 7 8 9 10 11 12 13 15 17 23 Graph level=1 size=3787, Fanout min=8, mean=26.64, max=32, meandelta=4083.27 % 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=119489, Fanout min=2, mean=39.05, max=64, meandelta=2843.74 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 32 36 41 48 57 64 64 Graph level=3 size=1, connectedness=1.00 Graph level=2 size=108, connectedness=1.00 Graph level=1 size=3787, connectedness=1.00 Graph level=0 size=119489, connectedness=1.00 Leaf 14 has 4 layers Leaf 14 has 76901 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=66, Fanout min=4, mean=8.97, max=17, meandelta=7000.43 % 0 10 20 30 40 50 60 70 80 90 100 0 5 7 7 8 9 9 10 11 12 17 Graph level=1 size=2423, Fanout min=8, mean=25.93, max=32, meandelta=2703.86 % 0 10 20 30 40 50 60 70 80 90 100 0 17 20 22 25 27 31 32 32 32 32 Graph level=0 size=76901, Fanout min=2, mean=38.70, max=64, meandelta=1851.60 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 31 36 41 47 56 64 64 Graph level=3 size=2, connectedness=1.00 Graph level=2 size=66, connectedness=1.00 Graph level=1 size=2423, connectedness=1.00 Graph level=0 size=76901, connectedness=1.00 Leaf 15 has 4 layers Leaf 15 has 93088 documents Graph level=3 size=3, Fanout min=1, mean=1.33, max=2, meandelta=19737.75 % 0 10 20 30 40 50 60 70 80 90 100 0 1 1 1 1 1 1 1 1 1 2 Graph level=2 size=81, Fanout min=4, mean=9.51, max=20, meandelta=7869.24 % 0 10 20 30 40 50 60 70 80 90 100 0 6 8 8 9 9 10 10 11 13 20 Graph level=1 size=2898, Fanout min=8, mean=26.26, max=32, meandelta=3206.93 % 0 10 20 30 40 50 60 70 80 90 100 0 17 20 23 25 28 32 32 32 32 32 Graph level=0 size=93088, Fanout min=3, mean=38.93, max=64, meandelta=2219.35 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 36 41 47 57 64 64 Graph level=3 size=3, connectedness=1.00 Graph level=2 size=81, connectedness=1.00 Graph level=1 size=2898, connectedness=1.00 Graph level=0 size=93088, connectedness=1.00 Leaf 16 has 4 layers Leaf 16 has 42138 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=39, Fanout min=3, mean=7.79, max=14, meandelta=3968.70 % 0 10 20 30 40 50 60 70 80 90 100 0 5 6 7 7 7 8 8 9 10 14 Graph level=1 size=1343, Fanout min=8, mean=24.63, max=32, meandelta=1553.02 % 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=42138, Fanout min=3, mean=38.03, max=64, meandelta=1032.06 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 27 31 35 39 46 55 64 64 Graph level=3 size=1, connectedness=1.00 Graph level=2 size=39, connectedness=1.00 Graph level=1 size=1343, connectedness=1.00 Graph level=0 size=42138, connectedness=1.00 Leaf 17 has 4 layers Leaf 17 has 45035 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=38, Fanout min=4, mean=8.05, max=14, meandelta=4475.87 % 0 10 20 30 40 50 60 70 80 90 100 0 4 5 6 7 7 8 9 11 12 14 Graph level=1 size=1375, Fanout min=7, mean=24.62, max=32, meandelta=1657.53 % 0 10 20 30 40 50 60 70 80 90 100 0 15 18 20 23 25 28 31 32 32 32 Graph level=0 size=45035, Fanout min=3, mean=38.06, max=64, meandelta=1096.28 % 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=38, connectedness=1.00 Graph level=1 size=1375, connectedness=1.00 Graph level=0 size=45035, connectedness=1.00 Performance counter stats for '/usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build:/l/util.nightly/build --add-modules jdk.incubator.vector --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/2026.04.13.05.40.34/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': 32,477,317.29 msec task-clock:u 124,076,080,900,473 cycles:u (36.37%) 127,213,102,108,063 instructions:u (36.37%) 2,781,734,555,356 cache-references:u (36.37%) 1,206,584,208,799 cache-misses:u (36.37%) 47,811,649,750,120 L1-dcache-loads:u (36.36%) 1,477,368,464,243 L1-dcache-load-misses:u (36.36%) 2,402,548,615,129 L1-icache-loads:u (36.36%) 11,022,166,701 L1-icache-load-misses:u (36.36%) LLC-loads:u LLC-load-misses:u LLC-stores:u LLC-store-misses:u LLC-prefetches:u LLC-prefetch-misses:u 23,088,727 faults:u 22,332,692 minor-faults:u 7,897 major-faults:u 10,982,702,466,542 branches:u (36.36%) 89,414,545,388 branch-misses:u (36.36%) 1,923,530,978,202 stalled-cycles-frontend:u (36.36%) stalled-cycles-backend:u 1208.374840399 seconds time elapsed 32004.699655000 seconds user 465.187668000 seconds sys took 0:20:08.402146 to run KnnGraphTester result: KNNResultV1(lucene_git_rev='650684e6b440e0b85d3c51b3cf546c1b757975fe', luceneutil_git_rev='3b5cb4fd987e355464c0e601ff2882b3ec6f1e40', 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.601, net_cpu_ms=14.238, 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=64669, index_time_sec=941.51, index_docs_per_sec=8496.95, force_merge_time_sec=0.0, index_num_segments=18, index_size_on_disk_mb=36040.46, selectivity=None, pre_post_filter='null', vec_disk_mb=35278.32, vec_ram_mb=4028.32, graph_level_conn_p_values={3: (2, {0: 0, 10: 1, 20: 1, 30: 1, 40: 1, 50: 1, 60: 1, 70: 1, 80: 1, 90: 1, 100: 1}), 2: (38, {0: 0, 10: 4, 20: 5, 30: 6, 40: 7, 50: 7, 60: 8, 70: 9, 80: 11, 90: 12, 100: 14}), 1: (1375, {0: 0, 10: 15, 20: 18, 30: 20, 40: 23, 50: 25, 60: 28, 70: 31, 80: 32, 90: 32, 100: 32}), 0: (45035, {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=1208, microseconds=402146)) Profiler summary for /l/logs.nightly/2026.04.13.05.40.34/bench-knn-q4-fmFalse.jfr Version: 2.1 Chunks: 90 Start: 2026-04-13 10:56:30 (UTC) Duration: 1198 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 31133974 533350108 jdk.FileWrite 19495592 407147628 jdk.FileRead 8003653 182166979 jdk.NativeMethodSample 231311 3028760 jdk.ObjectAllocationInNewTLAB 60682 1206818 jdk.BooleanFlag 44640 1411826 jdk.CPULoad 22291 445185 jdk.Compilation 6364 164284 jdk.Checkpoint 5399 27846603 jdk.UnsignedIntFlag 4320 146508 jdk.IntFlag 3960 144454 jdk.StringFlag 3060 118661 jdk.ObjectAllocationOutsideTLAB 1145 20536 jdk.CPUInformation 90 135176 jdk.GCConfiguration 90 2336 jdk.JVMInformation 90 85406 jdk.Metadata 90 9947427 jdk.GarbageCollection 46 1103 jdk.ActiveRecording 0 0 jdk.ActiveSetting 0 0 jdk.AllocationRequiringGC 0 0 jdk.BooleanFlagChanged 0 0 jdk.CPUTimeSamplesLost 0 0 jdk.CPUTimeStampCounter 0 0 jdk.ClassDefine 0 0 jdk.ClassLoad 0 0 jdk.ClassLoaderStatistics 0 0 jdk.ClassLoadingStatistics 0 0 jdk.ClassRedefinition 0 0 jdk.ClassUnload 0 0 jdk.CodeCacheConfiguration 0 0 jdk.CodeCacheFull 0 0 jdk.CodeCacheStatistics 0 0 jdk.CompilationFailure 0 0 jdk.CompilerConfiguration 0 0 jdk.CompilerInlining 0 0 jdk.CompilerPhase 0 0 jdk.CompilerQueueUtilization 0 0 jdk.CompilerStatistics 0 0 jdk.ConcurrentModeFailure 0 0 jdk.ContainerCPUThrottling 0 0 jdk.ContainerCPUUsage 0 0 jdk.ContainerConfiguration 0 0 jdk.ContainerIOUsage 0 0 jdk.ContainerMemoryUsage 0 0 jdk.ContinuationFreeze 0 0 jdk.ContinuationFreezeFast 0 0 jdk.ContinuationFreezeSlow 0 0 jdk.ContinuationThaw 0 0 jdk.ContinuationThawFast 0 0 jdk.ContinuationThawSlow 0 0 jdk.DataLoss 0 0 jdk.Deoptimization 0 0 jdk.DeprecatedInvocation 0 0 jdk.Deserialization 0 0 jdk.DirectBufferStatistics 0 0 jdk.DoubleFlag 0 0 jdk.DoubleFlagChanged 0 0 jdk.DumpReason 0 0 jdk.EvacuationFailed 0 0 jdk.EvacuationInformation 0 0 jdk.ExceptionStatistics 0 0 jdk.ExecuteVMOperation 0 0 jdk.ExecutionSample 0 0 jdk.FileForce 0 0 jdk.FinalizerStatistics 0 0 jdk.Flush 0 0 jdk.G1AdaptiveIHOP 0 0 jdk.G1BasicIHOP 0 0 jdk.G1EvacuationOldStatistics 0 0 jdk.G1EvacuationYoungStatistics 0 0 jdk.G1GarbageCollection 0 0 jdk.G1HeapRegionInformation 0 0 jdk.G1HeapRegionTypeChange 0 0 jdk.G1HeapSummary 0 0 jdk.G1MMU 0 0 jdk.GCCPUTime 0 0 jdk.GCHeapConfiguration 0 0 jdk.GCHeapMemoryPoolUsage 0 0 jdk.GCHeapMemoryUsage 0 0 jdk.GCHeapSummary 0 0 jdk.GCPhaseConcurrent 0 0 jdk.GCPhaseConcurrentLevel1 0 0 jdk.GCPhaseConcurrentLevel2 0 0 jdk.GCPhaseParallel 0 0 jdk.GCPhasePause 0 0 jdk.GCPhasePauseLevel1 0 0 jdk.GCPhasePauseLevel2 0 0 jdk.GCPhasePauseLevel3 0 0 jdk.GCPhasePauseLevel4 0 0 jdk.GCReferenceStatistics 0 0 jdk.GCSurvivorConfiguration 0 0 jdk.GCTLABConfiguration 0 0 jdk.HeapDump 0 0 jdk.InitialEnvironmentVariable 0 0 jdk.InitialSecurityProperty 0 0 jdk.InitialSystemProperty 0 0 jdk.IntFlagChanged 0 0 jdk.JITRestart 0 0 jdk.JavaAgent 0 0 jdk.JavaErrorThrow 0 0 jdk.JavaExceptionThrow 0 0 jdk.JavaMonitorDeflate 0 0 jdk.JavaMonitorEnter 0 0 jdk.JavaMonitorInflate 0 0 jdk.JavaMonitorNotify 0 0 jdk.JavaMonitorStatistics 0 0 jdk.JavaMonitorWait 0 0 jdk.JavaThreadStatistics 0 0 jdk.LongFlag 0 0 jdk.LongFlagChanged 0 0 jdk.MetaspaceAllocationFailure 0 0 jdk.MetaspaceChunkFreeListSummary 0 0 jdk.MetaspaceGCThreshold 0 0 jdk.MetaspaceOOM 0 0 jdk.MetaspaceSummary 0 0 jdk.MethodTiming 0 0 jdk.MethodTrace 0 0 jdk.ModuleExport 0 0 jdk.ModuleRequire 0 0 jdk.NativeAgent 0 0 jdk.NativeLibrary 0 0 jdk.NativeLibraryLoad 0 0 jdk.NativeLibraryUnload 0 0 jdk.NativeMemoryUsage 0 0 jdk.NativeMemoryUsageTotal 0 0 jdk.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 org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.04.13.05.40.34/bench-knn-q4-fmFalse.jfr Profiler for cpu at stackSize=1 [/l/logs.nightly/2026.04.13.05.40.34/bench-knn-q4-fmFalse.jfr is 1113.30 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 231311 events (total: 231311) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=false PERCENT CPU SAMPLES STACK 36.94% 85449 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] 31.21% 72186 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 25.17% 58225 jdk.jfr.internal.JVM#emitEvent() [Native code] 4.42% 10232 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] 1.22% 2831 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] 0.48% 1099 sun.nio.ch.UnixFileDispatcherImpl#force0() [Native code] 0.22% 519 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] 0.07% 164 jdk.jfr.internal.JVM#getStackTraceId() [Native code] 0.06% 133 jdk.internal.misc.Unsafe#park() [Native code] 0.05% 126 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] 0.05% 114 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] 0.03% 60 sun.nio.ch.NativeThread#current0() [Native code] 0.02% 38 java.io.FileDescriptor#close0() [Native code] 0.01% 20 sun.nio.ch.UnixFileDispatcherImpl#size0() [Native code] 0.01% 18 jdk.internal.misc.Unsafe#unpark() [Native code] 0.01% 17 sun.nio.fs.UnixNativeDispatcher#lstat0() [Native code] 0.00% 11 java.io.FileOutputStream#writeBytes() [Native code] 0.00% 11 java.util.zip.Inflater#inflateBytesBytes() [Native code] 0.00% 10 jdk.jfr.internal.JVM#flush() [Native code] 0.00% 10 java.io.RandomAccessFile#open0() [Native code] 0.00% 8 java.lang.Object#wait0() [Native code] 0.00% 7 java.lang.reflect.Array#newArray() [Native code] 0.00% 4 sun.nio.fs.UnixNativeDispatcher#access0() [Native code] 0.00% 3 sun.nio.ch.UnixFileDispatcherImpl#allocationGranularity0() [Native code] 0.00% 3 java.lang.Object#hashCode() [Native code] 0.00% 2 java.lang.System#nanoTime() [Native code] 0.00% 1 jdk.internal.misc.Unsafe#getReference() [Native code] 0.00% 1 jdk.internal.misc.Unsafe#allocateInstance() [Native code] 0.00% 1 java.lang.ClassLoader#findBootstrapClass() [Native code] 0.00% 1 java.io.FileInputStream#readBytes() [Native code] 0.00% 1 java.lang.ClassLoader#defineClass1() [Native code] 0.00% 1 jdk.internal.misc.Unsafe#freeMemory0() [Native code] 0.00% 1 java.lang.Object#notifyAll() [Native code] 0.00% 1 jdk.internal.misc.Unsafe#allocateMemory0() [Native code] 0.00% 1 jdk.jfr.internal.JVM#addStringConstant() [Native code] 0.00% 1 java.lang.System#identityHashCode() [Native code] 0.00% 1 jdk.jfr.internal.JVM#counterTime() [Native code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=4 org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.04.13.05.40.34/bench-knn-q4-fmFalse.jfr Profiler for cpu at stackSize=4 [/l/logs.nightly/2026.04.13.05.40.34/bench-knn-q4-fmFalse.jfr is 1113.30 MB /l/logs.nightly/2026.04.13.05.40.34/bench-knn-q4-fmFalse.jfr is 1113.30 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 231311 events (total: 231311) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=false PERCENT CPU SAMPLES STACK 36.90% 85353 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read() [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer() [Inlined code] at sun.nio.ch.IOUtil#read() [Inlined code] 31.20% 72170 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write() [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer() [Inlined code] at sun.nio.ch.IOUtil#write() [Inlined code] 20.29% 46928 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute() [Inlined code] at jdk.jfr.internal.periodic.PeriodicTask#run() [Inlined code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic() [JIT compiled code] 4.57% 10569 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute() [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicTask#run() [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic() [JIT compiled code] 3.52% 8145 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] 0.88% 2042 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] 0.53% 1226 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [Inlined code] 0.47% 1087 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [JIT compiled code] 0.30% 701 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute() [Interpreted code] at jdk.jfr.internal.periodic.PeriodicTask#run() [Interpreted code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic() [Interpreted code] 0.28% 653 sun.nio.ch.UnixFileDispatcherImpl#force0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#force() [Inlined code] at sun.nio.ch.FileChannelImpl#implForce() [JIT compiled code] at sun.nio.ch.FileChannelImpl#force() [JIT compiled code] 0.22% 505 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [JIT compiled code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [JIT compiled code] 0.19% 446 sun.nio.ch.UnixFileDispatcherImpl#force0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#force() [Interpreted code] at sun.nio.ch.FileChannelImpl#implForce() [Interpreted code] at sun.nio.ch.FileChannelImpl#force() [Interpreted code] 0.19% 433 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open() [Inlined code] at sun.nio.fs.UnixChannelFactory#open() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Inlined code] 0.06% 138 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace() [Inlined code] at jdk.internal.event.FileReadEvent#commit() [JIT compiled code] at jdk.internal.event.FileReadEvent#offer() [Inlined code] 0.05% 110 jdk.internal.misc.Unsafe#park() [Native code] at java.util.concurrent.locks.LockSupport#park() [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire() [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared() [Inlined code] 0.05% 106 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat() [Inlined code] at sun.nio.fs.UnixFileAttributes#get() [Inlined code] at sun.nio.fs.UnixFileAttributeViews$Basic#readAttributes() [Inlined code] 0.04% 97 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map() [Inlined code] at sun.nio.ch.FileChannelImpl#mapInternal() [JIT compiled code] at sun.nio.ch.FileChannelImpl#map() [Inlined code] 0.03% 58 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read() [JIT compiled code] at sun.nio.ch.IOUtil#readIntoNativeBuffer() [JIT compiled code] at sun.nio.ch.IOUtil#read() [JIT compiled code] 0.02% 43 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#open() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [JIT compiled code] 0.02% 42 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [Interpreted code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [Interpreted code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Interpreted code] 0.02% 40 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current() [Inlined code] at sun.nio.ch.NativeThreadSet#add() [Inlined code] at sun.nio.ch.FileChannelImpl#implRead() [Inlined code] 0.02% 37 java.io.FileDescriptor#close0() [Native code] at java.io.FileDescriptor#close() [Inlined code] at java.io.FileDescriptor$1#close() [Inlined code] at sun.nio.ch.FileChannelImpl$Closer#run() [JIT compiled code] 0.01% 26 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace() [Inlined code] at jdk.internal.event.FileWriteEvent#commit() [JIT compiled code] at jdk.internal.event.FileWriteEvent#offer() [Inlined code] 0.01% 25 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map() [JIT compiled code] at sun.nio.ch.FileChannelImpl#mapInternal() [JIT compiled code] at sun.nio.ch.FileChannelImpl#map() [JIT compiled code] 0.01% 25 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#open() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Inlined code] 0.01% 23 jdk.internal.misc.Unsafe#park() [Native code] at java.util.concurrent.locks.LockSupport#park() [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire() [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire() [Inlined code] 0.01% 22 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read() [Interpreted code] at sun.nio.ch.IOUtil#readIntoNativeBuffer() [Interpreted code] at sun.nio.ch.IOUtil#read() [Interpreted code] 0.01% 20 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current() [Inlined code] at sun.nio.ch.NativeThreadSet#add() [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite() [Inlined code] 0.01% 18 sun.nio.ch.UnixFileDispatcherImpl#size0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#size() [Inlined code] at sun.nio.ch.FileChannelImpl#size() [JIT compiled code] at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock#ensureValid() [JIT compiled code] 0.01% 17 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open() [Interpreted code] at sun.nio.fs.UnixChannelFactory#open() [Interpreted code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Interpreted code] 0.01% 16 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute() [Interpreted code] at jdk.jfr.internal.periodic.PeriodicTask#run() [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic() [JIT compiled code] 0.01% 16 jdk.internal.misc.Unsafe#unpark() [Native code] at java.util.concurrent.locks.LockSupport#unpark() [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext() [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#release() [Inlined code] 0.01% 15 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read() [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer() [JIT compiled code] at sun.nio.ch.IOUtil#read() [Interpreted code] 0.01% 15 sun.nio.fs.UnixNativeDispatcher#lstat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#lstat() [Inlined code] at sun.nio.fs.UnixFileAttributes#get() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [Inlined code] 0.01% 14 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write() [JIT compiled code] at sun.nio.ch.IOUtil#writeFromNativeBuffer() [JIT compiled code] at sun.nio.ch.IOUtil#write() [JIT compiled code] 0.01% 13 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Interpreted code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [Interpreted code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [Interpreted code] 0.00% 11 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute() [Interpreted code] at jdk.jfr.internal.periodic.PeriodicTask#run() [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic() [Interpreted code] 0.00% 10 java.io.RandomAccessFile#open0() [Native code] at java.io.RandomAccessFile#open() [Interpreted code] at java.io.RandomAccessFile#() [Interpreted code] at java.io.RandomAccessFile#() [Interpreted code] 0.00% 8 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat() [JIT compiled code] at sun.nio.fs.UnixFileAttributes#get() [Inlined code] at sun.nio.fs.UnixFileAttributeViews$Basic#readAttributes() [JIT compiled code] 0.00% 7 java.io.FileOutputStream#writeBytes() [Native code] at java.io.FileOutputStream#traceWriteBytes() [Interpreted code] at java.io.FileOutputStream#write() [Interpreted code] at java.lang.System$Out#write() [Inlined code] 0.00% 7 jdk.jfr.internal.JVM#flush() [Native code] at jdk.jfr.internal.event.EventWriter#flush() [JIT compiled code] at jdk.jfr.internal.event.EventWriter#isValidForSize() [Inlined code] at jdk.jfr.internal.event.EventWriter#putLong() [Inlined code] 0.00% 6 java.lang.Object#wait0() [Native code] at java.lang.Object#wait() [Inlined code] at jdk.jfr.internal.PlatformRecorder#takeNap() [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#periodicTask() [Interpreted code] 0.00% 5 java.util.zip.Inflater#inflateBytesBytes() [Native code] at java.util.zip.Inflater#inflate() [JIT compiled code] at java.util.zip.InflaterInputStream#read() [JIT compiled code] at jdk.internal.loader.Resource#getBytes() [JIT compiled code] 0.00% 4 sun.nio.fs.UnixNativeDispatcher#access0() [Native code] at sun.nio.fs.UnixNativeDispatcher#access() [Interpreted code] at sun.nio.fs.UnixFileSystemProvider#exists() [Interpreted code] at java.nio.file.Files#exists() [Interpreted code] 0.00% 4 java.util.zip.Inflater#inflateBytesBytes() [Native code] at java.util.zip.Inflater#inflate() [JIT compiled code] at java.util.zip.InflaterInputStream#read() [JIT compiled code] at jdk.internal.loader.Resource#getBytes() [Interpreted code] 0.00% 3 java.lang.Object#hashCode() [Native code] at org.apache.lucene.index.ConcurrentApproximatePriorityQueue#add() [Inlined code] at org.apache.lucene.index.LockableConcurrentApproximatePriorityQueue#addAndUnlock() [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThreadPool#marksAsFreeAndUnlock() [JIT compiled code] 0.00% 3 java.lang.reflect.Array#newArray() [Native code] at java.lang.reflect.Array#newInstance() [Inlined code] at org.apache.lucene.util.ArrayUtil#growExact() [JIT compiled code] at org.apache.lucene.util.ArrayUtil#grow() [JIT compiled code] 0.00% 3 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [Interpreted code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] 0.00% 3 sun.nio.ch.UnixFileDispatcherImpl#allocationGranularity0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#allocationGranularity() [Inlined code] at sun.nio.ch.FileChannelImpl#mapInternal() [JIT compiled code] at sun.nio.ch.FileChannelImpl#map() [Inlined code] 0.00% 3 java.io.FileOutputStream#writeBytes() [Native code] at java.io.FileOutputStream#traceWriteBytes() [JIT compiled code] at java.io.FileOutputStream#write() [JIT compiled code] at java.lang.System$Out#write() [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 org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.04.13.05.40.34/bench-knn-q4-fmFalse.jfr Profiler for cpu at stackSize=12 [/l/logs.nightly/2026.04.13.05.40.34/bench-knn-q4-fmFalse.jfr is 1113.30 MB /l/logs.nightly/2026.04.13.05.40.34/bench-knn-q4-fmFalse.jfr is 1113.30 MB /l/logs.nightly/2026.04.13.05.40.34/bench-knn-q4-fmFalse.jfr is 1113.30 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 231311 events (total: 231311) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=false PERCENT CPU SAMPLES STACK 36.35% 84092 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read() [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer() [Inlined code] at sun.nio.ch.IOUtil#read() [Inlined code] at sun.nio.ch.IOUtil#read() [JIT compiled code] at sun.nio.ch.FileChannelImpl#implRead() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead() [JIT compiled code] at sun.nio.ch.FileChannelImpl#read() [Inlined code] at knn.VectorReader#readNext() [Inlined code] at knn.VectorReaderFloat32#next() [Inlined code] at knn.IndexerThread#_run() [JIT compiled code] at knn.IndexerThread#run() [Interpreted code] 28.89% 66836 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write() [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer() [Inlined code] at sun.nio.ch.IOUtil#write() [Inlined code] at sun.nio.ch.IOUtil#write() [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite() [Inlined code] at sun.nio.ch.FileChannelImpl#write() [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully() [Inlined code] at sun.nio.ch.ChannelOutputStream#write() [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write() [Inlined code] at java.util.zip.CheckedOutputStream#write() [Inlined code] 20.29% 46928 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute() [Inlined code] at jdk.jfr.internal.periodic.PeriodicTask#run() [Inlined code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic() [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#periodicTask() [Interpreted code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0() [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000008207aa58#run() [Interpreted code] at java.lang.Thread#runWith() [Interpreted code] at java.lang.Thread#run() [Interpreted code] 4.57% 10569 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute() [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicTask#run() [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic() [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#periodicTask() [Interpreted code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0() [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000008207aa58#run() [Interpreted code] at java.lang.Thread#runWith() [Interpreted code] at java.lang.Thread#run() [Interpreted code] 2.60% 6009 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [Inlined code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [Inlined code] at org.apache.lucene.util.FileDeleter#delete() [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete() [Inlined code] at org.apache.lucene.util.FileDeleter#decRef() [JIT compiled code] at org.apache.lucene.index.IndexFileDeleter#decRef() [Inlined code] 2.31% 5334 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write() [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer() [Inlined code] at sun.nio.ch.IOUtil#write() [Inlined code] at sun.nio.ch.IOUtil#write() [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite() [Inlined code] at sun.nio.ch.FileChannelImpl#write() [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully() [JIT compiled code] at sun.nio.ch.ChannelOutputStream#write() [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write() [Inlined code] at java.util.zip.CheckedOutputStream#write() [JIT compiled code] 0.46% 1073 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle() [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup() [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup() [Inlined code] at jdk.internal.foreign.SharedSession$SharedResourceList#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl#close() [Inlined code] at jdk.internal.foreign.ArenaImpl#close() [Inlined code] at org.apache.lucene.store.RefCountedSharedArena#release() [Inlined code] at org.apache.lucene.store.RefCountedSharedArena#close() [Inlined code] 0.43% 993 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete() [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete() [Inlined code] at org.apache.lucene.util.FileDeleter#decRef() [JIT compiled code] at org.apache.lucene.index.IndexFileDeleter#decRef() [Inlined code] 0.42% 973 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle() [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup() [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup() [Inlined code] at jdk.internal.foreign.SharedSession$SharedResourceList#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl#close() [Inlined code] at jdk.internal.foreign.ArenaImpl#close() [Inlined code] at org.apache.lucene.store.RefCountedSharedArena#release() [Inlined code] at org.apache.lucene.store.RefCountedSharedArena#close() [Inlined code] 0.37% 849 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [Inlined code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete() [Inlined code] at org.apache.lucene.util.FileDeleter#delete() [JIT compiled code] at org.apache.lucene.util.FileDeleter#decRef() [Interpreted code] at org.apache.lucene.index.IndexFileDeleter#decRef() [JIT compiled code] 0.30% 701 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute() [Interpreted code] at jdk.jfr.internal.periodic.PeriodicTask#run() [Interpreted code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic() [Interpreted code] at jdk.jfr.internal.PlatformRecorder#periodicTask() [Interpreted code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0() [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000008207aa58#run() [Interpreted code] at java.lang.Thread#runWith() [Interpreted code] at java.lang.Thread#run() [Interpreted code] 0.30% 701 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read() [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer() [Inlined code] at sun.nio.ch.IOUtil#read() [Inlined code] at sun.nio.ch.IOUtil#read() [JIT compiled code] at sun.nio.ch.FileChannelImpl#implRead() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead() [JIT compiled code] at sun.nio.ch.FileChannelImpl#read() [Inlined code] at knn.VectorReader#readNext() [Inlined code] at knn.VectorReaderFloat32#next() [JIT compiled code] at knn.IndexerThread#_run() [JIT compiled code] at knn.IndexerThread#run() [Interpreted code] 0.30% 699 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [Inlined code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [JIT compiled code] at org.apache.lucene.store.FilterDirectory#deleteFile() [JIT compiled code] at org.apache.lucene.store.TrackingDirectoryWrapper#deleteFile() [JIT compiled code] at org.apache.lucene.util.IOUtils#deleteFilesIgnoringExceptions() [Interpreted code] at org.apache.lucene.util.IOUtils#deleteFilesIgnoringExceptions() [Interpreted code] 0.26% 611 sun.nio.ch.UnixFileDispatcherImpl#force0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#force() [Inlined code] at sun.nio.ch.FileChannelImpl#implForce() [JIT compiled code] at sun.nio.ch.FileChannelImpl#force() [JIT compiled code] at org.apache.lucene.util.IOUtils#fsync() [JIT compiled code] at org.apache.lucene.store.FSDirectory#fsync() [JIT compiled code] at org.apache.lucene.store.FSDirectory#sync() [Interpreted code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#sync() [Interpreted code] at org.apache.lucene.index.IndexWriter#startCommit() [Interpreted code] at org.apache.lucene.index.IndexWriter#prepareCommitInternal() [Interpreted code] at org.apache.lucene.index.IndexWriter#commitInternal() [Interpreted code] at org.apache.lucene.index.IndexWriter#commit() [Interpreted code] 0.24% 545 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read() [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer() [Inlined code] at sun.nio.ch.IOUtil#read() [Inlined code] at sun.nio.ch.IOUtil#read() [JIT compiled code] at sun.nio.ch.FileChannelImpl#implRead() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead() [JIT compiled code] at sun.nio.ch.FileChannelImpl#read() [Inlined code] at knn.VectorReader#readNext() [Inlined code] at knn.VectorReaderFloat32#next() [JIT compiled code] at knn.IndexerThread#_run() [Interpreted code] at knn.IndexerThread#run() [Interpreted code] 0.19% 429 sun.nio.ch.UnixFileDispatcherImpl#force0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#force() [Interpreted code] at sun.nio.ch.FileChannelImpl#implForce() [Interpreted code] at sun.nio.ch.FileChannelImpl#force() [Interpreted code] at org.apache.lucene.util.IOUtils#fsync() [Interpreted code] at org.apache.lucene.store.FSDirectory#fsync() [Interpreted code] at org.apache.lucene.store.FSDirectory#sync() [Interpreted code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#sync() [Interpreted code] at org.apache.lucene.index.IndexWriter#startCommit() [Interpreted code] at org.apache.lucene.index.IndexWriter#prepareCommitInternal() [Interpreted code] at org.apache.lucene.index.IndexWriter#commitInternal() [Interpreted code] at org.apache.lucene.index.IndexWriter#commit() [Interpreted code] 0.16% 375 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [Inlined code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete() [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete() [Inlined code] at org.apache.lucene.util.FileDeleter#decRef() [JIT compiled code] at org.apache.lucene.index.IndexFileDeleter#decRef() [Inlined code] 0.12% 284 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete() [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete() [Inlined code] at org.apache.lucene.util.FileDeleter#decRef() [JIT compiled code] at org.apache.lucene.index.IndexFileDeleter#decRef() [JIT compiled code] 0.12% 272 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open() [Inlined code] at sun.nio.fs.UnixChannelFactory#open() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Inlined code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#newFileChannel() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#newByteChannel() [Inlined code] at java.nio.file.spi.FileSystemProvider#newOutputStream() [JIT compiled code] at java.nio.file.Files#newOutputStream() [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#() [JIT compiled code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#() [Inlined code] at org.apache.lucene.store.FSDirectory#createOutput() [Inlined code] 0.10% 227 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete() [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete() [Interpreted code] at org.apache.lucene.util.FileDeleter#decRef() [JIT compiled code] at org.apache.lucene.index.IndexFileDeleter#decRef() [Interpreted code] 0.10% 222 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [JIT compiled code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle() [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup() [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup() [Interpreted code] at jdk.internal.foreign.SharedSession$SharedResourceList#cleanup() [Interpreted code] at jdk.internal.foreign.MemorySessionImpl#close() [Inlined code] at jdk.internal.foreign.ArenaImpl#close() [JIT compiled code] at org.apache.lucene.store.RefCountedSharedArena#release() [JIT compiled code] at org.apache.lucene.store.RefCountedSharedArena#close() [JIT compiled code] 0.08% 183 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [JIT compiled code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle() [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup() [Inlined code] at jdk.internal.foreign.SharedSession$SharedResourceList#cleanup() [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl#close() [Inlined code] at jdk.internal.foreign.ArenaImpl#close() [JIT compiled code] at org.apache.lucene.store.RefCountedSharedArena#release() [JIT compiled code] at org.apache.lucene.store.RefCountedSharedArena#close() [JIT compiled code] 0.07% 171 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [JIT compiled code] at org.apache.lucene.store.FilterDirectory#deleteFile() [Interpreted code] at org.apache.lucene.store.TrackingDirectoryWrapper#deleteFile() [JIT compiled code] at org.apache.lucene.util.IOUtils#deleteFilesIgnoringExceptions() [Interpreted code] at org.apache.lucene.util.IOUtils#deleteFilesIgnoringExceptions() [Interpreted code] 0.06% 137 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace() [Inlined code] at jdk.internal.event.FileReadEvent#commit() [JIT compiled code] at jdk.internal.event.FileReadEvent#offer() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead() [JIT compiled code] at sun.nio.ch.FileChannelImpl#read() [Inlined code] at knn.VectorReader#readNext() [Inlined code] at knn.VectorReaderFloat32#next() [Inlined code] at knn.IndexerThread#_run() [JIT compiled code] at knn.IndexerThread#run() [Interpreted code] 0.05% 115 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete() [Inlined code] at org.apache.lucene.util.FileDeleter#delete() [JIT compiled code] at org.apache.lucene.util.FileDeleter#decRef() [JIT compiled code] at org.apache.lucene.index.IndexFileDeleter#decRef() [JIT compiled code] 0.05% 105 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [Inlined code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [JIT compiled code] at org.apache.lucene.store.FilterDirectory#deleteFile() [Interpreted code] at org.apache.lucene.store.TrackingDirectoryWrapper#deleteFile() [JIT compiled code] at org.apache.lucene.util.IOUtils#deleteFilesIgnoringExceptions() [Interpreted code] at org.apache.lucene.util.IOUtils#deleteFilesIgnoringExceptions() [Interpreted code] 0.04% 104 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle() [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup() [Inlined code] at jdk.internal.foreign.SharedSession$SharedResourceList#cleanup() [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl#close() [Inlined code] at jdk.internal.foreign.ArenaImpl#close() [JIT compiled code] at org.apache.lucene.store.RefCountedSharedArena#release() [JIT compiled code] at org.apache.lucene.store.RefCountedSharedArena#close() [JIT compiled code] 0.04% 93 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete() [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete() [Interpreted code] at org.apache.lucene.util.FileDeleter#decRef() [Interpreted code] at org.apache.lucene.index.IndexFileDeleter#decRef() [Interpreted code] 0.03% 62 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open() [Inlined code] at sun.nio.fs.UnixChannelFactory#open() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Inlined code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#newFileChannel() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#newByteChannel() [Inlined code] at java.nio.file.spi.FileSystemProvider#newOutputStream() [JIT compiled code] at java.nio.file.Files#newOutputStream() [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#() [JIT compiled code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#() [JIT compiled code] at org.apache.lucene.store.FSDirectory#createOutput() [JIT compiled code] 0.03% 61 jdk.internal.misc.Unsafe#park() [Native code] at java.util.concurrent.locks.LockSupport#park() [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire() [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared() [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock() [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [JIT compiled code] 0.03% 60 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete() [Inlined code] at org.apache.lucene.util.FileDeleter#delete() [JIT compiled code] at org.apache.lucene.util.FileDeleter#decRef() [Interpreted code] at org.apache.lucene.index.IndexFileDeleter#decRef() [JIT compiled code] 0.03% 58 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read() [JIT compiled code] at sun.nio.ch.IOUtil#readIntoNativeBuffer() [JIT compiled code] at sun.nio.ch.IOUtil#read() [JIT compiled code] at sun.nio.ch.IOUtil#read() [JIT compiled code] at sun.nio.ch.FileChannelImpl#implRead() [JIT compiled code] at sun.nio.ch.FileChannelImpl#traceImplRead() [JIT compiled code] at sun.nio.ch.FileChannelImpl#read() [Inlined code] at knn.VectorReader#readNext() [JIT compiled code] at knn.VectorReaderFloat32#next() [JIT compiled code] at knn.IndexerThread#_run() [Interpreted code] at knn.IndexerThread#run() [Interpreted code] 0.02% 57 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle() [Inlined code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl#close() [Inlined code] at jdk.internal.foreign.ArenaImpl#close() [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#close() [JIT compiled code] at org.apache.lucene.store.BufferedChecksumIndexInput#close() [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.FieldsIndexWriter#finish() [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#finish() [JIT compiled code] 0.02% 55 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open() [Inlined code] at sun.nio.fs.UnixChannelFactory#open() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Inlined code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#newFileChannel() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#newByteChannel() [Inlined code] at java.nio.file.spi.FileSystemProvider#newOutputStream() [JIT compiled code] at java.nio.file.Files#newOutputStream() [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#() [JIT compiled code] at org.apache.lucene.store.FSDirectory#createTempOutput() [JIT compiled code] at org.apache.lucene.store.FilterDirectory#createTempOutput() [JIT compiled code] 0.02% 49 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete() [Inlined code] at org.apache.lucene.util.FileDeleter#delete() [JIT compiled code] at org.apache.lucene.util.FileDeleter#decRef() [JIT compiled code] at org.apache.lucene.index.IndexFileDeleter#decRef() [Interpreted code] 0.02% 49 jdk.internal.misc.Unsafe#park() [Native code] at java.util.concurrent.locks.LockSupport#park() [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire() [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared() [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock() [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] 0.02% 45 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map() [Inlined code] at sun.nio.ch.FileChannelImpl#mapInternal() [JIT compiled code] at sun.nio.ch.FileChannelImpl#map() [Inlined code] at org.apache.lucene.store.MMapDirectory#map() [JIT compiled code] at org.apache.lucene.store.MMapDirectory#openInput() [JIT compiled code] at org.apache.lucene.store.FilterDirectory#openInput() [JIT compiled code] at org.apache.lucene.store.FilterDirectory#openInput() [Inlined code] at org.apache.lucene.store.Directory#openChecksumInput() [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.FieldsIndexWriter#finish() [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#finish() [JIT compiled code] at org.apache.lucene.index.StoredFieldsConsumer#flush() [JIT compiled code] 0.02% 42 sun.nio.ch.UnixFileDispatcherImpl#force0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#force() [Inlined code] at sun.nio.ch.FileChannelImpl#implForce() [JIT compiled code] at sun.nio.ch.FileChannelImpl#force() [JIT compiled code] at org.apache.lucene.util.IOUtils#fsync() [JIT compiled code] at org.apache.lucene.store.FSDirectory#fsync() [JIT compiled code] at org.apache.lucene.store.FSDirectory#sync() [Interpreted code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#sync() [Interpreted code] at org.apache.lucene.index.IndexWriter#startCommit() [Interpreted code] at org.apache.lucene.index.IndexWriter#prepareCommitInternal() [Interpreted code] at org.apache.lucene.index.IndexWriter#commitInternal() [Interpreted code] at org.apache.lucene.index.IndexWriter#shutdown() [Interpreted code] 0.02% 40 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current() [Inlined code] at sun.nio.ch.NativeThreadSet#add() [Inlined code] at sun.nio.ch.FileChannelImpl#implRead() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead() [JIT compiled code] at sun.nio.ch.FileChannelImpl#read() [Inlined code] at knn.VectorReader#readNext() [Inlined code] at knn.VectorReaderFloat32#next() [Inlined code] at knn.IndexerThread#_run() [JIT compiled code] at knn.IndexerThread#run() [Interpreted code] 0.02% 38 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [Interpreted code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [Interpreted code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Interpreted code] at java.nio.file.Files#delete() [Interpreted code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [Interpreted code] at org.apache.lucene.store.FSDirectory#deleteFile() [Interpreted code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [Interpreted code] at org.apache.lucene.util.FileDeleter#delete() [Interpreted code] at org.apache.lucene.util.FileDeleter#delete() [Interpreted code] at org.apache.lucene.util.FileDeleter#decRef() [Interpreted code] at org.apache.lucene.index.IndexFileDeleter#decRef() [Interpreted code] 0.02% 38 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [Inlined code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [Inlined code] at org.apache.lucene.store.TrackingDirectoryWrapper#deleteFile() [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.FieldsIndexWriter#finish() [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#finish() [JIT compiled code] at org.apache.lucene.index.StoredFieldsConsumer#flush() [JIT compiled code] 0.01% 34 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#open() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#newFileChannel() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#newByteChannel() [Inlined code] at java.nio.file.spi.FileSystemProvider#newOutputStream() [JIT compiled code] at java.nio.file.Files#newOutputStream() [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#() [JIT compiled code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#() [JIT compiled code] at org.apache.lucene.store.FSDirectory#createOutput() [JIT compiled code] 0.01% 32 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [Inlined code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [JIT compiled code] at org.apache.lucene.store.TrackingDirectoryWrapper#deleteFile() [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.FieldsIndexWriter#finish() [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#finish() [JIT compiled code] at org.apache.lucene.index.StoredFieldsConsumer#flush() [JIT compiled code] 0.01% 31 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete() [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete() [Inlined code] at org.apache.lucene.util.FileDeleter#decRef() [JIT compiled code] at org.apache.lucene.index.IndexFileDeleter#decRef() [Inlined code] 0.01% 30 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [JIT compiled code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle() [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup() [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup() [Interpreted code] at jdk.internal.foreign.SharedSession$SharedResourceList#cleanup() [Interpreted code] at jdk.internal.foreign.MemorySessionImpl#close() [Inlined code] at jdk.internal.foreign.ArenaImpl#close() [JIT compiled code] at org.apache.lucene.store.RefCountedSharedArena#release() [Interpreted code] at org.apache.lucene.store.RefCountedSharedArena#close() [Interpreted code] 0.01% 25 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace() [Inlined code] at jdk.internal.event.FileWriteEvent#commit() [JIT compiled code] at jdk.internal.event.FileWriteEvent#offer() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite() [Inlined code] at sun.nio.ch.FileChannelImpl#write() [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully() [Inlined code] at sun.nio.ch.ChannelOutputStream#write() [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write() [Inlined code] at java.util.zip.CheckedOutputStream#write() [Inlined code] at java.io.BufferedOutputStream#flushBuffer() [JIT compiled code] at java.io.BufferedOutputStream#write() [Inlined code] 0.01% 24 java.io.FileDescriptor#close0() [Native code] at java.io.FileDescriptor#close() [Inlined code] at java.io.FileDescriptor$1#close() [Inlined code] at sun.nio.ch.FileChannelImpl$Closer#run() [JIT compiled code] at jdk.internal.ref.CleanerImpl$PhantomCleanableRef#performCleanup() [Inlined code] at jdk.internal.ref.PhantomCleanable#clean() [Inlined code] at sun.nio.ch.FileChannelImpl#implCloseChannel() [Inlined code] at java.nio.channels.spi.AbstractInterruptibleChannel#close() [Inlined code] at sun.nio.ch.ChannelOutputStream#close() [JIT compiled code] at java.io.FilterOutputStream#close() [JIT compiled code] at java.io.FilterOutputStream#close() [JIT compiled code] at java.io.FilterOutputStream#close() [Inlined code] 0.01% 22 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read() [Interpreted code] at sun.nio.ch.IOUtil#readIntoNativeBuffer() [Interpreted code] at sun.nio.ch.IOUtil#read() [Interpreted code] at sun.nio.ch.IOUtil#read() [Interpreted code] at sun.nio.ch.FileChannelImpl#implRead() [Interpreted code] at sun.nio.ch.FileChannelImpl#traceImplRead() [Interpreted code] at sun.nio.ch.FileChannelImpl#read() [Interpreted code] at knn.VectorReader#readNext() [Interpreted code] at knn.VectorReaderFloat32#next() [Interpreted code] at knn.IndexerThread#_run() [Interpreted code] at knn.IndexerThread#run() [Interpreted code] 0.01% 21 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat() [Inlined code] at sun.nio.fs.UnixFileAttributes#get() [Inlined code] at sun.nio.fs.UnixFileAttributeViews$Basic#readAttributes() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#readAttributes() [Inlined code] at sun.nio.fs.LinuxFileSystemProvider#readAttributes() [Inlined code] at java.nio.file.Files#readAttributes() [Inlined code] at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock#ensureValid() [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#createOutput() [Inlined code] at org.apache.lucene.store.TrackingDirectoryWrapper#createOutput() [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.FieldsIndexWriter#finish() [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#finish() [JIT compiled code] 0.01% 19 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle() [Inlined code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl#close() [Inlined code] at jdk.internal.foreign.ArenaImpl#close() [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#close() [JIT compiled code] at org.apache.lucene.store.BufferedChecksumIndexInput#close() [Inlined code] at org.apache.lucene.codecs.lucene94.Lucene94FieldInfosFormat#read() [JIT compiled code] at org.apache.lucene.index.SegmentCoreReaders#() [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 org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.04.13.05.40.34/bench-knn-q4-fmFalse.jfr Profiler for heap at stackSize=1 [/l/logs.nightly/2026.04.13.05.40.34/bench-knn-q4-fmFalse.jfr is 1113.30 MB /l/logs.nightly/2026.04.13.05.40.34/bench-knn-q4-fmFalse.jfr is 1113.30 MB /l/logs.nightly/2026.04.13.05.40.34/bench-knn-q4-fmFalse.jfr is 1113.30 MB /l/logs.nightly/2026.04.13.05.40.34/bench-knn-q4-fmFalse.jfr is 1113.30 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 61804 events (total: 455527M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=false PERCENT HEAP SAMPLES STACK 45.28% 206268M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] 19.31% 87956M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms() [Inlined code] 14.14% 64401M org.apache.lucene.util.TernaryLongHeap#() [JIT compiled code] 6.96% 31692M org.apache.lucene.util.ArrayUtil#copyOfSubArray() [Inlined code] 3.96% 18058M org.apache.lucene.util.hnsw.NeighborQueue#nodes() [Inlined code] 1.56% 7123M java.lang.Integer#valueOf() [Inlined code] 1.32% 6021M org.apache.lucene.util.hnsw.NeighborArray#() [Inlined code] 0.84% 3843M java.util.Arrays#copyOf() [Inlined code] 0.62% 2815M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal() [JIT compiled code] 0.60% 2712M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] 0.59% 2702M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse() [JIT compiled code] 0.59% 2665M org.apache.lucene.util.hnsw.NeighborArray#sort() [Inlined code] 0.53% 2395M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode() [JIT compiled code] 0.40% 1808M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge() [Interpreted code] 0.39% 1774M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize() [JIT compiled code] 0.30% 1374M knn.IndexerThread#_run() [Interpreted code] 0.27% 1213M knn.IndexerThread#_run() [JIT compiled code] 0.21% 979M java.util.DualPivotQuicksort#tryMergeRuns() [JIT compiled code] 0.19% 869M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager() [Inlined code] 0.18% 829M org.apache.lucene.util.SparseFixedBitSet#insertLong() [Inlined code] 0.15% 679M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document() [JIT compiled code] 0.14% 651M java.util.ArrayList#grow() [Inlined code] 0.14% 637M java.lang.invoke.DirectMethodHandle#allocateInstance() [Inlined code] 0.11% 516M java.lang.reflect.Array#newInstance() [Inlined code] 0.10% 469M java.util.DualPivotQuicksort#sort() [JIT compiled code] 0.09% 405M java.util.HashMap#resize() [JIT compiled code] 0.08% 379M java.util.ArrayList#iterator() [JIT compiled code] 0.08% 343M org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0() [Interpreted code] 0.06% 281M org.apache.lucene.document.Document#() [Inlined code] 0.06% 276M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire() [JIT compiled code] 0.06% 265M jdk.internal.misc.Unsafe#allocateUninitializedArray() [Inlined code] 0.05% 230M java.util.HashMap#newNode() [Inlined code] 0.05% 227M java.util.List#of() [Inlined code] 0.04% 179M org.apache.lucene.search.TopKnnCollector#topDocs() [Inlined code] 0.04% 179M org.apache.lucene.util.SparseFixedBitSet#insertBlock() [JIT compiled code] 0.04% 171M java.lang.invoke.VarForm#resolveMemberName() [Interpreted code] 0.04% 167M org.apache.lucene.util.ArrayUtil#growExact() [JIT compiled code] 0.03% 133M java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject#await() [Interpreted code] 0.03% 130M java.io.BufferedOutputStream#() [Inlined code] 0.03% 115M org.apache.lucene.util.FixedBitSet#() [Inlined code] 0.02% 103M org.apache.lucene.util.hnsw.OnHeapHnswGraph#() [JIT compiled code] 0.02% 98M knn.KnnIndexer#createIndex() [Interpreted code] 0.02% 97M java.util.logging.LogManager#reset() [Interpreted code] 0.02% 97M jdk.jfr.internal.ShutdownHook#run() [Interpreted code] 0.02% 85M java.lang.reflect.Array#newArray() [Native code] 0.02% 82M java.util.concurrent.locks.ReentrantReadWriteLock$Sync$ThreadLocalHoldCounter#initialValue() [Inlined code] 0.02% 79M org.apache.lucene.util.packed.DirectMonotonicWriter#() [Inlined code] 0.02% 72M org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel() [JIT compiled code] 0.01% 65M org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#writeGraph() [JIT compiled code] 0.01% 43M java.io.BufferedOutputStream#() [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 org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.04.13.05.40.34/bench-knn-q4-fmFalse.jfr Profiler for heap at stackSize=4 [/l/logs.nightly/2026.04.13.05.40.34/bench-knn-q4-fmFalse.jfr is 1113.30 MB /l/logs.nightly/2026.04.13.05.40.34/bench-knn-q4-fmFalse.jfr is 1113.30 MB /l/logs.nightly/2026.04.13.05.40.34/bench-knn-q4-fmFalse.jfr is 1113.30 MB /l/logs.nightly/2026.04.13.05.40.34/bench-knn-q4-fmFalse.jfr is 1113.30 MB /l/logs.nightly/2026.04.13.05.40.34/bench-knn-q4-fmFalse.jfr is 1113.30 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 61804 events (total: 455527M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=false PERCENT HEAP SAMPLES STACK 36.43% 165951M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder() [Inlined code] 11.28% 51381M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] 8.79% 40059M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder() [Inlined code] 8.71% 39669M org.apache.lucene.util.TernaryLongHeap#() [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#() [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollector#() [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector() [JIT compiled code] 7.34% 33451M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity() [Inlined code] 6.92% 31512M org.apache.lucene.util.ArrayUtil#copyOfSubArray() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue() [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue() [Inlined code] 5.43% 24732M org.apache.lucene.util.TernaryLongHeap#() [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#() [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#() [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector() [Interpreted code] 3.93% 17887M org.apache.lucene.util.hnsw.NeighborQueue#nodes() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] 1.52% 6923M java.lang.Integer#valueOf() [Inlined code] at knn.KnnGraphTester#printGraphConnectedNess() [JIT compiled code] at knn.KnnGraphTester#printFanoutHist() [Interpreted code] at knn.KnnGraphTester#printFanoutHist() [Interpreted code] 0.82% 3718M java.util.Arrays#copyOf() [Inlined code] at java.util.ArrayDeque#grow() [JIT compiled code] at java.util.ArrayDeque#addFirst() [Inlined code] at java.util.ArrayDeque#push() [Inlined code] 0.71% 3234M org.apache.lucene.util.hnsw.NeighborArray#() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] 0.59% 2702M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] 0.59% 2665M org.apache.lucene.util.hnsw.NeighborArray#sort() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor() [Inlined code] 0.53% 2432M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor() [Inlined code] 0.49% 2233M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Interpreted code] 0.46% 2106M org.apache.lucene.util.hnsw.NeighborArray#() [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] 0.40% 1808M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge() [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run() [Interpreted code] 0.30% 1374M knn.IndexerThread#_run() [Interpreted code] at knn.IndexerThread#run() [Interpreted code] 0.27% 1213M knn.IndexerThread#_run() [JIT compiled code] at knn.IndexerThread#run() [Interpreted code] 0.25% 1117M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData() [JIT compiled code] 0.24% 1098M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] 0.21% 979M java.util.DualPivotQuicksort#tryMergeRuns() [JIT compiled code] at java.util.DualPivotQuicksort#sort() [JIT compiled code] at java.util.DualPivotQuicksort#sort() [Inlined code] at java.util.Arrays#sort() [Inlined code] 0.21% 966M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [JIT compiled code] 0.20% 915M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] 0.17% 784M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager() [Inlined code] at org.apache.lucene.search.AbstractKnnVectorQuery#rewrite() [JIT compiled code] at org.apache.lucene.search.KnnFloatVectorQuery#rewrite() [Inlined code] at knn.KnnGraphTester$ProfiledKnnFloatVectorQuery#rewrite() [JIT compiled code] 0.16% 744M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue() [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue() [Inlined code] 0.16% 718M org.apache.lucene.util.SparseFixedBitSet#insertLong() [Inlined code] at org.apache.lucene.util.SparseFixedBitSet#getAndSet() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel() [JIT compiled code] at org.apache.lucene.util.hnsw.AbstractHnswGraphSearcher#search() [Inlined code] 0.15% 680M org.apache.lucene.util.hnsw.NeighborArray#() [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode() [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure() [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph() [Interpreted code] 0.15% 679M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document() [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader#serializedDocument() [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#copyOneDoc() [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#merge() [JIT compiled code] 0.15% 675M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode() [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure() [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph() [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph() [Interpreted code] 0.14% 651M java.util.ArrayList#grow() [Inlined code] at java.util.ArrayList#grow() [Inlined code] at java.util.ArrayList#add() [Inlined code] at java.util.ArrayList#add() [Inlined code] 0.14% 637M java.lang.invoke.DirectMethodHandle#allocateInstance() [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() [JIT compiled code] 0.13% 594M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush() [JIT compiled code] 0.13% 576M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [JIT compiled code] 0.12% 527M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue() [Inlined code] 0.11% 516M java.lang.reflect.Array#newInstance() [Inlined code] at org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#grow() [JIT compiled code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode() [JIT compiled code] 0.10% 466M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] 0.08% 369M java.util.DualPivotQuicksort#sort() [JIT compiled code] at java.util.DualPivotQuicksort#sort() [Inlined code] at java.util.Arrays#sort() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#writeGraph() [JIT compiled code] 0.08% 343M org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0() [Interpreted code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x000000008219a558#run() [Interpreted code] at java.util.concurrent.ThreadPoolExecutor#runWorker() [Interpreted code] at java.util.concurrent.ThreadPoolExecutor$Worker#run() [Interpreted code] 0.06% 281M org.apache.lucene.document.Document#() [Inlined code] at knn.IndexerThread#_run() [JIT compiled code] at knn.IndexerThread#run() [Interpreted code] 0.06% 271M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire() [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared() [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock() [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read() [Inlined code] 0.06% 265M jdk.internal.misc.Unsafe#allocateUninitializedArray() [Inlined code] at java.lang.StringConcatHelper#newArray() [Inlined code] at java.lang.StringConcatHelper#newArrayWithSuffix() [Inlined code] at java.lang.String$$StringConcat.0x0000000082183400#concat() [Inlined code] 0.05% 246M java.util.ArrayList#iterator() [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic() [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#periodicTask() [Interpreted code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0() [Interpreted code] 0.05% 244M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.ArrayUtil#grow() [Inlined code] at org.apache.lucene.internal.hppc.IntArrayList#ensureBufferSpace() [Inlined code] 0.05% 227M java.util.List#of() [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument() [Inlined code] at org.apache.lucene.index.IndexWriter#addDocument() [Inlined code] at knn.IndexerThread#_run() [JIT compiled code] 0.05% 225M java.util.HashMap#newNode() [Inlined code] at java.util.HashMap#putVal() [Inlined code] at java.util.HashMap#put() [Inlined code] at java.util.HashSet#add() [Inlined code] 0.05% 223M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal() [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure() [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph() [Interpreted code] 0.05% 221M java.util.HashMap#resize() [JIT compiled code] at java.util.HashMap#putVal() [Inlined code] at java.util.HashMap#put() [Inlined code] at java.util.HashSet#add() [Inlined code] 0.04% 199M java.lang.Integer#valueOf() [Inlined code] at org.apache.lucene.document.StoredField#() [Inlined code] at knn.IndexerThread#_run() [JIT compiled code] at knn.IndexerThread#run() [Interpreted code] 0.04% 179M org.apache.lucene.util.ArrayUtil#copyOfSubArray() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#getRandomVectorScorer() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsReader#getRandomVectorScorer() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsReader#lambda$search$0() [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 org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.04.13.05.40.34/bench-knn-q4-fmFalse.jfr Profiler for heap at stackSize=12 [/l/logs.nightly/2026.04.13.05.40.34/bench-knn-q4-fmFalse.jfr is 1113.30 MB /l/logs.nightly/2026.04.13.05.40.34/bench-knn-q4-fmFalse.jfr is 1113.30 MB /l/logs.nightly/2026.04.13.05.40.34/bench-knn-q4-fmFalse.jfr is 1113.30 MB /l/logs.nightly/2026.04.13.05.40.34/bench-knn-q4-fmFalse.jfr is 1113.30 MB /l/logs.nightly/2026.04.13.05.40.34/bench-knn-q4-fmFalse.jfr is 1113.30 MB /l/logs.nightly/2026.04.13.05.40.34/bench-knn-q4-fmFalse.jfr is 1113.30 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 61804 events (total: 455527M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=false PERCENT HEAP SAMPLES STACK 11.14% 50745M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000008219a000#call() [Inlined code] 10.47% 47682M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000008219a000#call() [Inlined code] 9.87% 44946M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue() [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue() [Inlined code] at org.apache.lucene.index.IndexingChain#processField() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] 8.69% 39605M org.apache.lucene.util.TernaryLongHeap#() [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#() [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollector#() [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector() [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector() [Inlined code] at org.apache.lucene.search.IndexSearcher#search() [JIT compiled code] at org.apache.lucene.search.IndexSearcher#searchAfter() [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search() [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery() [JIT compiled code] at knn.KnnGraphTester#testSearch() [Interpreted code] at knn.KnnGraphTester#run() [Interpreted code] at knn.KnnGraphTester#runWithCleanUp() [Interpreted code] 6.92% 31512M org.apache.lucene.util.ArrayUtil#copyOfSubArray() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue() [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$FieldWriter#addValue() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$FieldWriter#addValue() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue() [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue() [Inlined code] at org.apache.lucene.index.IndexingChain#processField() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [Inlined code] 5.63% 25640M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000008219a000#call() [Inlined code] at java.util.concurrent.FutureTask#run() [Inlined code] 5.33% 24283M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000008219a000#call() [Inlined code] at java.util.concurrent.FutureTask#run() [JIT compiled code] 3.82% 17416M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] 3.62% 16481M org.apache.lucene.util.TernaryLongHeap#() [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#() [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#() [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector() [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector() [Interpreted code] at org.apache.lucene.search.IndexSearcher#search() [Interpreted code] at org.apache.lucene.search.IndexSearcher#searchAfter() [Interpreted code] at org.apache.lucene.search.IndexSearcher#search() [Interpreted code] at knn.KnnGraphTester#doFloatVectorQuery() [Interpreted code] at knn.KnnGraphTester#testSearch() [Interpreted code] at knn.KnnGraphTester#run() [Interpreted code] at knn.KnnGraphTester#runWithCleanUp() [Interpreted code] 3.38% 15414M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] 3.01% 13728M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder() [Inlined code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure() [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph() [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph() [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph() [Interpreted code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder() [Interpreted code] at org.apache.lucene.util.hnsw.IncrementalHnswGraphMerger#merge() [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField() [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField() [Interpreted code] 2.02% 9203M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [Inlined code] 1.93% 8799M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [JIT compiled code] 1.81% 8250M org.apache.lucene.util.TernaryLongHeap#() [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#() [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#() [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector() [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector() [Interpreted code] at org.apache.lucene.search.IndexSearcher#search() [Interpreted code] at org.apache.lucene.search.IndexSearcher#searchAfter() [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search() [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery() [JIT compiled code] at knn.KnnGraphTester#testSearch() [Interpreted code] at knn.KnnGraphTester#run() [Interpreted code] at knn.KnnGraphTester#runWithCleanUp() [Interpreted code] 1.63% 7417M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue() [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue() [Inlined code] at org.apache.lucene.index.IndexingChain#processField() [JIT compiled code] 1.52% 6923M java.lang.Integer#valueOf() [Inlined code] at knn.KnnGraphTester#printGraphConnectedNess() [JIT compiled code] at knn.KnnGraphTester#printFanoutHist() [Interpreted code] at knn.KnnGraphTester#printFanoutHist() [Interpreted code] at knn.KnnGraphTester#run() [Interpreted code] at knn.KnnGraphTester#runWithCleanUp() [Interpreted code] at knn.KnnGraphTester#main() [Interpreted code] 1.26% 5741M org.apache.lucene.util.hnsw.NeighborQueue#nodes() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue() [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue() [Inlined code] at org.apache.lucene.index.IndexingChain#processField() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments() [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument() [Inlined code] 1.26% 5732M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#replayBufferedVectors() [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue() [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue() [Inlined code] at org.apache.lucene.index.IndexingChain#processField() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] 1.24% 5638M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] 1.19% 5405M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] 0.94% 4294M org.apache.lucene.util.hnsw.NeighborQueue#nodes() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000008219a000#call() [Inlined code] at java.util.concurrent.FutureTask#run() [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run() [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0() [Inlined code] 0.82% 3718M java.util.Arrays#copyOf() [Inlined code] at java.util.ArrayDeque#grow() [JIT compiled code] at java.util.ArrayDeque#addFirst() [Inlined code] at java.util.ArrayDeque#push() [Inlined code] at knn.KnnGraphTester#printGraphConnectedNess() [JIT compiled code] at knn.KnnGraphTester#printFanoutHist() [Interpreted code] at knn.KnnGraphTester#printFanoutHist() [Interpreted code] at knn.KnnGraphTester#run() [Interpreted code] at knn.KnnGraphTester#runWithCleanUp() [Interpreted code] at knn.KnnGraphTester#main() [Interpreted code] 0.74% 3376M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue() [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue() [Inlined code] at org.apache.lucene.index.IndexingChain#processField() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] 0.65% 2954M org.apache.lucene.util.hnsw.NeighborQueue#nodes() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000008219a000#call() [Inlined code] at java.util.concurrent.FutureTask#run() [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run() [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0() [Inlined code] 0.49% 2233M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000008219a000#call() [Interpreted code] at java.util.concurrent.FutureTask#run() [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run() [Interpreted code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0() [Interpreted code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x000000008219a558#run() [Interpreted code] at java.util.concurrent.ThreadPoolExecutor#runWorker() [Interpreted code] 0.40% 1808M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge() [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run() [Interpreted code] 0.39% 1788M org.apache.lucene.util.hnsw.NeighborQueue#nodes() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000008219a000#call() [Inlined code] at java.util.concurrent.FutureTask#run() [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run() [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll() [JIT compiled code] 0.32% 1457M org.apache.lucene.util.hnsw.NeighborQueue#nodes() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000008219a000#call() [Inlined code] at java.util.concurrent.FutureTask#run() [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run() [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll() [Interpreted code] 0.30% 1374M knn.IndexerThread#_run() [Interpreted code] at knn.IndexerThread#run() [Interpreted code] 0.30% 1346M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000008219a000#call() [Inlined code] 0.28% 1292M org.apache.lucene.util.hnsw.NeighborArray#sort() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000008219a000#call() [Inlined code] 0.28% 1266M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000008219a000#call() [Inlined code] 0.27% 1213M knn.IndexerThread#_run() [JIT compiled code] at knn.IndexerThread#run() [Interpreted code] 0.25% 1135M org.apache.lucene.util.hnsw.NeighborArray#sort() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000008219a000#call() [Inlined code] 0.23% 1055M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000008219a000#call() [Inlined code] 0.23% 1026M org.apache.lucene.util.hnsw.NeighborArray#() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue() [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue() [Inlined code] at org.apache.lucene.index.IndexingChain#processField() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments() [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument() [Inlined code] 0.19% 867M org.apache.lucene.util.hnsw.NeighborQueue#nodes() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000008219a000#call() [Interpreted code] at java.util.concurrent.FutureTask#run() [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run() [Interpreted code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0() [Interpreted code] 0.19% 850M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue() [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue() [Inlined code] at org.apache.lucene.index.IndexingChain#processField() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments() [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument() [Inlined code] 0.16% 744M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue() [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue() [Inlined code] at org.apache.lucene.index.IndexingChain#processField() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments() [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument() [Inlined code] at org.apache.lucene.index.IndexWriter#addDocument() [Inlined code] at knn.IndexerThread#_run() [JIT compiled code] 0.16% 718M org.apache.lucene.util.SparseFixedBitSet#insertLong() [Inlined code] at org.apache.lucene.util.SparseFixedBitSet#getAndSet() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel() [JIT compiled code] at org.apache.lucene.util.hnsw.AbstractHnswGraphSearcher#search() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#search() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#search() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsReader#search() [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsReader#search() [Inlined code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsReader#search() [Inlined code] at org.apache.lucene.index.CodecReader#searchNearestVectors() [Inlined code] at org.apache.lucene.search.KnnFloatVectorQuery#approximateSearch() [JIT compiled code] at org.apache.lucene.search.AbstractKnnVectorQuery#getLeafResults() [Inlined code] 0.15% 679M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document() [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader#serializedDocument() [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#copyOneDoc() [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#merge() [JIT compiled code] at org.apache.lucene.index.SegmentMerger#mergeFields() [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x0000000082194838#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging() [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge() [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle() [Interpreted code] at org.apache.lucene.index.IndexWriter#merge() [Interpreted code] at org.apache.lucene.index.IndexWriter$IndexWriterMergeSource#merge() [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler#doMerge() [Interpreted code] 0.15% 661M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager() [Inlined code] at org.apache.lucene.search.AbstractKnnVectorQuery#rewrite() [JIT compiled code] at org.apache.lucene.search.KnnFloatVectorQuery#rewrite() [Inlined code] at knn.KnnGraphTester$ProfiledKnnFloatVectorQuery#rewrite() [JIT compiled code] at org.apache.lucene.search.IndexSearcher#rewrite() [JIT compiled code] at org.apache.lucene.search.IndexSearcher#rewrite() [Inlined code] at org.apache.lucene.search.IndexSearcher#search() [JIT compiled code] at org.apache.lucene.search.IndexSearcher#searchAfter() [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search() [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery() [JIT compiled code] at knn.KnnGraphTester#testSearch() [Interpreted code] at knn.KnnGraphTester#run() [Interpreted code] 0.14% 651M java.util.ArrayList#grow() [Inlined code] at java.util.ArrayList#grow() [Inlined code] at java.util.ArrayList#add() [Inlined code] at java.util.ArrayList#add() [Inlined code] at org.apache.lucene.document.Document#add() [Inlined code] at knn.IndexerThread#_run() [JIT compiled code] at knn.IndexerThread#run() [Interpreted code] 0.14% 634M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFieldToIndex() [Interpreted code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFieldToIndex() [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField() [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField() [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues() [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000821963b8#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging() [JIT compiled code] 0.14% 626M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000008219a000#call() [Inlined code] at java.util.concurrent.FutureTask#run() [JIT compiled code] 0.14% 625M org.apache.lucene.util.hnsw.NeighborArray#() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000008219a000#call() [Inlined code] at java.util.concurrent.FutureTask#run() [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run() [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0() [Inlined code] 0.14% 623M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000008219a000#call() [Inlined code] at java.util.concurrent.FutureTask#run() [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run() [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0() [Inlined code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x000000008219a558#run() [JIT compiled code] at java.util.concurrent.ThreadPoolExecutor#runWorker() [Interpreted code] 0.14% 615M org.apache.lucene.util.hnsw.NeighborArray#() [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode() [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure() [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph() [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph() [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph() [Interpreted code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder() [Interpreted code] at org.apache.lucene.util.hnsw.IncrementalHnswGraphMerger#merge() [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField() [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField() [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues() [Interpreted code] 0.13% 612M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode() [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure() [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph() [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph() [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph() [Interpreted code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder() [Interpreted code] at org.apache.lucene.util.hnsw.IncrementalHnswGraphMerger#merge() [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField() [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField() [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues() [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000821963b8#merge() [Interpreted code] 0.13% 606M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000008219a000#call() [Interpreted code] at java.util.concurrent.FutureTask#run() [Interpreted code] cmd: ['/usr/sbin/perf', 'stat', '-dd', '-e', 'task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend', '/usr/lib/jvm/java-25-openjdk/bin/java', '--add-modules', 'jdk.incubator.vector', '-Xmx32g', '-Xms32g', '-server', '-XX:+UseParallelGC', '-Djava.io.tmpdir=/l/tmp', '--enable-native-access=ALL-UNNAMED', '-cp', '/l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build:/l/util.nightly/build', '--add-modules', 'jdk.incubator.vector', '--enable-native-access=ALL-UNNAMED', '-XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/2026.04.13.05.40.34/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 3359392 JFR.dump name=1 to copy recording data to file. maxConn = 32 Vector Dimensions: 1024 numDocs = 8000000 beamWidth = 100 similarity = DOT_PRODUCT Seed = 2808181805771556 index key = dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-4-compressed-fm Index Path = knn-reuse/indices/dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-4-compressed-fm will now reindex: index does not exist Apr 13, 2026 7:17:20 AM org.apache.lucene.internal.vectorization.PanamaVectorizationProvider logIncubatorSetup INFO: Java vector incubator API enabled; uses preferredBitSize=256; FMA enabled creating index in knn-reuse/indices/dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-4-compressed-fm 39709371 doc vectors in docsPath "/big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec" parentJoin=false Done indexing 25000 documents. Done indexing 50000 documents. Done indexing 75000 documents. Done indexing 100000 documents. Done indexing 125000 documents. Done indexing 150000 documents. Done indexing 175000 documents. Done indexing 200000 documents. Done indexing 225000 documents. Done indexing 250000 documents. Done indexing 275000 documents. Done indexing 300000 documents. Done indexing 325000 documents. Done indexing 350000 documents. Done indexing 375000 documents. Done indexing 400000 documents. Done indexing 425000 documents. Done indexing 450000 documents. Done indexing 475000 documents. Done indexing 500000 documents. Done indexing 525000 documents. Done indexing 550000 documents. Done indexing 575000 documents. Done indexing 600000 documents. Done indexing 625000 documents. Done indexing 650000 documents. Done indexing 675000 documents. Done indexing 700000 documents. Done indexing 725000 documents. Done indexing 750000 documents. Done indexing 775000 documents. Done indexing 800000 documents. Done indexing 825000 documents. Done indexing 850000 documents. Done indexing 875000 documents. Done indexing 900000 documents. Done indexing 925000 documents. Done indexing 950000 documents. Done indexing 975000 documents. Done indexing 1000000 documents. Done indexing 1025000 documents. Done indexing 1050000 documents. Done indexing 1075000 documents. Done indexing 1100000 documents. Done indexing 1125000 documents. Done indexing 1150000 documents. Done indexing 1175000 documents. Done indexing 1200000 documents. Done indexing 1225000 documents. Done indexing 1250000 documents. Done indexing 1275000 documents. Done indexing 1300000 documents. Done indexing 1325000 documents. Done indexing 1350000 documents. Done indexing 1375000 documents. Done indexing 1400000 documents. Done indexing 1425000 documents. Done indexing 1450000 documents. Done indexing 1475000 documents. Done indexing 1500000 documents. Done indexing 1525000 documents. Done indexing 1550000 documents. Done indexing 1575000 documents. Done indexing 1600000 documents. Done indexing 1625000 documents. Done indexing 1650000 documents. Done indexing 1675000 documents. Done indexing 1700000 documents. Done indexing 1725000 documents. Done indexing 1750000 documents. Done indexing 1775000 documents. Done indexing 1800000 documents. Done indexing 1825000 documents. Done indexing 1850000 documents. Done indexing 1875000 documents. Done indexing 1900000 documents. Done indexing 1925000 documents. Done indexing 1950000 documents. Done indexing 1975000 documents. Done indexing 2000000 documents. Done indexing 2025000 documents. Done indexing 2050000 documents. Done indexing 2075000 documents. Done indexing 2100000 documents. Done indexing 2125000 documents. Done indexing 2150000 documents. Done indexing 2175000 documents. Done indexing 2200000 documents. Done indexing 2225000 documents. Done indexing 2250000 documents. Done indexing 2275000 documents. Done indexing 2300000 documents. Done indexing 2325000 documents. Done indexing 2350000 documents. Done indexing 2375000 documents. Done indexing 2400000 documents. Done indexing 2425000 documents. Done indexing 2450000 documents. Done indexing 2475000 documents. Done indexing 2500000 documents. Done indexing 2525000 documents. Done indexing 2550000 documents. Done indexing 2575000 documents. Done indexing 2600000 documents. Done indexing 2625000 documents. Done indexing 2650000 documents. Done indexing 2675000 documents. Done indexing 2700000 documents. Done indexing 2725000 documents. Done indexing 2750000 documents. Done indexing 2775000 documents. Done indexing 2800000 documents. Done indexing 2825000 documents. Done indexing 2850000 documents. Done indexing 2875000 documents. Done indexing 2900000 documents. Done indexing 2925000 documents. Done indexing 2950000 documents. Done indexing 2975000 documents. Done indexing 3000000 documents. Done indexing 3025000 documents. Done indexing 3050000 documents. Done indexing 3075000 documents. Done indexing 3100000 documents. Done indexing 3125000 documents. Done indexing 3150000 documents. Done indexing 3175000 documents. Done indexing 3200000 documents. Done indexing 3225000 documents. Done indexing 3250000 documents. Done indexing 3275000 documents. Done indexing 3300000 documents. Done indexing 3325000 documents. Done indexing 3350000 documents. Done indexing 3375000 documents. Done indexing 3400000 documents. Done indexing 3425000 documents. Done indexing 3450000 documents. Done indexing 3475000 documents. Done indexing 3500000 documents. Done indexing 3525000 documents. Done indexing 3550000 documents. Done indexing 3575000 documents. Done indexing 3600000 documents. Done indexing 3625000 documents. Done indexing 3650000 documents. Done indexing 3675000 documents. Done indexing 3700000 documents. Done indexing 3725000 documents. Done indexing 3750000 documents. Done indexing 3775000 documents. Done indexing 3800000 documents. Done indexing 3825000 documents. Done indexing 3850000 documents. Done indexing 3875000 documents. Done indexing 3900000 documents. Done indexing 3925000 documents. Done indexing 3950000 documents. Done indexing 3975000 documents. Done indexing 4000000 documents. Done indexing 4025000 documents. Done indexing 4050000 documents. Done indexing 4075000 documents. Done indexing 4100000 documents. Done indexing 4125000 documents. Done indexing 4150000 documents. Done indexing 4175000 documents. Done indexing 4200000 documents. Done indexing 4225000 documents. Done indexing 4250000 documents. Done indexing 4275000 documents. Done indexing 4300000 documents. Done indexing 4325000 documents. Done indexing 4350000 documents. Done indexing 4375000 documents. Done indexing 4400000 documents. Done indexing 4425000 documents. Done indexing 4450000 documents. Done indexing 4475000 documents. Done indexing 4500000 documents. Done indexing 4525000 documents. Done indexing 4550000 documents. Done indexing 4575000 documents. Done indexing 4600000 documents. Done indexing 4625000 documents. Done indexing 4650000 documents. Done indexing 4675000 documents. Done indexing 4700000 documents. Done indexing 4725000 documents. Done indexing 4750000 documents. Done indexing 4775000 documents. Done indexing 4800000 documents. Done indexing 4825000 documents. Done indexing 4850000 documents. Done indexing 4875000 documents. Done indexing 4900000 documents. Done indexing 4925000 documents. Done indexing 4950000 documents. Done indexing 4975000 documents. Done indexing 5000000 documents. Done indexing 5025000 documents. Done indexing 5050000 documents. Done indexing 5075000 documents. Done indexing 5100000 documents. Done indexing 5125000 documents. Done indexing 5150000 documents. Done indexing 5175000 documents. Done indexing 5200000 documents. Done indexing 5225000 documents. Done indexing 5250000 documents. Done indexing 5275000 documents. Done indexing 5300000 documents. Done indexing 5325000 documents. Done indexing 5350000 documents. Done indexing 5375000 documents. Done indexing 5400000 documents. Done indexing 5425000 documents. Done indexing 5450000 documents. Done indexing 5475000 documents. Done indexing 5500000 documents. Done indexing 5525000 documents. Done indexing 5550000 documents. Done indexing 5575000 documents. Done indexing 5600000 documents. Done indexing 5625000 documents. Done indexing 5650000 documents. Done indexing 5675000 documents. Done indexing 5700000 documents. Done indexing 5725000 documents. Done indexing 5750000 documents. Done indexing 5775000 documents. Done indexing 5800000 documents. Done indexing 5825000 documents. Done indexing 5850000 documents. Done indexing 5875000 documents. Done indexing 5900000 documents. Done indexing 5925000 documents. Done indexing 5950000 documents. Done indexing 5975000 documents. Done indexing 6000000 documents. Done indexing 6025000 documents. Done indexing 6050000 documents. Done indexing 6075000 documents. Done indexing 6100000 documents. Done indexing 6125000 documents. Done indexing 6150000 documents. Done indexing 6175000 documents. Done indexing 6200000 documents. Done indexing 6225000 documents. Done indexing 6250000 documents. Done indexing 6275000 documents. Done indexing 6300000 documents. Done indexing 6325000 documents. Done indexing 6350000 documents. Done indexing 6375000 documents. Done indexing 6400000 documents. Done indexing 6425000 documents. Done indexing 6450000 documents. Done indexing 6475000 documents. Done indexing 6500000 documents. Done indexing 6525000 documents. Done indexing 6550000 documents. Done indexing 6575000 documents. Done indexing 6600000 documents. Done indexing 6625000 documents. Done indexing 6650000 documents. Done indexing 6675000 documents. Done indexing 6700000 documents. Done indexing 6725000 documents. Done indexing 6750000 documents. Done indexing 6775000 documents. Done indexing 6800000 documents. Done indexing 6825000 documents. Done indexing 6850000 documents. Done indexing 6875000 documents. Done indexing 6900000 documents. Done indexing 6925000 documents. Done indexing 6950000 documents. Done indexing 6975000 documents. Done indexing 7000000 documents. Done indexing 7025000 documents. Done indexing 7050000 documents. Done indexing 7075000 documents. Done indexing 7100000 documents. Done indexing 7125000 documents. Done indexing 7150000 documents. Done indexing 7175000 documents. Done indexing 7200000 documents. Done indexing 7225000 documents. Done indexing 7250000 documents. Done indexing 7275000 documents. Done indexing 7300000 documents. Done indexing 7325000 documents. Done indexing 7350000 documents. Done indexing 7375000 documents. Done indexing 7400000 documents. Done indexing 7425000 documents. Done indexing 7450000 documents. Done indexing 7475000 documents. Done indexing 7500000 documents. Done indexing 7525000 documents. Done indexing 7550000 documents. Done indexing 7575000 documents. Done indexing 7600000 documents. Done indexing 7625000 documents. Done indexing 7650000 documents. Done indexing 7675000 documents. Done indexing 7700000 documents. Done indexing 7725000 documents. Done indexing 7750000 documents. Done indexing 7775000 documents. Done indexing 7800000 documents. Done indexing 7825000 documents. Done indexing 7850000 documents. Done indexing 7875000 documents. Done indexing 7900000 documents. Done indexing 7925000 documents. Done indexing 7950000 documents. Done indexing 7975000 documents. Done indexing 8000000 documents. now IndexWriter.commit() now wait for already running merges to finish 0.0 sec: 106 segments, 10 merges 101.3s _173: 8 segs, 962.3 K docs, 4329.7 MB 39.3s _1a3: 8 segs, 162.3 K docs, 728.2 MB 35.1s _1ab: 8 segs, 79.2 K docs, 354.7 MB 31.4s _1aj: 8 segs, 607.9 K docs, 2734.2 MB 26.3s _1ar: 11 segs, 56.0 K docs, 250.0 MB 21.1s _1b2: 10 segs, 52.0 K docs, 232.2 MB 15.3s _1bd: 10 segs, 52.3 K docs, 233.3 MB 10.0s _1bo: 10 segs, 53.6 K docs, 239.4 MB 4.4s _1bz: 10 segs, 53.3 K docs, 238.1 MB 0.0s _1c3: 11 segs, 44.0 K docs, 196.4 MB 5.0 sec: 106 segments, 10 merges 106.3s _173: 8 segs, 962.3 K docs, 4329.7 MB 44.3s _1a3: 8 segs, 162.3 K docs, 728.2 MB 40.1s _1ab: 8 segs, 79.2 K docs, 354.7 MB 36.4s _1aj: 8 segs, 607.9 K docs, 2734.2 MB 31.3s _1ar: 11 segs, 56.0 K docs, 250.0 MB 26.1s _1b2: 10 segs, 52.0 K docs, 232.2 MB 20.3s _1bd: 10 segs, 52.3 K docs, 233.3 MB 15.0s _1bo: 10 segs, 53.6 K docs, 239.4 MB 9.4s _1bz: 10 segs, 53.3 K docs, 238.1 MB 5.0s _1c3: 11 segs, 44.0 K docs, 196.4 MB 10.0 sec: 106 segments, 10 merges 111.3s _173: 8 segs, 962.3 K docs, 4329.7 MB 49.3s _1a3: 8 segs, 162.3 K docs, 728.2 MB 45.1s _1ab: 8 segs, 79.2 K docs, 354.7 MB 41.4s _1aj: 8 segs, 607.9 K docs, 2734.2 MB 36.3s _1ar: 11 segs, 56.0 K docs, 250.0 MB 31.1s _1b2: 10 segs, 52.0 K docs, 232.2 MB 25.3s _1bd: 10 segs, 52.3 K docs, 233.3 MB 20.0s _1bo: 10 segs, 53.6 K docs, 239.4 MB 14.4s _1bz: 10 segs, 53.3 K docs, 238.1 MB 10.0s _1c3: 11 segs, 44.0 K docs, 196.4 MB 15.0 sec: 99 segments, 9 merges 116.3s _173: 8 segs, 962.3 K docs, 4329.7 MB 54.3s _1a3: 8 segs, 162.3 K docs, 728.2 MB 46.4s _1aj: 8 segs, 607.9 K docs, 2734.2 MB 41.3s _1ar: 11 segs, 56.0 K docs, 250.0 MB 36.1s _1b2: 10 segs, 52.0 K docs, 232.2 MB 30.3s _1bd: 10 segs, 52.3 K docs, 233.3 MB 25.0s _1bo: 10 segs, 53.6 K docs, 239.4 MB 19.4s _1bz: 10 segs, 53.3 K docs, 238.1 MB 15.0s _1c3: 11 segs, 44.0 K docs, 196.4 MB 20.1 sec: 90 segments, 8 merges 121.4s _173: 8 segs, 962.3 K docs, 4329.7 MB 59.3s _1a3: 8 segs, 162.3 K docs, 728.2 MB 51.4s _1aj: 8 segs, 607.9 K docs, 2734.2 MB 46.4s _1ar: 11 segs, 56.0 K docs, 250.0 MB 35.3s _1bd: 10 segs, 52.3 K docs, 233.3 MB 30.0s _1bo: 10 segs, 53.6 K docs, 239.4 MB 24.5s _1bz: 10 segs, 53.3 K docs, 238.1 MB 20.1s _1c3: 11 segs, 44.0 K docs, 196.4 MB 25.1 sec: 80 segments, 7 merges 126.4s _173: 8 segs, 962.3 K docs, 4329.7 MB 64.3s _1a3: 8 segs, 162.3 K docs, 728.2 MB 56.4s _1aj: 8 segs, 607.9 K docs, 2734.2 MB 40.3s _1bd: 10 segs, 52.3 K docs, 233.3 MB 35.0s _1bo: 10 segs, 53.6 K docs, 239.4 MB 29.5s _1bz: 10 segs, 53.3 K docs, 238.1 MB 25.1s _1c3: 11 segs, 44.0 K docs, 196.4 MB 30.1 sec: 61 segments, 5 merges 131.4s _173: 8 segs, 962.3 K docs, 4329.7 MB 69.3s _1a3: 8 segs, 162.3 K docs, 728.2 MB 61.4s _1aj: 8 segs, 607.9 K docs, 2734.2 MB 40.0s _1bo: 10 segs, 53.6 K docs, 239.4 MB 34.5s _1bz: 10 segs, 53.3 K docs, 238.1 MB 35.1 sec: 52 segments, 4 merges 136.4s _173: 8 segs, 962.3 K docs, 4329.7 MB 74.3s _1a3: 8 segs, 162.3 K docs, 728.2 MB 66.4s _1aj: 8 segs, 607.9 K docs, 2734.2 MB 39.5s _1bz: 10 segs, 53.3 K docs, 238.1 MB 40.1 sec: 43 segments, 3 merges 141.4s _173: 8 segs, 962.3 K docs, 4329.7 MB 79.3s _1a3: 8 segs, 162.3 K docs, 728.2 MB 71.4s _1aj: 8 segs, 607.9 K docs, 2734.2 MB 45.1 sec: 43 segments, 3 merges 146.4s _173: 8 segs, 962.3 K docs, 4329.7 MB 84.3s _1a3: 8 segs, 162.3 K docs, 728.2 MB 76.4s _1aj: 8 segs, 607.9 K docs, 2734.2 MB 50.1 sec: 43 segments, 3 merges 151.4s _173: 8 segs, 962.3 K docs, 4329.7 MB 89.3s _1a3: 8 segs, 162.3 K docs, 728.2 MB 81.4s _1aj: 8 segs, 607.9 K docs, 2734.2 MB 55.0 sec: 29 segments, 2 merges 86.4s _1aj: 8 segs, 607.9 K docs, 2734.2 MB 4.1s _1c4: 7 segs, 1117.0 K docs, 5026.1 MB 60.1 sec: 29 segments, 2 merges 91.4s _1aj: 8 segs, 607.9 K docs, 2734.2 MB 9.1s _1c4: 7 segs, 1117.0 K docs, 5026.1 MB 65.1 sec: 29 segments, 2 merges 96.4s _1aj: 8 segs, 607.9 K docs, 2734.2 MB 14.1s _1c4: 7 segs, 1117.0 K docs, 5026.1 MB 70.1 sec: 29 segments, 2 merges 101.4s _1aj: 8 segs, 607.9 K docs, 2734.2 MB 19.1s _1c4: 7 segs, 1117.0 K docs, 5026.1 MB 75.1 sec: 29 segments, 2 merges 106.4s _1aj: 8 segs, 607.9 K docs, 2734.2 MB 24.1s _1c4: 7 segs, 1117.0 K docs, 5026.1 MB 80.1 sec: 29 segments, 2 merges 111.4s _1aj: 8 segs, 607.9 K docs, 2734.2 MB 29.1s _1c4: 7 segs, 1117.0 K docs, 5026.1 MB 85.1 sec: 29 segments, 2 merges 116.4s _1aj: 8 segs, 607.9 K docs, 2734.2 MB 34.1s _1c4: 7 segs, 1117.0 K docs, 5026.1 MB 90.1 sec: 22 segments, 1 merges 39.1s _1c4: 7 segs, 1117.0 K docs, 5026.1 MB 95.1 sec: 22 segments, 1 merges 44.1s _1c4: 7 segs, 1117.0 K docs, 5026.1 MB 100.1 sec: 22 segments, 1 merges 49.1s _1c4: 7 segs, 1117.0 K docs, 5026.1 MB 105.1 sec: 22 segments, 1 merges 54.1s _1c4: 7 segs, 1117.0 K docs, 5026.1 MB 110.1 sec: 22 segments, 1 merges 59.1s _1c4: 7 segs, 1117.0 K docs, 5026.1 MB 115.0 sec: 22 segments, 1 merges 64.0s _1c4: 7 segs, 1117.0 K docs, 5026.1 MB 120.0 sec: 22 segments, 1 merges 69.0s _1c4: 7 segs, 1117.0 K docs, 5026.1 MB 125.0 sec: 22 segments, 1 merges 74.0s _1c4: 7 segs, 1117.0 K docs, 5026.1 MB 130.0 sec: 22 segments, 1 merges 79.1s _1c4: 7 segs, 1117.0 K docs, 5026.1 MB 135.0 sec: 22 segments, 1 merges 84.1s _1c4: 7 segs, 1117.0 K docs, 5026.1 MB 140.0 sec: 22 segments, 1 merges 89.1s _1c4: 7 segs, 1117.0 K docs, 5026.1 MB 145.0 sec: 22 segments, 1 merges 94.1s _1c4: 7 segs, 1117.0 K docs, 5026.1 MB 150.0 sec: 22 segments, 1 merges 99.1s _1c4: 7 segs, 1117.0 K docs, 5026.1 MB 155.0 sec: 22 segments, 1 merges 104.1s _1c4: 7 segs, 1117.0 K docs, 5026.1 MB 160.0 sec: 22 segments, 1 merges 109.1s _1c4: 7 segs, 1117.0 K docs, 5026.1 MB 165.0 sec: 22 segments, 1 merges 114.1s _1c4: 7 segs, 1117.0 K docs, 5026.1 MB 170.1 sec: 22 segments, 1 merges 119.1s _1c4: 7 segs, 1117.0 K docs, 5026.1 MB 175.1 sec: 22 segments, 1 merges 124.1s _1c4: 7 segs, 1117.0 K docs, 5026.1 MB 180.1 sec: 22 segments, 1 merges 129.1s _1c4: 7 segs, 1117.0 K docs, 5026.1 MB done first pass waiting for merges done second pass waiting for merges (CMS.sync()) Indexed 8000000 docs in 940 seconds reindex takes 940.39 sec Force merge index in knn-reuse/indices/dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-4-compressed-fm now wait for already running merges to finish 0.0 sec: 16 segments, 1 merges 5.0 sec: 16 segments, 1 merges 5.0s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 10.0 sec: 16 segments, 1 merges 10.0s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 15.0 sec: 16 segments, 1 merges 15.0s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 20.0 sec: 16 segments, 1 merges 20.0s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 25.0 sec: 16 segments, 1 merges 25.0s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 30.0 sec: 16 segments, 1 merges 30.0s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 35.0 sec: 16 segments, 1 merges 35.0s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 40.0 sec: 16 segments, 1 merges 40.0s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 45.0 sec: 16 segments, 1 merges 45.0s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 50.0 sec: 16 segments, 1 merges 50.0s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 55.0 sec: 16 segments, 1 merges 55.0s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 60.1 sec: 16 segments, 1 merges 60.1s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 65.1 sec: 16 segments, 1 merges 65.1s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 70.1 sec: 16 segments, 1 merges 70.1s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 75.1 sec: 16 segments, 1 merges 75.1s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 80.1 sec: 16 segments, 1 merges 80.1s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 85.1 sec: 16 segments, 1 merges 85.1s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 90.1 sec: 16 segments, 1 merges 90.1s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 95.1 sec: 16 segments, 1 merges 95.1s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 100.1 sec: 16 segments, 1 merges 100.1s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 105.1 sec: 16 segments, 1 merges 105.1s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 110.1 sec: 16 segments, 1 merges 110.1s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 115.0 sec: 16 segments, 1 merges 115.0s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 120.0 sec: 16 segments, 1 merges 120.0s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 125.0 sec: 16 segments, 1 merges 125.0s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 130.0 sec: 16 segments, 1 merges 130.0s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 135.0 sec: 16 segments, 1 merges 135.0s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 140.0 sec: 16 segments, 1 merges 140.0s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 145.0 sec: 16 segments, 1 merges 145.0s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 150.0 sec: 16 segments, 1 merges 150.0s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 155.0 sec: 16 segments, 1 merges 155.0s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 160.0 sec: 16 segments, 1 merges 160.0s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 165.0 sec: 16 segments, 1 merges 165.0s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 170.0 sec: 16 segments, 1 merges 170.0s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 175.1 sec: 16 segments, 1 merges 175.1s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 180.1 sec: 16 segments, 1 merges 180.1s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 185.1 sec: 16 segments, 1 merges 185.1s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 190.1 sec: 16 segments, 1 merges 190.1s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 195.1 sec: 16 segments, 1 merges 195.1s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 200.1 sec: 16 segments, 1 merges 200.1s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 205.1 sec: 16 segments, 1 merges 205.1s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 210.1 sec: 16 segments, 1 merges 210.1s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 215.1 sec: 16 segments, 1 merges 215.1s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 220.1 sec: 16 segments, 1 merges 220.1s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 225.1 sec: 16 segments, 1 merges 225.1s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 230.1 sec: 16 segments, 1 merges 230.1s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 235.1 sec: 16 segments, 1 merges 235.1s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 240.1 sec: 16 segments, 1 merges 240.1s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 245.0 sec: 16 segments, 1 merges 245.0s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 250.0 sec: 16 segments, 1 merges 250.0s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 255.0 sec: 16 segments, 1 merges 255.0s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 260.0 sec: 16 segments, 1 merges 260.0s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 265.0 sec: 16 segments, 1 merges 265.0s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 270.0 sec: 16 segments, 1 merges 270.0s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 275.0 sec: 16 segments, 1 merges 275.0s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 280.0 sec: 16 segments, 1 merges 280.0s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 285.0 sec: 16 segments, 1 merges 285.0s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 290.0 sec: 16 segments, 1 merges 290.0s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 295.0 sec: 16 segments, 1 merges 295.0s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 300.0 sec: 16 segments, 1 merges 300.0s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 305.0 sec: 16 segments, 1 merges 305.0s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 310.0 sec: 16 segments, 1 merges 310.0s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 315.0 sec: 16 segments, 1 merges 315.0s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 320.1 sec: 16 segments, 1 merges 320.1s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 325.1 sec: 16 segments, 1 merges 325.1s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 330.1 sec: 16 segments, 1 merges 330.1s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 335.1 sec: 16 segments, 1 merges 335.1s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 340.1 sec: 16 segments, 1 merges 340.1s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 345.1 sec: 16 segments, 1 merges 345.1s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 350.1 sec: 16 segments, 1 merges 350.1s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 355.1 sec: 16 segments, 1 merges 355.1s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 360.1 sec: 16 segments, 1 merges 360.1s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 365.1 sec: 16 segments, 1 merges 365.1s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 370.1 sec: 16 segments, 1 merges 370.1s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 375.1 sec: 16 segments, 1 merges 375.1s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 380.0 sec: 16 segments, 1 merges 380.0s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 385.0 sec: 16 segments, 1 merges 385.0s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 390.0 sec: 16 segments, 1 merges 390.0s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 395.0 sec: 16 segments, 1 merges 395.0s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 400.0 sec: 16 segments, 1 merges 400.0s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 405.0 sec: 16 segments, 1 merges 405.0s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 410.0 sec: 16 segments, 1 merges 410.0s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 415.0 sec: 16 segments, 1 merges 415.0s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 420.0 sec: 16 segments, 1 merges 420.0s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 425.0 sec: 16 segments, 1 merges 425.0s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 430.0 sec: 16 segments, 1 merges 430.0s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 435.1 sec: 16 segments, 1 merges 435.1s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 440.1 sec: 16 segments, 1 merges 440.1s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 445.1 sec: 16 segments, 1 merges 445.1s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 450.1 sec: 16 segments, 1 merges 450.1s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 455.1 sec: 16 segments, 1 merges 455.1s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 460.1 sec: 16 segments, 1 merges 460.1s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 465.0 sec: 16 segments, 1 merges 465.0s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 470.0 sec: 16 segments, 1 merges 470.0s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 475.0 sec: 16 segments, 1 merges 475.0s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 480.0 sec: 16 segments, 1 merges 480.0s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 485.0 sec: 16 segments, 1 merges 485.0s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 490.0 sec: 16 segments, 1 merges 490.0s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 495.0 sec: 16 segments, 1 merges 495.0s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 500.0 sec: 16 segments, 1 merges 500.0s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 505.0 sec: 16 segments, 1 merges 505.0s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 510.0 sec: 16 segments, 1 merges 510.0s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 515.0 sec: 16 segments, 1 merges 515.0s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 520.0 sec: 16 segments, 1 merges 520.0s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 525.0 sec: 16 segments, 1 merges 525.0s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 530.0 sec: 16 segments, 1 merges 530.0s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 535.1 sec: 16 segments, 1 merges 535.1s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 540.1 sec: 16 segments, 1 merges 540.1s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 545.1 sec: 16 segments, 1 merges 545.1s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 550.1 sec: 16 segments, 1 merges 550.1s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 555.1 sec: 16 segments, 1 merges 555.1s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 560.0 sec: 16 segments, 1 merges 560.0s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 565.0 sec: 16 segments, 1 merges 565.0s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 570.0 sec: 16 segments, 1 merges 570.0s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 575.0 sec: 16 segments, 1 merges 575.0s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 580.0 sec: 16 segments, 1 merges 580.0s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 585.0 sec: 16 segments, 1 merges 585.0s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 590.0 sec: 16 segments, 1 merges 590.0s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 595.0 sec: 16 segments, 1 merges 595.0s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 600.0 sec: 16 segments, 1 merges 600.0s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 605.0 sec: 16 segments, 1 merges 605.0s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 610.1 sec: 16 segments, 1 merges 610.1s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 615.1 sec: 16 segments, 1 merges 615.1s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 620.1 sec: 16 segments, 1 merges 620.1s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 625.1 sec: 16 segments, 1 merges 625.1s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 630.1 sec: 16 segments, 1 merges 630.1s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 635.1 sec: 16 segments, 1 merges 635.1s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 640.1 sec: 16 segments, 1 merges 640.1s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 645.1 sec: 16 segments, 1 merges 645.1s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 650.1 sec: 16 segments, 1 merges 650.1s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 655.1 sec: 16 segments, 1 merges 655.1s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 660.0 sec: 16 segments, 1 merges 660.0s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 665.0 sec: 16 segments, 1 merges 665.0s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 670.1 sec: 16 segments, 1 merges 670.1s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 675.1 sec: 16 segments, 1 merges 675.1s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 680.1 sec: 16 segments, 1 merges 680.1s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 685.1 sec: 16 segments, 1 merges 685.1s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 690.0 sec: 16 segments, 1 merges 690.0s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 695.0 sec: 16 segments, 1 merges 695.0s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 700.0 sec: 16 segments, 1 merges 700.0s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 705.0 sec: 16 segments, 1 merges 705.0s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 710.0 sec: 16 segments, 1 merges 710.0s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 715.0 sec: 16 segments, 1 merges 715.0s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 720.0 sec: 16 segments, 1 merges 720.0s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 725.0 sec: 16 segments, 1 merges 725.0s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 730.1 sec: 16 segments, 1 merges 730.1s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 735.1 sec: 16 segments, 1 merges 735.1s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 740.1 sec: 16 segments, 1 merges 740.1s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 745.1 sec: 16 segments, 1 merges 745.1s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 750.1 sec: 16 segments, 1 merges 750.1s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 755.1 sec: 16 segments, 1 merges 755.1s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 760.1 sec: 16 segments, 1 merges 760.1s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 765.1 sec: 16 segments, 1 merges 765.1s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 770.1 sec: 16 segments, 1 merges 770.1s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 775.0 sec: 16 segments, 1 merges 775.0s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 780.0 sec: 16 segments, 1 merges 780.0s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 785.0 sec: 16 segments, 1 merges 785.0s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 790.0 sec: 16 segments, 1 merges 790.0s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 795.0 sec: 16 segments, 1 merges 795.0s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 800.0 sec: 16 segments, 1 merges 800.0s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 805.1 sec: 16 segments, 1 merges 805.1s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 810.1 sec: 16 segments, 1 merges 810.1s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 815.1 sec: 16 segments, 1 merges 815.1s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 820.1 sec: 16 segments, 1 merges 820.1s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 825.1 sec: 16 segments, 1 merges 825.1s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 830.1 sec: 16 segments, 1 merges 830.1s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 835.1 sec: 16 segments, 1 merges 835.1s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 840.0 sec: 16 segments, 1 merges 840.0s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 845.0 sec: 16 segments, 1 merges 845.0s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 850.0 sec: 16 segments, 1 merges 850.0s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 855.0 sec: 16 segments, 1 merges 855.0s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 860.0 sec: 16 segments, 1 merges 860.0s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 865.0 sec: 16 segments, 1 merges 865.0s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 870.0 sec: 16 segments, 1 merges 870.0s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 875.0 sec: 16 segments, 1 merges 875.0s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 880.0 sec: 16 segments, 1 merges 880.0s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 885.1 sec: 16 segments, 1 merges 885.1s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 890.1 sec: 16 segments, 1 merges 890.1s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 895.1 sec: 16 segments, 1 merges 895.1s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 900.1 sec: 16 segments, 1 merges 900.1s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 905.0 sec: 16 segments, 1 merges 905.0s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 910.0 sec: 16 segments, 1 merges 910.0s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 915.0 sec: 16 segments, 1 merges 915.0s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 920.0 sec: 16 segments, 1 merges 920.0s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 925.0 sec: 16 segments, 1 merges 925.0s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 930.0 sec: 16 segments, 1 merges 930.0s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 935.0 sec: 16 segments, 1 merges 935.0s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 940.0 sec: 16 segments, 1 merges 940.0s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 945.0 sec: 16 segments, 1 merges 945.0s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 950.0 sec: 16 segments, 1 merges 950.0s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 955.0 sec: 16 segments, 1 merges 955.0s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 960.0 sec: 16 segments, 1 merges 960.0s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 965.0 sec: 16 segments, 1 merges 965.0s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 970.0 sec: 16 segments, 1 merges 970.0s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 975.0 sec: 16 segments, 1 merges 975.0s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 980.0 sec: 16 segments, 1 merges 980.0s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 985.0 sec: 16 segments, 1 merges 985.0s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 990.0 sec: 16 segments, 1 merges 990.0s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 995.1 sec: 16 segments, 1 merges 995.1s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 1000.1 sec: 16 segments, 1 merges 1000.1s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 1005.1 sec: 16 segments, 1 merges 1005.1s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 1010.1 sec: 16 segments, 1 merges 1010.1s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 1015.1 sec: 16 segments, 1 merges 1015.1s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 1020.1 sec: 16 segments, 1 merges 1020.1s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 1025.1 sec: 16 segments, 1 merges 1025.1s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 1030.1 sec: 16 segments, 1 merges 1030.1s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 1035.1 sec: 16 segments, 1 merges 1035.1s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 1040.1 sec: 16 segments, 1 merges 1040.1s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 1045.1 sec: 16 segments, 1 merges 1045.1s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 1050.1 sec: 16 segments, 1 merges 1050.1s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 1055.1 sec: 16 segments, 1 merges 1055.1s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 1060.0 sec: 16 segments, 1 merges 1060.0s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 1065.0 sec: 16 segments, 1 merges 1065.0s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 1070.0 sec: 16 segments, 1 merges 1070.0s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 1075.0 sec: 16 segments, 1 merges 1075.0s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 1080.0 sec: 16 segments, 1 merges 1080.0s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB 1085.0 sec: 16 segments, 1 merges 1085.0s _1c5: 16 segs, 8000.0 K docs, 36041.7 MB done first pass waiting for merges done second pass waiting for merges (CMS.sync()) Force merge done in 1091.04 sec index has 1 segments: segments_3: _1c5(11.0.0):C8000000 _1c5: 36186.0 MB encodingByteSize=4 origByteSize=4 realEncodingByteSize=0.5 index disk usage is 36186.01 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=49144062894 cpu@end=51515781294 deltaMS=2371.7184 thread 14 name=Reference Handler cpu@start=1448069 cpu@end=1448069 deltaMS=0.0 thread 15 name=Finalizer cpu@start=146524 cpu@end=146524 deltaMS=0.0 thread 16 name=Signal Dispatcher cpu@start=115660 cpu@end=115660 deltaMS=0.0 thread 40 name=Common-Cleaner cpu@start=4735003 cpu@end=4735003 deltaMS=0.0 thread 41 name=JFR Recorder Thread cpu@start=17201895526 cpu@end=17202345228 deltaMS=0.449702 thread 42 name=JFR Periodic Tasks cpu@start=119816509776 cpu@end=119931846263 deltaMS=115.336487 thread 46 name=Notification Thread cpu@start=108324 cpu@end=108324 deltaMS=0.0 thread 57 name=hnsw-merge-1-thread-1 cpu@start=1700017815119 cpu@end=1700017815119 deltaMS=0.0 thread 58 name=hnsw-merge-1-thread-2 cpu@start=1705190704842 cpu@end=1705190704842 deltaMS=0.0 thread 59 name=hnsw-merge-1-thread-3 cpu@start=1705521136204 cpu@end=1705521136204 deltaMS=0.0 thread 60 name=hnsw-merge-1-thread-4 cpu@start=1699268767392 cpu@end=1699268767392 deltaMS=0.0 thread 61 name=hnsw-merge-1-thread-5 cpu@start=1704181860772 cpu@end=1704181860772 deltaMS=0.0 thread 62 name=hnsw-merge-1-thread-6 cpu@start=1702964995072 cpu@end=1702964995072 deltaMS=0.0 thread 63 name=hnsw-merge-1-thread-7 cpu@start=1704745938652 cpu@end=1704745938652 deltaMS=0.0 thread 64 name=hnsw-merge-1-thread-8 cpu@start=1700291135049 cpu@end=1700291135049 deltaMS=0.0 thread 65 name=hnsw-merge-1-thread-9 cpu@start=1702641092540 cpu@end=1702641092540 deltaMS=0.0 thread 66 name=hnsw-merge-1-thread-10 cpu@start=1697520242875 cpu@end=1697520242875 deltaMS=0.0 thread 67 name=hnsw-merge-1-thread-11 cpu@start=1701356376798 cpu@end=1701356376798 deltaMS=0.0 thread 68 name=hnsw-merge-1-thread-12 cpu@start=1704789524460 cpu@end=1704789524460 deltaMS=0.0 thread 69 name=hnsw-merge-1-thread-13 cpu@start=1701658632821 cpu@end=1701658632821 deltaMS=0.0 thread 70 name=hnsw-merge-1-thread-14 cpu@start=1703241060522 cpu@end=1703241060522 deltaMS=0.0 thread 71 name=hnsw-merge-1-thread-15 cpu@start=1699420005324 cpu@end=1699420005324 deltaMS=0.0 thread 72 name=hnsw-merge-1-thread-16 cpu@start=1699001659662 cpu@end=1699001659662 deltaMS=0.0 Average CPU cores used: 1.0453958610602887 completed 1000 searches in 2379 ms: 420 QPS CPU time=2486 ms checking results SUMMARY: 0.881 2.379 2.486 1.045 8000000 KNN 100 100 N/A N/A 100.000 32 100 4 bits 5710 940.39 8507.08 1091.04 1 36186.01 null N/A 1.000 35278.320 4028.320 false HNSW Leaf 0 has 4 layers Leaf 0 has 8000000 documents Graph level=3 size=243, Fanout min=5, mean=15.84, max=32, meandelta=419859.78 % 0 10 20 30 40 50 60 70 80 90 100 0 10 12 13 14 15 17 18 20 22 32 Graph level=2 size=7645, Fanout min=8, mean=27.34, max=32, meandelta=268668.38 % 0 10 20 30 40 50 60 70 80 90 100 0 18 22 24 27 31 32 32 32 32 32 Graph level=1 size=247342, Fanout min=1, mean=28.28, max=32, meandelta=258744.58 % 0 10 20 30 40 50 60 70 80 90 100 0 19 23 27 31 32 32 32 32 32 32 Graph level=0 size=8000000, Fanout min=1, mean=37.74, max=64, meandelta=194147.06 % 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=243, connectedness=1.00 Graph level=2 size=7645, connectedness=1.00 Graph level=1 size=247342, connectedness=1.00 Graph level=0 size=8000000, connectedness=1.00 Performance counter stats for '/usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build:/l/util.nightly/build --add-modules jdk.incubator.vector --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/2026.04.13.05.40.34/bench-knn-q4-fmTrue.jfr knn.KnnGraphTester -maxConn 32 -dim 1024 -docs /big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec -ndoc 8000000 -topK 100 -numIndexThreads 8 -beamWidthIndex 100 -search-and-stats /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -metric dot_product -numMergeThread 16 -numMergeWorker 48 -forceMerge -quantize -quantizeBits 4 -quantizeCompress': 44,583,353.50 msec task-clock:u 172,461,617,108,089 cycles:u (36.36%) 181,641,884,348,673 instructions:u (36.36%) 4,374,367,589,961 cache-references:u (36.36%) 1,658,328,502,248 cache-misses:u (36.36%) 64,819,476,008,377 L1-dcache-loads:u (36.36%) 2,011,410,169,874 L1-dcache-load-misses:u (36.36%) 4,122,390,301,128 L1-icache-loads:u (36.36%) 15,337,896,425 L1-icache-load-misses:u (36.36%) LLC-loads:u LLC-load-misses:u LLC-stores:u LLC-store-misses:u LLC-prefetches:u LLC-prefetch-misses:u 23,194,417 faults:u 22,248,708 minor-faults:u 31,496 major-faults:u 15,830,804,932,300 branches:u (36.36%) 116,843,940,604 branch-misses:u (36.36%) 2,653,252,109,893 stalled-cycles-frontend:u (36.36%) stalled-cycles-backend:u 2293.325701575 seconds time elapsed 43964.081107000 seconds user 609.748467000 seconds sys took 0:38:13.355694 to run KnnGraphTester result: KNNResultV1(lucene_git_rev='650684e6b440e0b85d3c51b3cf546c1b757975fe', luceneutil_git_rev='3b5cb4fd987e355464c0e601ff2882b3ec6f1e40', index_vectors_file='/big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec', search_vectors_file='/lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec', vector_dims=1024, do_force_merge=True, recall=0.881, cpu_time_ms=2.379, net_cpu_ms=2.486, 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=5710, index_time_sec=940.39, index_docs_per_sec=8507.08, force_merge_time_sec=1091.04, index_num_segments=1, index_size_on_disk_mb=36186.01, selectivity=None, pre_post_filter='null', vec_disk_mb=35278.32, vec_ram_mb=4028.32, graph_level_conn_p_values={3: (243, {0: 0, 10: 10, 20: 12, 30: 13, 40: 14, 50: 15, 60: 17, 70: 18, 80: 20, 90: 22, 100: 32}), 2: (7645, {0: 0, 10: 18, 20: 22, 30: 24, 40: 27, 50: 31, 60: 32, 70: 32, 80: 32, 90: 32, 100: 32}), 1: (247342, {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=2293, microseconds=355694)) Profiler summary for /l/logs.nightly/2026.04.13.05.40.34/bench-knn-q4-fmTrue.jfr Version: 2.1 Chunks: 114 Start: 2026-04-13 11:17:20 (UTC) Duration: 2280 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 42754923 732279789 jdk.FileWrite 24376510 515148543 jdk.FileRead 8003649 182307254 jdk.NativeMethodSample 294162 3861311 jdk.ObjectAllocationInNewTLAB 73189 1450526 jdk.BooleanFlag 56544 1788842 jdk.CPULoad 42766 854682 jdk.Checkpoint 7627 29456530 jdk.Compilation 6279 161921 jdk.UnsignedIntFlag 5472 185628 jdk.IntFlag 5016 183022 jdk.StringFlag 3876 150251 jdk.ObjectAllocationOutsideTLAB 1427 25389 jdk.CPUInformation 114 171224 jdk.GCConfiguration 114 2960 jdk.JVMInformation 114 108410 jdk.Metadata 114 12600075 jdk.GarbageCollection 59 1418 jdk.ActiveRecording 0 0 jdk.ActiveSetting 0 0 jdk.AllocationRequiringGC 0 0 jdk.BooleanFlagChanged 0 0 jdk.CPUTimeSamplesLost 0 0 jdk.CPUTimeStampCounter 0 0 jdk.ClassDefine 0 0 jdk.ClassLoad 0 0 jdk.ClassLoaderStatistics 0 0 jdk.ClassLoadingStatistics 0 0 jdk.ClassRedefinition 0 0 jdk.ClassUnload 0 0 jdk.CodeCacheConfiguration 0 0 jdk.CodeCacheFull 0 0 jdk.CodeCacheStatistics 0 0 jdk.CompilationFailure 0 0 jdk.CompilerConfiguration 0 0 jdk.CompilerInlining 0 0 jdk.CompilerPhase 0 0 jdk.CompilerQueueUtilization 0 0 jdk.CompilerStatistics 0 0 jdk.ConcurrentModeFailure 0 0 jdk.ContainerCPUThrottling 0 0 jdk.ContainerCPUUsage 0 0 jdk.ContainerConfiguration 0 0 jdk.ContainerIOUsage 0 0 jdk.ContainerMemoryUsage 0 0 jdk.ContinuationFreeze 0 0 jdk.ContinuationFreezeFast 0 0 jdk.ContinuationFreezeSlow 0 0 jdk.ContinuationThaw 0 0 jdk.ContinuationThawFast 0 0 jdk.ContinuationThawSlow 0 0 jdk.DataLoss 0 0 jdk.Deoptimization 0 0 jdk.DeprecatedInvocation 0 0 jdk.Deserialization 0 0 jdk.DirectBufferStatistics 0 0 jdk.DoubleFlag 0 0 jdk.DoubleFlagChanged 0 0 jdk.DumpReason 0 0 jdk.EvacuationFailed 0 0 jdk.EvacuationInformation 0 0 jdk.ExceptionStatistics 0 0 jdk.ExecuteVMOperation 0 0 jdk.ExecutionSample 0 0 jdk.FileForce 0 0 jdk.FinalizerStatistics 0 0 jdk.Flush 0 0 jdk.G1AdaptiveIHOP 0 0 jdk.G1BasicIHOP 0 0 jdk.G1EvacuationOldStatistics 0 0 jdk.G1EvacuationYoungStatistics 0 0 jdk.G1GarbageCollection 0 0 jdk.G1HeapRegionInformation 0 0 jdk.G1HeapRegionTypeChange 0 0 jdk.G1HeapSummary 0 0 jdk.G1MMU 0 0 jdk.GCCPUTime 0 0 jdk.GCHeapConfiguration 0 0 jdk.GCHeapMemoryPoolUsage 0 0 jdk.GCHeapMemoryUsage 0 0 jdk.GCHeapSummary 0 0 jdk.GCPhaseConcurrent 0 0 jdk.GCPhaseConcurrentLevel1 0 0 jdk.GCPhaseConcurrentLevel2 0 0 jdk.GCPhaseParallel 0 0 jdk.GCPhasePause 0 0 jdk.GCPhasePauseLevel1 0 0 jdk.GCPhasePauseLevel2 0 0 jdk.GCPhasePauseLevel3 0 0 jdk.GCPhasePauseLevel4 0 0 jdk.GCReferenceStatistics 0 0 jdk.GCSurvivorConfiguration 0 0 jdk.GCTLABConfiguration 0 0 jdk.HeapDump 0 0 jdk.InitialEnvironmentVariable 0 0 jdk.InitialSecurityProperty 0 0 jdk.InitialSystemProperty 0 0 jdk.IntFlagChanged 0 0 jdk.JITRestart 0 0 jdk.JavaAgent 0 0 jdk.JavaErrorThrow 0 0 jdk.JavaExceptionThrow 0 0 jdk.JavaMonitorDeflate 0 0 jdk.JavaMonitorEnter 0 0 jdk.JavaMonitorInflate 0 0 jdk.JavaMonitorNotify 0 0 jdk.JavaMonitorStatistics 0 0 jdk.JavaMonitorWait 0 0 jdk.JavaThreadStatistics 0 0 jdk.LongFlag 0 0 jdk.LongFlagChanged 0 0 jdk.MetaspaceAllocationFailure 0 0 jdk.MetaspaceChunkFreeListSummary 0 0 jdk.MetaspaceGCThreshold 0 0 jdk.MetaspaceOOM 0 0 jdk.MetaspaceSummary 0 0 jdk.MethodTiming 0 0 jdk.MethodTrace 0 0 jdk.ModuleExport 0 0 jdk.ModuleRequire 0 0 jdk.NativeAgent 0 0 jdk.NativeLibrary 0 0 jdk.NativeLibraryLoad 0 0 jdk.NativeLibraryUnload 0 0 jdk.NativeMemoryUsage 0 0 jdk.NativeMemoryUsageTotal 0 0 jdk.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 org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.04.13.05.40.34/bench-knn-q4-fmTrue.jfr Profiler for cpu at stackSize=1 [/l/logs.nightly/2026.04.13.05.40.34/bench-knn-q4-fmTrue.jfr is 1412.15 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 294162 events (total: 294162) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=false PERCENT CPU SAMPLES STACK 35.53% 104529 jdk.jfr.internal.JVM#emitEvent() [Native code] 29.13% 85701 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] 28.88% 84943 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 4.41% 12970 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] 1.17% 3444 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] 0.44% 1300 sun.nio.ch.UnixFileDispatcherImpl#force0() [Native code] 0.18% 537 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] 0.04% 129 jdk.jfr.internal.JVM#getStackTraceId() [Native code] 0.04% 122 jdk.internal.misc.Unsafe#park() [Native code] 0.04% 113 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] 0.04% 103 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] 0.03% 81 jdk.internal.misc.Unsafe#unpark() [Native code] 0.01% 32 sun.nio.ch.NativeThread#current0() [Native code] 0.01% 26 sun.nio.fs.UnixNativeDispatcher#lstat0() [Native code] 0.01% 21 java.io.FileDescriptor#close0() [Native code] 0.01% 20 sun.nio.ch.UnixFileDispatcherImpl#size0() [Native code] 0.01% 16 java.util.zip.Inflater#inflateBytesBytes() [Native code] 0.00% 11 java.lang.Object#wait0() [Native code] 0.00% 10 java.io.FileOutputStream#writeBytes() [Native code] 0.00% 8 java.lang.reflect.Array#newArray() [Native code] 0.00% 6 sun.nio.fs.UnixNativeDispatcher#access0() [Native code] 0.00% 5 java.lang.System#nanoTime() [Native code] 0.00% 4 sun.nio.ch.UnixFileDispatcherImpl#allocationGranularity0() [Native code] 0.00% 4 java.lang.Object#hashCode() [Native code] 0.00% 4 java.io.RandomAccessFile#open0() [Native code] 0.00% 3 java.io.RandomAccessFile#readBytes0() [Native code] 0.00% 3 jdk.internal.misc.Unsafe#allocateMemory0() [Native code] 0.00% 3 java.lang.System#identityHashCode() [Native code] 0.00% 2 jdk.jfr.internal.JVM#flush() [Native code] 0.00% 2 jdk.jfr.internal.JVM#shouldRotateDisk() [Native code] 0.00% 2 java.lang.ClassLoader#defineClass0() [Native code] 0.00% 1 jdk.internal.misc.VM#getNanoTimeAdjustment() [Native code] 0.00% 1 java.lang.System#currentTimeMillis() [Native code] 0.00% 1 java.lang.Object#clone() [Native code] 0.00% 1 jdk.internal.misc.Unsafe#freeMemory0() [Native code] 0.00% 1 jdk.internal.reflect.Reflection#getClassAccessFlags() [Native code] 0.00% 1 java.io.UnixFileSystem#getBooleanAttributes0() [Native code] 0.00% 1 java.lang.Thread#sleepNanos0() [Native code] 0.00% 1 java.lang.Object#getClass() [Native code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=4 org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.04.13.05.40.34/bench-knn-q4-fmTrue.jfr Profiler for cpu at stackSize=4 [/l/logs.nightly/2026.04.13.05.40.34/bench-knn-q4-fmTrue.jfr is 1412.15 MB /l/logs.nightly/2026.04.13.05.40.34/bench-knn-q4-fmTrue.jfr is 1412.15 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 294162 events (total: 294162) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=false PERCENT CPU SAMPLES STACK 32.05% 94275 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute() [Inlined code] at jdk.jfr.internal.periodic.PeriodicTask#run() [Inlined code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic() [JIT compiled code] 29.09% 85567 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read() [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer() [Inlined code] at sun.nio.ch.IOUtil#read() [Inlined code] 28.87% 84922 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write() [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer() [Inlined code] at sun.nio.ch.IOUtil#write() [Inlined code] 3.73% 10966 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] 3.24% 9534 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute() [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicTask#run() [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic() [JIT compiled code] 0.87% 2572 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [JIT compiled code] 0.67% 1958 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] 0.37% 1100 sun.nio.ch.UnixFileDispatcherImpl#force0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#force() [Inlined code] at sun.nio.ch.FileChannelImpl#implForce() [JIT compiled code] at sun.nio.ch.FileChannelImpl#force() [JIT compiled code] 0.24% 711 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [JIT compiled code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [JIT compiled code] 0.24% 693 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute() [Interpreted code] at jdk.jfr.internal.periodic.PeriodicTask#run() [Interpreted code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic() [Interpreted code] 0.18% 524 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#open() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [JIT compiled code] 0.07% 200 sun.nio.ch.UnixFileDispatcherImpl#force0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#force() [Interpreted code] at sun.nio.ch.FileChannelImpl#implForce() [Interpreted code] at sun.nio.ch.FileChannelImpl#force() [Interpreted code] 0.05% 149 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [Inlined code] 0.03% 101 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read() [JIT compiled code] at sun.nio.ch.IOUtil#readIntoNativeBuffer() [JIT compiled code] at sun.nio.ch.IOUtil#read() [JIT compiled code] 0.03% 99 jdk.internal.misc.Unsafe#park() [Native code] at java.util.concurrent.locks.LockSupport#park() [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire() [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared() [Inlined code] 0.03% 97 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat() [JIT compiled code] at sun.nio.fs.UnixFileAttributes#get() [Inlined code] at sun.nio.fs.UnixFileAttributeViews$Basic#readAttributes() [Inlined code] 0.03% 89 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace() [Inlined code] at jdk.internal.event.FileReadEvent#commit() [JIT compiled code] at jdk.internal.event.FileReadEvent#offer() [Inlined code] 0.03% 82 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map() [Inlined code] at sun.nio.ch.FileChannelImpl#mapInternal() [JIT compiled code] at sun.nio.ch.FileChannelImpl#map() [Inlined code] 0.03% 76 jdk.internal.misc.Unsafe#unpark() [Native code] at java.util.concurrent.locks.LockSupport#unpark() [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext() [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#release() [JIT compiled code] 0.01% 43 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [Interpreted code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [Interpreted code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Interpreted code] 0.01% 40 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace() [Inlined code] at jdk.internal.event.FileWriteEvent#commit() [JIT compiled code] at jdk.internal.event.FileWriteEvent#offer() [Inlined code] 0.01% 28 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current() [Inlined code] at sun.nio.ch.NativeThreadSet#add() [Inlined code] at sun.nio.ch.FileChannelImpl#implRead() [Inlined code] 0.01% 27 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map() [JIT compiled code] at sun.nio.ch.FileChannelImpl#mapInternal() [JIT compiled code] at sun.nio.ch.FileChannelImpl#map() [JIT compiled code] 0.01% 24 sun.nio.fs.UnixNativeDispatcher#lstat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#lstat() [JIT compiled code] at sun.nio.fs.UnixFileAttributes#get() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [Inlined code] 0.01% 23 jdk.internal.misc.Unsafe#park() [Native code] at java.util.concurrent.locks.LockSupport#park() [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire() [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire() [Inlined code] 0.01% 21 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read() [Interpreted code] at sun.nio.ch.IOUtil#readIntoNativeBuffer() [Interpreted code] at sun.nio.ch.IOUtil#read() [Interpreted code] 0.01% 21 java.io.FileDescriptor#close0() [Native code] at java.io.FileDescriptor#close() [Inlined code] at java.io.FileDescriptor$1#close() [Inlined code] at sun.nio.ch.FileChannelImpl$Closer#run() [JIT compiled code] 0.01% 21 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write() [JIT compiled code] at sun.nio.ch.IOUtil#writeFromNativeBuffer() [JIT compiled code] at sun.nio.ch.IOUtil#write() [JIT compiled code] 0.01% 16 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute() [Interpreted code] at jdk.jfr.internal.periodic.PeriodicTask#run() [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic() [JIT compiled code] 0.00% 14 sun.nio.ch.UnixFileDispatcherImpl#size0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#size() [Inlined code] at sun.nio.ch.FileChannelImpl#size() [JIT compiled code] at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock#ensureValid() [JIT compiled code] 0.00% 13 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open() [Interpreted code] at sun.nio.fs.UnixChannelFactory#open() [Interpreted code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Interpreted code] 0.00% 12 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read() [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer() [JIT compiled code] at sun.nio.ch.IOUtil#read() [Interpreted code] 0.00% 12 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Interpreted code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [Interpreted code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [Interpreted code] 0.00% 11 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute() [Interpreted code] at jdk.jfr.internal.periodic.PeriodicTask#run() [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic() [Interpreted code] 0.00% 6 sun.nio.fs.UnixNativeDispatcher#access0() [Native code] at sun.nio.fs.UnixNativeDispatcher#access() [Interpreted code] at sun.nio.fs.UnixFileSystemProvider#exists() [Interpreted code] at java.nio.file.Files#exists() [Interpreted code] 0.00% 6 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat() [JIT compiled code] at sun.nio.fs.UnixFileAttributes#get() [Inlined code] at sun.nio.fs.UnixFileAttributeViews$Basic#readAttributes() [JIT compiled code] 0.00% 6 java.util.zip.Inflater#inflateBytesBytes() [Native code] at java.util.zip.Inflater#inflate() [JIT compiled code] at java.util.zip.InflaterInputStream#read() [JIT compiled code] at jdk.internal.loader.Resource#getBytes() [JIT compiled code] 0.00% 6 java.lang.Object#wait0() [Native code] at java.lang.Object#wait() [Inlined code] at jdk.jfr.internal.PlatformRecorder#takeNap() [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#periodicTask() [Interpreted code] 0.00% 6 java.util.zip.Inflater#inflateBytesBytes() [Native code] at java.util.zip.Inflater#inflate() [JIT compiled code] at java.util.zip.InflaterInputStream#read() [JIT compiled code] at jdk.internal.loader.Resource#getBytes() [Interpreted code] 0.00% 5 sun.nio.ch.UnixFileDispatcherImpl#size0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#size() [Inlined code] at sun.nio.ch.FileChannelImpl#size() [JIT compiled code] at org.apache.lucene.store.MMapDirectory#openInput() [JIT compiled code] 0.00% 5 java.lang.Object#wait0() [Native code] at java.lang.Object#wait() [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#takeNap() [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#periodicTask() [Interpreted code] 0.00% 5 jdk.internal.misc.Unsafe#unpark() [Native code] at java.util.concurrent.locks.LockSupport#unpark() [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext() [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#releaseShared() [Inlined code] 0.00% 4 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current() [Inlined code] at sun.nio.ch.NativeThreadSet#add() [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite() [Inlined code] 0.00% 4 java.lang.reflect.Array#newArray() [Native code] at java.lang.reflect.Array#newInstance() [Inlined code] at java.util.AbstractCollection#toArray() [JIT compiled code] at java.util.Map#copyOf() [JIT compiled code] 0.00% 4 java.io.RandomAccessFile#open0() [Native code] at java.io.RandomAccessFile#open() [Interpreted code] at java.io.RandomAccessFile#() [Interpreted code] at java.io.RandomAccessFile#() [Interpreted code] 0.00% 4 java.io.FileOutputStream#writeBytes() [Native code] at java.io.FileOutputStream#traceWriteBytes() [Interpreted code] at java.io.FileOutputStream#write() [Interpreted code] at java.lang.System$Out#write() [Inlined code] 0.00% 4 java.lang.Object#hashCode() [Native code] at org.apache.lucene.index.ConcurrentApproximatePriorityQueue#add() [Inlined code] at org.apache.lucene.index.LockableConcurrentApproximatePriorityQueue#addAndUnlock() [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThreadPool#marksAsFreeAndUnlock() [JIT compiled code] 0.00% 4 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map() [Interpreted code] at sun.nio.ch.FileChannelImpl#mapInternal() [Interpreted code] at sun.nio.ch.FileChannelImpl#map() [Interpreted code] 0.00% 4 java.util.zip.Inflater#inflateBytesBytes() [Native code] at java.util.zip.Inflater#inflate() [Interpreted code] at java.util.zip.InflaterInputStream#read() [Interpreted code] at jdk.internal.loader.Resource#getBytes() [Interpreted code] 0.00% 3 java.lang.reflect.Array#newArray() [Native code] at java.lang.reflect.Array#newInstance() [Inlined code] at org.apache.lucene.util.ArrayUtil#growExact() [JIT compiled code] at org.apache.lucene.util.ArrayUtil#grow() [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 org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.04.13.05.40.34/bench-knn-q4-fmTrue.jfr Profiler for cpu at stackSize=12 [/l/logs.nightly/2026.04.13.05.40.34/bench-knn-q4-fmTrue.jfr is 1412.15 MB /l/logs.nightly/2026.04.13.05.40.34/bench-knn-q4-fmTrue.jfr is 1412.15 MB /l/logs.nightly/2026.04.13.05.40.34/bench-knn-q4-fmTrue.jfr is 1412.15 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 294162 events (total: 294162) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=false PERCENT CPU SAMPLES STACK 32.05% 94275 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute() [Inlined code] at jdk.jfr.internal.periodic.PeriodicTask#run() [Inlined code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic() [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#periodicTask() [Interpreted code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0() [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000007707aa58#run() [Interpreted code] at java.lang.Thread#runWith() [Interpreted code] at java.lang.Thread#run() [Interpreted code] 28.59% 84109 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read() [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer() [Inlined code] at sun.nio.ch.IOUtil#read() [Inlined code] at sun.nio.ch.IOUtil#read() [JIT compiled code] at sun.nio.ch.FileChannelImpl#implRead() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead() [JIT compiled code] at sun.nio.ch.FileChannelImpl#read() [Inlined code] at knn.VectorReader#readNext() [Inlined code] at knn.VectorReaderFloat32#next() [Inlined code] at knn.IndexerThread#_run() [JIT compiled code] at knn.IndexerThread#run() [Interpreted code] 26.65% 78402 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write() [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer() [Inlined code] at sun.nio.ch.IOUtil#write() [Inlined code] at sun.nio.ch.IOUtil#write() [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite() [Inlined code] at sun.nio.ch.FileChannelImpl#write() [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully() [Inlined code] at sun.nio.ch.ChannelOutputStream#write() [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write() [Inlined code] at java.util.zip.CheckedOutputStream#write() [Inlined code] 3.24% 9534 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute() [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicTask#run() [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic() [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#periodicTask() [Interpreted code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0() [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000007707aa58#run() [Interpreted code] at java.lang.Thread#runWith() [Interpreted code] at java.lang.Thread#run() [Interpreted code] 2.23% 6547 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [Inlined code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [Inlined code] at org.apache.lucene.util.FileDeleter#delete() [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete() [Inlined code] at org.apache.lucene.util.FileDeleter#decRef() [JIT compiled code] at org.apache.lucene.index.IndexFileDeleter#decRef() [Inlined code] 2.22% 6520 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write() [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer() [Inlined code] at sun.nio.ch.IOUtil#write() [Inlined code] at sun.nio.ch.IOUtil#write() [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite() [Inlined code] at sun.nio.ch.FileChannelImpl#write() [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully() [Inlined code] at sun.nio.ch.ChannelOutputStream#write() [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write() [Inlined code] at java.util.zip.CheckedOutputStream#write() [JIT compiled code] 0.98% 2871 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [Inlined code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete() [Inlined code] at org.apache.lucene.util.FileDeleter#delete() [JIT compiled code] at org.apache.lucene.util.FileDeleter#decRef() [Interpreted code] at org.apache.lucene.index.IndexFileDeleter#decRef() [JIT compiled code] 0.87% 2572 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle() [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup() [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup() [Inlined code] at jdk.internal.foreign.SharedSession$SharedResourceList#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl#close() [Inlined code] at jdk.internal.foreign.ArenaImpl#close() [Inlined code] at org.apache.lucene.store.RefCountedSharedArena#release() [Inlined code] at org.apache.lucene.store.RefCountedSharedArena#close() [Inlined code] 0.34% 1005 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete() [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete() [Inlined code] at org.apache.lucene.util.FileDeleter#decRef() [JIT compiled code] at org.apache.lucene.index.IndexFileDeleter#decRef() [Inlined code] 0.33% 977 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [Inlined code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [JIT compiled code] at org.apache.lucene.store.FilterDirectory#deleteFile() [JIT compiled code] at org.apache.lucene.store.TrackingDirectoryWrapper#deleteFile() [JIT compiled code] at org.apache.lucene.util.IOUtils#deleteFilesIgnoringExceptions() [Interpreted code] at org.apache.lucene.util.IOUtils#deleteFilesIgnoringExceptions() [Interpreted code] 0.26% 773 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read() [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer() [Inlined code] at sun.nio.ch.IOUtil#read() [Inlined code] at sun.nio.ch.IOUtil#read() [JIT compiled code] at sun.nio.ch.FileChannelImpl#implRead() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead() [JIT compiled code] at sun.nio.ch.FileChannelImpl#read() [Inlined code] at knn.VectorReader#readNext() [Inlined code] at knn.VectorReaderFloat32#next() [JIT compiled code] at knn.IndexerThread#_run() [Interpreted code] at knn.IndexerThread#run() [Interpreted code] 0.24% 693 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute() [Interpreted code] at jdk.jfr.internal.periodic.PeriodicTask#run() [Interpreted code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic() [Interpreted code] at jdk.jfr.internal.PlatformRecorder#periodicTask() [Interpreted code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0() [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000007707aa58#run() [Interpreted code] at java.lang.Thread#runWith() [Interpreted code] at java.lang.Thread#run() [Interpreted code] 0.23% 673 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read() [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer() [Inlined code] at sun.nio.ch.IOUtil#read() [Inlined code] at sun.nio.ch.IOUtil#read() [JIT compiled code] at sun.nio.ch.FileChannelImpl#implRead() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead() [JIT compiled code] at sun.nio.ch.FileChannelImpl#read() [Inlined code] at knn.VectorReader#readNext() [Inlined code] at knn.VectorReaderFloat32#next() [JIT compiled code] at knn.IndexerThread#_run() [JIT compiled code] at knn.IndexerThread#run() [Interpreted code] 0.21% 613 sun.nio.ch.UnixFileDispatcherImpl#force0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#force() [Inlined code] at sun.nio.ch.FileChannelImpl#implForce() [JIT compiled code] at sun.nio.ch.FileChannelImpl#force() [JIT compiled code] at org.apache.lucene.util.IOUtils#fsync() [JIT compiled code] at org.apache.lucene.store.FSDirectory#fsync() [JIT compiled code] at org.apache.lucene.store.FSDirectory#sync() [Interpreted code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#sync() [Interpreted code] at org.apache.lucene.index.IndexWriter#startCommit() [Interpreted code] at org.apache.lucene.index.IndexWriter#prepareCommitInternal() [Interpreted code] at org.apache.lucene.index.IndexWriter#commitInternal() [Interpreted code] at org.apache.lucene.index.IndexWriter#shutdown() [Interpreted code] 0.17% 486 sun.nio.ch.UnixFileDispatcherImpl#force0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#force() [Inlined code] at sun.nio.ch.FileChannelImpl#implForce() [JIT compiled code] at sun.nio.ch.FileChannelImpl#force() [JIT compiled code] at org.apache.lucene.util.IOUtils#fsync() [JIT compiled code] at org.apache.lucene.store.FSDirectory#fsync() [JIT compiled code] at org.apache.lucene.store.FSDirectory#sync() [Interpreted code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#sync() [Interpreted code] at org.apache.lucene.index.IndexWriter#startCommit() [Interpreted code] at org.apache.lucene.index.IndexWriter#prepareCommitInternal() [Interpreted code] at org.apache.lucene.index.IndexWriter#commitInternal() [Interpreted code] at org.apache.lucene.index.IndexWriter#commit() [Interpreted code] 0.12% 347 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [Inlined code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete() [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete() [Inlined code] at org.apache.lucene.util.FileDeleter#decRef() [JIT compiled code] at org.apache.lucene.index.IndexFileDeleter#decRef() [Inlined code] 0.10% 306 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#open() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#newFileChannel() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#newByteChannel() [Inlined code] at java.nio.file.spi.FileSystemProvider#newOutputStream() [JIT compiled code] at java.nio.file.Files#newOutputStream() [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#() [JIT compiled code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#() [Inlined code] at org.apache.lucene.store.FSDirectory#createOutput() [Inlined code] 0.09% 258 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [JIT compiled code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle() [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup() [Inlined code] at jdk.internal.foreign.SharedSession$SharedResourceList#cleanup() [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl#close() [Inlined code] at jdk.internal.foreign.ArenaImpl#close() [JIT compiled code] at org.apache.lucene.store.RefCountedSharedArena#release() [JIT compiled code] at org.apache.lucene.store.RefCountedSharedArena#close() [JIT compiled code] 0.08% 242 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete() [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete() [Inlined code] at org.apache.lucene.util.FileDeleter#decRef() [JIT compiled code] at org.apache.lucene.index.IndexFileDeleter#decRef() [JIT compiled code] 0.07% 220 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete() [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete() [Interpreted code] at org.apache.lucene.util.FileDeleter#decRef() [JIT compiled code] at org.apache.lucene.index.IndexFileDeleter#decRef() [Interpreted code] 0.07% 198 sun.nio.ch.UnixFileDispatcherImpl#force0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#force() [Interpreted code] at sun.nio.ch.FileChannelImpl#implForce() [Interpreted code] at sun.nio.ch.FileChannelImpl#force() [Interpreted code] at org.apache.lucene.util.IOUtils#fsync() [Interpreted code] at org.apache.lucene.store.FSDirectory#fsync() [Interpreted code] at org.apache.lucene.store.FSDirectory#sync() [Interpreted code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#sync() [Interpreted code] at org.apache.lucene.index.IndexWriter#startCommit() [Interpreted code] at org.apache.lucene.index.IndexWriter#prepareCommitInternal() [Interpreted code] at org.apache.lucene.index.IndexWriter#commitInternal() [Interpreted code] at org.apache.lucene.index.IndexWriter#commit() [Interpreted code] 0.06% 191 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [JIT compiled code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle() [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup() [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup() [Interpreted code] at jdk.internal.foreign.SharedSession$SharedResourceList#cleanup() [Interpreted code] at jdk.internal.foreign.MemorySessionImpl#close() [Inlined code] at jdk.internal.foreign.ArenaImpl#close() [JIT compiled code] at org.apache.lucene.store.RefCountedSharedArena#release() [JIT compiled code] at org.apache.lucene.store.RefCountedSharedArena#close() [JIT compiled code] 0.05% 150 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [JIT compiled code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle() [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup() [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup() [Inlined code] at jdk.internal.foreign.SharedSession$SharedResourceList#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl#close() [Inlined code] at jdk.internal.foreign.ArenaImpl#close() [Inlined code] at org.apache.lucene.store.RefCountedSharedArena#release() [Inlined code] at org.apache.lucene.store.RefCountedSharedArena#close() [Inlined code] 0.05% 141 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [JIT compiled code] at org.apache.lucene.store.FilterDirectory#deleteFile() [Interpreted code] at org.apache.lucene.store.TrackingDirectoryWrapper#deleteFile() [JIT compiled code] at org.apache.lucene.util.IOUtils#deleteFilesIgnoringExceptions() [Interpreted code] at org.apache.lucene.util.IOUtils#deleteFilesIgnoringExceptions() [Interpreted code] 0.04% 113 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete() [Inlined code] at org.apache.lucene.util.FileDeleter#delete() [JIT compiled code] at org.apache.lucene.util.FileDeleter#decRef() [JIT compiled code] at org.apache.lucene.index.IndexFileDeleter#decRef() [JIT compiled code] 0.03% 101 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read() [JIT compiled code] at sun.nio.ch.IOUtil#readIntoNativeBuffer() [JIT compiled code] at sun.nio.ch.IOUtil#read() [JIT compiled code] at sun.nio.ch.IOUtil#read() [JIT compiled code] at sun.nio.ch.FileChannelImpl#implRead() [JIT compiled code] at sun.nio.ch.FileChannelImpl#traceImplRead() [JIT compiled code] at sun.nio.ch.FileChannelImpl#read() [Inlined code] at knn.VectorReader#readNext() [JIT compiled code] at knn.VectorReaderFloat32#next() [JIT compiled code] at knn.IndexerThread#_run() [Interpreted code] at knn.IndexerThread#run() [Interpreted code] 0.03% 93 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#open() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#newFileChannel() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#newByteChannel() [Inlined code] at java.nio.file.spi.FileSystemProvider#newOutputStream() [JIT compiled code] at java.nio.file.Files#newOutputStream() [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#() [JIT compiled code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#() [JIT compiled code] at org.apache.lucene.store.FSDirectory#createOutput() [JIT compiled code] 0.03% 90 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete() [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete() [Interpreted code] at org.apache.lucene.util.FileDeleter#decRef() [Interpreted code] at org.apache.lucene.index.IndexFileDeleter#decRef() [Interpreted code] 0.03% 89 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace() [Inlined code] at jdk.internal.event.FileReadEvent#commit() [JIT compiled code] at jdk.internal.event.FileReadEvent#offer() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead() [JIT compiled code] at sun.nio.ch.FileChannelImpl#read() [Inlined code] at knn.VectorReader#readNext() [Inlined code] at knn.VectorReaderFloat32#next() [Inlined code] at knn.IndexerThread#_run() [JIT compiled code] at knn.IndexerThread#run() [Interpreted code] 0.03% 76 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete() [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete() [Inlined code] at org.apache.lucene.util.FileDeleter#decRef() [JIT compiled code] at org.apache.lucene.index.IndexFileDeleter#decRef() [Inlined code] 0.02% 71 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [Inlined code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [JIT compiled code] at org.apache.lucene.store.FilterDirectory#deleteFile() [Interpreted code] at org.apache.lucene.store.TrackingDirectoryWrapper#deleteFile() [JIT compiled code] at org.apache.lucene.util.IOUtils#deleteFilesIgnoringExceptions() [Interpreted code] at org.apache.lucene.util.IOUtils#deleteFilesIgnoringExceptions() [Interpreted code] 0.02% 69 jdk.internal.misc.Unsafe#park() [Native code] at java.util.concurrent.locks.LockSupport#park() [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire() [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared() [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock() [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] 0.02% 66 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete() [Inlined code] at org.apache.lucene.util.FileDeleter#delete() [JIT compiled code] at org.apache.lucene.util.FileDeleter#decRef() [JIT compiled code] at org.apache.lucene.index.IndexFileDeleter#decRef() [Interpreted code] 0.02% 48 jdk.internal.misc.Unsafe#unpark() [Native code] at java.util.concurrent.locks.LockSupport#unpark() [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext() [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#release() [JIT compiled code] at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#unlock() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] 0.02% 47 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle() [Inlined code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl#close() [Inlined code] at jdk.internal.foreign.ArenaImpl#close() [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#close() [JIT compiled code] at org.apache.lucene.store.BufferedChecksumIndexInput#close() [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.FieldsIndexWriter#finish() [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#finish() [JIT compiled code] 0.01% 39 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [Interpreted code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [Interpreted code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Interpreted code] at java.nio.file.Files#delete() [Interpreted code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [Interpreted code] at org.apache.lucene.store.FSDirectory#deleteFile() [Interpreted code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [Interpreted code] at org.apache.lucene.util.FileDeleter#delete() [Interpreted code] at org.apache.lucene.util.FileDeleter#delete() [Interpreted code] at org.apache.lucene.util.FileDeleter#decRef() [Interpreted code] at org.apache.lucene.index.IndexFileDeleter#decRef() [Interpreted code] 0.01% 38 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#open() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#newFileChannel() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#newByteChannel() [Inlined code] at java.nio.file.spi.FileSystemProvider#newOutputStream() [JIT compiled code] at java.nio.file.Files#newOutputStream() [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#() [JIT compiled code] at org.apache.lucene.store.FSDirectory#createTempOutput() [JIT compiled code] at org.apache.lucene.store.FilterDirectory#createTempOutput() [JIT compiled code] 0.01% 35 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [Inlined code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [Inlined code] at org.apache.lucene.store.TrackingDirectoryWrapper#deleteFile() [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.FieldsIndexWriter#finish() [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#finish() [JIT compiled code] at org.apache.lucene.index.StoredFieldsConsumer#flush() [JIT compiled code] 0.01% 33 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map() [Inlined code] at sun.nio.ch.FileChannelImpl#mapInternal() [JIT compiled code] at sun.nio.ch.FileChannelImpl#map() [Inlined code] at org.apache.lucene.store.MMapDirectory#map() [JIT compiled code] at org.apache.lucene.store.MMapDirectory#openInput() [JIT compiled code] at org.apache.lucene.store.FilterDirectory#openInput() [JIT compiled code] at org.apache.lucene.store.FilterDirectory#openInput() [Inlined code] at org.apache.lucene.store.Directory#openChecksumInput() [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.FieldsIndexWriter#finish() [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#finish() [JIT compiled code] at org.apache.lucene.index.StoredFieldsConsumer#flush() [JIT compiled code] 0.01% 30 jdk.internal.misc.Unsafe#park() [Native code] at java.util.concurrent.locks.LockSupport#park() [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire() [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared() [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock() [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [JIT compiled code] 0.01% 29 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [Inlined code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [JIT compiled code] at org.apache.lucene.store.TrackingDirectoryWrapper#deleteFile() [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.FieldsIndexWriter#finish() [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#finish() [JIT compiled code] at org.apache.lucene.index.StoredFieldsConsumer#flush() [JIT compiled code] 0.01% 28 jdk.internal.misc.Unsafe#unpark() [Native code] at java.util.concurrent.locks.LockSupport#unpark() [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext() [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#release() [JIT compiled code] at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#unlock() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] 0.01% 28 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [JIT compiled code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle() [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup() [Interpreted code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup() [Interpreted code] at jdk.internal.foreign.SharedSession$SharedResourceList#cleanup() [Interpreted code] at jdk.internal.foreign.MemorySessionImpl#close() [Inlined code] at jdk.internal.foreign.ArenaImpl#close() [JIT compiled code] at org.apache.lucene.store.RefCountedSharedArena#release() [Interpreted code] at org.apache.lucene.store.RefCountedSharedArena#close() [Interpreted code] 0.01% 28 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current() [Inlined code] at sun.nio.ch.NativeThreadSet#add() [Inlined code] at sun.nio.ch.FileChannelImpl#implRead() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead() [JIT compiled code] at sun.nio.ch.FileChannelImpl#read() [Inlined code] at knn.VectorReader#readNext() [Inlined code] at knn.VectorReaderFloat32#next() [Inlined code] at knn.IndexerThread#_run() [JIT compiled code] at knn.IndexerThread#run() [Interpreted code] 0.01% 23 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle() [Inlined code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl#close() [Inlined code] at jdk.internal.foreign.ArenaImpl#close() [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#close() [JIT compiled code] at org.apache.lucene.store.BufferedChecksumIndexInput#close() [Inlined code] at org.apache.lucene.codecs.lucene94.Lucene94FieldInfosFormat#read() [JIT compiled code] at org.apache.lucene.index.SegmentCoreReaders#() [JIT compiled code] 0.01% 21 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace() [Inlined code] at jdk.internal.event.FileWriteEvent#commit() [JIT compiled code] at jdk.internal.event.FileWriteEvent#offer() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite() [Inlined code] at sun.nio.ch.FileChannelImpl#write() [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully() [Inlined code] at sun.nio.ch.ChannelOutputStream#write() [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write() [Inlined code] at java.util.zip.CheckedOutputStream#write() [Inlined code] at java.io.BufferedOutputStream#flushBuffer() [Inlined code] at java.io.BufferedOutputStream#write() [Inlined code] 0.01% 21 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write() [JIT compiled code] at sun.nio.ch.IOUtil#writeFromNativeBuffer() [JIT compiled code] at sun.nio.ch.IOUtil#write() [JIT compiled code] at sun.nio.ch.IOUtil#write() [JIT compiled code] at sun.nio.ch.FileChannelImpl#implWrite() [JIT compiled code] at sun.nio.ch.FileChannelImpl#traceImplWrite() [JIT compiled code] at sun.nio.ch.FileChannelImpl#write() [JIT compiled code] at sun.nio.ch.ChannelOutputStream#writeFully() [JIT compiled code] at sun.nio.ch.ChannelOutputStream#write() [JIT compiled code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write() [JIT compiled code] at java.util.zip.CheckedOutputStream#write() [JIT compiled code] 0.01% 21 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read() [Interpreted code] at sun.nio.ch.IOUtil#readIntoNativeBuffer() [Interpreted code] at sun.nio.ch.IOUtil#read() [Interpreted code] at sun.nio.ch.IOUtil#read() [Interpreted code] at sun.nio.ch.FileChannelImpl#implRead() [Interpreted code] at sun.nio.ch.FileChannelImpl#traceImplRead() [Interpreted code] at sun.nio.ch.FileChannelImpl#read() [Interpreted code] at knn.VectorReader#readNext() [Interpreted code] at knn.VectorReaderFloat32#next() [Interpreted code] at knn.IndexerThread#_run() [Interpreted code] at knn.IndexerThread#run() [Interpreted code] 0.01% 19 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete() [Inlined code] at org.apache.lucene.util.FileDeleter#delete() [JIT compiled code] at org.apache.lucene.util.FileDeleter#decRef() [Interpreted code] at org.apache.lucene.index.IndexFileDeleter#decRef() [JIT compiled code] 0.01% 19 sun.nio.fs.UnixNativeDispatcher#lstat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#lstat() [JIT compiled code] at sun.nio.fs.UnixFileAttributes#get() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [Inlined code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [Inlined code] at org.apache.lucene.util.FileDeleter#delete() [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete() [Inlined code] at org.apache.lucene.util.FileDeleter#decRef() [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 org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.04.13.05.40.34/bench-knn-q4-fmTrue.jfr Profiler for heap at stackSize=1 [/l/logs.nightly/2026.04.13.05.40.34/bench-knn-q4-fmTrue.jfr is 1412.15 MB /l/logs.nightly/2026.04.13.05.40.34/bench-knn-q4-fmTrue.jfr is 1412.15 MB /l/logs.nightly/2026.04.13.05.40.34/bench-knn-q4-fmTrue.jfr is 1412.15 MB /l/logs.nightly/2026.04.13.05.40.34/bench-knn-q4-fmTrue.jfr is 1412.15 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 74592 events (total: 568807M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=false PERCENT HEAP SAMPLES STACK 46.08% 262096M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] 23.64% 134482M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms() [Inlined code] 11.15% 63442M org.apache.lucene.util.TernaryLongHeap#() [JIT compiled code] 5.79% 32938M org.apache.lucene.util.ArrayUtil#copyOfSubArray() [Inlined code] 3.79% 21571M org.apache.lucene.util.hnsw.NeighborQueue#nodes() [Inlined code] 1.41% 7994M org.apache.lucene.util.hnsw.NeighborArray#() [Inlined code] 1.05% 5952M java.util.Arrays#copyOf() [Inlined code] 0.95% 5382M java.lang.Integer#valueOf() [Inlined code] 0.78% 4436M org.apache.lucene.util.hnsw.NeighborArray#sort() [Inlined code] 0.68% 3848M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse() [JIT compiled code] 0.56% 3184M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] 0.54% 3069M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal() [JIT compiled code] 0.42% 2388M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode() [Inlined code] 0.40% 2271M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize() [JIT compiled code] 0.34% 1917M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge() [Interpreted code] 0.21% 1202M knn.IndexerThread#_run() [Interpreted code] 0.20% 1119M knn.IndexerThread#_run() [JIT compiled code] 0.19% 1094M java.util.DualPivotQuicksort#tryMergeRuns() [JIT compiled code] 0.17% 971M java.lang.invoke.DirectMethodHandle#allocateInstance() [Inlined code] 0.15% 867M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager() [Inlined code] 0.14% 803M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document() [JIT compiled code] 0.13% 720M java.util.ArrayList#grow() [Inlined code] 0.11% 622M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode() [JIT compiled code] 0.10% 566M java.lang.reflect.Array#newInstance() [Inlined code] 0.09% 538M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire() [JIT compiled code] 0.09% 515M org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0() [Interpreted code] 0.07% 425M java.util.DualPivotQuicksort#sort() [JIT compiled code] 0.07% 398M java.util.ArrayList#iterator() [JIT compiled code] 0.05% 290M jdk.internal.misc.Unsafe#allocateUninitializedArray() [Inlined code] 0.04% 243M java.util.HashMap#newNode() [Inlined code] 0.04% 213M org.apache.lucene.document.Document#() [Inlined code] 0.03% 194M java.util.concurrent.locks.ReentrantReadWriteLock$Sync$ThreadLocalHoldCounter#initialValue() [Inlined code] 0.03% 184M org.apache.lucene.util.hnsw.OnHeapHnswGraph#() [JIT compiled code] 0.03% 180M org.apache.lucene.util.SparseFixedBitSet#insertBlock() [JIT compiled code] 0.03% 172M org.apache.lucene.util.packed.DirectReader#getInstance() [Inlined code] 0.03% 171M java.util.concurrent.FutureTask#run() [Interpreted code] 0.03% 171M java.util.concurrent.atomic.AtomicBoolean#compareAndSet() [Interpreted code] 0.03% 171M org.apache.lucene.document.Document#() [Interpreted code] 0.03% 156M org.apache.lucene.util.packed.DirectMonotonicWriter#() [Inlined code] 0.02% 139M org.apache.lucene.util.FixedBitSet#() [Inlined code] 0.02% 132M java.util.HashMap#resize() [JIT compiled code] 0.02% 124M java.io.BufferedOutputStream#() [Inlined code] 0.02% 118M java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject#await() [JIT compiled code] 0.02% 109M org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#writeGraph() [JIT compiled code] 0.02% 105M org.apache.lucene.util.ArrayUtil#growExact() [JIT compiled code] 0.02% 105M java.lang.ThreadLocal$ThreadLocalMap#set() [Inlined code] 0.02% 99M knn.KnnIndexer#createIndex() [Interpreted code] 0.02% 90M java.util.logging.LogManager#reset() [Interpreted code] 0.02% 90M jdk.jfr.internal.ShutdownHook#run() [Interpreted code] 0.01% 81M java.io.BufferedOutputStream#() [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 org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.04.13.05.40.34/bench-knn-q4-fmTrue.jfr Profiler for heap at stackSize=4 [/l/logs.nightly/2026.04.13.05.40.34/bench-knn-q4-fmTrue.jfr is 1412.15 MB /l/logs.nightly/2026.04.13.05.40.34/bench-knn-q4-fmTrue.jfr is 1412.15 MB /l/logs.nightly/2026.04.13.05.40.34/bench-knn-q4-fmTrue.jfr is 1412.15 MB /l/logs.nightly/2026.04.13.05.40.34/bench-knn-q4-fmTrue.jfr is 1412.15 MB /l/logs.nightly/2026.04.13.05.40.34/bench-knn-q4-fmTrue.jfr is 1412.15 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 74592 events (total: 568807M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=false PERCENT HEAP SAMPLES STACK 37.54% 213521M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder() [Inlined code] 13.17% 74896M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] 9.72% 55298M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity() [Inlined code] 8.50% 48335M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder() [Inlined code] 6.84% 38913M org.apache.lucene.util.TernaryLongHeap#() [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#() [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollector#() [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector() [JIT compiled code] 5.79% 32938M org.apache.lucene.util.ArrayUtil#copyOfSubArray() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue() [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue() [Inlined code] 4.31% 24512M org.apache.lucene.util.TernaryLongHeap#() [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#() [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#() [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector() [Interpreted code] 3.79% 21571M org.apache.lucene.util.hnsw.NeighborQueue#nodes() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] 1.02% 5780M java.util.Arrays#copyOf() [Inlined code] at java.util.ArrayDeque#grow() [JIT compiled code] at java.util.ArrayDeque#addFirst() [Inlined code] at java.util.ArrayDeque#push() [Inlined code] 0.92% 5260M java.lang.Integer#valueOf() [Inlined code] at knn.KnnGraphTester#printGraphConnectedNess() [JIT compiled code] at knn.KnnGraphTester#printFanoutHist() [Interpreted code] at knn.KnnGraphTester#printFanoutHist() [Interpreted code] 0.78% 4436M org.apache.lucene.util.hnsw.NeighborArray#sort() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor() [Inlined code] 0.75% 4281M org.apache.lucene.util.hnsw.NeighborArray#() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] 0.68% 3848M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] 0.59% 3328M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor() [Inlined code] 0.50% 2848M org.apache.lucene.util.hnsw.NeighborArray#() [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] 0.34% 1917M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge() [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run() [Interpreted code] 0.33% 1859M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] 0.30% 1688M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] 0.27% 1552M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData() [JIT compiled code] 0.27% 1546M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Interpreted code] 0.21% 1202M knn.IndexerThread#_run() [Interpreted code] at knn.IndexerThread#run() [Interpreted code] 0.21% 1179M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [JIT compiled code] 0.20% 1119M knn.IndexerThread#_run() [JIT compiled code] at knn.IndexerThread#run() [Interpreted code] 0.19% 1094M java.util.DualPivotQuicksort#tryMergeRuns() [JIT compiled code] at java.util.DualPivotQuicksort#sort() [JIT compiled code] at java.util.DualPivotQuicksort#sort() [Inlined code] at java.util.Arrays#sort() [Inlined code] 0.15% 867M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager() [Inlined code] at org.apache.lucene.search.AbstractKnnVectorQuery#rewrite() [JIT compiled code] at org.apache.lucene.search.KnnFloatVectorQuery#rewrite() [Inlined code] at knn.KnnGraphTester$ProfiledKnnFloatVectorQuery#rewrite() [JIT compiled code] 0.14% 774M org.apache.lucene.util.hnsw.NeighborArray#() [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode() [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure() [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph() [Interpreted code] 0.13% 744M java.lang.invoke.DirectMethodHandle#allocateInstance() [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() [Inlined code] 0.13% 734M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document() [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader#serializedDocument() [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#copyOneDoc() [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#merge() [JIT compiled code] 0.13% 720M java.util.ArrayList#grow() [Inlined code] at java.util.ArrayList#grow() [Inlined code] at java.util.ArrayList#add() [Inlined code] at java.util.ArrayList#add() [Inlined code] 0.13% 711M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [JIT compiled code] 0.12% 709M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] 0.11% 633M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue() [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue() [Inlined code] 0.11% 622M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode() [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure() [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph() [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph() [Interpreted code] 0.10% 567M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush() [JIT compiled code] 0.10% 562M java.lang.reflect.Array#newInstance() [Inlined code] at org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#grow() [JIT compiled code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode() [Inlined code] 0.09% 515M org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0() [Interpreted code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x000000007719e7c0#run() [Interpreted code] at java.util.concurrent.ThreadPoolExecutor#runWorker() [Interpreted code] at java.util.concurrent.ThreadPoolExecutor$Worker#run() [Interpreted code] 0.09% 493M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire() [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared() [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock() [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read() [Inlined code] 0.08% 466M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue() [Inlined code] 0.06% 343M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Interpreted code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Interpreted code] 0.05% 311M java.util.DualPivotQuicksort#sort() [JIT compiled code] at java.util.DualPivotQuicksort#sort() [Inlined code] at java.util.Arrays#sort() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#writeGraph() [JIT compiled code] 0.05% 274M jdk.internal.misc.Unsafe#allocateUninitializedArray() [Inlined code] at java.lang.StringConcatHelper#newArray() [Inlined code] at java.lang.StringConcatHelper#newArrayWithSuffix() [Inlined code] at java.lang.String$$StringConcat.0x0000000077184000#concat() [Inlined code] 0.04% 249M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal() [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure() [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph() [Interpreted code] 0.04% 245M java.util.ArrayList#iterator() [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic() [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#periodicTask() [Interpreted code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0() [Interpreted code] 0.04% 230M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.ArrayUtil#grow() [Inlined code] at org.apache.lucene.internal.hppc.IntArrayList#ensureBufferSpace() [Inlined code] 0.04% 225M java.util.HashMap#newNode() [Inlined code] at java.util.HashMap#putVal() [Inlined code] at java.util.HashMap#put() [Inlined code] at java.util.HashSet#add() [Inlined code] 0.04% 221M java.lang.invoke.DirectMethodHandle#allocateInstance() [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() [JIT compiled code] 0.04% 213M org.apache.lucene.document.Document#() [Inlined code] at knn.IndexerThread#_run() [JIT compiled code] at knn.IndexerThread#run() [Interpreted code] 0.03% 194M java.util.concurrent.locks.ReentrantReadWriteLock$Sync$ThreadLocalHoldCounter#initialValue() [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync$ThreadLocalHoldCounter#initialValue() [JIT compiled code] at java.lang.ThreadLocal#setInitialValue() [Inlined code] at java.lang.ThreadLocal#get() [Inlined code] 0.03% 184M org.apache.lucene.util.hnsw.OnHeapHnswGraph#() [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph() [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph() [Interpreted code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder() [Interpreted code] 0.03% 172M org.apache.lucene.util.packed.DirectReader#getInstance() [Inlined code] at org.apache.lucene.util.packed.DirectMonotonicReader#getInstance() [JIT compiled code] at org.apache.lucene.util.packed.DirectMonotonicReader#getInstance() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsReader$OffHeapHnswGraph#() [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 org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.04.13.05.40.34/bench-knn-q4-fmTrue.jfr Profiler for heap at stackSize=12 [/l/logs.nightly/2026.04.13.05.40.34/bench-knn-q4-fmTrue.jfr is 1412.15 MB /l/logs.nightly/2026.04.13.05.40.34/bench-knn-q4-fmTrue.jfr is 1412.15 MB /l/logs.nightly/2026.04.13.05.40.34/bench-knn-q4-fmTrue.jfr is 1412.15 MB /l/logs.nightly/2026.04.13.05.40.34/bench-knn-q4-fmTrue.jfr is 1412.15 MB /l/logs.nightly/2026.04.13.05.40.34/bench-knn-q4-fmTrue.jfr is 1412.15 MB /l/logs.nightly/2026.04.13.05.40.34/bench-knn-q4-fmTrue.jfr is 1412.15 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 74592 events (total: 568807M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=false PERCENT HEAP SAMPLES STACK 17.36% 98742M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007719e268#call() [Inlined code] 8.99% 51140M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007719e268#call() [Inlined code] at java.util.concurrent.FutureTask#run() [Inlined code] 7.81% 44430M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007719e268#call() [Inlined code] 7.69% 43723M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue() [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue() [Inlined code] at org.apache.lucene.index.IndexingChain#processField() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] 7.22% 41043M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] 6.83% 38849M org.apache.lucene.util.TernaryLongHeap#() [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#() [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollector#() [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector() [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector() [Inlined code] at org.apache.lucene.search.IndexSearcher#search() [JIT compiled code] at org.apache.lucene.search.IndexSearcher#searchAfter() [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search() [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery() [JIT compiled code] at knn.KnnGraphTester#testSearch() [Interpreted code] at knn.KnnGraphTester#run() [Interpreted code] at knn.KnnGraphTester#runWithCleanUp() [Interpreted code] 5.79% 32938M org.apache.lucene.util.ArrayUtil#copyOfSubArray() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue() [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$FieldWriter#addValue() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$FieldWriter#addValue() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue() [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue() [Inlined code] at org.apache.lucene.index.IndexingChain#processField() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [Inlined code] 4.07% 23154M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007719e268#call() [Inlined code] at java.util.concurrent.FutureTask#run() [JIT compiled code] 3.08% 17526M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [Inlined code] 2.88% 16384M org.apache.lucene.util.TernaryLongHeap#() [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#() [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#() [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector() [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector() [Interpreted code] at org.apache.lucene.search.IndexSearcher#search() [Interpreted code] at org.apache.lucene.search.IndexSearcher#searchAfter() [Interpreted code] at org.apache.lucene.search.IndexSearcher#search() [Interpreted code] at knn.KnnGraphTester#doFloatVectorQuery() [Interpreted code] at knn.KnnGraphTester#testSearch() [Interpreted code] at knn.KnnGraphTester#run() [Interpreted code] at knn.KnnGraphTester#runWithCleanUp() [Interpreted code] 2.61% 14824M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder() [Inlined code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure() [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph() [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph() [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph() [Interpreted code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder() [Interpreted code] at org.apache.lucene.util.hnsw.IncrementalHnswGraphMerger#merge() [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField() [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField() [Interpreted code] 2.48% 14102M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] 1.94% 11037M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] 1.43% 8128M org.apache.lucene.util.TernaryLongHeap#() [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#() [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#() [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector() [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector() [Interpreted code] at org.apache.lucene.search.IndexSearcher#search() [Interpreted code] at org.apache.lucene.search.IndexSearcher#searchAfter() [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search() [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery() [JIT compiled code] at knn.KnnGraphTester#testSearch() [Interpreted code] at knn.KnnGraphTester#run() [Interpreted code] at knn.KnnGraphTester#runWithCleanUp() [Interpreted code] 1.41% 7991M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [JIT compiled code] 1.31% 7466M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue() [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue() [Inlined code] at org.apache.lucene.index.IndexingChain#processField() [JIT compiled code] 1.30% 7374M org.apache.lucene.util.hnsw.NeighborQueue#nodes() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007719e268#call() [Inlined code] at java.util.concurrent.FutureTask#run() [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run() [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0() [Inlined code] 1.02% 5780M java.util.Arrays#copyOf() [Inlined code] at java.util.ArrayDeque#grow() [JIT compiled code] at java.util.ArrayDeque#addFirst() [Inlined code] at java.util.ArrayDeque#push() [Inlined code] at knn.KnnGraphTester#printGraphConnectedNess() [JIT compiled code] at knn.KnnGraphTester#printFanoutHist() [Interpreted code] at knn.KnnGraphTester#printFanoutHist() [Interpreted code] at knn.KnnGraphTester#run() [Interpreted code] at knn.KnnGraphTester#runWithCleanUp() [Interpreted code] at knn.KnnGraphTester#main() [Interpreted code] 0.98% 5564M org.apache.lucene.util.hnsw.NeighborQueue#nodes() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue() [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue() [Inlined code] at org.apache.lucene.index.IndexingChain#processField() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments() [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument() [Inlined code] 0.93% 5279M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#replayBufferedVectors() [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue() [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue() [Inlined code] at org.apache.lucene.index.IndexingChain#processField() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] 0.92% 5260M java.lang.Integer#valueOf() [Inlined code] at knn.KnnGraphTester#printGraphConnectedNess() [JIT compiled code] at knn.KnnGraphTester#printFanoutHist() [Interpreted code] at knn.KnnGraphTester#printFanoutHist() [Interpreted code] at knn.KnnGraphTester#run() [Interpreted code] at knn.KnnGraphTester#runWithCleanUp() [Interpreted code] at knn.KnnGraphTester#main() [Interpreted code] 0.89% 5062M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] 0.66% 3742M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue() [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue() [Inlined code] at org.apache.lucene.index.IndexingChain#processField() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] 0.65% 3669M org.apache.lucene.util.hnsw.NeighborQueue#nodes() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007719e268#call() [Inlined code] at java.util.concurrent.FutureTask#run() [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run() [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0() [Inlined code] 0.50% 2845M org.apache.lucene.util.hnsw.NeighborArray#sort() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007719e268#call() [Inlined code] 0.42% 2409M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007719e268#call() [Inlined code] 0.38% 2178M org.apache.lucene.util.hnsw.NeighborQueue#nodes() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007719e268#call() [Inlined code] at java.util.concurrent.FutureTask#run() [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run() [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll() [JIT compiled code] 0.34% 1917M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge() [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run() [Interpreted code] 0.28% 1601M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007719e268#call() [Inlined code] at java.util.concurrent.FutureTask#run() [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run() [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0() [Inlined code] 0.27% 1546M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007719e268#call() [Interpreted code] at java.util.concurrent.FutureTask#run() [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run() [Interpreted code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0() [Interpreted code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x000000007719e7c0#run() [Interpreted code] at java.util.concurrent.ThreadPoolExecutor#runWorker() [Interpreted code] 0.26% 1467M org.apache.lucene.util.hnsw.NeighborArray#() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007719e268#call() [Inlined code] at java.util.concurrent.FutureTask#run() [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run() [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0() [Inlined code] 0.23% 1296M org.apache.lucene.util.hnsw.NeighborArray#sort() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007719e268#call() [Inlined code] 0.22% 1276M org.apache.lucene.util.hnsw.NeighborArray#() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue() [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue() [Inlined code] at org.apache.lucene.index.IndexingChain#processField() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments() [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument() [Inlined code] 0.21% 1220M org.apache.lucene.util.hnsw.NeighborQueue#nodes() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007719e268#call() [Inlined code] at java.util.concurrent.FutureTask#run() [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run() [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll() [Interpreted code] 0.21% 1202M knn.IndexerThread#_run() [Interpreted code] at knn.IndexerThread#run() [Interpreted code] 0.21% 1200M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007719e268#call() [Inlined code] at java.util.concurrent.FutureTask#run() [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run() [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0() [Inlined code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x000000007719e7c0#run() [JIT compiled code] at java.util.concurrent.ThreadPoolExecutor#runWorker() [Interpreted code] 0.20% 1130M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007719e268#call() [Interpreted code] at java.util.concurrent.FutureTask#run() [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run() [Interpreted code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0() [Interpreted code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x000000007719e7c0#run() [Interpreted code] at java.util.concurrent.ThreadPoolExecutor#runWorker() [Interpreted code] 0.20% 1119M knn.IndexerThread#_run() [JIT compiled code] at knn.IndexerThread#run() [Interpreted code] 0.19% 1108M org.apache.lucene.util.hnsw.NeighborArray#() [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007719e268#call() [Inlined code] at java.util.concurrent.FutureTask#run() [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run() [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0() [Inlined code] 0.16% 919M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007719e268#call() [Inlined code] 0.15% 875M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007719e268#call() [Inlined code] at java.util.concurrent.FutureTask#run() [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run() [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0() [Inlined code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x000000007719e7c0#run() [JIT compiled code] 0.15% 826M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007719e268#call() [Interpreted code] 0.14% 767M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager() [Inlined code] at org.apache.lucene.search.AbstractKnnVectorQuery#rewrite() [JIT compiled code] at org.apache.lucene.search.KnnFloatVectorQuery#rewrite() [Inlined code] at knn.KnnGraphTester$ProfiledKnnFloatVectorQuery#rewrite() [JIT compiled code] at org.apache.lucene.search.IndexSearcher#rewrite() [JIT compiled code] at org.apache.lucene.search.IndexSearcher#rewrite() [Inlined code] at org.apache.lucene.search.IndexSearcher#search() [JIT compiled code] at org.apache.lucene.search.IndexSearcher#searchAfter() [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search() [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery() [JIT compiled code] at knn.KnnGraphTester#testSearch() [Interpreted code] at knn.KnnGraphTester#run() [Interpreted code] 0.13% 757M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue() [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue() [Inlined code] at org.apache.lucene.index.IndexingChain#processField() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments() [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument() [Inlined code] 0.13% 734M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document() [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader#serializedDocument() [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#copyOneDoc() [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#merge() [JIT compiled code] at org.apache.lucene.index.SegmentMerger#mergeFields() [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x0000000077196000#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging() [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge() [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle() [Interpreted code] at org.apache.lucene.index.IndexWriter#merge() [Interpreted code] at org.apache.lucene.index.IndexWriter$IndexWriterMergeSource#merge() [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler#doMerge() [Interpreted code] 0.13% 722M org.apache.lucene.util.hnsw.NeighborQueue#nodes() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007719e268#call() [Inlined code] at java.util.concurrent.FutureTask#run() [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run() [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0() [Interpreted code] 0.13% 720M java.util.ArrayList#grow() [Inlined code] at java.util.ArrayList#grow() [Inlined code] at java.util.ArrayList#add() [Inlined code] at java.util.ArrayList#add() [Inlined code] at org.apache.lucene.document.Document#add() [Inlined code] at knn.IndexerThread#_run() [JIT compiled code] at knn.IndexerThread#run() [Interpreted code] 0.11% 633M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue() [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue() [Inlined code] at org.apache.lucene.index.IndexingChain#processField() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments() [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument() [Inlined code] at org.apache.lucene.index.IndexWriter#addDocument() [JIT compiled code] at knn.IndexerThread#_run() [JIT compiled code] 0.11% 600M org.apache.lucene.util.hnsw.NeighborArray#() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007719e268#call() [Inlined code] at java.util.concurrent.FutureTask#run() [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run() [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0() [Inlined code] 0.10% 593M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFieldToIndex() [Interpreted code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFieldToIndex() [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField() [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField() [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues() [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x0000000077197b80#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging() [JIT compiled code] now remove KNN index knn-reuse/indices/dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-4-compressed-fm cmd: ['/usr/sbin/perf', 'stat', '-dd', '-e', 'task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend', '/usr/lib/jvm/java-25-openjdk/bin/java', '--add-modules', 'jdk.incubator.vector', '-Xmx32g', '-Xms32g', '-server', '-XX:+UseParallelGC', '-Djava.io.tmpdir=/l/tmp', '--enable-native-access=ALL-UNNAMED', '-cp', '/l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build:/l/util.nightly/build', '--add-modules', 'jdk.incubator.vector', '--enable-native-access=ALL-UNNAMED', '-XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/2026.04.13.05.40.34/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.214s][info][jfr,startup] Started recording 1. [0.214s][info][jfr,startup] [0.214s][info][jfr,startup] Use jcmd 3382744 JFR.dump name=1 to copy recording data to file. maxConn = 32 Vector Dimensions: 1024 numDocs = 8000000 beamWidth = 100 similarity = DOT_PRODUCT Seed = 2810528869965241 index key = dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-7-notfm Index Path = knn-reuse/indices/dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-7-notfm will now reindex: explicitly requested Apr 13, 2026 7:56:27 AM org.apache.lucene.internal.vectorization.PanamaVectorizationProvider logIncubatorSetup INFO: Java vector incubator API enabled; uses preferredBitSize=256; FMA enabled creating index in knn-reuse/indices/dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-7-notfm 39709371 doc vectors in docsPath "/big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec" parentJoin=false Done indexing 25000 documents. Done indexing 50000 documents. Done indexing 75000 documents. Done indexing 100000 documents. Done indexing 125000 documents. Done indexing 150000 documents. Done indexing 175000 documents. Done indexing 200000 documents. Done indexing 225000 documents. Done indexing 250000 documents. Done indexing 275000 documents. Done indexing 300000 documents. Done indexing 325000 documents. Done indexing 350000 documents. Done indexing 375000 documents. Done indexing 400000 documents. Done indexing 425000 documents. Done indexing 450000 documents. Done indexing 475000 documents. Done indexing 500000 documents. Done indexing 525000 documents. Done indexing 550000 documents. Done indexing 575000 documents. Done indexing 600000 documents. Done indexing 625000 documents. Done indexing 650000 documents. Done indexing 675000 documents. Done indexing 700000 documents. Done indexing 725000 documents. Done indexing 750000 documents. Done indexing 775000 documents. Done indexing 800000 documents. Done indexing 825000 documents. Done indexing 850000 documents. Done indexing 875000 documents. Done indexing 900000 documents. Done indexing 925000 documents. Done indexing 950000 documents. Done indexing 975000 documents. Done indexing 1000000 documents. Done indexing 1025000 documents. Done indexing 1050000 documents. Done indexing 1075000 documents. Done indexing 1100000 documents. Done indexing 1125000 documents. Done indexing 1150000 documents. Done indexing 1175000 documents. Done indexing 1200000 documents. Done indexing 1225000 documents. Done indexing 1250000 documents. Done indexing 1275000 documents. Done indexing 1300000 documents. Done indexing 1325000 documents. Done indexing 1350000 documents. Done indexing 1375000 documents. Done indexing 1400000 documents. Done indexing 1425000 documents. Done indexing 1450000 documents. Done indexing 1475000 documents. Done indexing 1500000 documents. Done indexing 1525000 documents. Done indexing 1550000 documents. Done indexing 1575000 documents. Done indexing 1600000 documents. Done indexing 1625000 documents. Done indexing 1650000 documents. Done indexing 1675000 documents. Done indexing 1700000 documents. Done indexing 1725000 documents. Done indexing 1750000 documents. Done indexing 1775000 documents. Done indexing 1800000 documents. Done indexing 1825000 documents. Done indexing 1850000 documents. Done indexing 1875000 documents. Done indexing 1900000 documents. Done indexing 1925000 documents. Done indexing 1950000 documents. Done indexing 1975000 documents. Done indexing 2000000 documents. Done indexing 2025000 documents. Done indexing 2050000 documents. Done indexing 2075000 documents. Done indexing 2100000 documents. Done indexing 2125000 documents. Done indexing 2150000 documents. Done indexing 2175000 documents. Done indexing 2200000 documents. Done indexing 2225000 documents. Done indexing 2250000 documents. Done indexing 2275000 documents. Done indexing 2300000 documents. Done indexing 2325000 documents. Done indexing 2350000 documents. Done indexing 2375000 documents. Done indexing 2400000 documents. Done indexing 2425000 documents. Done indexing 2450000 documents. Done indexing 2475000 documents. Done indexing 2500000 documents. Done indexing 2525000 documents. Done indexing 2550000 documents. Done indexing 2575000 documents. Done indexing 2600000 documents. Done indexing 2625000 documents. Done indexing 2650000 documents. Done indexing 2675000 documents. Done indexing 2700000 documents. Done indexing 2725000 documents. Done indexing 2750000 documents. Done indexing 2775000 documents. Done indexing 2800000 documents. Done indexing 2825000 documents. Done indexing 2850000 documents. Done indexing 2875000 documents. Done indexing 2900000 documents. Done indexing 2925000 documents. Done indexing 2950000 documents. Done indexing 2975000 documents. Done indexing 3000000 documents. Done indexing 3025000 documents. Done indexing 3050000 documents. Done indexing 3075000 documents. Done indexing 3100000 documents. Done indexing 3125000 documents. Done indexing 3150000 documents. Done indexing 3175000 documents. Done indexing 3200000 documents. Done indexing 3225000 documents. Done indexing 3250000 documents. Done indexing 3275000 documents. Done indexing 3300000 documents. Done indexing 3325000 documents. Done indexing 3350000 documents. Done indexing 3375000 documents. Done indexing 3400000 documents. Done indexing 3425000 documents. Done indexing 3450000 documents. Done indexing 3475000 documents. Done indexing 3500000 documents. Done indexing 3525000 documents. Done indexing 3550000 documents. Done indexing 3575000 documents. Done indexing 3600000 documents. Done indexing 3625000 documents. Done indexing 3650000 documents. Done indexing 3675000 documents. Done indexing 3700000 documents. Done indexing 3725000 documents. Done indexing 3750000 documents. Done indexing 3775000 documents. Done indexing 3800000 documents. Done indexing 3825000 documents. Done indexing 3850000 documents. Done indexing 3875000 documents. Done indexing 3900000 documents. Done indexing 3925000 documents. Done indexing 3950000 documents. Done indexing 3975000 documents. Done indexing 4000000 documents. Done indexing 4025000 documents. Done indexing 4050000 documents. Done indexing 4075000 documents. Done indexing 4100000 documents. Done indexing 4125000 documents. Done indexing 4150000 documents. Done indexing 4175000 documents. Done indexing 4200000 documents. Done indexing 4225000 documents. Done indexing 4250000 documents. Done indexing 4275000 documents. Done indexing 4300000 documents. Done indexing 4325000 documents. Done indexing 4350000 documents. Done indexing 4375000 documents. Done indexing 4400000 documents. Done indexing 4425000 documents. Done indexing 4450000 documents. Done indexing 4475000 documents. Done indexing 4500000 documents. Done indexing 4525000 documents. Done indexing 4550000 documents. Done indexing 4575000 documents. Done indexing 4600000 documents. Done indexing 4625000 documents. Done indexing 4650000 documents. Done indexing 4675000 documents. Done indexing 4700000 documents. Done indexing 4725000 documents. Done indexing 4750000 documents. Done indexing 4775000 documents. Done indexing 4800000 documents. Done indexing 4825000 documents. Done indexing 4850000 documents. Done indexing 4875000 documents. Done indexing 4900000 documents. Done indexing 4925000 documents. Done indexing 4950000 documents. Done indexing 4975000 documents. Done indexing 5000000 documents. Done indexing 5025000 documents. Done indexing 5050000 documents. Done indexing 5075000 documents. Done indexing 5100000 documents. Done indexing 5125000 documents. Done indexing 5150000 documents. Done indexing 5175000 documents. Done indexing 5200000 documents. Done indexing 5225000 documents. Done indexing 5250000 documents. Done indexing 5275000 documents. Done indexing 5300000 documents. Done indexing 5325000 documents. Done indexing 5350000 documents. Done indexing 5375000 documents. Done indexing 5400000 documents. Done indexing 5425000 documents. Done indexing 5450000 documents. Done indexing 5475000 documents. Done indexing 5500000 documents. Done indexing 5525000 documents. Done indexing 5550000 documents. Done indexing 5575000 documents. Done indexing 5600000 documents. Done indexing 5625000 documents. Done indexing 5650000 documents. Done indexing 5675000 documents. Done indexing 5700000 documents. Done indexing 5725000 documents. Done indexing 5750000 documents. Done indexing 5775000 documents. Done indexing 5800000 documents. Done indexing 5825000 documents. Done indexing 5850000 documents. Done indexing 5875000 documents. Done indexing 5900000 documents. Done indexing 5925000 documents. Done indexing 5950000 documents. Done indexing 5975000 documents. Done indexing 6000000 documents. Done indexing 6025000 documents. Done indexing 6050000 documents. Done indexing 6075000 documents. Done indexing 6100000 documents. Done indexing 6125000 documents. Done indexing 6150000 documents. Done indexing 6175000 documents. Done indexing 6200000 documents. Done indexing 6225000 documents. Done indexing 6250000 documents. Done indexing 6275000 documents. Done indexing 6300000 documents. Done indexing 6325000 documents. Done indexing 6350000 documents. Done indexing 6375000 documents. Done indexing 6400000 documents. Done indexing 6425000 documents. Done indexing 6450000 documents. Done indexing 6475000 documents. Done indexing 6500000 documents. Done indexing 6525000 documents. Done indexing 6550000 documents. Done indexing 6575000 documents. Done indexing 6600000 documents. Done indexing 6625000 documents. Done indexing 6650000 documents. Done indexing 6675000 documents. Done indexing 6700000 documents. Done indexing 6725000 documents. Done indexing 6750000 documents. Done indexing 6775000 documents. Done indexing 6800000 documents. Done indexing 6825000 documents. Done indexing 6850000 documents. Done indexing 6875000 documents. Done indexing 6900000 documents. Done indexing 6925000 documents. Done indexing 6950000 documents. Done indexing 6975000 documents. Done indexing 7000000 documents. Done indexing 7025000 documents. Done indexing 7050000 documents. Done indexing 7075000 documents. Done indexing 7100000 documents. Done indexing 7125000 documents. Done indexing 7150000 documents. Done indexing 7175000 documents. Done indexing 7200000 documents. Done indexing 7225000 documents. Done indexing 7250000 documents. Done indexing 7275000 documents. Done indexing 7300000 documents. Done indexing 7325000 documents. Done indexing 7350000 documents. Done indexing 7375000 documents. Done indexing 7400000 documents. Done indexing 7425000 documents. Done indexing 7450000 documents. Done indexing 7475000 documents. Done indexing 7500000 documents. Done indexing 7525000 documents. Done indexing 7550000 documents. Done indexing 7575000 documents. Done indexing 7600000 documents. Done indexing 7625000 documents. Done indexing 7650000 documents. Done indexing 7675000 documents. Done indexing 7700000 documents. Done indexing 7725000 documents. Done indexing 7750000 documents. Done indexing 7775000 documents. Done indexing 7800000 documents. Done indexing 7825000 documents. Done indexing 7850000 documents. Done indexing 7875000 documents. Done indexing 7900000 documents. Done indexing 7925000 documents. Done indexing 7950000 documents. Done indexing 7975000 documents. Done indexing 8000000 documents. now IndexWriter.commit() now wait for already running merges to finish 0.0 sec: 105 segments, 10 merges 125.7s _1ab: 8 segs, 782.9 K docs, 3904.4 MB 63.1s _1cj: 8 segs, 41.2 K docs, 204.1 MB 60.4s _1co: 8 segs, 194.6 K docs, 968.3 MB 47.9s _1d6: 8 segs, 40.9 K docs, 202.8 MB 34.8s _1dn: 8 segs, 856.2 K docs, 4270.4 MB 28.7s _1dv: 11 segs, 54.5 K docs, 270.0 MB 22.0s _1e4: 8 segs, 40.2 K docs, 199.0 MB 14.9s _1ed: 8 segs, 39.5 K docs, 195.8 MB 8.7s _1el: 8 segs, 72.1 K docs, 357.9 MB 0.0s _1et: 13 segs, 52.5 K docs, 259.7 MB 5.0 sec: 105 segments, 10 merges 130.8s _1ab: 8 segs, 782.9 K docs, 3904.4 MB 68.1s _1cj: 8 segs, 41.2 K docs, 204.1 MB 65.5s _1co: 8 segs, 194.6 K docs, 968.3 MB 52.9s _1d6: 8 segs, 40.9 K docs, 202.8 MB 39.8s _1dn: 8 segs, 856.2 K docs, 4270.4 MB 33.7s _1dv: 11 segs, 54.5 K docs, 270.0 MB 27.0s _1e4: 8 segs, 40.2 K docs, 199.0 MB 19.9s _1ed: 8 segs, 39.5 K docs, 195.8 MB 13.7s _1el: 8 segs, 72.1 K docs, 357.9 MB 5.0s _1et: 13 segs, 52.5 K docs, 259.7 MB 10.0 sec: 98 segments, 9 merges 135.8s _1ab: 8 segs, 782.9 K docs, 3904.4 MB 73.1s _1cj: 8 segs, 41.2 K docs, 204.1 MB 70.5s _1co: 8 segs, 194.6 K docs, 968.3 MB 57.9s _1d6: 8 segs, 40.9 K docs, 202.8 MB 44.8s _1dn: 8 segs, 856.2 K docs, 4270.4 MB 38.7s _1dv: 11 segs, 54.5 K docs, 270.0 MB 24.9s _1ed: 8 segs, 39.5 K docs, 195.8 MB 18.7s _1el: 8 segs, 72.1 K docs, 357.9 MB 10.0s _1et: 13 segs, 52.5 K docs, 259.7 MB 15.0 sec: 91 segments, 8 merges 140.8s _1ab: 8 segs, 782.9 K docs, 3904.4 MB 78.1s _1cj: 8 segs, 41.2 K docs, 204.1 MB 75.5s _1co: 8 segs, 194.6 K docs, 968.3 MB 49.8s _1dn: 8 segs, 856.2 K docs, 4270.4 MB 43.7s _1dv: 11 segs, 54.5 K docs, 270.0 MB 29.9s _1ed: 8 segs, 39.5 K docs, 195.8 MB 23.7s _1el: 8 segs, 72.1 K docs, 357.9 MB 15.0s _1et: 13 segs, 52.5 K docs, 259.7 MB 20.0 sec: 77 segments, 6 merges 145.8s _1ab: 8 segs, 782.9 K docs, 3904.4 MB 80.5s _1co: 8 segs, 194.6 K docs, 968.3 MB 54.8s _1dn: 8 segs, 856.2 K docs, 4270.4 MB 48.7s _1dv: 11 segs, 54.5 K docs, 270.0 MB 28.7s _1el: 8 segs, 72.1 K docs, 357.9 MB 20.0s _1et: 13 segs, 52.5 K docs, 259.7 MB 25.0 sec: 77 segments, 6 merges 150.8s _1ab: 8 segs, 782.9 K docs, 3904.4 MB 85.5s _1co: 8 segs, 194.6 K docs, 968.3 MB 59.8s _1dn: 8 segs, 856.2 K docs, 4270.4 MB 53.7s _1dv: 11 segs, 54.5 K docs, 270.0 MB 33.7s _1el: 8 segs, 72.1 K docs, 357.9 MB 25.0s _1et: 13 segs, 52.5 K docs, 259.7 MB 30.0 sec: 70 segments, 5 merges 155.8s _1ab: 8 segs, 782.9 K docs, 3904.4 MB 90.5s _1co: 8 segs, 194.6 K docs, 968.3 MB 64.8s _1dn: 8 segs, 856.2 K docs, 4270.4 MB 58.7s _1dv: 11 segs, 54.5 K docs, 270.0 MB 30.0s _1et: 13 segs, 52.5 K docs, 259.7 MB 35.0 sec: 70 segments, 5 merges 160.8s _1ab: 8 segs, 782.9 K docs, 3904.4 MB 95.5s _1co: 8 segs, 194.6 K docs, 968.3 MB 69.8s _1dn: 8 segs, 856.2 K docs, 4270.4 MB 63.8s _1dv: 11 segs, 54.5 K docs, 270.0 MB 35.0s _1et: 13 segs, 52.5 K docs, 259.7 MB 40.0 sec: 70 segments, 5 merges 165.8s _1ab: 8 segs, 782.9 K docs, 3904.4 MB 100.5s _1co: 8 segs, 194.6 K docs, 968.3 MB 74.8s _1dn: 8 segs, 856.2 K docs, 4270.4 MB 68.8s _1dv: 11 segs, 54.5 K docs, 270.0 MB 40.0s _1et: 13 segs, 52.5 K docs, 259.7 MB 45.0 sec: 70 segments, 5 merges 170.8s _1ab: 8 segs, 782.9 K docs, 3904.4 MB 105.5s _1co: 8 segs, 194.6 K docs, 968.3 MB 79.8s _1dn: 8 segs, 856.2 K docs, 4270.4 MB 73.8s _1dv: 11 segs, 54.5 K docs, 270.0 MB 45.0s _1et: 13 segs, 52.5 K docs, 259.7 MB 50.1 sec: 70 segments, 5 merges 175.8s _1ab: 8 segs, 782.9 K docs, 3904.4 MB 110.5s _1co: 8 segs, 194.6 K docs, 968.3 MB 84.8s _1dn: 8 segs, 856.2 K docs, 4270.4 MB 78.8s _1dv: 11 segs, 54.5 K docs, 270.0 MB 50.1s _1et: 13 segs, 52.5 K docs, 259.7 MB 55.1 sec: 70 segments, 5 merges 180.8s _1ab: 8 segs, 782.9 K docs, 3904.4 MB 115.5s _1co: 8 segs, 194.6 K docs, 968.3 MB 89.8s _1dn: 8 segs, 856.2 K docs, 4270.4 MB 83.8s _1dv: 11 segs, 54.5 K docs, 270.0 MB 55.1s _1et: 13 segs, 52.5 K docs, 259.7 MB 60.1 sec: 58 segments, 5 merges 185.8s _1ab: 8 segs, 782.9 K docs, 3904.4 MB 120.5s _1co: 8 segs, 194.6 K docs, 968.3 MB 94.8s _1dn: 8 segs, 856.2 K docs, 4270.4 MB 88.8s _1dv: 11 segs, 54.5 K docs, 270.0 MB 2.6s _1eu: 8 segs, 254.8 K docs, 1268.4 MB 65.1 sec: 48 segments, 4 merges 190.8s _1ab: 8 segs, 782.9 K docs, 3904.4 MB 125.5s _1co: 8 segs, 194.6 K docs, 968.3 MB 99.8s _1dn: 8 segs, 856.2 K docs, 4270.4 MB 7.6s _1eu: 8 segs, 254.8 K docs, 1268.4 MB 70.1 sec: 48 segments, 4 merges 195.8s _1ab: 8 segs, 782.9 K docs, 3904.4 MB 130.5s _1co: 8 segs, 194.6 K docs, 968.3 MB 104.8s _1dn: 8 segs, 856.2 K docs, 4270.4 MB 12.6s _1eu: 8 segs, 254.8 K docs, 1268.4 MB 75.1 sec: 48 segments, 4 merges 200.8s _1ab: 8 segs, 782.9 K docs, 3904.4 MB 135.5s _1co: 8 segs, 194.6 K docs, 968.3 MB 109.8s _1dn: 8 segs, 856.2 K docs, 4270.4 MB 17.6s _1eu: 8 segs, 254.8 K docs, 1268.4 MB 80.1 sec: 48 segments, 4 merges 205.8s _1ab: 8 segs, 782.9 K docs, 3904.4 MB 140.5s _1co: 8 segs, 194.6 K docs, 968.3 MB 114.8s _1dn: 8 segs, 856.2 K docs, 4270.4 MB 22.6s _1eu: 8 segs, 254.8 K docs, 1268.4 MB 85.1 sec: 48 segments, 4 merges 210.8s _1ab: 8 segs, 782.9 K docs, 3904.4 MB 145.5s _1co: 8 segs, 194.6 K docs, 968.3 MB 119.8s _1dn: 8 segs, 856.2 K docs, 4270.4 MB 27.6s _1eu: 8 segs, 254.8 K docs, 1268.4 MB 90.0 sec: 48 segments, 4 merges 215.8s _1ab: 8 segs, 782.9 K docs, 3904.4 MB 150.5s _1co: 8 segs, 194.6 K docs, 968.3 MB 124.8s _1dn: 8 segs, 856.2 K docs, 4270.4 MB 32.6s _1eu: 8 segs, 254.8 K docs, 1268.4 MB 95.0 sec: 48 segments, 4 merges 220.8s _1ab: 8 segs, 782.9 K docs, 3904.4 MB 155.5s _1co: 8 segs, 194.6 K docs, 968.3 MB 129.8s _1dn: 8 segs, 856.2 K docs, 4270.4 MB 37.6s _1eu: 8 segs, 254.8 K docs, 1268.4 MB 100.0 sec: 48 segments, 4 merges 225.8s _1ab: 8 segs, 782.9 K docs, 3904.4 MB 160.5s _1co: 8 segs, 194.6 K docs, 968.3 MB 134.8s _1dn: 8 segs, 856.2 K docs, 4270.4 MB 42.6s _1eu: 8 segs, 254.8 K docs, 1268.4 MB 105.0 sec: 34 segments, 2 merges 139.8s _1dn: 8 segs, 856.2 K docs, 4270.4 MB 47.6s _1eu: 8 segs, 254.8 K docs, 1268.4 MB 110.0 sec: 34 segments, 2 merges 144.8s _1dn: 8 segs, 856.2 K docs, 4270.4 MB 52.6s _1eu: 8 segs, 254.8 K docs, 1268.4 MB 115.0 sec: 34 segments, 2 merges 149.8s _1dn: 8 segs, 856.2 K docs, 4270.4 MB 57.6s _1eu: 8 segs, 254.8 K docs, 1268.4 MB 120.1 sec: 34 segments, 2 merges 154.8s _1dn: 8 segs, 856.2 K docs, 4270.4 MB 62.6s _1eu: 8 segs, 254.8 K docs, 1268.4 MB 125.1 sec: 34 segments, 2 merges 159.8s _1dn: 8 segs, 856.2 K docs, 4270.4 MB 67.6s _1eu: 8 segs, 254.8 K docs, 1268.4 MB 130.1 sec: 34 segments, 2 merges 164.8s _1dn: 8 segs, 856.2 K docs, 4270.4 MB 72.6s _1eu: 8 segs, 254.8 K docs, 1268.4 MB 135.1 sec: 34 segments, 2 merges 169.8s _1dn: 8 segs, 856.2 K docs, 4270.4 MB 77.6s _1eu: 8 segs, 254.8 K docs, 1268.4 MB 140.1 sec: 34 segments, 2 merges 174.8s _1dn: 8 segs, 856.2 K docs, 4270.4 MB 82.6s _1eu: 8 segs, 254.8 K docs, 1268.4 MB 145.1 sec: 34 segments, 2 merges 179.8s _1dn: 8 segs, 856.2 K docs, 4270.4 MB 87.6s _1eu: 8 segs, 254.8 K docs, 1268.4 MB 150.1 sec: 34 segments, 2 merges 184.9s _1dn: 8 segs, 856.2 K docs, 4270.4 MB 92.6s _1eu: 8 segs, 254.8 K docs, 1268.4 MB 155.0 sec: 34 segments, 2 merges 189.8s _1dn: 8 segs, 856.2 K docs, 4270.4 MB 97.5s _1eu: 8 segs, 254.8 K docs, 1268.4 MB 160.0 sec: 34 segments, 2 merges 194.8s _1dn: 8 segs, 856.2 K docs, 4270.4 MB 102.5s _1eu: 8 segs, 254.8 K docs, 1268.4 MB 165.0 sec: 34 segments, 2 merges 199.8s _1dn: 8 segs, 856.2 K docs, 4270.4 MB 107.6s _1eu: 8 segs, 254.8 K docs, 1268.4 MB 170.0 sec: 34 segments, 2 merges 204.8s _1dn: 8 segs, 856.2 K docs, 4270.4 MB 112.6s _1eu: 8 segs, 254.8 K docs, 1268.4 MB 175.0 sec: 34 segments, 2 merges 209.8s _1dn: 8 segs, 856.2 K docs, 4270.4 MB 117.6s _1eu: 8 segs, 254.8 K docs, 1268.4 MB 180.0 sec: 34 segments, 2 merges 214.8s _1dn: 8 segs, 856.2 K docs, 4270.4 MB 122.6s _1eu: 8 segs, 254.8 K docs, 1268.4 MB 185.1 sec: 34 segments, 2 merges 219.8s _1dn: 8 segs, 856.2 K docs, 4270.4 MB 127.6s _1eu: 8 segs, 254.8 K docs, 1268.4 MB 190.1 sec: 34 segments, 2 merges 224.8s _1dn: 8 segs, 856.2 K docs, 4270.4 MB 132.6s _1eu: 8 segs, 254.8 K docs, 1268.4 MB 195.1 sec: 34 segments, 2 merges 229.8s _1dn: 8 segs, 856.2 K docs, 4270.4 MB 137.6s _1eu: 8 segs, 254.8 K docs, 1268.4 MB 200.1 sec: 34 segments, 2 merges 234.8s _1dn: 8 segs, 856.2 K docs, 4270.4 MB 142.6s _1eu: 8 segs, 254.8 K docs, 1268.4 MB 205.1 sec: 34 segments, 2 merges 239.8s _1dn: 8 segs, 856.2 K docs, 4270.4 MB 147.6s _1eu: 8 segs, 254.8 K docs, 1268.4 MB 210.1 sec: 34 segments, 2 merges 244.8s _1dn: 8 segs, 856.2 K docs, 4270.4 MB 152.6s _1eu: 8 segs, 254.8 K docs, 1268.4 MB 215.1 sec: 34 segments, 2 merges 249.9s _1dn: 8 segs, 856.2 K docs, 4270.4 MB 157.6s _1eu: 8 segs, 254.8 K docs, 1268.4 MB 220.1 sec: 27 segments, 1 merges 162.6s _1eu: 8 segs, 254.8 K docs, 1268.4 MB 225.1 sec: 27 segments, 1 merges 167.6s _1eu: 8 segs, 254.8 K docs, 1268.4 MB 230.1 sec: 27 segments, 1 merges 172.6s _1eu: 8 segs, 254.8 K docs, 1268.4 MB done first pass waiting for merges done second pass waiting for merges (CMS.sync()) Indexed 8000000 docs in 1488 seconds reindex takes 1488.53 sec index has 20 segments: segments_2: _b2(11.0.0):C1001111 _my(11.0.0):C1017747 _kr(11.0.0):C600871 _e4(11.0.0):C266360 _j3(11.0.0):C252178 _ro(11.0.0):C520893 _us(11.0.0):C387783 _141(11.0.0):C568496 _ym(11.0.0):C401220 _11t(11.0.0):C265391 _1ab(11.0.0):C782906 _1dn(11.0.0):C856218 _1a4(11.0.0):C218576 _1br(11.0.0):C188571 _1co(11.0.0):C194572 _1c0(11.0.0):C43188 _1eu(11.0.0):C254845 _1el(11.0.0):C72080 _1dv(11.0.0):C54531 _1et(11.0.0):C52463 _b2: 5000.1 MB _my: 5083.3 MB _kr: 2999.7 MB _e4: 1329.1 MB _j3: 1258.3 MB _ro: 2600.2 MB _us: 1935.4 MB _141: 2838.1 MB _ym: 2002.6 MB _11t: 1324.2 MB _1ab: 3909.4 MB _1dn: 4275.7 MB _1a4: 1090.5 MB _1br: 940.7 MB _1co: 970.7 MB _1c0: 215.0 MB _1eu: 1271.6 MB _1el: 359.2 MB _1dv: 271.6 MB _1et: 261.3 MB encodingByteSize=4 origByteSize=4 realEncodingByteSize=1.0 index disk usage is 39936.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=58097032425 cpu@end=73446895819 deltaMS=15349.863394 thread 14 name=Reference Handler cpu@start=1513320 cpu@end=1513320 deltaMS=0.0 thread 15 name=Finalizer cpu@start=148799 cpu@end=148799 deltaMS=0.0 thread 16 name=Signal Dispatcher cpu@start=55715 cpu@end=55715 deltaMS=0.0 thread 40 name=Common-Cleaner cpu@start=6577229 cpu@end=6577229 deltaMS=0.0 thread 41 name=JFR Recorder Thread cpu@start=20681307980 cpu@end=20683233073 deltaMS=1.925093 thread 42 name=JFR Periodic Tasks cpu@start=118695689224 cpu@end=119436861186 deltaMS=741.171962 thread 46 name=Notification Thread cpu@start=99570 cpu@end=99570 deltaMS=0.0 thread 57 name=hnsw-merge-1-thread-1 cpu@start=1688235606497 cpu@end=1688235606497 deltaMS=0.0 thread 58 name=hnsw-merge-1-thread-2 cpu@start=1689524464918 cpu@end=1689524464918 deltaMS=0.0 thread 59 name=hnsw-merge-1-thread-3 cpu@start=1687875909761 cpu@end=1687875909761 deltaMS=0.0 thread 60 name=hnsw-merge-1-thread-4 cpu@start=1691151549482 cpu@end=1691151549482 deltaMS=0.0 thread 61 name=hnsw-merge-1-thread-5 cpu@start=1692050169504 cpu@end=1692050169504 deltaMS=0.0 thread 62 name=hnsw-merge-1-thread-6 cpu@start=1687551092966 cpu@end=1687551092966 deltaMS=0.0 thread 63 name=hnsw-merge-1-thread-7 cpu@start=1688258402400 cpu@end=1688258402400 deltaMS=0.0 thread 64 name=hnsw-merge-1-thread-8 cpu@start=1690828768724 cpu@end=1690828768724 deltaMS=0.0 thread 65 name=hnsw-merge-1-thread-9 cpu@start=1689900867097 cpu@end=1689900867097 deltaMS=0.0 thread 66 name=hnsw-merge-1-thread-10 cpu@start=1688285344860 cpu@end=1688285344860 deltaMS=0.0 thread 67 name=hnsw-merge-1-thread-11 cpu@start=1690118839139 cpu@end=1690118839139 deltaMS=0.0 thread 68 name=hnsw-merge-1-thread-12 cpu@start=1689758705313 cpu@end=1689758705313 deltaMS=0.0 thread 69 name=hnsw-merge-1-thread-13 cpu@start=1686766244612 cpu@end=1686766244612 deltaMS=0.0 thread 70 name=hnsw-merge-1-thread-14 cpu@start=1686536796388 cpu@end=1686536796388 deltaMS=0.0 thread 71 name=hnsw-merge-1-thread-15 cpu@start=1690417877040 cpu@end=1690417877040 deltaMS=0.0 thread 72 name=hnsw-merge-1-thread-16 cpu@start=1685180121507 cpu@end=1685180121507 deltaMS=0.0 Average CPU cores used: 1.0472629692742894 completed 1000 searches in 15366 ms: 65 QPS CPU time=16092 ms checking results SUMMARY: 0.954 15.366 16.092 1.047 8000000 KNN 100 100 N/A N/A 100.000 32 100 7 bits 71342 1488.53 5374.44 0.00 20 39936.92 null N/A 1.000 39184.570 7934.570 false HNSW Leaf 0 has 4 layers Leaf 0 has 1001111 documents Graph level=3 size=61, Fanout min=3, mean=9.11, max=17, meandelta=80161.48 % 0 10 20 30 40 50 60 70 80 90 100 0 5 6 8 8 9 10 11 12 13 17 Graph level=2 size=911, Fanout min=7, mean=23.08, max=32, meandelta=39734.41 % 0 10 20 30 40 50 60 70 80 90 100 0 14 17 19 21 23 25 28 31 32 32 Graph level=1 size=30609, Fanout min=2, mean=28.06, max=32, meandelta=32675.74 % 0 10 20 30 40 50 60 70 80 90 100 0 19 23 26 29 32 32 32 32 32 32 Graph level=0 size=1001111, Fanout min=1, mean=39.50, max=64, meandelta=23467.94 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 32 37 42 49 60 64 64 Graph level=3 size=61, connectedness=1.00 Graph level=2 size=911, connectedness=1.00 Graph level=1 size=30609, connectedness=1.00 Graph level=0 size=1001111, connectedness=1.00 Leaf 1 has 4 layers Leaf 1 has 1017747 documents Graph level=3 size=51, Fanout min=3, mean=8.04, max=15, meandelta=91609.24 % 0 10 20 30 40 50 60 70 80 90 100 0 5 5 6 7 8 9 9 10 11 15 Graph level=2 size=923, Fanout min=7, mean=23.07, max=32, meandelta=39858.58 % 0 10 20 30 40 50 60 70 80 90 100 0 14 17 18 21 23 25 28 32 32 32 Graph level=1 size=31139, Fanout min=3, mean=28.03, max=32, meandelta=33208.93 % 0 10 20 30 40 50 60 70 80 90 100 0 19 23 26 29 32 32 32 32 32 32 Graph level=0 size=1017747, Fanout min=1, mean=39.48, max=64, meandelta=23871.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=51, connectedness=1.00 Graph level=2 size=923, connectedness=1.00 Graph level=1 size=31139, connectedness=1.00 Graph level=0 size=1017747, connectedness=1.00 Leaf 2 has 4 layers Leaf 2 has 600871 documents Graph level=3 size=29, Fanout min=4, mean=6.00, max=12, meandelta=58367.34 % 0 10 20 30 40 50 60 70 80 90 100 0 4 4 5 5 5 6 6 7 9 12 Graph level=2 size=479, Fanout min=7, mean=20.40, max=32, meandelta=26591.74 % 0 10 20 30 40 50 60 70 80 90 100 0 13 15 16 18 20 22 24 26 30 32 Graph level=1 size=18227, Fanout min=5, mean=27.89, max=32, meandelta=19705.77 % 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=600871, Fanout min=1, mean=39.58, max=64, meandelta=14073.59 % 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=29, connectedness=1.00 Graph level=2 size=479, connectedness=1.00 Graph level=1 size=18227, connectedness=1.00 Graph level=0 size=600871, connectedness=1.00 Leaf 3 has 4 layers Leaf 3 has 266360 documents Graph level=3 size=6, Fanout min=2, mean=3.00, max=4, meandelta=29841.39 % 0 10 20 30 40 50 60 70 80 90 100 0 1 2 2 3 3 3 3 3 3 4 Graph level=2 size=240, Fanout min=6, mean=16.74, max=32, meandelta=13753.74 % 0 10 20 30 40 50 60 70 80 90 100 0 10 12 14 15 16 17 19 21 23 32 Graph level=1 size=8344, Fanout min=6, mean=27.42, max=32, meandelta=8904.21 % 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=266360, Fanout min=1, mean=39.45, max=64, meandelta=6268.90 % 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=6, connectedness=1.00 Graph level=2 size=240, connectedness=1.00 Graph level=1 size=8344, connectedness=1.00 Graph level=0 size=266360, connectedness=1.00 Leaf 4 has 4 layers Leaf 4 has 252178 documents Graph level=3 size=14, Fanout min=2, mean=4.57, max=8, meandelta=35394.38 % 0 10 20 30 40 50 60 70 80 90 100 0 2 3 3 4 4 5 5 5 6 8 Graph level=2 size=216, Fanout min=5, mean=15.11, max=32, meandelta=13199.46 % 0 10 20 30 40 50 60 70 80 90 100 0 9 10 12 13 15 15 17 19 22 32 Graph level=1 size=7722, Fanout min=8, mean=27.49, max=32, meandelta=8368.99 % 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=252178, Fanout min=1, mean=39.43, max=64, meandelta=5940.57 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 36 42 49 59 64 64 Graph level=3 size=14, connectedness=1.00 Graph level=2 size=216, connectedness=1.00 Graph level=1 size=7722, connectedness=1.00 Graph level=0 size=252178, connectedness=1.00 Leaf 5 has 4 layers Leaf 5 has 520893 documents Graph level=3 size=23, Fanout min=2, mean=6.09, max=11, meandelta=46259.93 % 0 10 20 30 40 50 60 70 80 90 100 0 4 4 5 5 5 6 7 7 9 11 Graph level=2 size=397, Fanout min=5, mean=19.22, max=32, meandelta=24107.66 % 0 10 20 30 40 50 60 70 80 90 100 0 12 14 15 17 19 20 22 24 28 32 Graph level=1 size=15820, Fanout min=6, mean=27.79, max=32, meandelta=17175.86 % 0 10 20 30 40 50 60 70 80 90 100 0 19 22 25 29 32 32 32 32 32 32 Graph level=0 size=520893, Fanout min=1, mean=39.57, max=64, meandelta=12212.16 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 37 42 49 60 64 64 Graph level=3 size=23, connectedness=1.00 Graph level=2 size=397, connectedness=1.00 Graph level=1 size=15820, connectedness=1.00 Graph level=0 size=520893, connectedness=1.00 Leaf 6 has 4 layers Leaf 6 has 387783 documents Graph level=3 size=24, Fanout min=3, mean=6.00, max=10, meandelta=44295.88 % 0 10 20 30 40 50 60 70 80 90 100 0 4 4 5 5 5 6 6 8 9 10 Graph level=2 size=314, Fanout min=6, mean=18.41, max=32, meandelta=16721.26 % 0 10 20 30 40 50 60 70 80 90 100 0 12 13 15 16 18 19 21 23 26 32 Graph level=1 size=11824, Fanout min=7, mean=27.63, max=32, meandelta=12796.55 % 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=387783, Fanout min=1, mean=39.53, max=64, meandelta=9101.26 % 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=24, connectedness=1.00 Graph level=2 size=314, connectedness=1.00 Graph level=1 size=11824, connectedness=1.00 Graph level=0 size=387783, connectedness=1.00 Leaf 7 has 4 layers Leaf 7 has 568496 documents Graph level=3 size=27, Fanout min=1, mean=6.15, max=10, meandelta=47949.22 % 0 10 20 30 40 50 60 70 80 90 100 0 3 4 5 5 6 6 7 7 9 10 Graph level=2 size=450, Fanout min=6, mean=19.82, max=32, meandelta=25797.04 % 0 10 20 30 40 50 60 70 80 90 100 0 12 14 16 17 19 20 23 26 30 32 Graph level=1 size=17291, Fanout min=6, mean=27.81, max=32, meandelta=18740.38 % 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=568496, Fanout min=1, mean=39.61, max=64, meandelta=13312.18 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 37 42 49 60 64 64 Graph level=3 size=27, connectedness=1.00 Graph level=2 size=450, connectedness=1.00 Graph level=1 size=17291, connectedness=1.00 Graph level=0 size=568496, connectedness=1.00 Leaf 8 has 4 layers Leaf 8 has 401220 documents Graph level=3 size=23, Fanout min=2, mean=5.57, max=9, meandelta=42488.10 % 0 10 20 30 40 50 60 70 80 90 100 0 4 4 4 5 5 6 6 7 7 9 Graph level=2 size=300, Fanout min=5, mean=17.34, max=32, meandelta=19311.46 % 0 10 20 30 40 50 60 70 80 90 100 0 10 12 14 15 17 18 20 22 25 32 Graph level=1 size=12120, Fanout min=6, mean=27.59, max=32, meandelta=13284.06 % 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=401220, Fanout min=1, mean=39.55, max=64, meandelta=9413.00 % 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=300, connectedness=1.00 Graph level=1 size=12120, connectedness=1.00 Graph level=0 size=401220, connectedness=1.00 Leaf 9 has 4 layers Leaf 9 has 265391 documents Graph level=3 size=15, Fanout min=3, mean=6.13, max=9, meandelta=30245.87 % 0 10 20 30 40 50 60 70 80 90 100 0 3 4 5 6 6 6 7 7 8 9 Graph level=2 size=229, Fanout min=5, mean=15.94, max=32, meandelta=13433.14 % 0 10 20 30 40 50 60 70 80 90 100 0 10 12 13 14 16 17 18 20 23 32 Graph level=1 size=8103, Fanout min=8, mean=27.41, max=32, meandelta=8813.84 % 0 10 20 30 40 50 60 70 80 90 100 0 18 22 24 28 31 32 32 32 32 32 Graph level=0 size=265391, Fanout min=1, mean=39.37, max=64, meandelta=6261.37 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 36 42 49 59 64 64 Graph level=3 size=15, connectedness=1.00 Graph level=2 size=229, connectedness=1.00 Graph level=1 size=8103, connectedness=1.00 Graph level=0 size=265391, connectedness=1.00 Leaf 10 has 4 layers Leaf 10 has 782906 documents Graph level=3 size=41, Fanout min=3, mean=7.22, max=13, meandelta=85655.52 % 0 10 20 30 40 50 60 70 80 90 100 0 3 5 6 6 7 8 9 10 10 13 Graph level=2 size=666, Fanout min=9, mean=21.31, max=32, meandelta=33024.11 % 0 10 20 30 40 50 60 70 80 90 100 0 13 15 17 19 20 22 25 29 32 32 Graph level=1 size=23811, Fanout min=2, mean=27.93, max=32, meandelta=25645.98 % 0 10 20 30 40 50 60 70 80 90 100 0 19 23 26 29 32 32 32 32 32 32 Graph level=0 size=782906, Fanout min=1, mean=39.58, max=64, meandelta=18329.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=41, connectedness=1.00 Graph level=2 size=666, connectedness=1.00 Graph level=1 size=23811, connectedness=1.00 Graph level=0 size=782906, connectedness=1.00 Leaf 11 has 4 layers Leaf 11 has 856218 documents Graph level=3 size=46, Fanout min=3, mean=8.43, max=14, meandelta=80158.10 % 0 10 20 30 40 50 60 70 80 90 100 0 5 6 7 7 8 9 9 10 12 14 Graph level=2 size=725, Fanout min=7, mean=22.22, max=32, meandelta=34826.95 % 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=26082, Fanout min=3, mean=27.96, max=32, meandelta=28000.47 % 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=856218, Fanout min=1, mean=39.54, max=64, meandelta=20055.53 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 32 37 42 49 60 64 64 Graph level=3 size=46, connectedness=1.00 Graph level=2 size=725, connectedness=1.00 Graph level=1 size=26082, connectedness=1.00 Graph level=0 size=856218, connectedness=1.00 Leaf 12 has 4 layers Leaf 12 has 218576 documents Graph level=3 size=13, Fanout min=2, mean=3.69, max=5, meandelta=38289.92 % 0 10 20 30 40 50 60 70 80 90 100 0 2 2 2 4 4 4 4 4 5 5 Graph level=2 size=193, Fanout min=6, mean=14.87, max=32, meandelta=12490.91 % 0 10 20 30 40 50 60 70 80 90 100 0 9 10 11 13 14 15 16 19 22 32 Graph level=1 size=6747, Fanout min=8, mean=27.45, max=32, meandelta=7287.67 % 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=218576, Fanout min=1, mean=39.36, max=64, meandelta=5157.71 % 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=13, connectedness=1.00 Graph level=2 size=193, connectedness=1.00 Graph level=1 size=6747, connectedness=1.00 Graph level=0 size=218576, connectedness=1.00 Leaf 13 has 4 layers Leaf 13 has 188571 documents Graph level=3 size=9, Fanout min=2, mean=3.11, max=5, meandelta=39731.79 % 0 10 20 30 40 50 60 70 80 90 100 0 1 2 2 2 3 3 3 4 4 5 Graph level=2 size=162, Fanout min=5, mean=13.59, max=25, meandelta=11679.60 % 0 10 20 30 40 50 60 70 80 90 100 0 8 10 11 12 13 14 15 18 20 25 Graph level=1 size=5839, Fanout min=7, mean=27.20, max=32, meandelta=6339.14 % 0 10 20 30 40 50 60 70 80 90 100 0 18 21 24 27 31 32 32 32 32 32 Graph level=0 size=188571, Fanout min=1, mean=39.31, max=64, meandelta=4457.90 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 36 42 48 58 64 64 Graph level=3 size=9, connectedness=1.00 Graph level=2 size=162, connectedness=1.00 Graph level=1 size=5839, connectedness=1.00 Graph level=0 size=188571, connectedness=1.00 Leaf 14 has 4 layers Leaf 14 has 194572 documents Graph level=3 size=6, Fanout min=1, mean=3.00, max=5, meandelta=18369.00 % 0 10 20 30 40 50 60 70 80 90 100 0 1 1 1 2 3 3 3 3 4 5 Graph level=2 size=179, Fanout min=5, mean=14.29, max=31, meandelta=11671.67 % 0 10 20 30 40 50 60 70 80 90 100 0 9 11 12 13 14 15 16 17 20 31 Graph level=1 size=6017, Fanout min=8, mean=27.12, max=32, meandelta=6542.57 % 0 10 20 30 40 50 60 70 80 90 100 0 18 21 24 27 30 32 32 32 32 32 Graph level=0 size=194572, Fanout min=1, mean=39.39, max=64, meandelta=4585.03 % 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=179, connectedness=1.00 Graph level=1 size=6017, connectedness=1.00 Graph level=0 size=194572, connectedness=1.00 Leaf 15 has 4 layers Leaf 15 has 43188 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=34, Fanout min=3, mean=6.76, max=13, meandelta=4377.51 % 0 10 20 30 40 50 60 70 80 90 100 0 4 4 5 6 6 7 8 9 10 13 Graph level=1 size=1334, Fanout min=8, mean=24.14, max=32, meandelta=1619.98 % 0 10 20 30 40 50 60 70 80 90 100 0 15 17 19 22 24 27 30 32 32 32 Graph level=0 size=43188, Fanout min=3, mean=37.94, max=64, meandelta=1055.81 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 27 31 35 40 46 55 64 64 Graph level=3 size=1, connectedness=1.00 Graph level=2 size=34, connectedness=1.00 Graph level=1 size=1334, connectedness=1.00 Graph level=0 size=43188, connectedness=1.00 Leaf 16 has 4 layers Leaf 16 has 254845 documents Graph level=3 size=13, Fanout min=2, mean=4.31, max=8, meandelta=46755.89 % 0 10 20 30 40 50 60 70 80 90 100 0 2 3 3 4 4 4 4 4 6 8 Graph level=2 size=234, Fanout min=7, mean=16.07, max=32, meandelta=14031.95 % 0 10 20 30 40 50 60 70 80 90 100 0 10 12 13 14 15 17 18 20 24 32 Graph level=1 size=7917, Fanout min=7, mean=27.37, max=32, meandelta=8503.36 % 0 10 20 30 40 50 60 70 80 90 100 0 18 22 25 27 31 32 32 32 32 32 Graph level=0 size=254845, Fanout min=1, mean=39.43, max=64, meandelta=6002.10 % 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=13, connectedness=1.00 Graph level=2 size=234, connectedness=1.00 Graph level=1 size=7917, connectedness=1.00 Graph level=0 size=254845, connectedness=1.00 Leaf 17 has 4 layers Leaf 17 has 72080 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=58, Fanout min=4, mean=8.79, max=17, meandelta=6712.61 % 0 10 20 30 40 50 60 70 80 90 100 0 5 6 7 8 8 9 10 10 12 17 Graph level=1 size=2219, Fanout min=9, mean=25.73, max=32, meandelta=2550.90 % 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=72080, Fanout min=3, mean=38.61, max=64, meandelta=1731.48 % 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=2, connectedness=1.00 Graph level=2 size=58, connectedness=1.00 Graph level=1 size=2219, connectedness=1.00 Graph level=0 size=72080, connectedness=1.00 Leaf 18 has 4 layers Leaf 18 has 54531 documents Graph level=3 size=4, Fanout min=2, mean=2.00, max=2, meandelta=13163.50 % 0 10 20 30 40 50 60 70 80 90 100 0 1 1 2 2 2 2 2 2 2 2 Graph level=2 size=50, Fanout min=4, mean=8.68, max=15, meandelta=5051.63 % 0 10 20 30 40 50 60 70 80 90 100 0 5 6 7 8 8 9 10 11 13 15 Graph level=1 size=1668, Fanout min=8, mean=24.95, max=32, meandelta=1993.03 % 0 10 20 30 40 50 60 70 80 90 100 0 16 19 21 23 25 28 32 32 32 32 Graph level=0 size=54531, Fanout min=3, mean=38.21, max=64, meandelta=1323.32 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 31 35 40 46 55 64 64 Graph level=3 size=4, connectedness=1.00 Graph level=2 size=50, connectedness=1.00 Graph level=1 size=1668, connectedness=1.00 Graph level=0 size=54531, connectedness=1.00 Leaf 19 has 4 layers Leaf 19 has 52463 documents Graph level=3 size=4, Fanout min=2, mean=2.00, max=2, meandelta=13163.50 % 0 10 20 30 40 50 60 70 80 90 100 0 1 1 2 2 2 2 2 2 2 2 Graph level=2 size=49, Fanout min=3, mean=8.20, max=14, meandelta=5238.46 % 0 10 20 30 40 50 60 70 80 90 100 0 4 5 6 7 8 9 9 11 12 14 Graph level=1 size=1608, Fanout min=6, mean=25.23, max=32, meandelta=1894.00 % 0 10 20 30 40 50 60 70 80 90 100 0 16 19 21 24 26 29 32 32 32 32 Graph level=0 size=52463, Fanout min=3, mean=38.37, max=64, meandelta=1267.25 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 31 35 40 46 56 64 64 Graph level=3 size=4, connectedness=1.00 Graph level=2 size=49, connectedness=1.00 Graph level=1 size=1608, connectedness=1.00 Graph level=0 size=52463, connectedness=1.00 Performance counter stats for '/usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build:/l/util.nightly/build --add-modules jdk.incubator.vector --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/2026.04.13.05.40.34/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': 53,240,847.58 msec task-clock:u 204,774,418,425,679 cycles:u (36.36%) 111,860,857,905,066 instructions:u (36.36%) 3,376,913,328,937 cache-references:u (36.36%) 1,508,565,487,302 cache-misses:u (36.36%) 40,290,613,329,188 L1-dcache-loads:u (36.36%) 1,476,885,183,097 L1-dcache-load-misses:u (36.36%) 3,161,482,976,059 L1-icache-loads:u (36.36%) 12,714,351,160 L1-icache-load-misses:u (36.36%) LLC-loads:u LLC-load-misses:u LLC-stores:u LLC-store-misses:u LLC-prefetches:u LLC-prefetch-misses:u 7,826,091 faults:u 6,958,582 minor-faults:u 140 major-faults:u 11,413,373,435,032 branches:u (36.36%) 86,727,816,791 branch-misses:u (36.36%) 3,101,734,101,967 stalled-cycles-frontend:u (36.36%) stalled-cycles-backend:u 1814.376019665 seconds time elapsed 52668.419374000 seconds user 562.511836000 seconds sys took 0:30:14.405926 to run KnnGraphTester result: KNNResultV1(lucene_git_rev='650684e6b440e0b85d3c51b3cf546c1b757975fe', luceneutil_git_rev='3b5cb4fd987e355464c0e601ff2882b3ec6f1e40', index_vectors_file='/big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec', search_vectors_file='/lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec', vector_dims=1024, do_force_merge=False, recall=0.954, cpu_time_ms=15.366, net_cpu_ms=16.092, 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=71342, index_time_sec=1488.53, index_docs_per_sec=5374.44, force_merge_time_sec=0.0, index_num_segments=20, index_size_on_disk_mb=39936.92, selectivity=None, pre_post_filter='null', vec_disk_mb=39184.57, vec_ram_mb=7934.57, graph_level_conn_p_values={3: (4, {0: 0, 10: 1, 20: 1, 30: 2, 40: 2, 50: 2, 60: 2, 70: 2, 80: 2, 90: 2, 100: 2}), 2: (49, {0: 0, 10: 4, 20: 5, 30: 6, 40: 7, 50: 8, 60: 9, 70: 9, 80: 11, 90: 12, 100: 14}), 1: (1608, {0: 0, 10: 16, 20: 19, 30: 21, 40: 24, 50: 26, 60: 29, 70: 32, 80: 32, 90: 32, 100: 32}), 0: (52463, {0: 0, 10: 20, 20: 24, 30: 28, 40: 31, 50: 35, 60: 40, 70: 46, 80: 56, 90: 64, 100: 64})}, combined_run_time=datetime.timedelta(seconds=1814, microseconds=405926)) Profiler summary for /l/logs.nightly/2026.04.13.05.40.34/bench-knn-q7-fmFalse.jfr Version: 2.1 Chunks: 121 Start: 2026-04-13 11:56:27 (UTC) Duration: 1802 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 50873404 873629870 jdk.FileWrite 22078631 463381832 jdk.FileRead 8003651 183119062 jdk.NativeMethodSample 329090 4322256 jdk.ObjectAllocationInNewTLAB 61457 1224597 jdk.BooleanFlag 60016 1898805 jdk.CPULoad 33307 665505 jdk.Checkpoint 7943 34759562 jdk.Compilation 5968 154246 jdk.UnsignedIntFlag 5808 197038 jdk.IntFlag 5324 194271 jdk.StringFlag 4114 159612 jdk.ObjectAllocationOutsideTLAB 1039 18616 jdk.CPUInformation 121 181738 jdk.GCConfiguration 121 3142 jdk.JVMInformation 121 112647 jdk.Metadata 121 13373764 jdk.GarbageCollection 45 1079 jdk.ActiveRecording 0 0 jdk.ActiveSetting 0 0 jdk.AllocationRequiringGC 0 0 jdk.BooleanFlagChanged 0 0 jdk.CPUTimeSamplesLost 0 0 jdk.CPUTimeStampCounter 0 0 jdk.ClassDefine 0 0 jdk.ClassLoad 0 0 jdk.ClassLoaderStatistics 0 0 jdk.ClassLoadingStatistics 0 0 jdk.ClassRedefinition 0 0 jdk.ClassUnload 0 0 jdk.CodeCacheConfiguration 0 0 jdk.CodeCacheFull 0 0 jdk.CodeCacheStatistics 0 0 jdk.CompilationFailure 0 0 jdk.CompilerConfiguration 0 0 jdk.CompilerInlining 0 0 jdk.CompilerPhase 0 0 jdk.CompilerQueueUtilization 0 0 jdk.CompilerStatistics 0 0 jdk.ConcurrentModeFailure 0 0 jdk.ContainerCPUThrottling 0 0 jdk.ContainerCPUUsage 0 0 jdk.ContainerConfiguration 0 0 jdk.ContainerIOUsage 0 0 jdk.ContainerMemoryUsage 0 0 jdk.ContinuationFreeze 0 0 jdk.ContinuationFreezeFast 0 0 jdk.ContinuationFreezeSlow 0 0 jdk.ContinuationThaw 0 0 jdk.ContinuationThawFast 0 0 jdk.ContinuationThawSlow 0 0 jdk.DataLoss 0 0 jdk.Deoptimization 0 0 jdk.DeprecatedInvocation 0 0 jdk.Deserialization 0 0 jdk.DirectBufferStatistics 0 0 jdk.DoubleFlag 0 0 jdk.DoubleFlagChanged 0 0 jdk.DumpReason 0 0 jdk.EvacuationFailed 0 0 jdk.EvacuationInformation 0 0 jdk.ExceptionStatistics 0 0 jdk.ExecuteVMOperation 0 0 jdk.ExecutionSample 0 0 jdk.FileForce 0 0 jdk.FinalizerStatistics 0 0 jdk.Flush 0 0 jdk.G1AdaptiveIHOP 0 0 jdk.G1BasicIHOP 0 0 jdk.G1EvacuationOldStatistics 0 0 jdk.G1EvacuationYoungStatistics 0 0 jdk.G1GarbageCollection 0 0 jdk.G1HeapRegionInformation 0 0 jdk.G1HeapRegionTypeChange 0 0 jdk.G1HeapSummary 0 0 jdk.G1MMU 0 0 jdk.GCCPUTime 0 0 jdk.GCHeapConfiguration 0 0 jdk.GCHeapMemoryPoolUsage 0 0 jdk.GCHeapMemoryUsage 0 0 jdk.GCHeapSummary 0 0 jdk.GCPhaseConcurrent 0 0 jdk.GCPhaseConcurrentLevel1 0 0 jdk.GCPhaseConcurrentLevel2 0 0 jdk.GCPhaseParallel 0 0 jdk.GCPhasePause 0 0 jdk.GCPhasePauseLevel1 0 0 jdk.GCPhasePauseLevel2 0 0 jdk.GCPhasePauseLevel3 0 0 jdk.GCPhasePauseLevel4 0 0 jdk.GCReferenceStatistics 0 0 jdk.GCSurvivorConfiguration 0 0 jdk.GCTLABConfiguration 0 0 jdk.HeapDump 0 0 jdk.InitialEnvironmentVariable 0 0 jdk.InitialSecurityProperty 0 0 jdk.InitialSystemProperty 0 0 jdk.IntFlagChanged 0 0 jdk.JITRestart 0 0 jdk.JavaAgent 0 0 jdk.JavaErrorThrow 0 0 jdk.JavaExceptionThrow 0 0 jdk.JavaMonitorDeflate 0 0 jdk.JavaMonitorEnter 0 0 jdk.JavaMonitorInflate 0 0 jdk.JavaMonitorNotify 0 0 jdk.JavaMonitorStatistics 0 0 jdk.JavaMonitorWait 0 0 jdk.JavaThreadStatistics 0 0 jdk.LongFlag 0 0 jdk.LongFlagChanged 0 0 jdk.MetaspaceAllocationFailure 0 0 jdk.MetaspaceChunkFreeListSummary 0 0 jdk.MetaspaceGCThreshold 0 0 jdk.MetaspaceOOM 0 0 jdk.MetaspaceSummary 0 0 jdk.MethodTiming 0 0 jdk.MethodTrace 0 0 jdk.ModuleExport 0 0 jdk.ModuleRequire 0 0 jdk.NativeAgent 0 0 jdk.NativeLibrary 0 0 jdk.NativeLibraryLoad 0 0 jdk.NativeLibraryUnload 0 0 jdk.NativeMemoryUsage 0 0 jdk.NativeMemoryUsageTotal 0 0 jdk.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 org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.04.13.05.40.34/bench-knn-q7-fmFalse.jfr Profiler for cpu at stackSize=1 [/l/logs.nightly/2026.04.13.05.40.34/bench-knn-q7-fmFalse.jfr is 1504.33 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 329090 events (total: 329090) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=false PERCENT CPU SAMPLES STACK 32.34% 106413 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] 31.87% 104866 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 29.84% 98199 jdk.jfr.internal.JVM#emitEvent() [Native code] 4.00% 13172 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] 1.21% 3987 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] 0.24% 787 sun.nio.ch.UnixFileDispatcherImpl#force0() [Native code] 0.20% 653 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] 0.08% 254 jdk.jfr.internal.JVM#getStackTraceId() [Native code] 0.05% 155 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] 0.05% 154 sun.nio.ch.NativeThread#current0() [Native code] 0.04% 144 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] 0.02% 73 jdk.internal.misc.Unsafe#park() [Native code] 0.02% 53 java.io.FileDescriptor#close0() [Native code] 0.01% 27 java.io.RandomAccessFile#open0() [Native code] 0.01% 26 sun.nio.ch.UnixFileDispatcherImpl#size0() [Native code] 0.01% 19 sun.nio.fs.UnixNativeDispatcher#lstat0() [Native code] 0.01% 18 java.lang.Object#hashCode() [Native code] 0.00% 16 jdk.internal.misc.Unsafe#unpark() [Native code] 0.00% 14 jdk.jfr.internal.JVM#flush() [Native code] 0.00% 11 java.util.zip.Inflater#inflateBytesBytes() [Native code] 0.00% 10 java.io.FileOutputStream#writeBytes() [Native code] 0.00% 8 java.lang.Object#wait0() [Native code] 0.00% 7 sun.nio.fs.UnixNativeDispatcher#access0() [Native code] 0.00% 5 java.lang.System#nanoTime() [Native code] 0.00% 3 jdk.internal.misc.Unsafe#allocateInstance() [Native code] 0.00% 3 jdk.jfr.internal.JVM#addStringConstant() [Native code] 0.00% 2 java.lang.System#currentTimeMillis() [Native code] 0.00% 2 jdk.internal.misc.Unsafe#freeMemory0() [Native code] 0.00% 2 sun.nio.ch.UnixFileDispatcherImpl#allocationGranularity0() [Native code] 0.00% 2 java.lang.reflect.Array#newArray() [Native code] 0.00% 1 java.lang.Thread#currentCarrierThread() [Native code] 0.00% 1 jdk.jfr.internal.JVM#shouldRotateDisk() [Native code] 0.00% 1 java.io.UnixFileSystem#getBooleanAttributes0() [Native code] 0.00% 1 java.io.RandomAccessFile#readBytes0() [Native code] 0.00% 1 java.lang.ref.PhantomReference#clear0() [Native code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=4 org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.04.13.05.40.34/bench-knn-q7-fmFalse.jfr Profiler for cpu at stackSize=4 [/l/logs.nightly/2026.04.13.05.40.34/bench-knn-q7-fmFalse.jfr is 1504.33 MB /l/logs.nightly/2026.04.13.05.40.34/bench-knn-q7-fmFalse.jfr is 1504.33 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 329090 events (total: 329090) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=false PERCENT CPU SAMPLES STACK 32.30% 106305 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read() [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer() [Inlined code] at sun.nio.ch.IOUtil#read() [Inlined code] 31.85% 104826 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write() [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer() [Inlined code] at sun.nio.ch.IOUtil#write() [Inlined code] 26.21% 86239 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute() [Inlined code] at jdk.jfr.internal.periodic.PeriodicTask#run() [Inlined code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic() [JIT compiled code] 3.42% 11245 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute() [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicTask#run() [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic() [JIT compiled code] 3.27% 10771 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] 0.71% 2338 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] 0.54% 1783 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [Inlined code] 0.45% 1489 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [JIT compiled code] 0.21% 700 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [JIT compiled code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [JIT compiled code] 0.21% 688 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute() [Interpreted code] at jdk.jfr.internal.periodic.PeriodicTask#run() [Interpreted code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic() [Interpreted code] 0.19% 628 sun.nio.ch.UnixFileDispatcherImpl#force0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#force() [Inlined code] at sun.nio.ch.FileChannelImpl#implForce() [JIT compiled code] at sun.nio.ch.FileChannelImpl#force() [JIT compiled code] 0.17% 554 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open() [Inlined code] at sun.nio.fs.UnixChannelFactory#open() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Inlined code] 0.06% 213 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace() [Inlined code] at jdk.internal.event.FileReadEvent#commit() [JIT compiled code] at jdk.internal.event.FileReadEvent#offer() [Inlined code] 0.05% 159 sun.nio.ch.UnixFileDispatcherImpl#force0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#force() [Interpreted code] at sun.nio.ch.FileChannelImpl#implForce() [Interpreted code] at sun.nio.ch.FileChannelImpl#force() [Interpreted code] 0.04% 146 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current() [Inlined code] at sun.nio.ch.NativeThreadSet#add() [Inlined code] at sun.nio.ch.FileChannelImpl#implRead() [Inlined code] 0.04% 132 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat() [Inlined code] at sun.nio.fs.UnixFileAttributes#get() [Inlined code] at sun.nio.fs.UnixFileAttributeViews$Basic#readAttributes() [Inlined code] 0.03% 110 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map() [Inlined code] at sun.nio.ch.FileChannelImpl#mapInternal() [JIT compiled code] at sun.nio.ch.FileChannelImpl#map() [Inlined code] 0.03% 86 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read() [JIT compiled code] at sun.nio.ch.IOUtil#readIntoNativeBuffer() [JIT compiled code] at sun.nio.ch.IOUtil#read() [JIT compiled code] 0.02% 73 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#open() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [JIT compiled code] 0.02% 57 jdk.internal.misc.Unsafe#park() [Native code] at java.util.concurrent.locks.LockSupport#park() [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire() [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared() [Inlined code] 0.02% 56 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [Interpreted code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [Interpreted code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Interpreted code] 0.02% 51 java.io.FileDescriptor#close0() [Native code] at java.io.FileDescriptor#close() [Inlined code] at java.io.FileDescriptor$1#close() [Inlined code] at sun.nio.ch.FileChannelImpl$Closer#run() [JIT compiled code] 0.01% 41 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map() [JIT compiled code] at sun.nio.ch.FileChannelImpl#mapInternal() [JIT compiled code] at sun.nio.ch.FileChannelImpl#map() [JIT compiled code] 0.01% 41 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace() [Inlined code] at jdk.internal.event.FileWriteEvent#commit() [JIT compiled code] at jdk.internal.event.FileWriteEvent#offer() [Inlined code] 0.01% 38 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write() [JIT compiled code] at sun.nio.ch.IOUtil#writeFromNativeBuffer() [JIT compiled code] at sun.nio.ch.IOUtil#write() [JIT compiled code] 0.01% 27 java.io.RandomAccessFile#open0() [Native code] at java.io.RandomAccessFile#open() [Interpreted code] at java.io.RandomAccessFile#() [Interpreted code] at java.io.RandomAccessFile#() [Interpreted code] 0.01% 23 sun.nio.ch.UnixFileDispatcherImpl#size0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#size() [Inlined code] at sun.nio.ch.FileChannelImpl#size() [JIT compiled code] at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock#ensureValid() [JIT compiled code] 0.01% 22 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read() [Interpreted code] at sun.nio.ch.IOUtil#readIntoNativeBuffer() [Interpreted code] at sun.nio.ch.IOUtil#read() [Interpreted code] 0.01% 18 sun.nio.fs.UnixNativeDispatcher#lstat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#lstat() [Inlined code] at sun.nio.fs.UnixFileAttributes#get() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [Inlined code] 0.01% 17 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute() [Interpreted code] at jdk.jfr.internal.periodic.PeriodicTask#run() [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic() [JIT compiled code] 0.01% 17 java.lang.Object#hashCode() [Native code] at org.apache.lucene.index.ConcurrentApproximatePriorityQueue#add() [Inlined code] at org.apache.lucene.index.LockableConcurrentApproximatePriorityQueue#addAndUnlock() [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThreadPool#marksAsFreeAndUnlock() [Inlined code] 0.00% 15 jdk.internal.misc.Unsafe#park() [Native code] at java.util.concurrent.locks.LockSupport#park() [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire() [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire() [Inlined code] 0.00% 15 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#open() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Inlined code] 0.00% 15 jdk.internal.misc.Unsafe#unpark() [Native code] at java.util.concurrent.locks.LockSupport#unpark() [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext() [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#release() [Inlined code] 0.00% 15 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Interpreted code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [Interpreted code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [Interpreted code] 0.00% 12 jdk.jfr.internal.JVM#flush() [Native code] at jdk.jfr.internal.event.EventWriter#flush() [JIT compiled code] at jdk.jfr.internal.event.EventWriter#isValidForSize() [Inlined code] at jdk.jfr.internal.event.EventWriter#putLong() [Inlined code] 0.00% 11 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open() [Interpreted code] at sun.nio.fs.UnixChannelFactory#open() [Interpreted code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Interpreted code] 0.00% 11 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat() [JIT compiled code] at sun.nio.fs.UnixFileAttributes#get() [Inlined code] at sun.nio.fs.UnixFileAttributeViews$Basic#readAttributes() [JIT compiled code] 0.00% 10 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute() [Interpreted code] at jdk.jfr.internal.periodic.PeriodicTask#run() [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic() [Interpreted code] 0.00% 8 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current() [Inlined code] at sun.nio.ch.NativeThreadSet#add() [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite() [Inlined code] 0.00% 8 java.lang.Object#wait0() [Native code] at java.lang.Object#wait() [Inlined code] at jdk.jfr.internal.PlatformRecorder#takeNap() [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#periodicTask() [Interpreted code] 0.00% 7 sun.nio.fs.UnixNativeDispatcher#access0() [Native code] at sun.nio.fs.UnixNativeDispatcher#access() [Interpreted code] at sun.nio.fs.UnixFileSystemProvider#exists() [Interpreted code] at java.nio.file.Files#exists() [Interpreted code] 0.00% 7 java.io.FileOutputStream#writeBytes() [Native code] at java.io.FileOutputStream#traceWriteBytes() [Interpreted code] at java.io.FileOutputStream#write() [Interpreted code] at java.lang.System$Out#write() [Inlined code] 0.00% 7 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [Interpreted code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] 0.00% 6 java.util.zip.Inflater#inflateBytesBytes() [Native code] at java.util.zip.Inflater#inflate() [JIT compiled code] at java.util.zip.InflaterInputStream#read() [JIT compiled code] at jdk.internal.loader.Resource#getBytes() [Interpreted code] 0.00% 4 java.util.zip.Inflater#inflateBytesBytes() [Native code] at java.util.zip.Inflater#inflate() [JIT compiled code] at java.util.zip.InflaterInputStream#read() [JIT compiled code] at jdk.internal.loader.Resource#getBytes() [JIT compiled code] 0.00% 3 jdk.jfr.internal.JVM#addStringConstant() [Native code] at jdk.jfr.internal.StringPool#storeString() [JIT compiled code] at jdk.jfr.internal.StringPool#addString() [Inlined code] at jdk.jfr.internal.event.EventWriter#putString() [JIT compiled code] 0.00% 3 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map() [Interpreted code] at sun.nio.ch.FileChannelImpl#mapInternal() [Interpreted code] at sun.nio.ch.FileChannelImpl#map() [Interpreted code] 0.00% 3 java.lang.System#nanoTime() [Native code] at org.apache.lucene.index.IndexingChain#flush() [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush() [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush() [Interpreted code] 0.00% 3 jdk.internal.misc.Unsafe#allocateInstance() [Native code] at java.lang.invoke.DirectMethodHandle#allocateInstance() [Inlined code] at java.lang.invoke.DirectMethodHandle$Holder#newInvokeSpecial() [Inlined code] at java.lang.invoke.Invokers$Holder#linkToTargetMethod() [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 org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.04.13.05.40.34/bench-knn-q7-fmFalse.jfr Profiler for cpu at stackSize=12 [/l/logs.nightly/2026.04.13.05.40.34/bench-knn-q7-fmFalse.jfr is 1504.33 MB /l/logs.nightly/2026.04.13.05.40.34/bench-knn-q7-fmFalse.jfr is 1504.33 MB /l/logs.nightly/2026.04.13.05.40.34/bench-knn-q7-fmFalse.jfr is 1504.33 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 329090 events (total: 329090) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=false PERCENT CPU SAMPLES STACK 31.84% 104793 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read() [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer() [Inlined code] at sun.nio.ch.IOUtil#read() [Inlined code] at sun.nio.ch.IOUtil#read() [JIT compiled code] at sun.nio.ch.FileChannelImpl#implRead() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead() [JIT compiled code] at sun.nio.ch.FileChannelImpl#read() [Inlined code] at knn.VectorReader#readNext() [Inlined code] at knn.VectorReaderFloat32#next() [Inlined code] at knn.IndexerThread#_run() [JIT compiled code] at knn.IndexerThread#run() [Interpreted code] 28.02% 92195 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write() [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer() [Inlined code] at sun.nio.ch.IOUtil#write() [Inlined code] at sun.nio.ch.IOUtil#write() [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite() [Inlined code] at sun.nio.ch.FileChannelImpl#write() [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully() [Inlined code] at sun.nio.ch.ChannelOutputStream#write() [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write() [Inlined code] at java.util.zip.CheckedOutputStream#write() [Inlined code] 26.21% 86239 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute() [Inlined code] at jdk.jfr.internal.periodic.PeriodicTask#run() [Inlined code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic() [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#periodicTask() [Interpreted code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0() [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000004407aa58#run() [Interpreted code] at java.lang.Thread#runWith() [Interpreted code] at java.lang.Thread#run() [Interpreted code] 3.84% 12631 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write() [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer() [Inlined code] at sun.nio.ch.IOUtil#write() [Inlined code] at sun.nio.ch.IOUtil#write() [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite() [Inlined code] at sun.nio.ch.FileChannelImpl#write() [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully() [Inlined code] at sun.nio.ch.ChannelOutputStream#write() [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write() [Inlined code] at java.util.zip.CheckedOutputStream#write() [JIT compiled code] 3.42% 11245 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute() [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicTask#run() [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic() [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#periodicTask() [Interpreted code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0() [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000004407aa58#run() [Interpreted code] at java.lang.Thread#runWith() [Interpreted code] at java.lang.Thread#run() [Interpreted code] 2.40% 7892 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [Inlined code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [Inlined code] at org.apache.lucene.util.FileDeleter#delete() [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete() [Inlined code] at org.apache.lucene.util.FileDeleter#decRef() [JIT compiled code] at org.apache.lucene.index.IndexFileDeleter#decRef() [Inlined code] 0.46% 1519 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle() [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup() [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup() [Inlined code] at jdk.internal.foreign.SharedSession$SharedResourceList#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl#close() [Inlined code] at jdk.internal.foreign.ArenaImpl#close() [Inlined code] at org.apache.lucene.store.RefCountedSharedArena#release() [Inlined code] at org.apache.lucene.store.RefCountedSharedArena#close() [Inlined code] 0.45% 1474 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle() [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup() [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup() [Inlined code] at jdk.internal.foreign.SharedSession$SharedResourceList#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl#close() [Inlined code] at jdk.internal.foreign.ArenaImpl#close() [Inlined code] at org.apache.lucene.store.RefCountedSharedArena#release() [Inlined code] at org.apache.lucene.store.RefCountedSharedArena#close() [Inlined code] 0.39% 1279 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [Inlined code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [JIT compiled code] at org.apache.lucene.store.FilterDirectory#deleteFile() [JIT compiled code] at org.apache.lucene.store.TrackingDirectoryWrapper#deleteFile() [JIT compiled code] at org.apache.lucene.util.IOUtils#deleteFilesIgnoringExceptions() [Interpreted code] at org.apache.lucene.util.IOUtils#deleteFilesIgnoringExceptions() [Interpreted code] 0.33% 1092 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete() [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete() [Inlined code] at org.apache.lucene.util.FileDeleter#decRef() [JIT compiled code] at org.apache.lucene.index.IndexFileDeleter#decRef() [Inlined code] 0.26% 862 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read() [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer() [Inlined code] at sun.nio.ch.IOUtil#read() [Inlined code] at sun.nio.ch.IOUtil#read() [JIT compiled code] at sun.nio.ch.FileChannelImpl#implRead() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead() [JIT compiled code] at sun.nio.ch.FileChannelImpl#read() [Inlined code] at knn.VectorReader#readNext() [Inlined code] at knn.VectorReaderFloat32#next() [JIT compiled code] at knn.IndexerThread#_run() [JIT compiled code] at knn.IndexerThread#run() [Interpreted code] 0.23% 767 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [Inlined code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete() [Inlined code] at org.apache.lucene.util.FileDeleter#delete() [JIT compiled code] at org.apache.lucene.util.FileDeleter#decRef() [Interpreted code] at org.apache.lucene.index.IndexFileDeleter#decRef() [JIT compiled code] 0.21% 688 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute() [Interpreted code] at jdk.jfr.internal.periodic.PeriodicTask#run() [Interpreted code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic() [Interpreted code] at jdk.jfr.internal.PlatformRecorder#periodicTask() [Interpreted code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0() [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000004407aa58#run() [Interpreted code] at java.lang.Thread#runWith() [Interpreted code] at java.lang.Thread#run() [Interpreted code] 0.19% 638 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read() [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer() [Inlined code] at sun.nio.ch.IOUtil#read() [Inlined code] at sun.nio.ch.IOUtil#read() [JIT compiled code] at sun.nio.ch.FileChannelImpl#implRead() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead() [JIT compiled code] at sun.nio.ch.FileChannelImpl#read() [Inlined code] at knn.VectorReader#readNext() [Inlined code] at knn.VectorReaderFloat32#next() [JIT compiled code] at knn.IndexerThread#_run() [Interpreted code] at knn.IndexerThread#run() [Interpreted code] 0.17% 563 sun.nio.ch.UnixFileDispatcherImpl#force0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#force() [Inlined code] at sun.nio.ch.FileChannelImpl#implForce() [JIT compiled code] at sun.nio.ch.FileChannelImpl#force() [JIT compiled code] at org.apache.lucene.util.IOUtils#fsync() [JIT compiled code] at org.apache.lucene.store.FSDirectory#fsync() [JIT compiled code] at org.apache.lucene.store.FSDirectory#sync() [Interpreted code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#sync() [Interpreted code] at org.apache.lucene.index.IndexWriter#startCommit() [Interpreted code] at org.apache.lucene.index.IndexWriter#prepareCommitInternal() [Interpreted code] at org.apache.lucene.index.IndexWriter#commitInternal() [Interpreted code] at org.apache.lucene.index.IndexWriter#commit() [Interpreted code] 0.13% 419 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [Inlined code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete() [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete() [Inlined code] at org.apache.lucene.util.FileDeleter#decRef() [JIT compiled code] at org.apache.lucene.index.IndexFileDeleter#decRef() [Inlined code] 0.13% 412 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete() [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete() [Inlined code] at org.apache.lucene.util.FileDeleter#decRef() [JIT compiled code] at org.apache.lucene.index.IndexFileDeleter#decRef() [JIT compiled code] 0.12% 387 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open() [Inlined code] at sun.nio.fs.UnixChannelFactory#open() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Inlined code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#newFileChannel() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#newByteChannel() [Inlined code] at java.nio.file.spi.FileSystemProvider#newOutputStream() [Inlined code] at java.nio.file.Files#newOutputStream() [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#() [JIT compiled code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#() [Inlined code] at org.apache.lucene.store.FSDirectory#createOutput() [Inlined code] 0.09% 305 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [JIT compiled code] at org.apache.lucene.store.FilterDirectory#deleteFile() [Interpreted code] at org.apache.lucene.store.TrackingDirectoryWrapper#deleteFile() [JIT compiled code] at org.apache.lucene.util.IOUtils#deleteFilesIgnoringExceptions() [Interpreted code] at org.apache.lucene.util.IOUtils#deleteFilesIgnoringExceptions() [Interpreted code] 0.09% 294 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [JIT compiled code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle() [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup() [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup() [Interpreted code] at jdk.internal.foreign.SharedSession$SharedResourceList#cleanup() [Interpreted code] at jdk.internal.foreign.MemorySessionImpl#close() [Inlined code] at jdk.internal.foreign.ArenaImpl#close() [JIT compiled code] at org.apache.lucene.store.RefCountedSharedArena#release() [JIT compiled code] at org.apache.lucene.store.RefCountedSharedArena#close() [JIT compiled code] 0.09% 293 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [Inlined code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [JIT compiled code] at org.apache.lucene.store.FilterDirectory#deleteFile() [Interpreted code] at org.apache.lucene.store.TrackingDirectoryWrapper#deleteFile() [JIT compiled code] at org.apache.lucene.util.IOUtils#deleteFilesIgnoringExceptions() [Interpreted code] at org.apache.lucene.util.IOUtils#deleteFilesIgnoringExceptions() [Interpreted code] 0.09% 280 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [JIT compiled code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle() [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup() [Inlined code] at jdk.internal.foreign.SharedSession$SharedResourceList#cleanup() [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl#close() [Inlined code] at jdk.internal.foreign.ArenaImpl#close() [JIT compiled code] at org.apache.lucene.store.RefCountedSharedArena#release() [JIT compiled code] at org.apache.lucene.store.RefCountedSharedArena#close() [JIT compiled code] 0.06% 212 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace() [Inlined code] at jdk.internal.event.FileReadEvent#commit() [JIT compiled code] at jdk.internal.event.FileReadEvent#offer() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead() [JIT compiled code] at sun.nio.ch.FileChannelImpl#read() [Inlined code] at knn.VectorReader#readNext() [Inlined code] at knn.VectorReaderFloat32#next() [Inlined code] at knn.IndexerThread#_run() [JIT compiled code] at knn.IndexerThread#run() [Interpreted code] 0.06% 186 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete() [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete() [Interpreted code] at org.apache.lucene.util.FileDeleter#decRef() [JIT compiled code] at org.apache.lucene.index.IndexFileDeleter#decRef() [Interpreted code] 0.05% 157 sun.nio.ch.UnixFileDispatcherImpl#force0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#force() [Interpreted code] at sun.nio.ch.FileChannelImpl#implForce() [Interpreted code] at sun.nio.ch.FileChannelImpl#force() [Interpreted code] at org.apache.lucene.util.IOUtils#fsync() [Interpreted code] at org.apache.lucene.store.FSDirectory#fsync() [Interpreted code] at org.apache.lucene.store.FSDirectory#sync() [Interpreted code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#sync() [Interpreted code] at org.apache.lucene.index.IndexWriter#startCommit() [Interpreted code] at org.apache.lucene.index.IndexWriter#prepareCommitInternal() [Interpreted code] at org.apache.lucene.index.IndexWriter#commitInternal() [Interpreted code] at org.apache.lucene.index.IndexWriter#commit() [Interpreted code] 0.04% 146 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current() [Inlined code] at sun.nio.ch.NativeThreadSet#add() [Inlined code] at sun.nio.ch.FileChannelImpl#implRead() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead() [JIT compiled code] at sun.nio.ch.FileChannelImpl#read() [Inlined code] at knn.VectorReader#readNext() [Inlined code] at knn.VectorReaderFloat32#next() [Inlined code] at knn.IndexerThread#_run() [JIT compiled code] at knn.IndexerThread#run() [Interpreted code] 0.04% 141 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete() [Inlined code] at org.apache.lucene.util.FileDeleter#delete() [JIT compiled code] at org.apache.lucene.util.FileDeleter#decRef() [JIT compiled code] at org.apache.lucene.index.IndexFileDeleter#decRef() [Interpreted code] 0.03% 90 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [Inlined code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [JIT compiled code] at org.apache.lucene.store.TrackingDirectoryWrapper#deleteFile() [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.FieldsIndexWriter#finish() [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#finish() [JIT compiled code] at org.apache.lucene.index.StoredFieldsConsumer#flush() [JIT compiled code] 0.03% 85 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read() [JIT compiled code] at sun.nio.ch.IOUtil#readIntoNativeBuffer() [JIT compiled code] at sun.nio.ch.IOUtil#read() [JIT compiled code] at sun.nio.ch.IOUtil#read() [JIT compiled code] at sun.nio.ch.FileChannelImpl#implRead() [JIT compiled code] at sun.nio.ch.FileChannelImpl#traceImplRead() [JIT compiled code] at sun.nio.ch.FileChannelImpl#read() [Inlined code] at knn.VectorReader#readNext() [JIT compiled code] at knn.VectorReaderFloat32#next() [JIT compiled code] at knn.IndexerThread#_run() [Interpreted code] at knn.IndexerThread#run() [Interpreted code] 0.02% 73 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle() [Inlined code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl#close() [Inlined code] at jdk.internal.foreign.ArenaImpl#close() [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#close() [JIT compiled code] at org.apache.lucene.store.BufferedChecksumIndexInput#close() [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.FieldsIndexWriter#finish() [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#finish() [JIT compiled code] 0.02% 66 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle() [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup() [Inlined code] at jdk.internal.foreign.SharedSession$SharedResourceList#cleanup() [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl#close() [Inlined code] at jdk.internal.foreign.ArenaImpl#close() [JIT compiled code] at org.apache.lucene.store.RefCountedSharedArena#release() [JIT compiled code] at org.apache.lucene.store.RefCountedSharedArena#close() [JIT compiled code] 0.02% 65 sun.nio.ch.UnixFileDispatcherImpl#force0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#force() [Inlined code] at sun.nio.ch.FileChannelImpl#implForce() [JIT compiled code] at sun.nio.ch.FileChannelImpl#force() [JIT compiled code] at org.apache.lucene.util.IOUtils#fsync() [JIT compiled code] at org.apache.lucene.store.FSDirectory#fsync() [JIT compiled code] at org.apache.lucene.store.FSDirectory#sync() [Interpreted code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#sync() [Interpreted code] at org.apache.lucene.index.IndexWriter#startCommit() [Interpreted code] at org.apache.lucene.index.IndexWriter#prepareCommitInternal() [Interpreted code] at org.apache.lucene.index.IndexWriter#commitInternal() [Interpreted code] at org.apache.lucene.index.IndexWriter#shutdown() [Interpreted code] 0.02% 58 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete() [Inlined code] at org.apache.lucene.util.FileDeleter#delete() [JIT compiled code] at org.apache.lucene.util.FileDeleter#decRef() [JIT compiled code] at org.apache.lucene.index.IndexFileDeleter#decRef() [JIT compiled code] 0.02% 56 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open() [Inlined code] at sun.nio.fs.UnixChannelFactory#open() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Inlined code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#newFileChannel() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#newByteChannel() [Inlined code] at java.nio.file.spi.FileSystemProvider#newOutputStream() [Inlined code] at java.nio.file.Files#newOutputStream() [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#() [JIT compiled code] at org.apache.lucene.store.FSDirectory#createTempOutput() [JIT compiled code] at org.apache.lucene.store.FilterDirectory#createTempOutput() [JIT compiled code] 0.02% 51 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [Interpreted code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [Interpreted code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Interpreted code] at java.nio.file.Files#delete() [Interpreted code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [Interpreted code] at org.apache.lucene.store.FSDirectory#deleteFile() [Interpreted code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [Interpreted code] at org.apache.lucene.util.FileDeleter#delete() [Interpreted code] at org.apache.lucene.util.FileDeleter#delete() [Interpreted code] at org.apache.lucene.util.FileDeleter#decRef() [Interpreted code] at org.apache.lucene.index.IndexFileDeleter#decRef() [Interpreted code] 0.01% 48 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete() [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete() [Interpreted code] at org.apache.lucene.util.FileDeleter#decRef() [Interpreted code] at org.apache.lucene.index.IndexFileDeleter#decRef() [Interpreted code] 0.01% 43 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open() [Inlined code] at sun.nio.fs.UnixChannelFactory#open() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Inlined code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#newFileChannel() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#newByteChannel() [Inlined code] at java.nio.file.spi.FileSystemProvider#newOutputStream() [JIT compiled code] at java.nio.file.Files#newOutputStream() [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#() [JIT compiled code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#() [JIT compiled code] at org.apache.lucene.store.FSDirectory#createOutput() [JIT compiled code] 0.01% 42 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map() [Inlined code] at sun.nio.ch.FileChannelImpl#mapInternal() [JIT compiled code] at sun.nio.ch.FileChannelImpl#map() [Inlined code] at org.apache.lucene.store.MMapDirectory#map() [JIT compiled code] at org.apache.lucene.store.MMapDirectory#openInput() [JIT compiled code] at org.apache.lucene.store.FilterDirectory#openInput() [JIT compiled code] at org.apache.lucene.store.FilterDirectory#openInput() [Inlined code] at org.apache.lucene.store.Directory#openChecksumInput() [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.FieldsIndexWriter#finish() [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#finish() [JIT compiled code] at org.apache.lucene.index.StoredFieldsConsumer#flush() [JIT compiled code] 0.01% 41 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace() [Inlined code] at jdk.internal.event.FileWriteEvent#commit() [JIT compiled code] at jdk.internal.event.FileWriteEvent#offer() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite() [Inlined code] at sun.nio.ch.FileChannelImpl#write() [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully() [Inlined code] at sun.nio.ch.ChannelOutputStream#write() [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write() [Inlined code] at java.util.zip.CheckedOutputStream#write() [Inlined code] at java.io.BufferedOutputStream#flushBuffer() [JIT compiled code] at java.io.BufferedOutputStream#write() [Inlined code] 0.01% 40 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [JIT compiled code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle() [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup() [Interpreted code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup() [Interpreted code] at jdk.internal.foreign.SharedSession$SharedResourceList#cleanup() [Interpreted code] at jdk.internal.foreign.MemorySessionImpl#close() [Inlined code] at jdk.internal.foreign.ArenaImpl#close() [JIT compiled code] at org.apache.lucene.store.RefCountedSharedArena#release() [Interpreted code] at org.apache.lucene.store.RefCountedSharedArena#close() [Interpreted code] 0.01% 40 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#open() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#newFileChannel() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#newByteChannel() [Inlined code] at java.nio.file.spi.FileSystemProvider#newOutputStream() [JIT compiled code] at java.nio.file.Files#newOutputStream() [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#() [JIT compiled code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#() [JIT compiled code] at org.apache.lucene.store.FSDirectory#createOutput() [JIT compiled code] 0.01% 38 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write() [JIT compiled code] at sun.nio.ch.IOUtil#writeFromNativeBuffer() [JIT compiled code] at sun.nio.ch.IOUtil#write() [JIT compiled code] at sun.nio.ch.IOUtil#write() [JIT compiled code] at sun.nio.ch.FileChannelImpl#implWrite() [JIT compiled code] at sun.nio.ch.FileChannelImpl#traceImplWrite() [JIT compiled code] at sun.nio.ch.FileChannelImpl#write() [JIT compiled code] at sun.nio.ch.ChannelOutputStream#writeFully() [JIT compiled code] at sun.nio.ch.ChannelOutputStream#write() [JIT compiled code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write() [JIT compiled code] at java.util.zip.CheckedOutputStream#write() [JIT compiled code] 0.01% 38 java.io.FileDescriptor#close0() [Native code] at java.io.FileDescriptor#close() [Inlined code] at java.io.FileDescriptor$1#close() [Inlined code] at sun.nio.ch.FileChannelImpl$Closer#run() [JIT compiled code] at jdk.internal.ref.CleanerImpl$PhantomCleanableRef#performCleanup() [Inlined code] at jdk.internal.ref.PhantomCleanable#clean() [Inlined code] at sun.nio.ch.FileChannelImpl#implCloseChannel() [Inlined code] at java.nio.channels.spi.AbstractInterruptibleChannel#close() [Inlined code] at sun.nio.ch.ChannelOutputStream#close() [JIT compiled code] at java.io.FilterOutputStream#close() [JIT compiled code] at java.io.FilterOutputStream#close() [JIT compiled code] at java.io.FilterOutputStream#close() [Inlined code] 0.01% 35 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat() [Inlined code] at sun.nio.fs.UnixFileAttributes#get() [Inlined code] at sun.nio.fs.UnixFileAttributeViews$Basic#readAttributes() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#readAttributes() [Inlined code] at sun.nio.fs.LinuxFileSystemProvider#readAttributes() [Inlined code] at java.nio.file.Files#readAttributes() [Inlined code] at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock#ensureValid() [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#createOutput() [Inlined code] at org.apache.lucene.store.TrackingDirectoryWrapper#createOutput() [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.FieldsIndexWriter#finish() [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#finish() [JIT compiled code] 0.01% 34 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [JIT compiled code] at org.apache.lucene.store.FilterDirectory#deleteFile() [Interpreted code] at org.apache.lucene.store.TrackingDirectoryWrapper#deleteFile() [Interpreted code] at org.apache.lucene.util.IOUtils#deleteFilesIgnoringExceptions() [Interpreted code] at org.apache.lucene.util.IOUtils#deleteFilesIgnoringExceptions() [Interpreted code] 0.01% 33 jdk.internal.misc.Unsafe#park() [Native code] at java.util.concurrent.locks.LockSupport#park() [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire() [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared() [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock() [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [JIT compiled code] 0.01% 27 java.io.RandomAccessFile#open0() [Native code] at java.io.RandomAccessFile#open() [Interpreted code] at java.io.RandomAccessFile#() [Interpreted code] at java.io.RandomAccessFile#() [Interpreted code] at jdk.jfr.internal.RepositoryChunk#() [Interpreted code] at jdk.jfr.internal.Repository#newChunk() [Interpreted code] at jdk.jfr.internal.PlatformRecorder#rotateDisk() [Interpreted code] at jdk.jfr.internal.PlatformRecorder#periodicTask() [Interpreted code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0() [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000004407aa58#run() [Interpreted code] at java.lang.Thread#runWith() [Interpreted code] at java.lang.Thread#run() [Interpreted code] 0.01% 26 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#open() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#newFileChannel() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#newByteChannel() [Inlined code] at java.nio.file.spi.FileSystemProvider#newOutputStream() [JIT compiled code] at java.nio.file.Files#newOutputStream() [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#() [JIT compiled code] at org.apache.lucene.store.FSDirectory#createTempOutput() [JIT compiled code] at org.apache.lucene.store.FilterDirectory#createTempOutput() [JIT compiled code] 0.01% 25 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle() [Inlined code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl#close() [Inlined code] at jdk.internal.foreign.ArenaImpl#close() [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#close() [JIT compiled code] at org.apache.lucene.store.BufferedChecksumIndexInput#close() [Inlined code] at org.apache.lucene.codecs.lucene94.Lucene94FieldInfosFormat#read() [JIT compiled code] at org.apache.lucene.index.SegmentCoreReaders#() [JIT compiled code] 0.01% 24 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open() [Inlined code] at sun.nio.fs.UnixChannelFactory#open() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Inlined code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#newFileChannel() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#newByteChannel() [Inlined code] at java.nio.file.spi.FileSystemProvider#newOutputStream() [Inlined code] at java.nio.file.Files#newOutputStream() [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#() [JIT compiled code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#() [JIT compiled code] at org.apache.lucene.store.FSDirectory#createOutput() [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 org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.04.13.05.40.34/bench-knn-q7-fmFalse.jfr Profiler for heap at stackSize=1 [/l/logs.nightly/2026.04.13.05.40.34/bench-knn-q7-fmFalse.jfr is 1504.33 MB /l/logs.nightly/2026.04.13.05.40.34/bench-knn-q7-fmFalse.jfr is 1504.33 MB /l/logs.nightly/2026.04.13.05.40.34/bench-knn-q7-fmFalse.jfr is 1504.33 MB /l/logs.nightly/2026.04.13.05.40.34/bench-knn-q7-fmFalse.jfr is 1504.33 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 62471 events (total: 440259M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=false PERCENT HEAP SAMPLES STACK 44.63% 196482M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] 18.77% 82640M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms() [Inlined code] 14.66% 64530M org.apache.lucene.util.TernaryLongHeap#() [JIT compiled code] 7.37% 32425M org.apache.lucene.util.ArrayUtil#copyOfSubArray() [Inlined code] 4.11% 18085M org.apache.lucene.util.hnsw.NeighborQueue#nodes() [Inlined code] 1.80% 7939M java.lang.Integer#valueOf() [Inlined code] 1.38% 6063M org.apache.lucene.util.hnsw.NeighborArray#() [Inlined code] 0.68% 2975M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] 0.64% 2809M java.util.Arrays#copyOf() [Inlined code] 0.63% 2777M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse() [JIT compiled code] 0.55% 2405M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms() [JIT compiled code] 0.53% 2349M org.apache.lucene.util.hnsw.NeighborArray#sort() [Inlined code] 0.45% 1988M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge() [Interpreted code] 0.43% 1907M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode() [Inlined code] 0.40% 1767M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize() [JIT compiled code] 0.38% 1684M org.apache.lucene.util.SparseFixedBitSet#insertLong() [Inlined code] 0.31% 1374M knn.IndexerThread#_run() [Interpreted code] 0.24% 1076M knn.IndexerThread#_run() [JIT compiled code] 0.17% 761M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager() [Inlined code] 0.17% 758M java.lang.invoke.DirectMethodHandle#allocateInstance() [Inlined code] 0.16% 684M java.util.DualPivotQuicksort#tryMergeRuns() [JIT compiled code] 0.14% 613M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document() [JIT compiled code] 0.13% 575M java.lang.reflect.Array#newInstance() [Inlined code] 0.12% 522M java.util.ArrayList#grow() [Inlined code] 0.12% 516M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode() [JIT compiled code] 0.10% 421M java.util.DualPivotQuicksort#sort() [JIT compiled code] 0.08% 372M java.util.ArrayList#iterator() [JIT compiled code] 0.06% 278M jdk.internal.misc.Unsafe#allocateUninitializedArray() [Inlined code] 0.06% 263M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire() [JIT compiled code] 0.06% 247M java.util.concurrent.locks.ReentrantReadWriteLock$Sync$ThreadLocalHoldCounter#initialValue() [Inlined code] 0.04% 196M java.util.HashMap#newNode() [Inlined code] 0.04% 195M java.util.List#of() [Inlined code] 0.04% 173M java.io.BufferedOutputStream#() [Inlined code] 0.04% 171M java.util.concurrent.atomic.AtomicBoolean#compareAndSet() [Interpreted code] 0.04% 171M org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0() [Interpreted code] 0.04% 161M org.apache.lucene.document.Document#() [Inlined code] 0.04% 161M java.util.HashMap#resize() [JIT compiled code] 0.03% 125M org.apache.lucene.util.FixedBitSet#() [Inlined code] 0.02% 103M org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#writeGraph() [JIT compiled code] 0.02% 100M knn.KnnIndexer#createIndex() [Interpreted code] 0.02% 99M org.apache.lucene.util.ArrayUtil#growExact() [JIT compiled code] 0.02% 97M java.util.logging.LogManager#reset() [Interpreted code] 0.02% 97M jdk.jfr.internal.ShutdownHook#run() [Interpreted code] 0.02% 91M org.apache.lucene.util.packed.DirectMonotonicWriter#() [Inlined code] 0.02% 88M java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject#await() [Interpreted code] 0.02% 85M org.apache.lucene.store.MemorySegmentIndexInput#clone() [JIT compiled code] 0.02% 81M org.apache.lucene.util.hnsw.OnHeapHnswGraph#() [JIT compiled code] 0.01% 61M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager() [Interpreted code] 0.01% 55M java.util.concurrent.FutureTask#awaitDone() [Interpreted code] 0.01% 54M java.util.HashMap$KeySet#iterator() [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 org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.04.13.05.40.34/bench-knn-q7-fmFalse.jfr Profiler for heap at stackSize=4 [/l/logs.nightly/2026.04.13.05.40.34/bench-knn-q7-fmFalse.jfr is 1504.33 MB /l/logs.nightly/2026.04.13.05.40.34/bench-knn-q7-fmFalse.jfr is 1504.33 MB /l/logs.nightly/2026.04.13.05.40.34/bench-knn-q7-fmFalse.jfr is 1504.33 MB /l/logs.nightly/2026.04.13.05.40.34/bench-knn-q7-fmFalse.jfr is 1504.33 MB /l/logs.nightly/2026.04.13.05.40.34/bench-knn-q7-fmFalse.jfr is 1504.33 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 62471 events (total: 440259M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=false PERCENT HEAP SAMPLES STACK 36.17% 159234M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder() [Inlined code] 11.23% 49429M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] 8.99% 39596M org.apache.lucene.util.TernaryLongHeap#() [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#() [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollector#() [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector() [JIT compiled code] 8.38% 36886M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder() [Inlined code] 7.37% 32425M org.apache.lucene.util.ArrayUtil#copyOfSubArray() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue() [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue() [Inlined code] 6.91% 30425M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity() [Inlined code] 5.66% 24933M org.apache.lucene.util.TernaryLongHeap#() [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#() [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#() [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector() [Interpreted code] 4.11% 18085M org.apache.lucene.util.hnsw.NeighborQueue#nodes() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] 1.77% 7803M java.lang.Integer#valueOf() [Inlined code] at knn.KnnGraphTester#printGraphConnectedNess() [JIT compiled code] at knn.KnnGraphTester#printFanoutHist() [Interpreted code] at knn.KnnGraphTester#printFanoutHist() [Interpreted code] 0.72% 3158M org.apache.lucene.util.hnsw.NeighborArray#() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] 0.63% 2777M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] 0.57% 2500M java.util.Arrays#copyOf() [Inlined code] at java.util.ArrayDeque#grow() [JIT compiled code] at java.util.ArrayDeque#addFirst() [Inlined code] at java.util.ArrayDeque#push() [Inlined code] 0.53% 2349M org.apache.lucene.util.hnsw.NeighborArray#sort() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor() [Inlined code] 0.52% 2283M org.apache.lucene.util.hnsw.NeighborArray#() [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] 0.51% 2233M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [JIT compiled code] 0.50% 2212M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor() [Inlined code] 0.45% 1988M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge() [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run() [Interpreted code] 0.38% 1657M org.apache.lucene.util.SparseFixedBitSet#insertLong() [Inlined code] at org.apache.lucene.util.SparseFixedBitSet#getAndSet() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel() [JIT compiled code] at org.apache.lucene.util.hnsw.AbstractHnswGraphSearcher#search() [Inlined code] 0.31% 1374M knn.IndexerThread#_run() [Interpreted code] at knn.IndexerThread#run() [Interpreted code] 0.27% 1179M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] 0.25% 1119M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [JIT compiled code] 0.24% 1076M knn.IndexerThread#_run() [JIT compiled code] at knn.IndexerThread#run() [Interpreted code] 0.23% 995M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData() [JIT compiled code] 0.20% 887M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] 0.16% 700M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue() [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue() [Inlined code] 0.16% 684M java.util.DualPivotQuicksort#tryMergeRuns() [JIT compiled code] at java.util.DualPivotQuicksort#sort() [JIT compiled code] at java.util.DualPivotQuicksort#sort() [Inlined code] at java.util.Arrays#sort() [Inlined code] 0.15% 651M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager() [Inlined code] at org.apache.lucene.search.AbstractKnnVectorQuery#rewrite() [JIT compiled code] at org.apache.lucene.search.KnnFloatVectorQuery#rewrite() [Inlined code] at knn.KnnGraphTester$ProfiledKnnFloatVectorQuery#rewrite() [JIT compiled code] 0.15% 649M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue() [Inlined code] 0.14% 613M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document() [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader#serializedDocument() [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#copyOneDoc() [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#merge() [JIT compiled code] 0.14% 602M java.lang.invoke.DirectMethodHandle#allocateInstance() [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() [Inlined code] 0.13% 568M java.lang.reflect.Array#newInstance() [Inlined code] at org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#grow() [JIT compiled code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode() [Inlined code] 0.13% 568M org.apache.lucene.util.hnsw.NeighborArray#() [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode() [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure() [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph() [Interpreted code] 0.12% 538M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush() [JIT compiled code] 0.12% 522M java.util.ArrayList#grow() [Inlined code] at java.util.ArrayList#grow() [Inlined code] at java.util.ArrayList#add() [Inlined code] at java.util.ArrayList#add() [Inlined code] 0.12% 516M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode() [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure() [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph() [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph() [Interpreted code] 0.09% 394M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] 0.07% 308M java.util.Arrays#copyOf() [Inlined code] at java.util.ArrayList#grow() [JIT compiled code] at java.util.ArrayList#grow() [Inlined code] at java.util.ArrayList#add() [Inlined code] 0.06% 271M jdk.internal.misc.Unsafe#allocateUninitializedArray() [Inlined code] at java.lang.StringConcatHelper#newArray() [Inlined code] at java.lang.StringConcatHelper#newArrayWithSuffix() [Inlined code] at java.lang.String$$StringConcat.0x000000004417f400#concat() [Inlined code] 0.06% 263M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire() [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared() [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock() [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read() [Inlined code] 0.06% 259M java.util.DualPivotQuicksort#sort() [JIT compiled code] at java.util.DualPivotQuicksort#sort() [Inlined code] at java.util.Arrays#sort() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#writeGraph() [JIT compiled code] 0.06% 256M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.ArrayUtil#grow() [Inlined code] at org.apache.lucene.internal.hppc.IntArrayList#ensureBufferSpace() [Inlined code] 0.06% 247M java.util.concurrent.locks.ReentrantReadWriteLock$Sync$ThreadLocalHoldCounter#initialValue() [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync$ThreadLocalHoldCounter#initialValue() [JIT compiled code] at java.lang.ThreadLocal#setInitialValue() [JIT compiled code] at java.lang.ThreadLocal#get() [Inlined code] 0.05% 237M java.util.ArrayList#iterator() [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic() [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#periodicTask() [Interpreted code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0() [Interpreted code] 0.04% 195M java.util.List#of() [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument() [Inlined code] at org.apache.lucene.index.IndexWriter#addDocument() [Inlined code] at knn.IndexerThread#_run() [JIT compiled code] 0.04% 178M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal() [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure() [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph() [Interpreted code] 0.04% 174M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [JIT compiled code] 0.04% 173M java.io.BufferedOutputStream#() [Inlined code] at java.io.BufferedOutputStream#() [Inlined code] at org.apache.lucene.store.OutputStreamIndexOutput$XBufferedOutputStream#() [Inlined code] at org.apache.lucene.store.OutputStreamIndexOutput#() [Inlined code] 0.04% 171M java.util.concurrent.atomic.AtomicBoolean#compareAndSet() [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run() [Interpreted code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0() [Interpreted code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x000000004419e9d8#run() [Interpreted code] 0.04% 171M org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0() [Interpreted code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x000000004419e9d8#run() [Interpreted code] at java.util.concurrent.ThreadPoolExecutor#runWorker() [Interpreted code] at java.util.concurrent.ThreadPoolExecutor$Worker#run() [Interpreted code] 0.04% 171M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [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 org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.04.13.05.40.34/bench-knn-q7-fmFalse.jfr Profiler for heap at stackSize=12 [/l/logs.nightly/2026.04.13.05.40.34/bench-knn-q7-fmFalse.jfr is 1504.33 MB /l/logs.nightly/2026.04.13.05.40.34/bench-knn-q7-fmFalse.jfr is 1504.33 MB /l/logs.nightly/2026.04.13.05.40.34/bench-knn-q7-fmFalse.jfr is 1504.33 MB /l/logs.nightly/2026.04.13.05.40.34/bench-knn-q7-fmFalse.jfr is 1504.33 MB /l/logs.nightly/2026.04.13.05.40.34/bench-knn-q7-fmFalse.jfr is 1504.33 MB /l/logs.nightly/2026.04.13.05.40.34/bench-knn-q7-fmFalse.jfr is 1504.33 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 62471 events (total: 440259M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=false PERCENT HEAP SAMPLES STACK 11.06% 48709M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004419e480#call() [Inlined code] 10.61% 46709M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004419e480#call() [Inlined code] 9.98% 43957M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue() [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue() [Inlined code] at org.apache.lucene.index.IndexingChain#processField() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] 8.98% 39532M org.apache.lucene.util.TernaryLongHeap#() [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#() [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollector#() [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector() [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector() [Inlined code] at org.apache.lucene.search.IndexSearcher#search() [JIT compiled code] at org.apache.lucene.search.IndexSearcher#searchAfter() [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search() [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery() [JIT compiled code] at knn.KnnGraphTester#testSearch() [Interpreted code] at knn.KnnGraphTester#run() [Interpreted code] at knn.KnnGraphTester#runWithCleanUp() [Interpreted code] 7.37% 32425M org.apache.lucene.util.ArrayUtil#copyOfSubArray() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue() [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$FieldWriter#addValue() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$FieldWriter#addValue() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue() [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue() [Inlined code] at org.apache.lucene.index.IndexingChain#processField() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [JIT compiled code] 5.63% 24783M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004419e480#call() [Inlined code] at java.util.concurrent.FutureTask#run() [JIT compiled code] 5.47% 24071M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004419e480#call() [Inlined code] at java.util.concurrent.FutureTask#run() [Inlined code] 3.76% 16559M org.apache.lucene.util.TernaryLongHeap#() [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#() [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#() [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector() [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector() [Interpreted code] at org.apache.lucene.search.IndexSearcher#search() [Interpreted code] at org.apache.lucene.search.IndexSearcher#searchAfter() [Interpreted code] at org.apache.lucene.search.IndexSearcher#search() [Interpreted code] at knn.KnnGraphTester#doFloatVectorQuery() [Interpreted code] at knn.KnnGraphTester#testSearch() [Interpreted code] at knn.KnnGraphTester#run() [Interpreted code] at knn.KnnGraphTester#runWithCleanUp() [Interpreted code] 3.44% 15165M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] 3.42% 15074M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] 2.68% 11802M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder() [Inlined code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure() [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph() [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph() [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph() [Interpreted code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder() [Interpreted code] at org.apache.lucene.util.hnsw.IncrementalHnswGraphMerger#merge() [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField() [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField() [Interpreted code] 1.92% 8452M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [Inlined code] 1.91% 8395M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [JIT compiled code] 1.90% 8374M org.apache.lucene.util.TernaryLongHeap#() [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#() [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#() [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector() [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector() [Interpreted code] at org.apache.lucene.search.IndexSearcher#search() [Interpreted code] at org.apache.lucene.search.IndexSearcher#searchAfter() [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search() [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery() [JIT compiled code] at knn.KnnGraphTester#testSearch() [Interpreted code] at knn.KnnGraphTester#run() [Interpreted code] at knn.KnnGraphTester#runWithCleanUp() [Interpreted code] 1.77% 7803M java.lang.Integer#valueOf() [Inlined code] at knn.KnnGraphTester#printGraphConnectedNess() [JIT compiled code] at knn.KnnGraphTester#printFanoutHist() [Interpreted code] at knn.KnnGraphTester#printFanoutHist() [Interpreted code] at knn.KnnGraphTester#run() [Interpreted code] at knn.KnnGraphTester#runWithCleanUp() [Interpreted code] at knn.KnnGraphTester#main() [Interpreted code] 1.72% 7573M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue() [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue() [Inlined code] at org.apache.lucene.index.IndexingChain#processField() [JIT compiled code] 1.33% 5847M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#replayBufferedVectors() [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue() [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue() [Inlined code] at org.apache.lucene.index.IndexingChain#processField() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] 1.26% 5529M org.apache.lucene.util.hnsw.NeighborQueue#nodes() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue() [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue() [Inlined code] at org.apache.lucene.index.IndexingChain#processField() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments() [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument() [Inlined code] 1.18% 5205M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] 1.11% 4888M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] 0.91% 4003M org.apache.lucene.util.hnsw.NeighborQueue#nodes() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004419e480#call() [Inlined code] at java.util.concurrent.FutureTask#run() [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run() [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0() [Inlined code] 0.63% 2790M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue() [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue() [Inlined code] at org.apache.lucene.index.IndexingChain#processField() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] 0.57% 2500M java.util.Arrays#copyOf() [Inlined code] at java.util.ArrayDeque#grow() [JIT compiled code] at java.util.ArrayDeque#addFirst() [Inlined code] at java.util.ArrayDeque#push() [Inlined code] at knn.KnnGraphTester#printGraphConnectedNess() [JIT compiled code] at knn.KnnGraphTester#printFanoutHist() [Interpreted code] at knn.KnnGraphTester#printFanoutHist() [Interpreted code] at knn.KnnGraphTester#run() [Interpreted code] at knn.KnnGraphTester#runWithCleanUp() [Interpreted code] at knn.KnnGraphTester#main() [Interpreted code] 0.54% 2378M org.apache.lucene.util.hnsw.NeighborQueue#nodes() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004419e480#call() [Inlined code] at java.util.concurrent.FutureTask#run() [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run() [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll() [JIT compiled code] 0.51% 2233M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004419e480#call() [Interpreted code] at java.util.concurrent.FutureTask#run() [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run() [Interpreted code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0() [Interpreted code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x000000004419e9d8#run() [Interpreted code] 0.47% 2088M org.apache.lucene.util.hnsw.NeighborQueue#nodes() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004419e480#call() [Inlined code] at java.util.concurrent.FutureTask#run() [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run() [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0() [Inlined code] 0.45% 1988M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge() [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run() [Interpreted code] 0.38% 1657M org.apache.lucene.util.SparseFixedBitSet#insertLong() [Inlined code] at org.apache.lucene.util.SparseFixedBitSet#getAndSet() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel() [JIT compiled code] at org.apache.lucene.util.hnsw.AbstractHnswGraphSearcher#search() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#search() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#search() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsReader#search() [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsReader#search() [Inlined code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsReader#search() [Inlined code] at org.apache.lucene.index.CodecReader#searchNearestVectors() [JIT compiled code] at org.apache.lucene.search.KnnFloatVectorQuery#approximateSearch() [JIT compiled code] at org.apache.lucene.search.AbstractKnnVectorQuery#getLeafResults() [Inlined code] 0.37% 1619M org.apache.lucene.util.hnsw.NeighborQueue#nodes() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004419e480#call() [Inlined code] at java.util.concurrent.FutureTask#run() [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run() [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll() [Interpreted code] 0.31% 1374M knn.IndexerThread#_run() [Interpreted code] at knn.IndexerThread#run() [Interpreted code] 0.27% 1176M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004419e480#call() [Inlined code] 0.26% 1147M org.apache.lucene.util.hnsw.NeighborArray#sort() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004419e480#call() [Inlined code] 0.24% 1076M knn.IndexerThread#_run() [JIT compiled code] at knn.IndexerThread#run() [Interpreted code] 0.24% 1036M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004419e480#call() [Inlined code] 0.23% 1031M org.apache.lucene.util.hnsw.NeighborArray#() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue() [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue() [Inlined code] at org.apache.lucene.index.IndexingChain#processField() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments() [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument() [Inlined code] 0.23% 1008M org.apache.lucene.util.hnsw.NeighborArray#sort() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004419e480#call() [Inlined code] 0.20% 868M org.apache.lucene.util.hnsw.NeighborQueue#nodes() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004419e480#call() [Interpreted code] at java.util.concurrent.FutureTask#run() [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run() [Interpreted code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0() [Interpreted code] 0.17% 763M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue() [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue() [Inlined code] at org.apache.lucene.index.IndexingChain#processField() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments() [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument() [Inlined code] 0.17% 750M org.apache.lucene.util.hnsw.NeighborArray#() [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue() [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue() [Inlined code] at org.apache.lucene.index.IndexingChain#processField() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments() [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument() [Inlined code] 0.16% 710M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004419e480#call() [Inlined code] at java.util.concurrent.FutureTask#run() [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run() [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0() [Inlined code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x000000004419e9d8#run() [JIT compiled code] at java.util.concurrent.ThreadPoolExecutor#runWorker() [Interpreted code] 0.16% 700M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue() [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue() [Inlined code] at org.apache.lucene.index.IndexingChain#processField() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments() [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument() [Inlined code] at org.apache.lucene.index.IndexWriter#addDocument() [Inlined code] at knn.IndexerThread#_run() [JIT compiled code] 0.15% 651M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager() [Inlined code] at org.apache.lucene.search.AbstractKnnVectorQuery#rewrite() [JIT compiled code] at org.apache.lucene.search.KnnFloatVectorQuery#rewrite() [Inlined code] at knn.KnnGraphTester$ProfiledKnnFloatVectorQuery#rewrite() [JIT compiled code] at org.apache.lucene.search.IndexSearcher#rewrite() [JIT compiled code] at org.apache.lucene.search.IndexSearcher#rewrite() [Inlined code] at org.apache.lucene.search.IndexSearcher#search() [JIT compiled code] at org.apache.lucene.search.IndexSearcher#searchAfter() [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search() [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery() [JIT compiled code] at knn.KnnGraphTester#testSearch() [Interpreted code] at knn.KnnGraphTester#run() [Interpreted code] 0.15% 649M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue() [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue() [Inlined code] at org.apache.lucene.index.IndexingChain#processField() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments() [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument() [Inlined code] at org.apache.lucene.index.IndexWriter#addDocument() [Inlined code] 0.14% 613M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document() [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader#serializedDocument() [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#copyOneDoc() [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#merge() [JIT compiled code] at org.apache.lucene.index.SegmentMerger#mergeFields() [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x0000000044193878#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging() [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge() [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle() [Interpreted code] at org.apache.lucene.index.IndexWriter#merge() [Interpreted code] at org.apache.lucene.index.IndexWriter$IndexWriterMergeSource#merge() [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler#doMerge() [Interpreted code] 0.14% 607M org.apache.lucene.util.hnsw.NeighborArray#() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004419e480#call() [Inlined code] at java.util.concurrent.FutureTask#run() [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run() [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0() [Inlined code] 0.13% 562M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#replayBufferedVectors() [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue() [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue() [Inlined code] 0.12% 534M java.lang.reflect.Array#newInstance() [Inlined code] at org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#grow() [JIT compiled code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue() [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue() [Inlined code] at org.apache.lucene.index.IndexingChain#processField() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [JIT compiled code] 0.12% 525M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFieldToIndex() [Interpreted code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFieldToIndex() [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField() [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField() [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues() [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x0000000044197538#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging() [JIT compiled code] 0.12% 522M java.util.ArrayList#grow() [Inlined code] at java.util.ArrayList#grow() [Inlined code] at java.util.ArrayList#add() [Inlined code] at java.util.ArrayList#add() [Inlined code] at org.apache.lucene.document.Document#add() [Inlined code] at knn.IndexerThread#_run() [JIT compiled code] at knn.IndexerThread#run() [Interpreted code] 0.12% 519M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004419e480#call() [Inlined code] at java.util.concurrent.FutureTask#run() [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run() [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll() [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.04.13.05.40.34/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 3401677 JFR.dump name=1 to copy recording data to file. maxConn = 32 Vector Dimensions: 1024 numDocs = 8000000 beamWidth = 100 similarity = DOT_PRODUCT Seed = 2812394991922658 index key = dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-7-fm Index Path = knn-reuse/indices/dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-7-fm will now reindex: index does not exist Apr 13, 2026 8:27:33 AM org.apache.lucene.internal.vectorization.PanamaVectorizationProvider logIncubatorSetup INFO: Java vector incubator API enabled; uses preferredBitSize=256; FMA enabled creating index in knn-reuse/indices/dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-7-fm 39709371 doc vectors in docsPath "/big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec" parentJoin=false Done indexing 25000 documents. Done indexing 50000 documents. Done indexing 75000 documents. Done indexing 100000 documents. Done indexing 125000 documents. Done indexing 150000 documents. Done indexing 175000 documents. Done indexing 200000 documents. Done indexing 225000 documents. Done indexing 250000 documents. Done indexing 275000 documents. Done indexing 300000 documents. Done indexing 325000 documents. Done indexing 350000 documents. Done indexing 375000 documents. Done indexing 400000 documents. Done indexing 425000 documents. Done indexing 450000 documents. Done indexing 475000 documents. Done indexing 500000 documents. Done indexing 525000 documents. Done indexing 550000 documents. Done indexing 575000 documents. Done indexing 600000 documents. Done indexing 625000 documents. Done indexing 650000 documents. Done indexing 675000 documents. Done indexing 700000 documents. Done indexing 725000 documents. Done indexing 750000 documents. Done indexing 775000 documents. Done indexing 800000 documents. Done indexing 825000 documents. Done indexing 850000 documents. Done indexing 875000 documents. Done indexing 900000 documents. Done indexing 925000 documents. Done indexing 950000 documents. Done indexing 975000 documents. Done indexing 1000000 documents. Done indexing 1025000 documents. Done indexing 1050000 documents. Done indexing 1075000 documents. Done indexing 1100000 documents. Done indexing 1125000 documents. Done indexing 1150000 documents. Done indexing 1175000 documents. Done indexing 1200000 documents. Done indexing 1225000 documents. Done indexing 1250000 documents. Done indexing 1275000 documents. Done indexing 1300000 documents. Done indexing 1325000 documents. Done indexing 1350000 documents. Done indexing 1375000 documents. Done indexing 1400000 documents. Done indexing 1425000 documents. Done indexing 1450000 documents. Done indexing 1475000 documents. Done indexing 1500000 documents. Done indexing 1525000 documents. Done indexing 1550000 documents. Done indexing 1575000 documents. Done indexing 1600000 documents. Done indexing 1625000 documents. Done indexing 1650000 documents. Done indexing 1675000 documents. Done indexing 1700000 documents. Done indexing 1725000 documents. Done indexing 1750000 documents. Done indexing 1775000 documents. Done indexing 1800000 documents. Done indexing 1825000 documents. Done indexing 1850000 documents. Done indexing 1875000 documents. Done indexing 1900000 documents. Done indexing 1925000 documents. Done indexing 1950000 documents. Done indexing 1975000 documents. Done indexing 2000000 documents. Done indexing 2025000 documents. Done indexing 2050000 documents. Done indexing 2075000 documents. Done indexing 2100000 documents. Done indexing 2125000 documents. Done indexing 2150000 documents. Done indexing 2175000 documents. Done indexing 2200000 documents. Done indexing 2225000 documents. Done indexing 2250000 documents. Done indexing 2275000 documents. Done indexing 2300000 documents. Done indexing 2325000 documents. Done indexing 2350000 documents. Done indexing 2375000 documents. Done indexing 2400000 documents. Done indexing 2425000 documents. Done indexing 2450000 documents. Done indexing 2475000 documents. Done indexing 2500000 documents. Done indexing 2525000 documents. Done indexing 2550000 documents. Done indexing 2575000 documents. Done indexing 2600000 documents. Done indexing 2625000 documents. Done indexing 2650000 documents. Done indexing 2675000 documents. Done indexing 2700000 documents. Done indexing 2725000 documents. Done indexing 2750000 documents. Done indexing 2775000 documents. Done indexing 2800000 documents. Done indexing 2825000 documents. Done indexing 2850000 documents. Done indexing 2875000 documents. Done indexing 2900000 documents. Done indexing 2925000 documents. Done indexing 2950000 documents. Done indexing 2975000 documents. Done indexing 3000000 documents. Done indexing 3025000 documents. Done indexing 3050000 documents. Done indexing 3075000 documents. Done indexing 3100000 documents. Done indexing 3125000 documents. Done indexing 3150000 documents. Done indexing 3175000 documents. Done indexing 3200000 documents. Done indexing 3225000 documents. Done indexing 3250000 documents. Done indexing 3275000 documents. Done indexing 3300000 documents. Done indexing 3325000 documents. Done indexing 3350000 documents. Done indexing 3375000 documents. Done indexing 3400000 documents. Done indexing 3425000 documents. Done indexing 3450000 documents. Done indexing 3475000 documents. Done indexing 3500000 documents. Done indexing 3525000 documents. Done indexing 3550000 documents. Done indexing 3575000 documents. Done indexing 3600000 documents. Done indexing 3625000 documents. Done indexing 3650000 documents. Done indexing 3675000 documents. Done indexing 3700000 documents. Done indexing 3725000 documents. Done indexing 3750000 documents. Done indexing 3775000 documents. Done indexing 3800000 documents. Done indexing 3825000 documents. Done indexing 3850000 documents. Done indexing 3875000 documents. Done indexing 3900000 documents. Done indexing 3925000 documents. Done indexing 3950000 documents. Done indexing 3975000 documents. Done indexing 4000000 documents. Done indexing 4025000 documents. Done indexing 4050000 documents. Done indexing 4075000 documents. Done indexing 4100000 documents. Done indexing 4125000 documents. Done indexing 4150000 documents. Done indexing 4175000 documents. Done indexing 4200000 documents. Done indexing 4225000 documents. Done indexing 4250000 documents. Done indexing 4275000 documents. Done indexing 4300000 documents. Done indexing 4325000 documents. Done indexing 4350000 documents. Done indexing 4375000 documents. Done indexing 4400000 documents. Done indexing 4425000 documents. Done indexing 4450000 documents. Done indexing 4475000 documents. Done indexing 4500000 documents. Done indexing 4525000 documents. Done indexing 4550000 documents. Done indexing 4575000 documents. Done indexing 4600000 documents. Done indexing 4625000 documents. Done indexing 4650000 documents. Done indexing 4675000 documents. Done indexing 4700000 documents. Done indexing 4725000 documents. Done indexing 4750000 documents. Done indexing 4775000 documents. Done indexing 4800000 documents. Done indexing 4825000 documents. Done indexing 4850000 documents. Done indexing 4875000 documents. Done indexing 4900000 documents. Done indexing 4925000 documents. Done indexing 4950000 documents. Done indexing 4975000 documents. Done indexing 5000000 documents. Done indexing 5025000 documents. Done indexing 5050000 documents. Done indexing 5075000 documents. Done indexing 5100000 documents. Done indexing 5125000 documents. Done indexing 5150000 documents. Done indexing 5175000 documents. Done indexing 5200000 documents. Done indexing 5225000 documents. Done indexing 5250000 documents. Done indexing 5275000 documents. Done indexing 5300000 documents. Done indexing 5325000 documents. Done indexing 5350000 documents. Done indexing 5375000 documents. Done indexing 5400000 documents. Done indexing 5425000 documents. Done indexing 5450000 documents. Done indexing 5475000 documents. Done indexing 5500000 documents. Done indexing 5525000 documents. Done indexing 5550000 documents. Done indexing 5575000 documents. Done indexing 5600000 documents. Done indexing 5625000 documents. Done indexing 5650000 documents. Done indexing 5675000 documents. Done indexing 5700000 documents. Done indexing 5725000 documents. Done indexing 5750000 documents. Done indexing 5775000 documents. Done indexing 5800000 documents. Done indexing 5825000 documents. Done indexing 5850000 documents. Done indexing 5875000 documents. Done indexing 5900000 documents. Done indexing 5925000 documents. Done indexing 5950000 documents. Done indexing 5975000 documents. Done indexing 6000000 documents. Done indexing 6025000 documents. Done indexing 6050000 documents. Done indexing 6075000 documents. Done indexing 6100000 documents. Done indexing 6125000 documents. Done indexing 6150000 documents. Done indexing 6175000 documents. Done indexing 6200000 documents. Done indexing 6225000 documents. Done indexing 6250000 documents. Done indexing 6275000 documents. Done indexing 6300000 documents. Done indexing 6325000 documents. Done indexing 6350000 documents. Done indexing 6375000 documents. Done indexing 6400000 documents. Done indexing 6425000 documents. Done indexing 6450000 documents. Done indexing 6475000 documents. Done indexing 6500000 documents. Done indexing 6525000 documents. Done indexing 6550000 documents. Done indexing 6575000 documents. Done indexing 6600000 documents. Done indexing 6625000 documents. Done indexing 6650000 documents. Done indexing 6675000 documents. Done indexing 6700000 documents. Done indexing 6725000 documents. Done indexing 6750000 documents. Done indexing 6775000 documents. Done indexing 6800000 documents. Done indexing 6825000 documents. Done indexing 6850000 documents. Done indexing 6875000 documents. Done indexing 6900000 documents. Done indexing 6925000 documents. Done indexing 6950000 documents. Done indexing 6975000 documents. Done indexing 7000000 documents. Done indexing 7025000 documents. Done indexing 7050000 documents. Done indexing 7075000 documents. Done indexing 7100000 documents. Done indexing 7125000 documents. Done indexing 7150000 documents. Done indexing 7175000 documents. Done indexing 7200000 documents. Done indexing 7225000 documents. Done indexing 7250000 documents. Done indexing 7275000 documents. Done indexing 7300000 documents. Done indexing 7325000 documents. Done indexing 7350000 documents. Done indexing 7375000 documents. Done indexing 7400000 documents. Done indexing 7425000 documents. Done indexing 7450000 documents. Done indexing 7475000 documents. Done indexing 7500000 documents. Done indexing 7525000 documents. Done indexing 7550000 documents. Done indexing 7575000 documents. Done indexing 7600000 documents. Done indexing 7625000 documents. Done indexing 7650000 documents. Done indexing 7675000 documents. Done indexing 7700000 documents. Done indexing 7725000 documents. Done indexing 7750000 documents. Done indexing 7775000 documents. Done indexing 7800000 documents. Done indexing 7825000 documents. Done indexing 7850000 documents. Done indexing 7875000 documents. Done indexing 7900000 documents. Done indexing 7925000 documents. Done indexing 7950000 documents. Done indexing 7975000 documents. Done indexing 8000000 documents. now IndexWriter.commit() now wait for already running merges to finish 0.0 sec: 125 segments, 13 merges 210.0s _17s: 8 segs, 834.6 K docs, 4162.4 MB 140.6s _1ag: 8 segs, 183.6 K docs, 914.0 MB 107.3s _1bf: 8 segs, 105.5 K docs, 524.6 MB 95.0s _1bw: 8 segs, 181.8 K docs, 905.2 MB 78.4s _1cl: 8 segs, 901.3 K docs, 4495.7 MB 63.0s _1d5: 11 segs, 54.6 K docs, 270.6 MB 52.9s _1dg: 10 segs, 47.5 K docs, 234.9 MB 36.9s _1dy: 8 segs, 40.3 K docs, 199.4 MB 28.2s _1e7: 8 segs, 41.0 K docs, 202.9 MB 19.5s _1eg: 8 segs, 37.9 K docs, 187.5 MB 10.9s _1eo: 8 segs, 71.6 K docs, 355.7 MB 5.4s _1ev: 8 segs, 107.5 K docs, 534.5 MB 0.0s _1ey: 10 segs, 39.2 K docs, 194.2 MB 5.0 sec: 118 segments, 12 merges 215.0s _17s: 8 segs, 834.6 K docs, 4162.4 MB 145.6s _1ag: 8 segs, 183.6 K docs, 914.0 MB 100.0s _1bw: 8 segs, 181.8 K docs, 905.2 MB 83.4s _1cl: 8 segs, 901.3 K docs, 4495.7 MB 68.0s _1d5: 11 segs, 54.6 K docs, 270.6 MB 57.9s _1dg: 10 segs, 47.5 K docs, 234.9 MB 41.9s _1dy: 8 segs, 40.3 K docs, 199.4 MB 33.2s _1e7: 8 segs, 41.0 K docs, 202.9 MB 24.5s _1eg: 8 segs, 37.9 K docs, 187.5 MB 15.9s _1eo: 8 segs, 71.6 K docs, 355.7 MB 10.4s _1ev: 8 segs, 107.5 K docs, 534.5 MB 5.0s _1ey: 10 segs, 39.2 K docs, 194.2 MB 10.0 sec: 111 segments, 11 merges 220.0s _17s: 8 segs, 834.6 K docs, 4162.4 MB 150.6s _1ag: 8 segs, 183.6 K docs, 914.0 MB 105.0s _1bw: 8 segs, 181.8 K docs, 905.2 MB 88.4s _1cl: 8 segs, 901.3 K docs, 4495.7 MB 73.0s _1d5: 11 segs, 54.6 K docs, 270.6 MB 62.9s _1dg: 10 segs, 47.5 K docs, 234.9 MB 47.0s _1dy: 8 segs, 40.3 K docs, 199.4 MB 29.5s _1eg: 8 segs, 37.9 K docs, 187.5 MB 20.9s _1eo: 8 segs, 71.6 K docs, 355.7 MB 15.4s _1ev: 8 segs, 107.5 K docs, 534.5 MB 10.0s _1ey: 10 segs, 39.2 K docs, 194.2 MB 15.0 sec: 104 segments, 10 merges 225.0s _17s: 8 segs, 834.6 K docs, 4162.4 MB 155.6s _1ag: 8 segs, 183.6 K docs, 914.0 MB 110.0s _1bw: 8 segs, 181.8 K docs, 905.2 MB 93.4s _1cl: 8 segs, 901.3 K docs, 4495.7 MB 78.0s _1d5: 11 segs, 54.6 K docs, 270.6 MB 67.9s _1dg: 10 segs, 47.5 K docs, 234.9 MB 52.0s _1dy: 8 segs, 40.3 K docs, 199.4 MB 25.9s _1eo: 8 segs, 71.6 K docs, 355.7 MB 20.4s _1ev: 8 segs, 107.5 K docs, 534.5 MB 15.0s _1ey: 10 segs, 39.2 K docs, 194.2 MB 20.0 sec: 104 segments, 10 merges 230.0s _17s: 8 segs, 834.6 K docs, 4162.4 MB 160.6s _1ag: 8 segs, 183.6 K docs, 914.0 MB 115.0s _1bw: 8 segs, 181.8 K docs, 905.2 MB 98.4s _1cl: 8 segs, 901.3 K docs, 4495.7 MB 83.0s _1d5: 11 segs, 54.6 K docs, 270.6 MB 72.9s _1dg: 10 segs, 47.5 K docs, 234.9 MB 57.0s _1dy: 8 segs, 40.3 K docs, 199.4 MB 30.9s _1eo: 8 segs, 71.6 K docs, 355.7 MB 25.4s _1ev: 8 segs, 107.5 K docs, 534.5 MB 20.0s _1ey: 10 segs, 39.2 K docs, 194.2 MB 25.0 sec: 94 segments, 9 merges 235.0s _17s: 8 segs, 834.6 K docs, 4162.4 MB 165.6s _1ag: 8 segs, 183.6 K docs, 914.0 MB 120.0s _1bw: 8 segs, 181.8 K docs, 905.2 MB 103.4s _1cl: 8 segs, 901.3 K docs, 4495.7 MB 77.9s _1dg: 10 segs, 47.5 K docs, 234.9 MB 62.0s _1dy: 8 segs, 40.3 K docs, 199.4 MB 35.9s _1eo: 8 segs, 71.6 K docs, 355.7 MB 30.4s _1ev: 8 segs, 107.5 K docs, 534.5 MB 25.0s _1ey: 10 segs, 39.2 K docs, 194.2 MB 30.0 sec: 85 segments, 8 merges 240.0s _17s: 8 segs, 834.6 K docs, 4162.4 MB 170.6s _1ag: 8 segs, 183.6 K docs, 914.0 MB 125.0s _1bw: 8 segs, 181.8 K docs, 905.2 MB 108.4s _1cl: 8 segs, 901.3 K docs, 4495.7 MB 82.9s _1dg: 10 segs, 47.5 K docs, 234.9 MB 67.0s _1dy: 8 segs, 40.3 K docs, 199.4 MB 40.9s _1eo: 8 segs, 71.6 K docs, 355.7 MB 35.4s _1ev: 8 segs, 107.5 K docs, 534.5 MB 35.0 sec: 85 segments, 8 merges 245.1s _17s: 8 segs, 834.6 K docs, 4162.4 MB 175.6s _1ag: 8 segs, 183.6 K docs, 914.0 MB 130.0s _1bw: 8 segs, 181.8 K docs, 905.2 MB 113.4s _1cl: 8 segs, 901.3 K docs, 4495.7 MB 87.9s _1dg: 10 segs, 47.5 K docs, 234.9 MB 72.0s _1dy: 8 segs, 40.3 K docs, 199.4 MB 45.9s _1eo: 8 segs, 71.6 K docs, 355.7 MB 40.4s _1ev: 8 segs, 107.5 K docs, 534.5 MB 40.1 sec: 85 segments, 8 merges 250.1s _17s: 8 segs, 834.6 K docs, 4162.4 MB 180.6s _1ag: 8 segs, 183.6 K docs, 914.0 MB 135.0s _1bw: 8 segs, 181.8 K docs, 905.2 MB 118.4s _1cl: 8 segs, 901.3 K docs, 4495.7 MB 92.9s _1dg: 10 segs, 47.5 K docs, 234.9 MB 77.0s _1dy: 8 segs, 40.3 K docs, 199.4 MB 51.0s _1eo: 8 segs, 71.6 K docs, 355.7 MB 45.5s _1ev: 8 segs, 107.5 K docs, 534.5 MB 45.1 sec: 69 segments, 6 merges 255.1s _17s: 8 segs, 834.6 K docs, 4162.4 MB 185.6s _1ag: 8 segs, 183.6 K docs, 914.0 MB 140.1s _1bw: 8 segs, 181.8 K docs, 905.2 MB 123.4s _1cl: 8 segs, 901.3 K docs, 4495.7 MB 82.0s _1dy: 8 segs, 40.3 K docs, 199.4 MB 50.5s _1ev: 8 segs, 107.5 K docs, 534.5 MB 50.1 sec: 69 segments, 6 merges 260.1s _17s: 8 segs, 834.6 K docs, 4162.4 MB 190.6s _1ag: 8 segs, 183.6 K docs, 914.0 MB 145.1s _1bw: 8 segs, 181.8 K docs, 905.2 MB 128.4s _1cl: 8 segs, 901.3 K docs, 4495.7 MB 87.0s _1dy: 8 segs, 40.3 K docs, 199.4 MB 55.5s _1ev: 8 segs, 107.5 K docs, 534.5 MB 55.1 sec: 69 segments, 6 merges 265.1s _17s: 8 segs, 834.6 K docs, 4162.4 MB 195.6s _1ag: 8 segs, 183.6 K docs, 914.0 MB 150.1s _1bw: 8 segs, 181.8 K docs, 905.2 MB 133.4s _1cl: 8 segs, 901.3 K docs, 4495.7 MB 92.0s _1dy: 8 segs, 40.3 K docs, 199.4 MB 60.5s _1ev: 8 segs, 107.5 K docs, 534.5 MB 60.1 sec: 69 segments, 6 merges 270.1s _17s: 8 segs, 834.6 K docs, 4162.4 MB 200.6s _1ag: 8 segs, 183.6 K docs, 914.0 MB 155.1s _1bw: 8 segs, 181.8 K docs, 905.2 MB 138.5s _1cl: 8 segs, 901.3 K docs, 4495.7 MB 97.0s _1dy: 8 segs, 40.3 K docs, 199.4 MB 65.5s _1ev: 8 segs, 107.5 K docs, 534.5 MB 65.1 sec: 69 segments, 6 merges 275.1s _17s: 8 segs, 834.6 K docs, 4162.4 MB 205.6s _1ag: 8 segs, 183.6 K docs, 914.0 MB 160.1s _1bw: 8 segs, 181.8 K docs, 905.2 MB 143.5s _1cl: 8 segs, 901.3 K docs, 4495.7 MB 102.0s _1dy: 8 segs, 40.3 K docs, 199.4 MB 70.5s _1ev: 8 segs, 107.5 K docs, 534.5 MB 70.1 sec: 69 segments, 6 merges 280.1s _17s: 8 segs, 834.6 K docs, 4162.4 MB 210.6s _1ag: 8 segs, 183.6 K docs, 914.0 MB 165.1s _1bw: 8 segs, 181.8 K docs, 905.2 MB 148.5s _1cl: 8 segs, 901.3 K docs, 4495.7 MB 107.0s _1dy: 8 segs, 40.3 K docs, 199.4 MB 75.5s _1ev: 8 segs, 107.5 K docs, 534.5 MB 75.1 sec: 69 segments, 6 merges 285.1s _17s: 8 segs, 834.6 K docs, 4162.4 MB 215.6s _1ag: 8 segs, 183.6 K docs, 914.0 MB 170.1s _1bw: 8 segs, 181.8 K docs, 905.2 MB 153.5s _1cl: 8 segs, 901.3 K docs, 4495.7 MB 112.0s _1dy: 8 segs, 40.3 K docs, 199.4 MB 80.5s _1ev: 8 segs, 107.5 K docs, 534.5 MB 80.1 sec: 69 segments, 6 merges 290.1s _17s: 8 segs, 834.6 K docs, 4162.4 MB 220.6s _1ag: 8 segs, 183.6 K docs, 914.0 MB 175.1s _1bw: 8 segs, 181.8 K docs, 905.2 MB 158.5s _1cl: 8 segs, 901.3 K docs, 4495.7 MB 117.0s _1dy: 8 segs, 40.3 K docs, 199.4 MB 85.5s _1ev: 8 segs, 107.5 K docs, 534.5 MB 85.1 sec: 41 segments, 3 merges 163.5s _1cl: 8 segs, 901.3 K docs, 4495.7 MB 90.5s _1ev: 8 segs, 107.5 K docs, 534.5 MB 4.7s _1ez: 8 segs, 363.2 K docs, 1808.6 MB 90.0 sec: 41 segments, 3 merges 168.4s _1cl: 8 segs, 901.3 K docs, 4495.7 MB 95.4s _1ev: 8 segs, 107.5 K docs, 534.5 MB 9.6s _1ez: 8 segs, 363.2 K docs, 1808.6 MB 95.0 sec: 41 segments, 3 merges 173.4s _1cl: 8 segs, 901.3 K docs, 4495.7 MB 100.4s _1ev: 8 segs, 107.5 K docs, 534.5 MB 14.6s _1ez: 8 segs, 363.2 K docs, 1808.6 MB 100.0 sec: 34 segments, 2 merges 178.4s _1cl: 8 segs, 901.3 K docs, 4495.7 MB 19.6s _1ez: 8 segs, 363.2 K docs, 1808.6 MB 105.0 sec: 34 segments, 2 merges 183.4s _1cl: 8 segs, 901.3 K docs, 4495.7 MB 24.6s _1ez: 8 segs, 363.2 K docs, 1808.6 MB 110.0 sec: 34 segments, 2 merges 188.4s _1cl: 8 segs, 901.3 K docs, 4495.7 MB 29.6s _1ez: 8 segs, 363.2 K docs, 1808.6 MB 115.0 sec: 34 segments, 2 merges 193.4s _1cl: 8 segs, 901.3 K docs, 4495.7 MB 34.6s _1ez: 8 segs, 363.2 K docs, 1808.6 MB 120.0 sec: 34 segments, 2 merges 198.4s _1cl: 8 segs, 901.3 K docs, 4495.7 MB 39.6s _1ez: 8 segs, 363.2 K docs, 1808.6 MB 125.0 sec: 34 segments, 2 merges 203.4s _1cl: 8 segs, 901.3 K docs, 4495.7 MB 44.6s _1ez: 8 segs, 363.2 K docs, 1808.6 MB 130.0 sec: 34 segments, 2 merges 208.4s _1cl: 8 segs, 901.3 K docs, 4495.7 MB 49.6s _1ez: 8 segs, 363.2 K docs, 1808.6 MB 135.0 sec: 34 segments, 2 merges 213.4s _1cl: 8 segs, 901.3 K docs, 4495.7 MB 54.6s _1ez: 8 segs, 363.2 K docs, 1808.6 MB 140.0 sec: 34 segments, 2 merges 218.4s _1cl: 8 segs, 901.3 K docs, 4495.7 MB 59.6s _1ez: 8 segs, 363.2 K docs, 1808.6 MB 145.1 sec: 34 segments, 2 merges 223.4s _1cl: 8 segs, 901.3 K docs, 4495.7 MB 64.6s _1ez: 8 segs, 363.2 K docs, 1808.6 MB 150.1 sec: 34 segments, 2 merges 228.4s _1cl: 8 segs, 901.3 K docs, 4495.7 MB 69.6s _1ez: 8 segs, 363.2 K docs, 1808.6 MB 155.1 sec: 34 segments, 2 merges 233.4s _1cl: 8 segs, 901.3 K docs, 4495.7 MB 74.6s _1ez: 8 segs, 363.2 K docs, 1808.6 MB 160.0 sec: 34 segments, 2 merges 238.4s _1cl: 8 segs, 901.3 K docs, 4495.7 MB 79.6s _1ez: 8 segs, 363.2 K docs, 1808.6 MB 165.1 sec: 34 segments, 2 merges 243.4s _1cl: 8 segs, 901.3 K docs, 4495.7 MB 84.6s _1ez: 8 segs, 363.2 K docs, 1808.6 MB 170.1 sec: 34 segments, 2 merges 248.4s _1cl: 8 segs, 901.3 K docs, 4495.7 MB 89.6s _1ez: 8 segs, 363.2 K docs, 1808.6 MB 175.1 sec: 34 segments, 2 merges 253.4s _1cl: 8 segs, 901.3 K docs, 4495.7 MB 94.6s _1ez: 8 segs, 363.2 K docs, 1808.6 MB 180.1 sec: 34 segments, 2 merges 258.4s _1cl: 8 segs, 901.3 K docs, 4495.7 MB 99.6s _1ez: 8 segs, 363.2 K docs, 1808.6 MB 185.1 sec: 34 segments, 2 merges 263.5s _1cl: 8 segs, 901.3 K docs, 4495.7 MB 104.6s _1ez: 8 segs, 363.2 K docs, 1808.6 MB 190.1 sec: 34 segments, 2 merges 268.5s _1cl: 8 segs, 901.3 K docs, 4495.7 MB 109.7s _1ez: 8 segs, 363.2 K docs, 1808.6 MB 195.1 sec: 27 segments, 1 merges 114.7s _1ez: 8 segs, 363.2 K docs, 1808.6 MB 200.1 sec: 27 segments, 1 merges 119.7s _1ez: 8 segs, 363.2 K docs, 1808.6 MB 205.1 sec: 27 segments, 1 merges 124.7s _1ez: 8 segs, 363.2 K docs, 1808.6 MB 210.1 sec: 27 segments, 1 merges 129.7s _1ez: 8 segs, 363.2 K docs, 1808.6 MB 215.1 sec: 27 segments, 1 merges 134.7s _1ez: 8 segs, 363.2 K docs, 1808.6 MB 220.0 sec: 27 segments, 1 merges 139.6s _1ez: 8 segs, 363.2 K docs, 1808.6 MB 225.0 sec: 27 segments, 1 merges 144.6s _1ez: 8 segs, 363.2 K docs, 1808.6 MB 230.0 sec: 27 segments, 1 merges 149.6s _1ez: 8 segs, 363.2 K docs, 1808.6 MB done first pass waiting for merges done second pass waiting for merges (CMS.sync()) Indexed 8000000 docs in 1477 seconds reindex takes 1477.04 sec Force merge index in knn-reuse/indices/dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-7-fm now wait for already running merges to finish 0.0 sec: 20 segments, 1 merges 5.0 sec: 20 segments, 1 merges 5.0s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 10.0 sec: 20 segments, 1 merges 10.0s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 15.0 sec: 20 segments, 1 merges 15.0s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 20.0 sec: 20 segments, 1 merges 20.0s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 25.0 sec: 20 segments, 1 merges 25.0s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 30.0 sec: 20 segments, 1 merges 30.0s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 35.0 sec: 20 segments, 1 merges 35.0s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 40.0 sec: 20 segments, 1 merges 40.0s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 45.1 sec: 20 segments, 1 merges 45.1s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 50.1 sec: 20 segments, 1 merges 50.1s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 55.1 sec: 20 segments, 1 merges 55.1s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 60.1 sec: 20 segments, 1 merges 60.1s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 65.1 sec: 20 segments, 1 merges 65.1s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 70.1 sec: 20 segments, 1 merges 70.1s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 75.1 sec: 20 segments, 1 merges 75.1s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 80.1 sec: 20 segments, 1 merges 80.1s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 85.1 sec: 20 segments, 1 merges 85.1s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 90.0 sec: 20 segments, 1 merges 90.0s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 95.0 sec: 20 segments, 1 merges 95.0s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 100.0 sec: 20 segments, 1 merges 100.0s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 105.0 sec: 20 segments, 1 merges 105.0s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 110.0 sec: 20 segments, 1 merges 110.0s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 115.0 sec: 20 segments, 1 merges 115.0s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 120.0 sec: 20 segments, 1 merges 120.0s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 125.0 sec: 20 segments, 1 merges 125.0s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 130.0 sec: 20 segments, 1 merges 130.0s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 135.0 sec: 20 segments, 1 merges 135.0s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 140.0 sec: 20 segments, 1 merges 140.0s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 145.1 sec: 20 segments, 1 merges 145.0s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 150.1 sec: 20 segments, 1 merges 150.1s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 155.1 sec: 20 segments, 1 merges 155.1s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 160.1 sec: 20 segments, 1 merges 160.1s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 165.1 sec: 20 segments, 1 merges 165.1s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 170.1 sec: 20 segments, 1 merges 170.1s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 175.1 sec: 20 segments, 1 merges 175.1s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 180.1 sec: 20 segments, 1 merges 180.1s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 185.1 sec: 20 segments, 1 merges 185.1s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 190.1 sec: 20 segments, 1 merges 190.1s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 195.1 sec: 20 segments, 1 merges 195.1s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 200.1 sec: 20 segments, 1 merges 200.1s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 205.0 sec: 20 segments, 1 merges 205.0s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 210.0 sec: 20 segments, 1 merges 210.0s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 215.0 sec: 20 segments, 1 merges 215.0s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 220.0 sec: 20 segments, 1 merges 220.0s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 225.0 sec: 20 segments, 1 merges 225.0s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 230.0 sec: 20 segments, 1 merges 230.0s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 235.0 sec: 20 segments, 1 merges 235.0s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 240.0 sec: 20 segments, 1 merges 240.0s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 245.0 sec: 20 segments, 1 merges 245.0s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 250.0 sec: 20 segments, 1 merges 250.0s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 255.0 sec: 20 segments, 1 merges 255.0s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 260.0 sec: 20 segments, 1 merges 260.0s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 265.0 sec: 20 segments, 1 merges 265.0s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 270.1 sec: 20 segments, 1 merges 270.1s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 275.1 sec: 20 segments, 1 merges 275.1s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 280.1 sec: 20 segments, 1 merges 280.1s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 285.1 sec: 20 segments, 1 merges 285.1s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 290.1 sec: 20 segments, 1 merges 290.1s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 295.1 sec: 20 segments, 1 merges 295.1s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 300.1 sec: 20 segments, 1 merges 300.1s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 305.1 sec: 20 segments, 1 merges 305.1s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 310.1 sec: 20 segments, 1 merges 310.1s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 315.1 sec: 20 segments, 1 merges 315.1s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 320.1 sec: 20 segments, 1 merges 320.1s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 325.1 sec: 20 segments, 1 merges 325.1s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 330.0 sec: 20 segments, 1 merges 330.0s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 335.0 sec: 20 segments, 1 merges 335.0s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 340.0 sec: 20 segments, 1 merges 340.0s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 345.0 sec: 20 segments, 1 merges 345.0s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 350.0 sec: 20 segments, 1 merges 350.0s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 355.0 sec: 20 segments, 1 merges 355.0s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 360.0 sec: 20 segments, 1 merges 360.0s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 365.0 sec: 20 segments, 1 merges 365.0s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 370.0 sec: 20 segments, 1 merges 370.0s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 375.0 sec: 20 segments, 1 merges 375.0s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 380.0 sec: 20 segments, 1 merges 380.0s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 385.1 sec: 20 segments, 1 merges 385.1s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 390.1 sec: 20 segments, 1 merges 390.1s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 395.1 sec: 20 segments, 1 merges 395.1s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 400.1 sec: 20 segments, 1 merges 400.1s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 405.1 sec: 20 segments, 1 merges 405.1s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 410.1 sec: 20 segments, 1 merges 410.1s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 415.1 sec: 20 segments, 1 merges 415.1s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 420.1 sec: 20 segments, 1 merges 420.1s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 425.1 sec: 20 segments, 1 merges 425.1s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 430.1 sec: 20 segments, 1 merges 430.1s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 435.0 sec: 20 segments, 1 merges 435.0s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 440.0 sec: 20 segments, 1 merges 440.0s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 445.1 sec: 20 segments, 1 merges 445.1s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 450.1 sec: 20 segments, 1 merges 450.1s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 455.1 sec: 20 segments, 1 merges 455.1s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 460.1 sec: 20 segments, 1 merges 460.1s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 465.1 sec: 20 segments, 1 merges 465.1s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 470.1 sec: 20 segments, 1 merges 470.1s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 475.1 sec: 20 segments, 1 merges 475.1s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 480.1 sec: 20 segments, 1 merges 480.1s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 485.1 sec: 20 segments, 1 merges 485.1s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 490.1 sec: 20 segments, 1 merges 490.1s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 495.0 sec: 20 segments, 1 merges 495.0s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 500.0 sec: 20 segments, 1 merges 500.0s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 505.0 sec: 20 segments, 1 merges 505.0s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 510.0 sec: 20 segments, 1 merges 510.0s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 515.0 sec: 20 segments, 1 merges 515.0s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 520.0 sec: 20 segments, 1 merges 520.0s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 525.0 sec: 20 segments, 1 merges 525.0s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 530.0 sec: 20 segments, 1 merges 530.0s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 535.0 sec: 20 segments, 1 merges 535.0s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 540.0 sec: 20 segments, 1 merges 540.0s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 545.0 sec: 20 segments, 1 merges 545.0s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 550.1 sec: 20 segments, 1 merges 550.1s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 555.1 sec: 20 segments, 1 merges 555.1s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 560.1 sec: 20 segments, 1 merges 560.1s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 565.0 sec: 20 segments, 1 merges 565.0s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 570.0 sec: 20 segments, 1 merges 570.0s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 575.0 sec: 20 segments, 1 merges 575.0s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 580.0 sec: 20 segments, 1 merges 580.0s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 585.0 sec: 20 segments, 1 merges 585.0s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 590.0 sec: 20 segments, 1 merges 590.0s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 595.1 sec: 20 segments, 1 merges 595.1s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 600.1 sec: 20 segments, 1 merges 600.1s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 605.1 sec: 20 segments, 1 merges 605.1s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 610.1 sec: 20 segments, 1 merges 610.1s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 615.1 sec: 20 segments, 1 merges 615.1s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 620.1 sec: 20 segments, 1 merges 620.1s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 625.0 sec: 20 segments, 1 merges 625.0s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 630.0 sec: 20 segments, 1 merges 630.0s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 635.0 sec: 20 segments, 1 merges 635.0s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 640.1 sec: 20 segments, 1 merges 640.1s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 645.1 sec: 20 segments, 1 merges 645.1s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 650.1 sec: 20 segments, 1 merges 650.1s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 655.1 sec: 20 segments, 1 merges 655.1s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 660.1 sec: 20 segments, 1 merges 660.1s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 665.1 sec: 20 segments, 1 merges 665.1s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 670.1 sec: 20 segments, 1 merges 670.1s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 675.1 sec: 20 segments, 1 merges 675.1s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 680.1 sec: 20 segments, 1 merges 680.1s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 685.1 sec: 20 segments, 1 merges 685.1s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 690.1 sec: 20 segments, 1 merges 690.1s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 695.1 sec: 20 segments, 1 merges 695.1s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 700.1 sec: 20 segments, 1 merges 700.1s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 705.1 sec: 20 segments, 1 merges 705.1s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 710.1 sec: 20 segments, 1 merges 710.1s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 715.1 sec: 20 segments, 1 merges 715.1s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 720.1 sec: 20 segments, 1 merges 720.1s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 725.1 sec: 20 segments, 1 merges 725.1s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 730.1 sec: 20 segments, 1 merges 730.1s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 735.0 sec: 20 segments, 1 merges 735.0s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 740.0 sec: 20 segments, 1 merges 740.0s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 745.0 sec: 20 segments, 1 merges 745.0s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 750.0 sec: 20 segments, 1 merges 750.0s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 755.0 sec: 20 segments, 1 merges 755.0s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 760.0 sec: 20 segments, 1 merges 760.0s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 765.0 sec: 20 segments, 1 merges 765.0s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 770.0 sec: 20 segments, 1 merges 770.0s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 775.0 sec: 20 segments, 1 merges 775.0s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 780.0 sec: 20 segments, 1 merges 780.0s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 785.1 sec: 20 segments, 1 merges 785.1s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 790.1 sec: 20 segments, 1 merges 790.1s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 795.1 sec: 20 segments, 1 merges 795.1s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 800.1 sec: 20 segments, 1 merges 800.1s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 805.1 sec: 20 segments, 1 merges 805.1s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 810.1 sec: 20 segments, 1 merges 810.1s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 815.0 sec: 20 segments, 1 merges 815.0s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 820.0 sec: 20 segments, 1 merges 820.0s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 825.0 sec: 20 segments, 1 merges 825.0s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 830.0 sec: 20 segments, 1 merges 830.0s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 835.0 sec: 20 segments, 1 merges 835.0s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 840.0 sec: 20 segments, 1 merges 840.0s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 845.0 sec: 20 segments, 1 merges 845.0s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 850.0 sec: 20 segments, 1 merges 850.0s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 855.0 sec: 20 segments, 1 merges 855.0s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 860.0 sec: 20 segments, 1 merges 860.0s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 865.0 sec: 20 segments, 1 merges 865.0s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 870.0 sec: 20 segments, 1 merges 870.0s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 875.0 sec: 20 segments, 1 merges 875.0s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 880.0 sec: 20 segments, 1 merges 880.0s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 885.0 sec: 20 segments, 1 merges 885.0s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 890.0 sec: 20 segments, 1 merges 890.0s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 895.0 sec: 20 segments, 1 merges 895.0s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 900.0 sec: 20 segments, 1 merges 900.0s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 905.0 sec: 20 segments, 1 merges 905.0s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 910.0 sec: 20 segments, 1 merges 910.0s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 915.1 sec: 20 segments, 1 merges 915.1s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 920.1 sec: 20 segments, 1 merges 920.1s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 925.1 sec: 20 segments, 1 merges 925.1s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 930.1 sec: 20 segments, 1 merges 930.1s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 935.1 sec: 20 segments, 1 merges 935.1s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 940.1 sec: 20 segments, 1 merges 940.1s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 945.1 sec: 20 segments, 1 merges 945.1s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 950.1 sec: 20 segments, 1 merges 950.1s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 955.1 sec: 20 segments, 1 merges 955.1s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 960.1 sec: 20 segments, 1 merges 960.1s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 965.1 sec: 20 segments, 1 merges 965.1s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 970.1 sec: 20 segments, 1 merges 970.1s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 975.1 sec: 20 segments, 1 merges 975.1s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 980.1 sec: 20 segments, 1 merges 980.1s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 985.1 sec: 20 segments, 1 merges 985.1s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 990.1 sec: 20 segments, 1 merges 990.1s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 995.0 sec: 20 segments, 1 merges 995.0s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 1000.0 sec: 20 segments, 1 merges 1000.0s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 1005.1 sec: 20 segments, 1 merges 1005.1s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 1010.1 sec: 20 segments, 1 merges 1010.1s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 1015.1 sec: 20 segments, 1 merges 1015.1s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 1020.0 sec: 20 segments, 1 merges 1020.0s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 1025.0 sec: 20 segments, 1 merges 1025.0s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 1030.0 sec: 20 segments, 1 merges 1030.0s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 1035.0 sec: 20 segments, 1 merges 1035.0s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 1040.0 sec: 20 segments, 1 merges 1040.0s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 1045.0 sec: 20 segments, 1 merges 1045.0s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 1050.0 sec: 20 segments, 1 merges 1050.0s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 1055.0 sec: 20 segments, 1 merges 1055.0s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 1060.0 sec: 20 segments, 1 merges 1060.0s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 1065.0 sec: 20 segments, 1 merges 1065.0s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 1070.0 sec: 20 segments, 1 merges 1070.0s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 1075.0 sec: 20 segments, 1 merges 1075.0s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 1080.0 sec: 20 segments, 1 merges 1080.0s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 1085.0 sec: 20 segments, 1 merges 1085.0s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 1090.0 sec: 20 segments, 1 merges 1090.0s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 1095.0 sec: 20 segments, 1 merges 1095.0s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 1100.0 sec: 20 segments, 1 merges 1100.0s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 1105.0 sec: 20 segments, 1 merges 1105.0s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 1110.0 sec: 20 segments, 1 merges 1110.0s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB 1115.1 sec: 20 segments, 1 merges 1115.1s _1f0: 20 segs, 8000.0 K docs, 39937.8 MB done first pass waiting for merges done second pass waiting for merges (CMS.sync()) Force merge done in 1119.17 sec index has 1 segments: segments_3: _1f0(11.0.0):C8000000 _1f0: 40090.7 MB encodingByteSize=4 origByteSize=4 realEncodingByteSize=1.0 index disk usage is 40090.68 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=48671207077 cpu@end=51214267007 deltaMS=2543.05993 thread 14 name=Reference Handler cpu@start=1127694 cpu@end=1127694 deltaMS=0.0 thread 15 name=Finalizer cpu@start=153884 cpu@end=153884 deltaMS=0.0 thread 16 name=Signal Dispatcher cpu@start=60733 cpu@end=60733 deltaMS=0.0 thread 40 name=Common-Cleaner cpu@start=7961457 cpu@end=7961457 deltaMS=0.0 thread 41 name=JFR Recorder Thread cpu@start=24669972738 cpu@end=24670841977 deltaMS=0.869239 thread 42 name=JFR Periodic Tasks cpu@start=170085666442 cpu@end=170206721322 deltaMS=121.05488 thread 46 name=Notification Thread cpu@start=96378 cpu@end=96378 deltaMS=0.0 thread 57 name=hnsw-merge-1-thread-1 cpu@start=2393488491516 cpu@end=2393488491516 deltaMS=0.0 thread 58 name=hnsw-merge-1-thread-2 cpu@start=2388283255180 cpu@end=2388283255180 deltaMS=0.0 thread 59 name=hnsw-merge-1-thread-3 cpu@start=2390220152622 cpu@end=2390220152622 deltaMS=0.0 thread 60 name=hnsw-merge-1-thread-4 cpu@start=2392420293866 cpu@end=2392420293866 deltaMS=0.0 thread 61 name=hnsw-merge-1-thread-5 cpu@start=2393025233346 cpu@end=2393025233346 deltaMS=0.0 thread 62 name=hnsw-merge-1-thread-6 cpu@start=2393891689584 cpu@end=2393891689584 deltaMS=0.0 thread 63 name=hnsw-merge-1-thread-7 cpu@start=2387678244957 cpu@end=2387678244957 deltaMS=0.0 thread 64 name=hnsw-merge-1-thread-8 cpu@start=2395571154939 cpu@end=2395571154939 deltaMS=0.0 thread 65 name=hnsw-merge-1-thread-9 cpu@start=2394681505777 cpu@end=2394681505777 deltaMS=0.0 thread 66 name=hnsw-merge-1-thread-10 cpu@start=2389090879694 cpu@end=2389090879694 deltaMS=0.0 thread 67 name=hnsw-merge-1-thread-11 cpu@start=2390596531227 cpu@end=2390596531227 deltaMS=0.0 thread 68 name=hnsw-merge-1-thread-12 cpu@start=2392009633937 cpu@end=2392009633937 deltaMS=0.0 thread 69 name=hnsw-merge-1-thread-13 cpu@start=2391831474272 cpu@end=2391831474272 deltaMS=0.0 thread 70 name=hnsw-merge-1-thread-14 cpu@start=2392078777828 cpu@end=2392078777828 deltaMS=0.0 thread 71 name=hnsw-merge-1-thread-15 cpu@start=2390307035078 cpu@end=2390307035078 deltaMS=0.0 thread 72 name=hnsw-merge-1-thread-16 cpu@start=2393079843594 cpu@end=2393079843594 deltaMS=0.0 Average CPU cores used: 1.0451252283387285 completed 1000 searches in 2549 ms: 392 QPS CPU time=2664 ms checking results SUMMARY: 0.930 2.549 2.664 1.045 8000000 KNN 100 100 N/A N/A 100.000 32 100 7 bits 5674 1477.04 5416.23 1119.17 1 40090.68 null N/A 1.000 39184.570 7934.570 false HNSW Leaf 0 has 4 layers Leaf 0 has 8000000 documents Graph level=3 size=242, Fanout min=8, mean=15.62, max=32, meandelta=419618.19 % 0 10 20 30 40 50 60 70 80 90 100 0 10 11 12 14 15 16 18 20 22 32 Graph level=2 size=7695, Fanout min=6, mean=27.32, max=32, meandelta=268235.69 % 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=247210, Fanout min=1, mean=28.30, max=32, meandelta=258233.64 % 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=194597.91 % 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=242, connectedness=1.00 Graph level=2 size=7695, connectedness=1.00 Graph level=1 size=247210, connectedness=1.00 Graph level=0 size=8000000, connectedness=1.00 Performance counter stats for '/usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build:/l/util.nightly/build --add-modules jdk.incubator.vector --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/2026.04.13.05.40.34/bench-knn-q7-fmTrue.jfr knn.KnnGraphTester -maxConn 32 -dim 1024 -docs /big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec -ndoc 8000000 -topK 100 -numIndexThreads 8 -beamWidthIndex 100 -search-and-stats /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -metric dot_product -numMergeThread 16 -numMergeWorker 48 -forceMerge -quantize -quantizeBits 7': 66,148,041.78 msec task-clock:u 256,592,249,435,563 cycles:u (36.36%) 167,398,687,933,906 instructions:u (36.36%) 5,039,208,761,976 cache-references:u (36.36%) 2,254,594,347,908 cache-misses:u (36.36%) 58,973,027,294,813 L1-dcache-loads:u (36.36%) 2,025,646,489,991 L1-dcache-load-misses:u (36.36%) 2,856,511,134,804 L1-icache-loads:u (36.36%) 16,505,062,923 L1-icache-load-misses:u (36.36%) LLC-loads:u LLC-load-misses:u LLC-stores:u LLC-store-misses:u LLC-prefetches:u LLC-prefetch-misses:u 13,269,232 faults:u 12,131,876 minor-faults:u 21,006 major-faults:u 17,308,376,245,972 branches:u (36.36%) 115,988,060,488 branch-misses:u (36.37%) 3,624,095,949,455 stalled-cycles-frontend:u (36.37%) stalled-cycles-backend:u 2908.274137098 seconds time elapsed 65419.574246000 seconds user 716.686738000 seconds sys took 0:48:28.299335 to run KnnGraphTester result: KNNResultV1(lucene_git_rev='650684e6b440e0b85d3c51b3cf546c1b757975fe', luceneutil_git_rev='3b5cb4fd987e355464c0e601ff2882b3ec6f1e40', index_vectors_file='/big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec', search_vectors_file='/lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec', vector_dims=1024, do_force_merge=True, recall=0.93, cpu_time_ms=2.549, net_cpu_ms=2.664, 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=5674, index_time_sec=1477.04, index_docs_per_sec=5416.23, force_merge_time_sec=1119.17, index_num_segments=1, index_size_on_disk_mb=40090.68, selectivity=None, pre_post_filter='null', vec_disk_mb=39184.57, vec_ram_mb=7934.57, graph_level_conn_p_values={3: (242, {0: 0, 10: 10, 20: 11, 30: 12, 40: 14, 50: 15, 60: 16, 70: 18, 80: 20, 90: 22, 100: 32}), 2: (7695, {0: 0, 10: 18, 20: 21, 30: 24, 40: 27, 50: 31, 60: 32, 70: 32, 80: 32, 90: 32, 100: 32}), 1: (247210, {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=2908, microseconds=299335)) Profiler summary for /l/logs.nightly/2026.04.13.05.40.34/bench-knn-q7-fmTrue.jfr Version: 2.1 Chunks: 151 Start: 2026-04-13 12:27:33 (UTC) Duration: 2892 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 63370987 1087461363 jdk.FileWrite 28938545 633144791 jdk.FileRead 8003647 183024856 jdk.NativeMethodSample 360972 4760621 jdk.BooleanFlag 74896 2370075 jdk.ObjectAllocationInNewTLAB 74296 1476111 jdk.CPULoad 53950 1078363 jdk.Checkpoint 10266 36910588 jdk.UnsignedIntFlag 7248 245938 jdk.IntFlag 6644 242481 jdk.Compilation 5950 153717 jdk.StringFlag 5134 199091 jdk.ObjectAllocationOutsideTLAB 1167 20900 jdk.CPUInformation 151 226798 jdk.GCConfiguration 151 3922 jdk.JVMInformation 151 140879 jdk.Metadata 151 16689574 jdk.GarbageCollection 58 1391 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.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 org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.04.13.05.40.34/bench-knn-q7-fmTrue.jfr Profiler for cpu at stackSize=1 [/l/logs.nightly/2026.04.13.05.40.34/bench-knn-q7-fmTrue.jfr is 1876.99 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 360972 events (total: 360972) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=false PERCENT CPU SAMPLES STACK 40.77% 147175 jdk.jfr.internal.JVM#emitEvent() [Native code] 34.58% 124831 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 18.27% 65952 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] 4.39% 15837 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] 1.21% 4366 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] 0.33% 1174 sun.nio.ch.UnixFileDispatcherImpl#force0() [Native code] 0.19% 675 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] 0.06% 219 jdk.jfr.internal.JVM#getStackTraceId() [Native code] 0.04% 153 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] 0.04% 143 sun.nio.ch.NativeThread#current0() [Native code] 0.04% 143 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] 0.02% 67 jdk.internal.misc.Unsafe#park() [Native code] 0.01% 45 java.io.FileDescriptor#close0() [Native code] 0.01% 33 sun.nio.ch.UnixFileDispatcherImpl#size0() [Native code] 0.01% 21 sun.nio.fs.UnixNativeDispatcher#lstat0() [Native code] 0.01% 19 jdk.jfr.internal.JVM#flush() [Native code] 0.00% 15 sun.nio.fs.UnixNativeDispatcher#access0() [Native code] 0.00% 14 java.io.RandomAccessFile#open0() [Native code] 0.00% 12 jdk.internal.misc.Unsafe#unpark() [Native code] 0.00% 8 java.io.FileOutputStream#writeBytes() [Native code] 0.00% 8 java.lang.reflect.Array#newArray() [Native code] 0.00% 7 sun.nio.ch.UnixFileDispatcherImpl#allocationGranularity0() [Native code] 0.00% 6 java.lang.Object#wait0() [Native code] 0.00% 6 java.lang.System#nanoTime() [Native code] 0.00% 6 java.util.zip.Inflater#inflateBytesBytes() [Native code] 0.00% 6 java.lang.Object#hashCode() [Native code] 0.00% 5 jdk.internal.misc.VM#getNanoTimeAdjustment() [Native code] 0.00% 5 jdk.jfr.internal.JVM#shouldRotateDisk() [Native code] 0.00% 4 java.io.RandomAccessFile#readBytes0() [Native code] 0.00% 3 java.lang.Object#getClass() [Native code] 0.00% 3 jdk.internal.misc.Unsafe#allocateMemory0() [Native code] 0.00% 2 jdk.jfr.internal.JVM#getEventWriter() [Native code] 0.00% 2 jdk.internal.misc.Unsafe#freeMemory0() [Native code] 0.00% 1 jdk.internal.loader.NativeLibraries#load() [Native code] 0.00% 1 sun.nio.fs.UnixNativeDispatcher#readdir0() [Native code] 0.00% 1 sun.nio.fs.UnixNativeDispatcher#rename0() [Native code] 0.00% 1 java.lang.Object#notifyAll() [Native code] 0.00% 1 java.lang.ref.PhantomReference#clear0() [Native code] 0.00% 1 jdk.jfr.internal.JVM#addStringConstant() [Native code] 0.00% 1 java.lang.System#identityHashCode() [Native code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=4 org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.04.13.05.40.34/bench-knn-q7-fmTrue.jfr Profiler for cpu at stackSize=4 [/l/logs.nightly/2026.04.13.05.40.34/bench-knn-q7-fmTrue.jfr is 1876.99 MB /l/logs.nightly/2026.04.13.05.40.34/bench-knn-q7-fmTrue.jfr is 1876.99 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 360972 events (total: 360972) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=false PERCENT CPU SAMPLES STACK 37.39% 134976 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute() [Inlined code] at jdk.jfr.internal.periodic.PeriodicTask#run() [Inlined code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic() [JIT compiled code] 34.58% 124809 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write() [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer() [Inlined code] at sun.nio.ch.IOUtil#write() [Inlined code] 18.24% 65843 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read() [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer() [Inlined code] at sun.nio.ch.IOUtil#read() [Inlined code] 3.75% 13544 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] 3.18% 11481 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute() [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicTask#run() [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic() [JIT compiled code] 0.96% 3453 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [JIT compiled code] 0.62% 2226 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] 0.29% 1063 sun.nio.ch.UnixFileDispatcherImpl#force0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#force() [Inlined code] at sun.nio.ch.FileChannelImpl#implForce() [JIT compiled code] at sun.nio.ch.FileChannelImpl#force() [JIT compiled code] 0.19% 691 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute() [Interpreted code] at jdk.jfr.internal.periodic.PeriodicTask#run() [Interpreted code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic() [Interpreted code] 0.18% 650 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [JIT compiled code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [JIT compiled code] 0.16% 574 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#open() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Inlined code] 0.07% 248 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [Inlined code] 0.04% 155 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace() [Inlined code] at jdk.internal.event.FileReadEvent#commit() [JIT compiled code] at jdk.internal.event.FileReadEvent#offer() [Inlined code] 0.04% 138 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat() [JIT compiled code] at sun.nio.fs.UnixFileAttributes#get() [Inlined code] at sun.nio.fs.UnixFileAttributeViews$Basic#readAttributes() [Inlined code] 0.04% 127 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current() [Inlined code] at sun.nio.ch.NativeThreadSet#add() [Inlined code] at sun.nio.ch.FileChannelImpl#implRead() [Inlined code] 0.03% 121 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map() [Inlined code] at sun.nio.ch.FileChannelImpl#mapInternal() [JIT compiled code] at sun.nio.ch.FileChannelImpl#map() [Inlined code] 0.03% 110 sun.nio.ch.UnixFileDispatcherImpl#force0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#force() [Interpreted code] at sun.nio.ch.FileChannelImpl#implForce() [Interpreted code] at sun.nio.ch.FileChannelImpl#force() [Interpreted code] 0.02% 89 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#open() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [JIT compiled code] 0.02% 77 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read() [JIT compiled code] at sun.nio.ch.IOUtil#readIntoNativeBuffer() [JIT compiled code] at sun.nio.ch.IOUtil#read() [JIT compiled code] 0.02% 64 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace() [Inlined code] at jdk.internal.event.FileWriteEvent#commit() [JIT compiled code] at jdk.internal.event.FileWriteEvent#offer() [Inlined code] 0.02% 63 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [Interpreted code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [Interpreted code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Interpreted code] 0.01% 54 jdk.internal.misc.Unsafe#park() [Native code] at java.util.concurrent.locks.LockSupport#park() [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire() [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared() [Inlined code] 0.01% 43 java.io.FileDescriptor#close0() [Native code] at java.io.FileDescriptor#close() [Inlined code] at java.io.FileDescriptor$1#close() [Inlined code] at sun.nio.ch.FileChannelImpl$Closer#run() [JIT compiled code] 0.01% 31 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map() [JIT compiled code] at sun.nio.ch.FileChannelImpl#mapInternal() [JIT compiled code] at sun.nio.ch.FileChannelImpl#map() [JIT compiled code] 0.01% 30 sun.nio.ch.UnixFileDispatcherImpl#size0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#size() [Inlined code] at sun.nio.ch.FileChannelImpl#size() [JIT compiled code] at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock#ensureValid() [JIT compiled code] 0.01% 21 sun.nio.fs.UnixNativeDispatcher#lstat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#lstat() [JIT compiled code] at sun.nio.fs.UnixFileAttributes#get() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [Inlined code] 0.01% 21 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write() [JIT compiled code] at sun.nio.ch.IOUtil#writeFromNativeBuffer() [JIT compiled code] at sun.nio.ch.IOUtil#write() [JIT compiled code] 0.00% 18 jdk.jfr.internal.JVM#flush() [Native code] at jdk.jfr.internal.event.EventWriter#flush() [JIT compiled code] at jdk.jfr.internal.event.EventWriter#isValidForSize() [Inlined code] at jdk.jfr.internal.event.EventWriter#putLong() [Inlined code] 0.00% 17 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read() [Interpreted code] at sun.nio.ch.IOUtil#readIntoNativeBuffer() [Interpreted code] at sun.nio.ch.IOUtil#read() [Interpreted code] 0.00% 17 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute() [Interpreted code] at jdk.jfr.internal.periodic.PeriodicTask#run() [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic() [JIT compiled code] 0.00% 16 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current() [Inlined code] at sun.nio.ch.NativeThreadSet#add() [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite() [Inlined code] 0.00% 15 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Interpreted code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [Interpreted code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [Interpreted code] 0.00% 14 sun.nio.fs.UnixNativeDispatcher#access0() [Native code] at sun.nio.fs.UnixNativeDispatcher#access() [Interpreted code] at sun.nio.fs.UnixFileSystemProvider#exists() [Interpreted code] at java.nio.file.Files#exists() [Interpreted code] 0.00% 14 java.io.RandomAccessFile#open0() [Native code] at java.io.RandomAccessFile#open() [Interpreted code] at java.io.RandomAccessFile#() [Interpreted code] at java.io.RandomAccessFile#() [Interpreted code] 0.00% 14 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read() [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer() [Inlined code] at sun.nio.ch.IOUtil#read() [JIT compiled code] 0.00% 12 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open() [Interpreted code] at sun.nio.fs.UnixChannelFactory#open() [Interpreted code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Interpreted code] 0.00% 12 jdk.internal.misc.Unsafe#unpark() [Native code] at java.util.concurrent.locks.LockSupport#unpark() [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext() [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#release() [Inlined code] 0.00% 11 jdk.internal.misc.Unsafe#park() [Native code] at java.util.concurrent.locks.LockSupport#park() [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire() [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire() [Inlined code] 0.00% 10 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute() [Interpreted code] at jdk.jfr.internal.periodic.PeriodicTask#run() [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic() [Interpreted code] 0.00% 7 sun.nio.ch.UnixFileDispatcherImpl#allocationGranularity0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#allocationGranularity() [Inlined code] at sun.nio.ch.FileChannelImpl#mapInternal() [JIT compiled code] at sun.nio.ch.FileChannelImpl#map() [Inlined code] 0.00% 6 java.io.FileOutputStream#writeBytes() [Native code] at java.io.FileOutputStream#traceWriteBytes() [Interpreted code] at java.io.FileOutputStream#write() [Interpreted code] at java.lang.System$Out#write() [Inlined code] 0.00% 5 java.lang.Object#hashCode() [Native code] at org.apache.lucene.index.ConcurrentApproximatePriorityQueue#add() [Inlined code] at org.apache.lucene.index.LockableConcurrentApproximatePriorityQueue#addAndUnlock() [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThreadPool#marksAsFreeAndUnlock() [JIT compiled code] 0.00% 5 jdk.jfr.internal.JVM#shouldRotateDisk() [Native code] at jdk.jfr.internal.PlatformRecorder#periodicTask() [Interpreted code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0() [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000004407aa58#run() [Interpreted code] 0.00% 5 jdk.internal.misc.VM#getNanoTimeAdjustment() [Native code] at java.time.Clock#currentInstant() [JIT compiled code] at java.time.Instant#now() [Inlined code] at org.apache.lucene.index.IndexWriter#setDiagnostics() [JIT compiled code] 0.00% 4 java.lang.reflect.Array#newArray() [Native code] at java.lang.reflect.Array#newInstance() [Inlined code] at org.apache.lucene.util.ArrayUtil#growExact() [JIT compiled code] at org.apache.lucene.util.ArrayUtil#grow() [JIT compiled code] 0.00% 4 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat() [JIT compiled code] at sun.nio.fs.UnixFileAttributes#get() [Inlined code] at sun.nio.fs.UnixFileAttributeViews$Basic#readAttributes() [JIT compiled code] 0.00% 3 sun.nio.ch.UnixFileDispatcherImpl#size0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#size() [Inlined code] at sun.nio.ch.FileChannelImpl#size() [JIT compiled code] at org.apache.lucene.store.MMapDirectory#openInput() [JIT compiled code] 0.00% 3 java.io.RandomAccessFile#readBytes0() [Native code] at java.io.RandomAccessFile#traceReadBytes0() [JIT compiled code] at java.io.RandomAccessFile#readBytes() [Inlined code] at java.io.RandomAccessFile#read() [Inlined code] 0.00% 3 java.lang.Object#wait0() [Native code] at java.lang.Object#wait() [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#takeNap() [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#periodicTask() [Interpreted code] 0.00% 3 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [Interpreted code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete() [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 org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.04.13.05.40.34/bench-knn-q7-fmTrue.jfr Profiler for cpu at stackSize=12 [/l/logs.nightly/2026.04.13.05.40.34/bench-knn-q7-fmTrue.jfr is 1876.99 MB /l/logs.nightly/2026.04.13.05.40.34/bench-knn-q7-fmTrue.jfr is 1876.99 MB /l/logs.nightly/2026.04.13.05.40.34/bench-knn-q7-fmTrue.jfr is 1876.99 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 360972 events (total: 360972) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=false PERCENT CPU SAMPLES STACK 37.39% 134976 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute() [Inlined code] at jdk.jfr.internal.periodic.PeriodicTask#run() [Inlined code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic() [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#periodicTask() [Interpreted code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0() [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000004407aa58#run() [Interpreted code] at java.lang.Thread#runWith() [Interpreted code] at java.lang.Thread#run() [Interpreted code] 30.26% 109247 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write() [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer() [Inlined code] at sun.nio.ch.IOUtil#write() [Inlined code] at sun.nio.ch.IOUtil#write() [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite() [Inlined code] at sun.nio.ch.FileChannelImpl#write() [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully() [Inlined code] at sun.nio.ch.ChannelOutputStream#write() [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write() [Inlined code] at java.util.zip.CheckedOutputStream#write() [Inlined code] 17.82% 64326 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read() [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer() [Inlined code] at sun.nio.ch.IOUtil#read() [Inlined code] at sun.nio.ch.IOUtil#read() [JIT compiled code] at sun.nio.ch.FileChannelImpl#implRead() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead() [JIT compiled code] at sun.nio.ch.FileChannelImpl#read() [Inlined code] at knn.VectorReader#readNext() [Inlined code] at knn.VectorReaderFloat32#next() [Inlined code] at knn.IndexerThread#_run() [JIT compiled code] at knn.IndexerThread#run() [Interpreted code] 4.31% 15554 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write() [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer() [Inlined code] at sun.nio.ch.IOUtil#write() [Inlined code] at sun.nio.ch.IOUtil#write() [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite() [Inlined code] at sun.nio.ch.FileChannelImpl#write() [JIT compiled code] at sun.nio.ch.ChannelOutputStream#writeFully() [Inlined code] at sun.nio.ch.ChannelOutputStream#write() [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write() [Inlined code] at java.util.zip.CheckedOutputStream#write() [JIT compiled code] 3.18% 11481 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute() [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicTask#run() [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic() [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#periodicTask() [Interpreted code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0() [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000004407aa58#run() [Interpreted code] at java.lang.Thread#runWith() [Interpreted code] at java.lang.Thread#run() [Interpreted code] 1.72% 6221 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [Inlined code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [Inlined code] at org.apache.lucene.util.FileDeleter#delete() [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete() [Inlined code] at org.apache.lucene.util.FileDeleter#decRef() [JIT compiled code] at org.apache.lucene.index.IndexFileDeleter#decRef() [Inlined code] 0.96% 3453 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle() [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup() [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup() [Inlined code] at jdk.internal.foreign.SharedSession$SharedResourceList#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl#close() [Inlined code] at jdk.internal.foreign.ArenaImpl#close() [Inlined code] at org.apache.lucene.store.RefCountedSharedArena#release() [Inlined code] at org.apache.lucene.store.RefCountedSharedArena#close() [Inlined code] 0.86% 3114 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [Inlined code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete() [Inlined code] at org.apache.lucene.util.FileDeleter#delete() [JIT compiled code] at org.apache.lucene.util.FileDeleter#decRef() [Interpreted code] at org.apache.lucene.index.IndexFileDeleter#decRef() [JIT compiled code] 0.55% 1979 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [Inlined code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [JIT compiled code] at org.apache.lucene.store.FilterDirectory#deleteFile() [JIT compiled code] at org.apache.lucene.store.TrackingDirectoryWrapper#deleteFile() [JIT compiled code] at org.apache.lucene.util.IOUtils#deleteFilesIgnoringExceptions() [Interpreted code] at org.apache.lucene.util.IOUtils#deleteFilesIgnoringExceptions() [Interpreted code] 0.25% 901 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read() [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer() [Inlined code] at sun.nio.ch.IOUtil#read() [Inlined code] at sun.nio.ch.IOUtil#read() [JIT compiled code] at sun.nio.ch.FileChannelImpl#implRead() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead() [JIT compiled code] at sun.nio.ch.FileChannelImpl#read() [Inlined code] at knn.VectorReader#readNext() [Inlined code] at knn.VectorReaderFloat32#next() [JIT compiled code] at knn.IndexerThread#_run() [JIT compiled code] at knn.IndexerThread#run() [Interpreted code] 0.24% 857 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete() [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete() [Inlined code] at org.apache.lucene.util.FileDeleter#decRef() [JIT compiled code] at org.apache.lucene.index.IndexFileDeleter#decRef() [Inlined code] 0.23% 826 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [Inlined code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [Inlined code] at org.apache.lucene.util.FileDeleter#delete() [Inlined code] at org.apache.lucene.util.FileDeleter#delete() [Inlined code] at org.apache.lucene.util.FileDeleter#decRef() [JIT compiled code] at org.apache.lucene.index.IndexFileDeleter#decRef() [Inlined code] 0.19% 691 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute() [Interpreted code] at jdk.jfr.internal.periodic.PeriodicTask#run() [Interpreted code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic() [Interpreted code] at jdk.jfr.internal.PlatformRecorder#periodicTask() [Interpreted code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0() [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000004407aa58#run() [Interpreted code] at java.lang.Thread#runWith() [Interpreted code] at java.lang.Thread#run() [Interpreted code] 0.17% 605 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read() [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer() [Inlined code] at sun.nio.ch.IOUtil#read() [Inlined code] at sun.nio.ch.IOUtil#read() [JIT compiled code] at sun.nio.ch.FileChannelImpl#implRead() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead() [JIT compiled code] at sun.nio.ch.FileChannelImpl#read() [Inlined code] at knn.VectorReader#readNext() [Inlined code] at knn.VectorReaderFloat32#next() [JIT compiled code] at knn.IndexerThread#_run() [Interpreted code] at knn.IndexerThread#run() [Interpreted code] 0.16% 576 sun.nio.ch.UnixFileDispatcherImpl#force0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#force() [Inlined code] at sun.nio.ch.FileChannelImpl#implForce() [JIT compiled code] at sun.nio.ch.FileChannelImpl#force() [JIT compiled code] at org.apache.lucene.util.IOUtils#fsync() [JIT compiled code] at org.apache.lucene.store.FSDirectory#fsync() [JIT compiled code] at org.apache.lucene.store.FSDirectory#sync() [Interpreted code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#sync() [Interpreted code] at org.apache.lucene.index.IndexWriter#startCommit() [Interpreted code] at org.apache.lucene.index.IndexWriter#prepareCommitInternal() [Interpreted code] at org.apache.lucene.index.IndexWriter#commitInternal() [Interpreted code] at org.apache.lucene.index.IndexWriter#shutdown() [Interpreted code] 0.14% 507 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete() [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete() [Inlined code] at org.apache.lucene.util.FileDeleter#decRef() [JIT compiled code] at org.apache.lucene.index.IndexFileDeleter#decRef() [JIT compiled code] 0.13% 485 sun.nio.ch.UnixFileDispatcherImpl#force0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#force() [Inlined code] at sun.nio.ch.FileChannelImpl#implForce() [JIT compiled code] at sun.nio.ch.FileChannelImpl#force() [JIT compiled code] at org.apache.lucene.util.IOUtils#fsync() [JIT compiled code] at org.apache.lucene.store.FSDirectory#fsync() [JIT compiled code] at org.apache.lucene.store.FSDirectory#sync() [Interpreted code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#sync() [Interpreted code] at org.apache.lucene.index.IndexWriter#startCommit() [Interpreted code] at org.apache.lucene.index.IndexWriter#prepareCommitInternal() [Interpreted code] at org.apache.lucene.index.IndexWriter#commitInternal() [Interpreted code] at org.apache.lucene.index.IndexWriter#commit() [Interpreted code] 0.11% 398 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#open() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Inlined code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#newFileChannel() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#newByteChannel() [Inlined code] at java.nio.file.spi.FileSystemProvider#newOutputStream() [JIT compiled code] at java.nio.file.Files#newOutputStream() [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#() [JIT compiled code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#() [Inlined code] at org.apache.lucene.store.FSDirectory#createOutput() [Inlined code] 0.11% 385 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [Inlined code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete() [Inlined code] at org.apache.lucene.util.FileDeleter#delete() [JIT compiled code] at org.apache.lucene.util.FileDeleter#decRef() [JIT compiled code] at org.apache.lucene.index.IndexFileDeleter#decRef() [Inlined code] 0.08% 284 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [JIT compiled code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle() [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup() [Inlined code] at jdk.internal.foreign.SharedSession$SharedResourceList#cleanup() [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl#close() [Inlined code] at jdk.internal.foreign.ArenaImpl#close() [JIT compiled code] at org.apache.lucene.store.RefCountedSharedArena#release() [JIT compiled code] at org.apache.lucene.store.RefCountedSharedArena#close() [JIT compiled code] 0.08% 274 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [Inlined code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete() [Inlined code] at org.apache.lucene.util.FileDeleter#delete() [JIT compiled code] at org.apache.lucene.util.FileDeleter#decRef() [Interpreted code] at org.apache.lucene.index.IndexFileDeleter#decRef() [Inlined code] 0.07% 267 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [JIT compiled code] at org.apache.lucene.store.FilterDirectory#deleteFile() [Interpreted code] at org.apache.lucene.store.TrackingDirectoryWrapper#deleteFile() [JIT compiled code] at org.apache.lucene.util.IOUtils#deleteFilesIgnoringExceptions() [Interpreted code] at org.apache.lucene.util.IOUtils#deleteFilesIgnoringExceptions() [Interpreted code] 0.07% 266 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [Inlined code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [JIT compiled code] at org.apache.lucene.store.FilterDirectory#deleteFile() [Interpreted code] at org.apache.lucene.store.TrackingDirectoryWrapper#deleteFile() [JIT compiled code] at org.apache.lucene.util.IOUtils#deleteFilesIgnoringExceptions() [Interpreted code] at org.apache.lucene.util.IOUtils#deleteFilesIgnoringExceptions() [Interpreted code] 0.07% 248 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [Inlined code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete() [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete() [Inlined code] at org.apache.lucene.util.FileDeleter#decRef() [JIT compiled code] at org.apache.lucene.index.IndexFileDeleter#decRef() [Inlined code] 0.07% 248 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [JIT compiled code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle() [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup() [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup() [Interpreted code] at jdk.internal.foreign.SharedSession$SharedResourceList#cleanup() [Interpreted code] at jdk.internal.foreign.MemorySessionImpl#close() [Inlined code] at jdk.internal.foreign.ArenaImpl#close() [JIT compiled code] at org.apache.lucene.store.RefCountedSharedArena#release() [JIT compiled code] at org.apache.lucene.store.RefCountedSharedArena#close() [JIT compiled code] 0.06% 203 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete() [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete() [Interpreted code] at org.apache.lucene.util.FileDeleter#decRef() [JIT compiled code] at org.apache.lucene.index.IndexFileDeleter#decRef() [Interpreted code] 0.04% 155 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace() [Inlined code] at jdk.internal.event.FileReadEvent#commit() [JIT compiled code] at jdk.internal.event.FileReadEvent#offer() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead() [JIT compiled code] at sun.nio.ch.FileChannelImpl#read() [Inlined code] at knn.VectorReader#readNext() [Inlined code] at knn.VectorReaderFloat32#next() [Inlined code] at knn.IndexerThread#_run() [JIT compiled code] at knn.IndexerThread#run() [Interpreted code] 0.04% 127 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current() [Inlined code] at sun.nio.ch.NativeThreadSet#add() [Inlined code] at sun.nio.ch.FileChannelImpl#implRead() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead() [JIT compiled code] at sun.nio.ch.FileChannelImpl#read() [Inlined code] at knn.VectorReader#readNext() [Inlined code] at knn.VectorReaderFloat32#next() [Inlined code] at knn.IndexerThread#_run() [JIT compiled code] at knn.IndexerThread#run() [Interpreted code] 0.03% 114 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete() [Inlined code] at org.apache.lucene.util.FileDeleter#delete() [JIT compiled code] at org.apache.lucene.util.FileDeleter#decRef() [JIT compiled code] at org.apache.lucene.index.IndexFileDeleter#decRef() [JIT compiled code] 0.03% 106 sun.nio.ch.UnixFileDispatcherImpl#force0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#force() [Interpreted code] at sun.nio.ch.FileChannelImpl#implForce() [Interpreted code] at sun.nio.ch.FileChannelImpl#force() [Interpreted code] at org.apache.lucene.util.IOUtils#fsync() [Interpreted code] at org.apache.lucene.store.FSDirectory#fsync() [Interpreted code] at org.apache.lucene.store.FSDirectory#sync() [Interpreted code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#sync() [Interpreted code] at org.apache.lucene.index.IndexWriter#startCommit() [Interpreted code] at org.apache.lucene.index.IndexWriter#prepareCommitInternal() [Interpreted code] at org.apache.lucene.index.IndexWriter#commitInternal() [Interpreted code] at org.apache.lucene.index.IndexWriter#commit() [Interpreted code] 0.03% 104 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [Inlined code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [JIT compiled code] at org.apache.lucene.store.TrackingDirectoryWrapper#deleteFile() [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.FieldsIndexWriter#finish() [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#finish() [JIT compiled code] at org.apache.lucene.index.StoredFieldsConsumer#flush() [JIT compiled code] 0.03% 99 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete() [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete() [Inlined code] at org.apache.lucene.util.FileDeleter#decRef() [JIT compiled code] at org.apache.lucene.index.IndexFileDeleter#decRef() [Inlined code] 0.03% 94 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete() [Inlined code] at org.apache.lucene.util.FileDeleter#delete() [JIT compiled code] at org.apache.lucene.util.FileDeleter#decRef() [JIT compiled code] at org.apache.lucene.index.IndexFileDeleter#decRef() [Interpreted code] 0.02% 84 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle() [Inlined code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl#close() [Inlined code] at jdk.internal.foreign.ArenaImpl#close() [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#close() [JIT compiled code] at org.apache.lucene.store.BufferedChecksumIndexInput#close() [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.FieldsIndexWriter#finish() [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#finish() [JIT compiled code] 0.02% 77 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read() [JIT compiled code] at sun.nio.ch.IOUtil#readIntoNativeBuffer() [JIT compiled code] at sun.nio.ch.IOUtil#read() [JIT compiled code] at sun.nio.ch.IOUtil#read() [JIT compiled code] at sun.nio.ch.FileChannelImpl#implRead() [JIT compiled code] at sun.nio.ch.FileChannelImpl#traceImplRead() [JIT compiled code] at sun.nio.ch.FileChannelImpl#read() [Inlined code] at knn.VectorReader#readNext() [JIT compiled code] at knn.VectorReaderFloat32#next() [JIT compiled code] at knn.IndexerThread#_run() [Interpreted code] at knn.IndexerThread#run() [Interpreted code] 0.02% 71 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#open() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#newFileChannel() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#newByteChannel() [Inlined code] at java.nio.file.spi.FileSystemProvider#newOutputStream() [JIT compiled code] at java.nio.file.Files#newOutputStream() [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#() [JIT compiled code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#() [JIT compiled code] at org.apache.lucene.store.FSDirectory#createOutput() [JIT compiled code] 0.02% 70 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete() [Inlined code] at org.apache.lucene.util.FileDeleter#delete() [JIT compiled code] at org.apache.lucene.util.FileDeleter#decRef() [Interpreted code] at org.apache.lucene.index.IndexFileDeleter#decRef() [JIT compiled code] 0.02% 63 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#open() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Inlined code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#newFileChannel() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#newByteChannel() [Inlined code] at java.nio.file.spi.FileSystemProvider#newOutputStream() [JIT compiled code] at java.nio.file.Files#newOutputStream() [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#() [JIT compiled code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#() [JIT compiled code] at org.apache.lucene.store.FSDirectory#createOutput() [JIT compiled code] 0.02% 62 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#open() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Inlined code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#newFileChannel() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#newByteChannel() [Inlined code] at java.nio.file.spi.FileSystemProvider#newOutputStream() [JIT compiled code] at java.nio.file.Files#newOutputStream() [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#() [JIT compiled code] at org.apache.lucene.store.FSDirectory#createTempOutput() [JIT compiled code] at org.apache.lucene.store.FilterDirectory#createTempOutput() [JIT compiled code] 0.02% 61 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [JIT compiled code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle() [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup() [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup() [Interpreted code] at jdk.internal.foreign.SharedSession$SharedResourceList#cleanup() [Interpreted code] at jdk.internal.foreign.MemorySessionImpl#close() [Inlined code] at jdk.internal.foreign.ArenaImpl#close() [JIT compiled code] at org.apache.lucene.store.RefCountedSharedArena#release() [Interpreted code] at org.apache.lucene.store.RefCountedSharedArena#close() [Interpreted code] 0.02% 56 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [Interpreted code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [Interpreted code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Interpreted code] at java.nio.file.Files#delete() [Interpreted code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [Interpreted code] at org.apache.lucene.store.FSDirectory#deleteFile() [Interpreted code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [Interpreted code] at org.apache.lucene.util.FileDeleter#delete() [Interpreted code] at org.apache.lucene.util.FileDeleter#delete() [Interpreted code] at org.apache.lucene.util.FileDeleter#decRef() [Interpreted code] at org.apache.lucene.index.IndexFileDeleter#decRef() [Interpreted code] 0.02% 56 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace() [Inlined code] at jdk.internal.event.FileWriteEvent#commit() [JIT compiled code] at jdk.internal.event.FileWriteEvent#offer() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite() [Inlined code] at sun.nio.ch.FileChannelImpl#write() [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully() [Inlined code] at sun.nio.ch.ChannelOutputStream#write() [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write() [Inlined code] at java.util.zip.CheckedOutputStream#write() [Inlined code] at java.io.BufferedOutputStream#flushBuffer() [JIT compiled code] at java.io.BufferedOutputStream#write() [Inlined code] 0.01% 46 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map() [Inlined code] at sun.nio.ch.FileChannelImpl#mapInternal() [JIT compiled code] at sun.nio.ch.FileChannelImpl#map() [Inlined code] at org.apache.lucene.store.MMapDirectory#map() [JIT compiled code] at org.apache.lucene.store.MMapDirectory#openInput() [JIT compiled code] at org.apache.lucene.store.FilterDirectory#openInput() [JIT compiled code] at org.apache.lucene.store.FilterDirectory#openInput() [Inlined code] at org.apache.lucene.store.Directory#openChecksumInput() [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.FieldsIndexWriter#finish() [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#finish() [JIT compiled code] at org.apache.lucene.index.StoredFieldsConsumer#flush() [JIT compiled code] 0.01% 40 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [JIT compiled code] at org.apache.lucene.store.FilterDirectory#deleteFile() [Interpreted code] at org.apache.lucene.store.TrackingDirectoryWrapper#deleteFile() [Interpreted code] at org.apache.lucene.util.IOUtils#deleteFilesIgnoringExceptions() [Interpreted code] at org.apache.lucene.util.IOUtils#deleteFilesIgnoringExceptions() [Interpreted code] 0.01% 39 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle() [Inlined code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl#close() [Inlined code] at jdk.internal.foreign.ArenaImpl#close() [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#close() [JIT compiled code] at org.apache.lucene.store.BufferedChecksumIndexInput#close() [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader#() [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsFormat#fieldsReader() [JIT compiled code] 0.01% 35 java.io.FileDescriptor#close0() [Native code] at java.io.FileDescriptor#close() [Inlined code] at java.io.FileDescriptor$1#close() [Inlined code] at sun.nio.ch.FileChannelImpl$Closer#run() [JIT compiled code] at jdk.internal.ref.CleanerImpl$PhantomCleanableRef#performCleanup() [Inlined code] at jdk.internal.ref.PhantomCleanable#clean() [Inlined code] at sun.nio.ch.FileChannelImpl#implCloseChannel() [Inlined code] at java.nio.channels.spi.AbstractInterruptibleChannel#close() [Inlined code] at sun.nio.ch.ChannelOutputStream#close() [JIT compiled code] at java.io.FilterOutputStream#close() [JIT compiled code] at java.io.FilterOutputStream#close() [JIT compiled code] at java.io.FilterOutputStream#close() [Inlined code] 0.01% 34 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat() [JIT compiled code] at sun.nio.fs.UnixFileAttributes#get() [Inlined code] at sun.nio.fs.UnixFileAttributeViews$Basic#readAttributes() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#readAttributes() [Inlined code] at sun.nio.fs.LinuxFileSystemProvider#readAttributes() [Inlined code] at java.nio.file.Files#readAttributes() [Inlined code] at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock#ensureValid() [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#createOutput() [Inlined code] at org.apache.lucene.store.TrackingDirectoryWrapper#createOutput() [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.FieldsIndexWriter#finish() [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#finish() [JIT compiled code] 0.01% 31 jdk.internal.misc.Unsafe#park() [Native code] at java.util.concurrent.locks.LockSupport#park() [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire() [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared() [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock() [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] 0.01% 31 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle() [Inlined code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl#close() [Inlined code] at jdk.internal.foreign.ArenaImpl#close() [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#close() [JIT compiled code] at org.apache.lucene.store.BufferedChecksumIndexInput#close() [Inlined code] at org.apache.lucene.codecs.lucene94.Lucene94FieldInfosFormat#read() [JIT compiled code] at org.apache.lucene.index.SegmentCoreReaders#() [JIT compiled code] 0.01% 28 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle() [Inlined code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl#close() [Inlined code] at jdk.internal.foreign.ArenaImpl#close() [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#close() [JIT compiled code] at org.apache.lucene.store.BufferedChecksumIndexInput#close() [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.FieldsIndexWriter#finish() [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#finish() [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 org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.04.13.05.40.34/bench-knn-q7-fmTrue.jfr Profiler for heap at stackSize=1 [/l/logs.nightly/2026.04.13.05.40.34/bench-knn-q7-fmTrue.jfr is 1876.99 MB /l/logs.nightly/2026.04.13.05.40.34/bench-knn-q7-fmTrue.jfr is 1876.99 MB /l/logs.nightly/2026.04.13.05.40.34/bench-knn-q7-fmTrue.jfr is 1876.99 MB /l/logs.nightly/2026.04.13.05.40.34/bench-knn-q7-fmTrue.jfr is 1876.99 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 75436 events (total: 559325M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=false PERCENT HEAP SAMPLES STACK 46.59% 260572M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] 23.10% 129195M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms() [Inlined code] 11.35% 63504M org.apache.lucene.util.TernaryLongHeap#() [JIT compiled code] 5.52% 30853M org.apache.lucene.util.ArrayUtil#copyOfSubArray() [Inlined code] 4.05% 22670M org.apache.lucene.util.hnsw.NeighborQueue#nodes() [Inlined code] 1.33% 7412M org.apache.lucene.util.hnsw.NeighborArray#() [Inlined code] 1.06% 5933M java.util.Arrays#copyOf() [Inlined code] 0.96% 5372M java.lang.Integer#valueOf() [Inlined code] 0.74% 4145M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse() [JIT compiled code] 0.71% 3978M org.apache.lucene.util.hnsw.NeighborArray#sort() [Inlined code] 0.62% 3453M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] 0.41% 2315M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode() [Inlined code] 0.40% 2233M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms() [JIT compiled code] 0.37% 2075M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize() [JIT compiled code] 0.33% 1823M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge() [Interpreted code] 0.22% 1202M knn.IndexerThread#_run() [Interpreted code] 0.17% 968M java.lang.invoke.DirectMethodHandle#allocateInstance() [Inlined code] 0.16% 921M java.util.DualPivotQuicksort#tryMergeRuns() [JIT compiled code] 0.16% 915M knn.IndexerThread#_run() [JIT compiled code] 0.15% 834M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document() [JIT compiled code] 0.13% 735M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager() [Inlined code] 0.12% 665M java.util.ArrayList#grow() [Inlined code] 0.11% 624M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode() [JIT compiled code] 0.09% 489M java.util.DualPivotQuicksort#sort() [JIT compiled code] 0.08% 457M java.lang.reflect.Array#newInstance() [Inlined code] 0.07% 401M java.util.List#of() [Inlined code] 0.06% 344M java.util.ArrayList#iterator() [JIT compiled code] 0.06% 343M org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0() [Interpreted code] 0.06% 342M org.apache.lucene.util.SparseFixedBitSet#insertLong() [Inlined code] 0.06% 314M java.util.HashMap#newNode() [Inlined code] 0.05% 301M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire() [JIT compiled code] 0.05% 290M jdk.internal.misc.Unsafe#allocateUninitializedArray() [Inlined code] 0.04% 232M org.apache.lucene.document.Document#() [Inlined code] 0.04% 196M org.apache.lucene.util.FixedBitSet#() [Inlined code] 0.03% 189M java.io.BufferedOutputStream#() [Inlined code] 0.03% 182M java.util.concurrent.locks.ReentrantReadWriteLock$Sync$ThreadLocalHoldCounter#initialValue() [Inlined code] 0.03% 178M java.util.HashMap#resize() [JIT compiled code] 0.03% 171M java.nio.HeapByteBuffer#() [Interpreted code] 0.03% 171M java.util.concurrent.atomic.AtomicBoolean#compareAndSet() [Interpreted code] 0.03% 171M org.apache.lucene.document.Document#() [Interpreted code] 0.03% 153M org.apache.lucene.util.hnsw.OnHeapHnswGraph#() [JIT compiled code] 0.02% 132M java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject#await() [Interpreted code] 0.02% 125M org.apache.lucene.util.ArrayUtil#growExact() [JIT compiled code] 0.02% 124M org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#writeGraph() [JIT compiled code] 0.02% 100M knn.KnnIndexer#createIndex() [Interpreted code] 0.02% 95M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager() [Interpreted code] 0.02% 93M org.apache.lucene.util.packed.DirectMonotonicWriter#() [Inlined code] 0.02% 91M java.util.HashMap$KeySet#iterator() [Inlined code] 0.02% 89M java.lang.ThreadLocal$ThreadLocalMap#set() [Inlined code] 0.02% 84M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush() [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 org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.04.13.05.40.34/bench-knn-q7-fmTrue.jfr Profiler for heap at stackSize=4 [/l/logs.nightly/2026.04.13.05.40.34/bench-knn-q7-fmTrue.jfr is 1876.99 MB /l/logs.nightly/2026.04.13.05.40.34/bench-knn-q7-fmTrue.jfr is 1876.99 MB /l/logs.nightly/2026.04.13.05.40.34/bench-knn-q7-fmTrue.jfr is 1876.99 MB /l/logs.nightly/2026.04.13.05.40.34/bench-knn-q7-fmTrue.jfr is 1876.99 MB /l/logs.nightly/2026.04.13.05.40.34/bench-knn-q7-fmTrue.jfr is 1876.99 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 75436 events (total: 559325M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=false PERCENT HEAP SAMPLES STACK 37.80% 211397M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder() [Inlined code] 12.81% 71642M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] 9.28% 51904M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity() [Inlined code] 8.74% 48902M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder() [Inlined code] 6.97% 39011M org.apache.lucene.util.TernaryLongHeap#() [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#() [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollector#() [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector() [JIT compiled code] 5.52% 30853M org.apache.lucene.util.ArrayUtil#copyOfSubArray() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue() [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue() [Inlined code] 4.38% 24493M org.apache.lucene.util.TernaryLongHeap#() [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#() [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#() [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector() [Interpreted code] 4.05% 22670M org.apache.lucene.util.hnsw.NeighborQueue#nodes() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] 1.00% 5605M java.util.Arrays#copyOf() [Inlined code] at java.util.ArrayDeque#grow() [JIT compiled code] at java.util.ArrayDeque#addFirst() [Inlined code] at java.util.ArrayDeque#push() [Inlined code] 0.95% 5289M java.lang.Integer#valueOf() [Inlined code] at knn.KnnGraphTester#printGraphConnectedNess() [JIT compiled code] at knn.KnnGraphTester#printFanoutHist() [Interpreted code] at knn.KnnGraphTester#printFanoutHist() [Interpreted code] 0.74% 4145M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] 0.71% 3978M org.apache.lucene.util.hnsw.NeighborArray#sort() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor() [Inlined code] 0.69% 3862M org.apache.lucene.util.hnsw.NeighborArray#() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] 0.64% 3567M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor() [Inlined code] 0.48% 2683M org.apache.lucene.util.hnsw.NeighborArray#() [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] 0.37% 2061M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [JIT compiled code] 0.33% 1823M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge() [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run() [Interpreted code] 0.31% 1747M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] 0.30% 1695M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] 0.28% 1588M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData() [JIT compiled code] 0.22% 1202M knn.IndexerThread#_run() [Interpreted code] at knn.IndexerThread#run() [Interpreted code] 0.17% 932M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] 0.16% 921M java.util.DualPivotQuicksort#tryMergeRuns() [JIT compiled code] at java.util.DualPivotQuicksort#sort() [JIT compiled code] at java.util.DualPivotQuicksort#sort() [Inlined code] at java.util.Arrays#sort() [Inlined code] 0.16% 915M knn.IndexerThread#_run() [JIT compiled code] at knn.IndexerThread#run() [Interpreted code] 0.15% 866M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [JIT compiled code] 0.15% 866M org.apache.lucene.util.hnsw.NeighborArray#() [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode() [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure() [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph() [Interpreted code] 0.15% 841M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [JIT compiled code] 0.14% 777M java.lang.invoke.DirectMethodHandle#allocateInstance() [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() [Inlined code] 0.13% 735M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager() [Inlined code] at org.apache.lucene.search.AbstractKnnVectorQuery#rewrite() [JIT compiled code] at org.apache.lucene.search.KnnFloatVectorQuery#rewrite() [Inlined code] at knn.KnnGraphTester$ProfiledKnnFloatVectorQuery#rewrite() [JIT compiled code] 0.12% 685M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document() [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader#serializedDocument() [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#copyOneDoc() [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#merge() [JIT compiled code] 0.12% 665M java.util.ArrayList#grow() [Inlined code] at java.util.ArrayList#grow() [Inlined code] at java.util.ArrayList#add() [Inlined code] at java.util.ArrayList#add() [Inlined code] 0.11% 624M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode() [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure() [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph() [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph() [Interpreted code] 0.11% 588M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue() [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue() [Inlined code] 0.10% 550M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue() [Inlined code] 0.08% 448M java.lang.reflect.Array#newInstance() [Inlined code] at org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#grow() [JIT compiled code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode() [Inlined code] 0.08% 420M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush() [JIT compiled code] 0.06% 356M java.util.DualPivotQuicksort#sort() [JIT compiled code] at java.util.DualPivotQuicksort#sort() [Inlined code] at java.util.Arrays#sort() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#writeGraph() [JIT compiled code] 0.06% 343M org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0() [Interpreted code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x000000004419efd8#run() [Interpreted code] at java.util.concurrent.ThreadPoolExecutor#runWorker() [Interpreted code] at java.util.concurrent.ThreadPoolExecutor$Worker#run() [Interpreted code] 0.06% 338M org.apache.lucene.util.SparseFixedBitSet#insertLong() [Inlined code] at org.apache.lucene.util.SparseFixedBitSet#getAndSet() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel() [JIT compiled code] at org.apache.lucene.util.hnsw.AbstractHnswGraphSearcher#search() [JIT compiled code] 0.05% 298M java.util.HashMap#newNode() [Inlined code] at java.util.HashMap#putVal() [Inlined code] at java.util.HashMap#put() [Inlined code] at java.util.HashSet#add() [Inlined code] 0.05% 297M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire() [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared() [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock() [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read() [Inlined code] 0.05% 282M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal() [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure() [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph() [Interpreted code] 0.05% 275M jdk.internal.misc.Unsafe#allocateUninitializedArray() [Inlined code] at java.lang.StringConcatHelper#newArray() [Inlined code] at java.lang.StringConcatHelper#newArrayWithSuffix() [Inlined code] at java.lang.String$$StringConcat.0x0000000044183400#concat() [Inlined code] 0.04% 237M java.util.ArrayList#iterator() [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic() [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#periodicTask() [Interpreted code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0() [Interpreted code] 0.04% 232M org.apache.lucene.document.Document#() [Inlined code] at knn.IndexerThread#_run() [JIT compiled code] at knn.IndexerThread#run() [Interpreted code] 0.04% 229M java.util.List#of() [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument() [Inlined code] at org.apache.lucene.index.IndexWriter#addDocument() [JIT compiled code] at knn.IndexerThread#_run() [JIT compiled code] 0.04% 209M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.ArrayUtil#grow() [Inlined code] at org.apache.lucene.internal.hppc.IntArrayList#ensureBufferSpace() [Inlined code] 0.03% 191M java.lang.invoke.DirectMethodHandle#allocateInstance() [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() [JIT compiled code] 0.03% 189M java.io.BufferedOutputStream#() [Inlined code] at java.io.BufferedOutputStream#() [Inlined code] at org.apache.lucene.store.OutputStreamIndexOutput$XBufferedOutputStream#() [Inlined code] at org.apache.lucene.store.OutputStreamIndexOutput#() [Inlined code] 0.03% 186M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#replayBufferedVectors() [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue() [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 org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.04.13.05.40.34/bench-knn-q7-fmTrue.jfr Profiler for heap at stackSize=12 [/l/logs.nightly/2026.04.13.05.40.34/bench-knn-q7-fmTrue.jfr is 1876.99 MB /l/logs.nightly/2026.04.13.05.40.34/bench-knn-q7-fmTrue.jfr is 1876.99 MB /l/logs.nightly/2026.04.13.05.40.34/bench-knn-q7-fmTrue.jfr is 1876.99 MB /l/logs.nightly/2026.04.13.05.40.34/bench-knn-q7-fmTrue.jfr is 1876.99 MB /l/logs.nightly/2026.04.13.05.40.34/bench-knn-q7-fmTrue.jfr is 1876.99 MB /l/logs.nightly/2026.04.13.05.40.34/bench-knn-q7-fmTrue.jfr is 1876.99 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 75436 events (total: 559325M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=false PERCENT HEAP SAMPLES STACK 17.05% 95385M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004419ea80#call() [Inlined code] 8.59% 48062M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004419ea80#call() [Inlined code] at java.util.concurrent.FutureTask#run() [Inlined code] 8.03% 44919M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue() [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue() [Inlined code] at org.apache.lucene.index.IndexingChain#processField() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] 7.94% 44383M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004419ea80#call() [Inlined code] 6.96% 38947M org.apache.lucene.util.TernaryLongHeap#() [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#() [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollector#() [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector() [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector() [Inlined code] at org.apache.lucene.search.IndexSearcher#search() [JIT compiled code] at org.apache.lucene.search.IndexSearcher#searchAfter() [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search() [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery() [JIT compiled code] at knn.KnnGraphTester#testSearch() [Interpreted code] at knn.KnnGraphTester#run() [Interpreted code] at knn.KnnGraphTester#runWithCleanUp() [Interpreted code] 6.64% 37161M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] 5.49% 30681M org.apache.lucene.util.ArrayUtil#copyOfSubArray() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue() [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$FieldWriter#addValue() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$FieldWriter#addValue() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue() [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue() [Inlined code] at org.apache.lucene.index.IndexingChain#processField() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [JIT compiled code] 4.07% 22775M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004419ea80#call() [Inlined code] at java.util.concurrent.FutureTask#run() [JIT compiled code] 3.04% 16988M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [Inlined code] 2.92% 16351M org.apache.lucene.util.TernaryLongHeap#() [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#() [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#() [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector() [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector() [Interpreted code] at org.apache.lucene.search.IndexSearcher#search() [Interpreted code] at org.apache.lucene.search.IndexSearcher#searchAfter() [Interpreted code] at org.apache.lucene.search.IndexSearcher#search() [Interpreted code] at knn.KnnGraphTester#doFloatVectorQuery() [Interpreted code] at knn.KnnGraphTester#testSearch() [Interpreted code] at knn.KnnGraphTester#run() [Interpreted code] at knn.KnnGraphTester#runWithCleanUp() [Interpreted code] 2.70% 15104M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder() [Inlined code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure() [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph() [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph() [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph() [Interpreted code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder() [Interpreted code] at org.apache.lucene.util.hnsw.IncrementalHnswGraphMerger#merge() [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField() [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField() [Interpreted code] 2.52% 14088M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] 1.97% 11007M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] 1.48% 8254M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [JIT compiled code] 1.46% 8141M org.apache.lucene.util.TernaryLongHeap#() [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#() [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#() [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector() [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector() [Interpreted code] at org.apache.lucene.search.IndexSearcher#search() [Interpreted code] at org.apache.lucene.search.IndexSearcher#searchAfter() [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search() [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery() [JIT compiled code] at knn.KnnGraphTester#testSearch() [Interpreted code] at knn.KnnGraphTester#run() [Interpreted code] at knn.KnnGraphTester#runWithCleanUp() [Interpreted code] 1.39% 7780M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue() [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue() [Inlined code] at org.apache.lucene.index.IndexingChain#processField() [JIT compiled code] 1.18% 6581M org.apache.lucene.util.hnsw.NeighborQueue#nodes() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004419ea80#call() [Inlined code] at java.util.concurrent.FutureTask#run() [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run() [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0() [Inlined code] 1.00% 5605M java.util.Arrays#copyOf() [Inlined code] at java.util.ArrayDeque#grow() [JIT compiled code] at java.util.ArrayDeque#addFirst() [Inlined code] at java.util.ArrayDeque#push() [Inlined code] at knn.KnnGraphTester#printGraphConnectedNess() [JIT compiled code] at knn.KnnGraphTester#printFanoutHist() [Interpreted code] at knn.KnnGraphTester#printFanoutHist() [Interpreted code] at knn.KnnGraphTester#run() [Interpreted code] at knn.KnnGraphTester#runWithCleanUp() [Interpreted code] at knn.KnnGraphTester#main() [Interpreted code] 1.00% 5597M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#replayBufferedVectors() [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue() [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue() [Inlined code] at org.apache.lucene.index.IndexingChain#processField() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] 0.99% 5549M org.apache.lucene.util.hnsw.NeighborQueue#nodes() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue() [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue() [Inlined code] at org.apache.lucene.index.IndexingChain#processField() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments() [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument() [Inlined code] 0.95% 5289M java.lang.Integer#valueOf() [Inlined code] at knn.KnnGraphTester#printGraphConnectedNess() [JIT compiled code] at knn.KnnGraphTester#printFanoutHist() [Interpreted code] at knn.KnnGraphTester#printFanoutHist() [Interpreted code] at knn.KnnGraphTester#run() [Interpreted code] at knn.KnnGraphTester#runWithCleanUp() [Interpreted code] at knn.KnnGraphTester#main() [Interpreted code] 0.89% 4998M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] 0.69% 3842M org.apache.lucene.util.hnsw.NeighborQueue#nodes() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004419ea80#call() [Inlined code] at java.util.concurrent.FutureTask#run() [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run() [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0() [Inlined code] 0.62% 3453M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue() [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue() [Inlined code] at org.apache.lucene.index.IndexingChain#processField() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] 0.47% 2647M org.apache.lucene.util.hnsw.NeighborQueue#nodes() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004419ea80#call() [Inlined code] at java.util.concurrent.FutureTask#run() [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run() [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll() [JIT compiled code] 0.46% 2573M org.apache.lucene.util.hnsw.NeighborArray#sort() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004419ea80#call() [Inlined code] 0.45% 2538M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004419ea80#call() [Inlined code] 0.37% 2061M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004419ea80#call() [Interpreted code] at java.util.concurrent.FutureTask#run() [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run() [Interpreted code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0() [Interpreted code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x000000004419efd8#run() [Interpreted code] 0.33% 1823M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge() [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run() [Interpreted code] 0.31% 1746M org.apache.lucene.util.hnsw.NeighborQueue#nodes() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004419ea80#call() [Inlined code] at java.util.concurrent.FutureTask#run() [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run() [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll() [Interpreted code] 0.28% 1547M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004419ea80#call() [Inlined code] at java.util.concurrent.FutureTask#run() [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run() [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0() [Inlined code] 0.24% 1340M org.apache.lucene.util.hnsw.NeighborArray#() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004419ea80#call() [Inlined code] at java.util.concurrent.FutureTask#run() [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run() [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0() [Inlined code] 0.24% 1322M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004419ea80#call() [Inlined code] at java.util.concurrent.FutureTask#run() [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run() [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0() [Inlined code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x000000004419efd8#run() [JIT compiled code] at java.util.concurrent.ThreadPoolExecutor#runWorker() [Interpreted code] 0.22% 1202M knn.IndexerThread#_run() [Interpreted code] at knn.IndexerThread#run() [Interpreted code] 0.19% 1044M org.apache.lucene.util.hnsw.NeighborArray#sort() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004419ea80#call() [Inlined code] 0.18% 1021M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004419ea80#call() [Inlined code] 0.18% 1020M org.apache.lucene.util.hnsw.NeighborArray#() [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004419ea80#call() [Inlined code] at java.util.concurrent.FutureTask#run() [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run() [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0() [Inlined code] 0.17% 963M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue() [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue() [Inlined code] at org.apache.lucene.index.IndexingChain#processField() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments() [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument() [Inlined code] 0.16% 915M knn.IndexerThread#_run() [JIT compiled code] at knn.IndexerThread#run() [Interpreted code] 0.15% 866M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004419ea80#call() [Interpreted code] at java.util.concurrent.FutureTask#run() [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run() [Interpreted code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0() [Interpreted code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x000000004419efd8#run() [Interpreted code] 0.15% 859M org.apache.lucene.util.hnsw.NeighborQueue#nodes() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004419ea80#call() [Interpreted code] at java.util.concurrent.FutureTask#run() [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run() [Interpreted code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0() [Interpreted code] 0.15% 851M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004419ea80#call() [Interpreted code] 0.15% 834M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004419ea80#call() [Inlined code] at java.util.concurrent.FutureTask#run() [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run() [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0() [Inlined code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x000000004419efd8#run() [JIT compiled code] 0.14% 770M org.apache.lucene.util.hnsw.NeighborArray#() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue() [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue() [Inlined code] at org.apache.lucene.index.IndexingChain#processField() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments() [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument() [Inlined code] 0.13% 717M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004419ea80#call() [Interpreted code] at java.util.concurrent.FutureTask#run() [Interpreted code] 0.12% 685M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document() [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader#serializedDocument() [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#copyOneDoc() [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#merge() [JIT compiled code] at org.apache.lucene.index.SegmentMerger#mergeFields() [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x0000000044193c78#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging() [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge() [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle() [Interpreted code] at org.apache.lucene.index.IndexWriter#merge() [Interpreted code] at org.apache.lucene.index.IndexWriter$IndexWriterMergeSource#merge() [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler#doMerge() [Interpreted code] 0.12% 675M org.apache.lucene.util.hnsw.NeighborArray#() [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode() [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure() [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph() [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph() [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph() [Interpreted code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder() [Interpreted code] at org.apache.lucene.util.hnsw.IncrementalHnswGraphMerger#merge() [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField() [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField() [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues() [Interpreted code] 0.12% 665M java.util.ArrayList#grow() [Inlined code] at java.util.ArrayList#grow() [Inlined code] at java.util.ArrayList#add() [Inlined code] at java.util.ArrayList#add() [Inlined code] at org.apache.lucene.document.Document#add() [Inlined code] at knn.IndexerThread#_run() [JIT compiled code] at knn.IndexerThread#run() [Interpreted code] 0.11% 622M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager() [Inlined code] at org.apache.lucene.search.AbstractKnnVectorQuery#rewrite() [JIT compiled code] at org.apache.lucene.search.KnnFloatVectorQuery#rewrite() [Inlined code] at knn.KnnGraphTester$ProfiledKnnFloatVectorQuery#rewrite() [JIT compiled code] at org.apache.lucene.search.IndexSearcher#rewrite() [JIT compiled code] at org.apache.lucene.search.IndexSearcher#rewrite() [Inlined code] at org.apache.lucene.search.IndexSearcher#search() [JIT compiled code] at org.apache.lucene.search.IndexSearcher#searchAfter() [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search() [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery() [JIT compiled code] at knn.KnnGraphTester#testSearch() [Interpreted code] at knn.KnnGraphTester#run() [Interpreted code] 0.11% 604M org.apache.lucene.util.hnsw.NeighborArray#() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004419ea80#call() [Inlined code] at java.util.concurrent.FutureTask#run() [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run() [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll() [JIT compiled code] now remove KNN index knn-reuse/indices/dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-7-fm cmd: ['/usr/sbin/perf', 'stat', '-dd', '-e', 'task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend', '/usr/lib/jvm/java-25-openjdk/bin/java', '--add-modules', 'jdk.incubator.vector', '-Xmx32g', '-Xms32g', '-server', '-XX:+UseParallelGC', '-Djava.io.tmpdir=/l/tmp', '--enable-native-access=ALL-UNNAMED', '-cp', '/l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build:/l/util.nightly/build', '--add-modules', 'jdk.incubator.vector', '--enable-native-access=ALL-UNNAMED', '-XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/2026.04.13.05.40.34/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 3431506 JFR.dump name=1 to copy recording data to file. maxConn = 32 Vector Dimensions: 1024 numDocs = 8000000 beamWidth = 100 similarity = DOT_PRODUCT Seed = 2815366876320889 index key = dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-notfm Index Path = knn-reuse/indices/dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-notfm will now reindex: explicitly requested Apr 13, 2026 9:17:05 AM org.apache.lucene.internal.vectorization.PanamaVectorizationProvider logIncubatorSetup INFO: Java vector incubator API enabled; uses preferredBitSize=256; FMA enabled creating index in knn-reuse/indices/dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-notfm 39709371 doc vectors in docsPath "/big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec" parentJoin=false Done indexing 25000 documents. Done indexing 50000 documents. Done indexing 75000 documents. Done indexing 100000 documents. Done indexing 125000 documents. Done indexing 150000 documents. Done indexing 175000 documents. Done indexing 200000 documents. Done indexing 225000 documents. Done indexing 250000 documents. Done indexing 275000 documents. Done indexing 300000 documents. Done indexing 325000 documents. Done indexing 350000 documents. Done indexing 375000 documents. Done indexing 400000 documents. Done indexing 425000 documents. Done indexing 450000 documents. Done indexing 475000 documents. Done indexing 500000 documents. Done indexing 525000 documents. Done indexing 550000 documents. Done indexing 575000 documents. Done indexing 600000 documents. Done indexing 625000 documents. Done indexing 650000 documents. Done indexing 675000 documents. Done indexing 700000 documents. Done indexing 725000 documents. Done indexing 750000 documents. Done indexing 775000 documents. Done indexing 800000 documents. Done indexing 825000 documents. Done indexing 850000 documents. Done indexing 875000 documents. Done indexing 900000 documents. Done indexing 925000 documents. Done indexing 950000 documents. Done indexing 975000 documents. Done indexing 1000000 documents. Done indexing 1025000 documents. Done indexing 1050000 documents. Done indexing 1075000 documents. Done indexing 1100000 documents. Done indexing 1125000 documents. Done indexing 1150000 documents. Done indexing 1175000 documents. Done indexing 1200000 documents. Done indexing 1225000 documents. Done indexing 1250000 documents. Done indexing 1275000 documents. Done indexing 1300000 documents. Done indexing 1325000 documents. Done indexing 1350000 documents. Done indexing 1375000 documents. Done indexing 1400000 documents. Done indexing 1425000 documents. Done indexing 1450000 documents. Done indexing 1475000 documents. Done indexing 1500000 documents. Done indexing 1525000 documents. Done indexing 1550000 documents. Done indexing 1575000 documents. Done indexing 1600000 documents. Done indexing 1625000 documents. Done indexing 1650000 documents. Done indexing 1675000 documents. Done indexing 1700000 documents. Done indexing 1725000 documents. Done indexing 1750000 documents. Done indexing 1775000 documents. Done indexing 1800000 documents. Done indexing 1825000 documents. Done indexing 1850000 documents. Done indexing 1875000 documents. Done indexing 1900000 documents. Done indexing 1925000 documents. Done indexing 1950000 documents. Done indexing 1975000 documents. Done indexing 2000000 documents. Done indexing 2025000 documents. Done indexing 2050000 documents. Done indexing 2075000 documents. Done indexing 2100000 documents. Done indexing 2125000 documents. Done indexing 2150000 documents. Done indexing 2175000 documents. Done indexing 2200000 documents. Done indexing 2225000 documents. Done indexing 2250000 documents. Done indexing 2275000 documents. Done indexing 2300000 documents. Done indexing 2325000 documents. Done indexing 2350000 documents. Done indexing 2375000 documents. Done indexing 2400000 documents. Done indexing 2425000 documents. Done indexing 2450000 documents. Done indexing 2475000 documents. Done indexing 2500000 documents. Done indexing 2525000 documents. Done indexing 2550000 documents. Done indexing 2575000 documents. Done indexing 2600000 documents. Done indexing 2625000 documents. Done indexing 2650000 documents. Done indexing 2675000 documents. Done indexing 2700000 documents. Done indexing 2725000 documents. Done indexing 2750000 documents. Done indexing 2775000 documents. Done indexing 2800000 documents. Done indexing 2825000 documents. Done indexing 2850000 documents. Done indexing 2875000 documents. Done indexing 2900000 documents. Done indexing 2925000 documents. Done indexing 2950000 documents. Done indexing 2975000 documents. Done indexing 3000000 documents. Done indexing 3025000 documents. Done indexing 3050000 documents. Done indexing 3075000 documents. Done indexing 3100000 documents. Done indexing 3125000 documents. Done indexing 3150000 documents. Done indexing 3175000 documents. Done indexing 3200000 documents. Done indexing 3225000 documents. Done indexing 3250000 documents. Done indexing 3275000 documents. Done indexing 3300000 documents. Done indexing 3325000 documents. Done indexing 3350000 documents. Done indexing 3375000 documents. Done indexing 3400000 documents. Done indexing 3425000 documents. Done indexing 3450000 documents. Done indexing 3475000 documents. Done indexing 3500000 documents. Done indexing 3525000 documents. Done indexing 3550000 documents. Done indexing 3575000 documents. Done indexing 3600000 documents. Done indexing 3625000 documents. Done indexing 3650000 documents. Done indexing 3675000 documents. Done indexing 3700000 documents. Done indexing 3725000 documents. Done indexing 3750000 documents. Done indexing 3775000 documents. Done indexing 3800000 documents. Done indexing 3825000 documents. Done indexing 3850000 documents. Done indexing 3875000 documents. Done indexing 3900000 documents. Done indexing 3925000 documents. Done indexing 3950000 documents. Done indexing 3975000 documents. Done indexing 4000000 documents. Done indexing 4025000 documents. Done indexing 4050000 documents. Done indexing 4075000 documents. Done indexing 4100000 documents. Done indexing 4125000 documents. Done indexing 4150000 documents. Done indexing 4175000 documents. Done indexing 4200000 documents. Done indexing 4225000 documents. Done indexing 4250000 documents. Done indexing 4275000 documents. Done indexing 4300000 documents. Done indexing 4325000 documents. Done indexing 4350000 documents. Done indexing 4375000 documents. Done indexing 4400000 documents. Done indexing 4425000 documents. Done indexing 4450000 documents. Done indexing 4475000 documents. Done indexing 4500000 documents. Done indexing 4525000 documents. Done indexing 4550000 documents. Done indexing 4575000 documents. Done indexing 4600000 documents. Done indexing 4625000 documents. Done indexing 4650000 documents. Done indexing 4675000 documents. Done indexing 4700000 documents. Done indexing 4725000 documents. Done indexing 4750000 documents. Done indexing 4775000 documents. Done indexing 4800000 documents. Done indexing 4825000 documents. Done indexing 4850000 documents. Done indexing 4875000 documents. Done indexing 4900000 documents. Done indexing 4925000 documents. Done indexing 4950000 documents. Done indexing 4975000 documents. Done indexing 5000000 documents. Done indexing 5025000 documents. Done indexing 5050000 documents. Done indexing 5075000 documents. Done indexing 5100000 documents. Done indexing 5125000 documents. Done indexing 5150000 documents. Done indexing 5175000 documents. Done indexing 5200000 documents. Done indexing 5225000 documents. Done indexing 5250000 documents. Done indexing 5275000 documents. Done indexing 5300000 documents. Done indexing 5325000 documents. Done indexing 5350000 documents. Done indexing 5375000 documents. Done indexing 5400000 documents. Done indexing 5425000 documents. Done indexing 5450000 documents. Done indexing 5475000 documents. Done indexing 5500000 documents. Done indexing 5525000 documents. Done indexing 5550000 documents. Done indexing 5575000 documents. Done indexing 5600000 documents. Done indexing 5625000 documents. Done indexing 5650000 documents. Done indexing 5675000 documents. Done indexing 5700000 documents. Done indexing 5725000 documents. Done indexing 5750000 documents. Done indexing 5775000 documents. Done indexing 5800000 documents. Done indexing 5825000 documents. Done indexing 5850000 documents. Done indexing 5875000 documents. Done indexing 5900000 documents. Done indexing 5925000 documents. Done indexing 5950000 documents. Done indexing 5975000 documents. Done indexing 6000000 documents. Done indexing 6025000 documents. Done indexing 6050000 documents. Done indexing 6075000 documents. Done indexing 6100000 documents. Done indexing 6125000 documents. Done indexing 6150000 documents. Done indexing 6175000 documents. Done indexing 6200000 documents. Done indexing 6225000 documents. Done indexing 6250000 documents. Done indexing 6275000 documents. Done indexing 6300000 documents. Done indexing 6325000 documents. Done indexing 6350000 documents. Done indexing 6375000 documents. Done indexing 6400000 documents. Done indexing 6425000 documents. Done indexing 6450000 documents. Done indexing 6475000 documents. Done indexing 6500000 documents. Done indexing 6525000 documents. Done indexing 6550000 documents. Done indexing 6575000 documents. Done indexing 6600000 documents. Done indexing 6625000 documents. Done indexing 6650000 documents. Done indexing 6675000 documents. Done indexing 6700000 documents. Done indexing 6725000 documents. Done indexing 6750000 documents. Done indexing 6775000 documents. Done indexing 6800000 documents. Done indexing 6825000 documents. Done indexing 6850000 documents. Done indexing 6875000 documents. Done indexing 6900000 documents. Done indexing 6925000 documents. Done indexing 6950000 documents. Done indexing 6975000 documents. Done indexing 7000000 documents. Done indexing 7025000 documents. Done indexing 7050000 documents. Done indexing 7075000 documents. Done indexing 7100000 documents. Done indexing 7125000 documents. Done indexing 7150000 documents. Done indexing 7175000 documents. Done indexing 7200000 documents. Done indexing 7225000 documents. Done indexing 7250000 documents. Done indexing 7275000 documents. Done indexing 7300000 documents. Done indexing 7325000 documents. Done indexing 7350000 documents. Done indexing 7375000 documents. Done indexing 7400000 documents. Done indexing 7425000 documents. Done indexing 7450000 documents. Done indexing 7475000 documents. Done indexing 7500000 documents. Done indexing 7525000 documents. Done indexing 7550000 documents. Done indexing 7575000 documents. Done indexing 7600000 documents. Done indexing 7625000 documents. Done indexing 7650000 documents. Done indexing 7675000 documents. Done indexing 7700000 documents. Done indexing 7725000 documents. Done indexing 7750000 documents. Done indexing 7775000 documents. Done indexing 7800000 documents. Done indexing 7825000 documents. Done indexing 7850000 documents. Done indexing 7875000 documents. Done indexing 7900000 documents. Done indexing 7925000 documents. Done indexing 7950000 documents. Done indexing 7975000 documents. Done indexing 8000000 documents. now IndexWriter.commit() now wait for already running merges to finish 0.0 sec: 233 segments, 27 merges 1402.8s _un: 8 segs, 1189.8 K docs, 4754.1 MB 1272.6s _wz: 8 segs, 174.0 K docs, 693.7 MB 1172.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 921.5s _12t: 8 segs, 418.5 K docs, 1670.0 MB 707.9s _161: 8 segs, 88.3 K docs, 351.0 MB 607.1s _17m: 8 segs, 113.2 K docs, 450.4 MB 590.8s _17u: 8 segs, 78.5 K docs, 311.9 MB 542.1s _18j: 8 segs, 181.0 K docs, 721.6 MB 509.1s _190: 8 segs, 73.3 K docs, 291.1 MB 478.3s _19h: 8 segs, 176.0 K docs, 701.4 MB 432.5s _1a6: 8 segs, 144.2 K docs, 574.5 MB 421.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 407.5s _1al: 8 segs, 354.4 K docs, 1414.3 MB 216.6s _1d2: 8 segs, 72.5 K docs, 288.3 MB 196.3s _1d9: 8 segs, 107.0 K docs, 425.6 MB 178.2s _1dg: 8 segs, 112.4 K docs, 447.3 MB 155.0s _1dp: 8 segs, 40.8 K docs, 161.5 MB 138.1s _1dw: 8 segs, 112.3 K docs, 446.8 MB 121.3s _1e4: 8 segs, 73.1 K docs, 290.3 MB 107.8s _1ec: 8 segs, 71.5 K docs, 284.0 MB 89.1s _1el: 8 segs, 40.2 K docs, 159.0 MB 77.0s _1es: 8 segs, 117.5 K docs, 467.7 MB 61.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 48.2s _1f6: 8 segs, 121.4 K docs, 483.2 MB 29.3s _1ff: 8 segs, 38.7 K docs, 153.2 MB 12.4s _1fn: 8 segs, 89.3 K docs, 355.0 MB 0.0s _1ft: 13 segs, 48.7 K docs, 192.9 MB 5.0 sec: 226 segments, 26 merges 1407.9s _un: 8 segs, 1189.8 K docs, 4754.1 MB 1277.7s _wz: 8 segs, 174.0 K docs, 693.7 MB 1177.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 926.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 712.9s _161: 8 segs, 88.3 K docs, 351.0 MB 612.1s _17m: 8 segs, 113.2 K docs, 450.4 MB 595.8s _17u: 8 segs, 78.5 K docs, 311.9 MB 547.1s _18j: 8 segs, 181.0 K docs, 721.6 MB 514.1s _190: 8 segs, 73.3 K docs, 291.1 MB 483.3s _19h: 8 segs, 176.0 K docs, 701.4 MB 437.5s _1a6: 8 segs, 144.2 K docs, 574.5 MB 426.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 412.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 221.7s _1d2: 8 segs, 72.5 K docs, 288.3 MB 201.3s _1d9: 8 segs, 107.0 K docs, 425.6 MB 183.2s _1dg: 8 segs, 112.4 K docs, 447.3 MB 143.1s _1dw: 8 segs, 112.3 K docs, 446.8 MB 126.3s _1e4: 8 segs, 73.1 K docs, 290.3 MB 112.8s _1ec: 8 segs, 71.5 K docs, 284.0 MB 94.1s _1el: 8 segs, 40.2 K docs, 159.0 MB 82.0s _1es: 8 segs, 117.5 K docs, 467.7 MB 66.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 53.2s _1f6: 8 segs, 121.4 K docs, 483.2 MB 34.4s _1ff: 8 segs, 38.7 K docs, 153.2 MB 17.4s _1fn: 8 segs, 89.3 K docs, 355.0 MB 5.0s _1ft: 13 segs, 48.7 K docs, 192.9 MB 10.0 sec: 226 segments, 26 merges 1412.9s _un: 8 segs, 1189.8 K docs, 4754.1 MB 1282.7s _wz: 8 segs, 174.0 K docs, 693.7 MB 1182.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 931.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 718.0s _161: 8 segs, 88.3 K docs, 351.0 MB 617.1s _17m: 8 segs, 113.2 K docs, 450.4 MB 600.8s _17u: 8 segs, 78.5 K docs, 311.9 MB 552.1s _18j: 8 segs, 181.0 K docs, 721.6 MB 519.1s _190: 8 segs, 73.3 K docs, 291.1 MB 488.3s _19h: 8 segs, 176.0 K docs, 701.4 MB 442.5s _1a6: 8 segs, 144.2 K docs, 574.5 MB 431.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 417.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 226.7s _1d2: 8 segs, 72.5 K docs, 288.3 MB 206.3s _1d9: 8 segs, 107.0 K docs, 425.6 MB 188.2s _1dg: 8 segs, 112.4 K docs, 447.3 MB 148.2s _1dw: 8 segs, 112.3 K docs, 446.8 MB 131.3s _1e4: 8 segs, 73.1 K docs, 290.3 MB 117.8s _1ec: 8 segs, 71.5 K docs, 284.0 MB 99.1s _1el: 8 segs, 40.2 K docs, 159.0 MB 87.0s _1es: 8 segs, 117.5 K docs, 467.7 MB 71.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 58.2s _1f6: 8 segs, 121.4 K docs, 483.2 MB 39.4s _1ff: 8 segs, 38.7 K docs, 153.2 MB 22.4s _1fn: 8 segs, 89.3 K docs, 355.0 MB 10.0s _1ft: 13 segs, 48.7 K docs, 192.9 MB 15.0 sec: 219 segments, 25 merges 1417.9s _un: 8 segs, 1189.8 K docs, 4754.1 MB 1187.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 936.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 723.0s _161: 8 segs, 88.3 K docs, 351.0 MB 622.1s _17m: 8 segs, 113.2 K docs, 450.4 MB 605.8s _17u: 8 segs, 78.5 K docs, 311.9 MB 557.1s _18j: 8 segs, 181.0 K docs, 721.6 MB 524.1s _190: 8 segs, 73.3 K docs, 291.1 MB 493.3s _19h: 8 segs, 176.0 K docs, 701.4 MB 447.5s _1a6: 8 segs, 144.2 K docs, 574.5 MB 436.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 422.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 231.7s _1d2: 8 segs, 72.5 K docs, 288.3 MB 211.3s _1d9: 8 segs, 107.0 K docs, 425.6 MB 193.3s _1dg: 8 segs, 112.4 K docs, 447.3 MB 153.2s _1dw: 8 segs, 112.3 K docs, 446.8 MB 136.3s _1e4: 8 segs, 73.1 K docs, 290.3 MB 122.8s _1ec: 8 segs, 71.5 K docs, 284.0 MB 104.1s _1el: 8 segs, 40.2 K docs, 159.0 MB 92.0s _1es: 8 segs, 117.5 K docs, 467.7 MB 76.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 63.2s _1f6: 8 segs, 121.4 K docs, 483.2 MB 44.4s _1ff: 8 segs, 38.7 K docs, 153.2 MB 27.4s _1fn: 8 segs, 89.3 K docs, 355.0 MB 15.0s _1ft: 13 segs, 48.7 K docs, 192.9 MB 20.0 sec: 212 segments, 24 merges 1192.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 941.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 728.0s _161: 8 segs, 88.3 K docs, 351.0 MB 627.2s _17m: 8 segs, 113.2 K docs, 450.4 MB 610.8s _17u: 8 segs, 78.5 K docs, 311.9 MB 562.1s _18j: 8 segs, 181.0 K docs, 721.6 MB 529.1s _190: 8 segs, 73.3 K docs, 291.1 MB 498.3s _19h: 8 segs, 176.0 K docs, 701.4 MB 452.5s _1a6: 8 segs, 144.2 K docs, 574.5 MB 441.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 427.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 236.7s _1d2: 8 segs, 72.5 K docs, 288.3 MB 216.3s _1d9: 8 segs, 107.0 K docs, 425.6 MB 198.3s _1dg: 8 segs, 112.4 K docs, 447.3 MB 158.2s _1dw: 8 segs, 112.3 K docs, 446.8 MB 141.3s _1e4: 8 segs, 73.1 K docs, 290.3 MB 127.8s _1ec: 8 segs, 71.5 K docs, 284.0 MB 109.1s _1el: 8 segs, 40.2 K docs, 159.0 MB 97.1s _1es: 8 segs, 117.5 K docs, 467.7 MB 81.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 68.2s _1f6: 8 segs, 121.4 K docs, 483.2 MB 49.4s _1ff: 8 segs, 38.7 K docs, 153.2 MB 32.4s _1fn: 8 segs, 89.3 K docs, 355.0 MB 20.0s _1ft: 13 segs, 48.7 K docs, 192.9 MB 25.0 sec: 212 segments, 24 merges 1197.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 946.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 733.0s _161: 8 segs, 88.3 K docs, 351.0 MB 632.2s _17m: 8 segs, 113.2 K docs, 450.4 MB 615.8s _17u: 8 segs, 78.5 K docs, 311.9 MB 567.1s _18j: 8 segs, 181.0 K docs, 721.6 MB 534.2s _190: 8 segs, 73.3 K docs, 291.1 MB 503.4s _19h: 8 segs, 176.0 K docs, 701.4 MB 457.5s _1a6: 8 segs, 144.2 K docs, 574.5 MB 446.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 432.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 241.7s _1d2: 8 segs, 72.5 K docs, 288.3 MB 221.3s _1d9: 8 segs, 107.0 K docs, 425.6 MB 203.3s _1dg: 8 segs, 112.4 K docs, 447.3 MB 163.2s _1dw: 8 segs, 112.3 K docs, 446.8 MB 146.3s _1e4: 8 segs, 73.1 K docs, 290.3 MB 132.8s _1ec: 8 segs, 71.5 K docs, 284.0 MB 114.1s _1el: 8 segs, 40.2 K docs, 159.0 MB 102.1s _1es: 8 segs, 117.5 K docs, 467.7 MB 86.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 73.3s _1f6: 8 segs, 121.4 K docs, 483.2 MB 54.4s _1ff: 8 segs, 38.7 K docs, 153.2 MB 37.4s _1fn: 8 segs, 89.3 K docs, 355.0 MB 25.0s _1ft: 13 segs, 48.7 K docs, 192.9 MB 30.1 sec: 212 segments, 24 merges 1202.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 951.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 738.0s _161: 8 segs, 88.3 K docs, 351.0 MB 637.2s _17m: 8 segs, 113.2 K docs, 450.4 MB 620.9s _17u: 8 segs, 78.5 K docs, 311.9 MB 572.2s _18j: 8 segs, 181.0 K docs, 721.6 MB 539.2s _190: 8 segs, 73.3 K docs, 291.1 MB 508.4s _19h: 8 segs, 176.0 K docs, 701.4 MB 462.5s _1a6: 8 segs, 144.2 K docs, 574.5 MB 451.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 437.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 246.7s _1d2: 8 segs, 72.5 K docs, 288.3 MB 226.3s _1d9: 8 segs, 107.0 K docs, 425.6 MB 208.3s _1dg: 8 segs, 112.4 K docs, 447.3 MB 168.2s _1dw: 8 segs, 112.3 K docs, 446.8 MB 151.4s _1e4: 8 segs, 73.1 K docs, 290.3 MB 137.8s _1ec: 8 segs, 71.5 K docs, 284.0 MB 119.1s _1el: 8 segs, 40.2 K docs, 159.0 MB 107.1s _1es: 8 segs, 117.5 K docs, 467.7 MB 91.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 78.3s _1f6: 8 segs, 121.4 K docs, 483.2 MB 59.4s _1ff: 8 segs, 38.7 K docs, 153.2 MB 42.4s _1fn: 8 segs, 89.3 K docs, 355.0 MB 30.1s _1ft: 13 segs, 48.7 K docs, 192.9 MB 35.1 sec: 212 segments, 24 merges 1207.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 956.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 743.0s _161: 8 segs, 88.3 K docs, 351.0 MB 642.2s _17m: 8 segs, 113.2 K docs, 450.4 MB 625.9s _17u: 8 segs, 78.5 K docs, 311.9 MB 577.2s _18j: 8 segs, 181.0 K docs, 721.6 MB 544.2s _190: 8 segs, 73.3 K docs, 291.1 MB 513.4s _19h: 8 segs, 176.0 K docs, 701.4 MB 467.5s _1a6: 8 segs, 144.2 K docs, 574.5 MB 456.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 442.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 251.7s _1d2: 8 segs, 72.5 K docs, 288.3 MB 231.3s _1d9: 8 segs, 107.0 K docs, 425.6 MB 213.3s _1dg: 8 segs, 112.4 K docs, 447.3 MB 173.2s _1dw: 8 segs, 112.3 K docs, 446.8 MB 156.4s _1e4: 8 segs, 73.1 K docs, 290.3 MB 142.8s _1ec: 8 segs, 71.5 K docs, 284.0 MB 124.2s _1el: 8 segs, 40.2 K docs, 159.0 MB 112.1s _1es: 8 segs, 117.5 K docs, 467.7 MB 96.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 83.3s _1f6: 8 segs, 121.4 K docs, 483.2 MB 64.4s _1ff: 8 segs, 38.7 K docs, 153.2 MB 47.5s _1fn: 8 segs, 89.3 K docs, 355.0 MB 35.1s _1ft: 13 segs, 48.7 K docs, 192.9 MB 40.1 sec: 212 segments, 24 merges 1212.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 961.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 748.0s _161: 8 segs, 88.3 K docs, 351.0 MB 647.2s _17m: 8 segs, 113.2 K docs, 450.4 MB 630.9s _17u: 8 segs, 78.5 K docs, 311.9 MB 582.2s _18j: 8 segs, 181.0 K docs, 721.6 MB 549.2s _190: 8 segs, 73.3 K docs, 291.1 MB 518.4s _19h: 8 segs, 176.0 K docs, 701.4 MB 472.6s _1a6: 8 segs, 144.2 K docs, 574.5 MB 461.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 447.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 256.7s _1d2: 8 segs, 72.5 K docs, 288.3 MB 236.4s _1d9: 8 segs, 107.0 K docs, 425.6 MB 218.3s _1dg: 8 segs, 112.4 K docs, 447.3 MB 178.2s _1dw: 8 segs, 112.3 K docs, 446.8 MB 161.4s _1e4: 8 segs, 73.1 K docs, 290.3 MB 147.8s _1ec: 8 segs, 71.5 K docs, 284.0 MB 129.2s _1el: 8 segs, 40.2 K docs, 159.0 MB 117.1s _1es: 8 segs, 117.5 K docs, 467.7 MB 101.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 88.3s _1f6: 8 segs, 121.4 K docs, 483.2 MB 69.4s _1ff: 8 segs, 38.7 K docs, 153.2 MB 52.5s _1fn: 8 segs, 89.3 K docs, 355.0 MB 40.1s _1ft: 13 segs, 48.7 K docs, 192.9 MB 45.0 sec: 205 segments, 23 merges 1217.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 966.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 753.0s _161: 8 segs, 88.3 K docs, 351.0 MB 652.1s _17m: 8 segs, 113.2 K docs, 450.4 MB 635.8s _17u: 8 segs, 78.5 K docs, 311.9 MB 587.1s _18j: 8 segs, 181.0 K docs, 721.6 MB 554.1s _190: 8 segs, 73.3 K docs, 291.1 MB 523.3s _19h: 8 segs, 176.0 K docs, 701.4 MB 477.5s _1a6: 8 segs, 144.2 K docs, 574.5 MB 466.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 452.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 261.7s _1d2: 8 segs, 72.5 K docs, 288.3 MB 241.3s _1d9: 8 segs, 107.0 K docs, 425.6 MB 223.3s _1dg: 8 segs, 112.4 K docs, 447.3 MB 183.2s _1dw: 8 segs, 112.3 K docs, 446.8 MB 166.3s _1e4: 8 segs, 73.1 K docs, 290.3 MB 152.8s _1ec: 8 segs, 71.5 K docs, 284.0 MB 122.0s _1es: 8 segs, 117.5 K docs, 467.7 MB 106.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 93.2s _1f6: 8 segs, 121.4 K docs, 483.2 MB 74.4s _1ff: 8 segs, 38.7 K docs, 153.2 MB 57.4s _1fn: 8 segs, 89.3 K docs, 355.0 MB 45.0s _1ft: 13 segs, 48.7 K docs, 192.9 MB 50.0 sec: 205 segments, 23 merges 1222.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 971.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 758.0s _161: 8 segs, 88.3 K docs, 351.0 MB 657.2s _17m: 8 segs, 113.2 K docs, 450.4 MB 640.8s _17u: 8 segs, 78.5 K docs, 311.9 MB 592.1s _18j: 8 segs, 181.0 K docs, 721.6 MB 559.1s _190: 8 segs, 73.3 K docs, 291.1 MB 528.3s _19h: 8 segs, 176.0 K docs, 701.4 MB 482.5s _1a6: 8 segs, 144.2 K docs, 574.5 MB 471.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 457.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 266.7s _1d2: 8 segs, 72.5 K docs, 288.3 MB 246.3s _1d9: 8 segs, 107.0 K docs, 425.6 MB 228.3s _1dg: 8 segs, 112.4 K docs, 447.3 MB 188.2s _1dw: 8 segs, 112.3 K docs, 446.8 MB 171.3s _1e4: 8 segs, 73.1 K docs, 290.3 MB 157.8s _1ec: 8 segs, 71.5 K docs, 284.0 MB 127.1s _1es: 8 segs, 117.5 K docs, 467.7 MB 111.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 98.2s _1f6: 8 segs, 121.4 K docs, 483.2 MB 79.4s _1ff: 8 segs, 38.7 K docs, 153.2 MB 62.4s _1fn: 8 segs, 89.3 K docs, 355.0 MB 50.0s _1ft: 13 segs, 48.7 K docs, 192.9 MB 55.1 sec: 205 segments, 23 merges 1227.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 976.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 763.0s _161: 8 segs, 88.3 K docs, 351.0 MB 662.2s _17m: 8 segs, 113.2 K docs, 450.4 MB 645.9s _17u: 8 segs, 78.5 K docs, 311.9 MB 597.2s _18j: 8 segs, 181.0 K docs, 721.6 MB 564.2s _190: 8 segs, 73.3 K docs, 291.1 MB 533.4s _19h: 8 segs, 176.0 K docs, 701.4 MB 487.5s _1a6: 8 segs, 144.2 K docs, 574.5 MB 476.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 462.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 271.7s _1d2: 8 segs, 72.5 K docs, 288.3 MB 251.3s _1d9: 8 segs, 107.0 K docs, 425.6 MB 233.3s _1dg: 8 segs, 112.4 K docs, 447.3 MB 193.2s _1dw: 8 segs, 112.3 K docs, 446.8 MB 176.4s _1e4: 8 segs, 73.1 K docs, 290.3 MB 162.8s _1ec: 8 segs, 71.5 K docs, 284.0 MB 132.1s _1es: 8 segs, 117.5 K docs, 467.7 MB 116.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 103.3s _1f6: 8 segs, 121.4 K docs, 483.2 MB 84.4s _1ff: 8 segs, 38.7 K docs, 153.2 MB 67.4s _1fn: 8 segs, 89.3 K docs, 355.0 MB 55.1s _1ft: 13 segs, 48.7 K docs, 192.9 MB 60.1 sec: 198 segments, 22 merges 1232.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 981.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 768.0s _161: 8 segs, 88.3 K docs, 351.0 MB 667.2s _17m: 8 segs, 113.2 K docs, 450.4 MB 650.9s _17u: 8 segs, 78.5 K docs, 311.9 MB 602.2s _18j: 8 segs, 181.0 K docs, 721.6 MB 569.2s _190: 8 segs, 73.3 K docs, 291.1 MB 538.4s _19h: 8 segs, 176.0 K docs, 701.4 MB 492.5s _1a6: 8 segs, 144.2 K docs, 574.5 MB 481.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 467.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 276.7s _1d2: 8 segs, 72.5 K docs, 288.3 MB 256.3s _1d9: 8 segs, 107.0 K docs, 425.6 MB 238.3s _1dg: 8 segs, 112.4 K docs, 447.3 MB 198.2s _1dw: 8 segs, 112.3 K docs, 446.8 MB 181.4s _1e4: 8 segs, 73.1 K docs, 290.3 MB 137.1s _1es: 8 segs, 117.5 K docs, 467.7 MB 121.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 108.3s _1f6: 8 segs, 121.4 K docs, 483.2 MB 89.4s _1ff: 8 segs, 38.7 K docs, 153.2 MB 72.5s _1fn: 8 segs, 89.3 K docs, 355.0 MB 60.1s _1ft: 13 segs, 48.7 K docs, 192.9 MB 65.1 sec: 198 segments, 22 merges 1237.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 986.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 773.0s _161: 8 segs, 88.3 K docs, 351.0 MB 672.2s _17m: 8 segs, 113.2 K docs, 450.4 MB 655.9s _17u: 8 segs, 78.5 K docs, 311.9 MB 607.2s _18j: 8 segs, 181.0 K docs, 721.6 MB 574.2s _190: 8 segs, 73.3 K docs, 291.1 MB 543.4s _19h: 8 segs, 176.0 K docs, 701.4 MB 497.6s _1a6: 8 segs, 144.2 K docs, 574.5 MB 486.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 472.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 281.7s _1d2: 8 segs, 72.5 K docs, 288.3 MB 261.4s _1d9: 8 segs, 107.0 K docs, 425.6 MB 243.3s _1dg: 8 segs, 112.4 K docs, 447.3 MB 203.2s _1dw: 8 segs, 112.3 K docs, 446.8 MB 186.4s _1e4: 8 segs, 73.1 K docs, 290.3 MB 142.1s _1es: 8 segs, 117.5 K docs, 467.7 MB 126.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 113.3s _1f6: 8 segs, 121.4 K docs, 483.2 MB 94.4s _1ff: 8 segs, 38.7 K docs, 153.2 MB 77.5s _1fn: 8 segs, 89.3 K docs, 355.0 MB 65.1s _1ft: 13 segs, 48.7 K docs, 192.9 MB 70.1 sec: 198 segments, 22 merges 1242.4s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 991.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 778.0s _161: 8 segs, 88.3 K docs, 351.0 MB 677.2s _17m: 8 segs, 113.2 K docs, 450.4 MB 660.9s _17u: 8 segs, 78.5 K docs, 311.9 MB 612.2s _18j: 8 segs, 181.0 K docs, 721.6 MB 579.2s _190: 8 segs, 73.3 K docs, 291.1 MB 548.4s _19h: 8 segs, 176.0 K docs, 701.4 MB 502.6s _1a6: 8 segs, 144.2 K docs, 574.5 MB 491.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 477.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 286.7s _1d2: 8 segs, 72.5 K docs, 288.3 MB 266.4s _1d9: 8 segs, 107.0 K docs, 425.6 MB 248.3s _1dg: 8 segs, 112.4 K docs, 447.3 MB 208.2s _1dw: 8 segs, 112.3 K docs, 446.8 MB 191.4s _1e4: 8 segs, 73.1 K docs, 290.3 MB 147.1s _1es: 8 segs, 117.5 K docs, 467.7 MB 131.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 118.3s _1f6: 8 segs, 121.4 K docs, 483.2 MB 99.4s _1ff: 8 segs, 38.7 K docs, 153.2 MB 82.5s _1fn: 8 segs, 89.3 K docs, 355.0 MB 70.1s _1ft: 13 segs, 48.7 K docs, 192.9 MB 75.1 sec: 191 segments, 21 merges 1247.4s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 996.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 783.0s _161: 8 segs, 88.3 K docs, 351.0 MB 682.2s _17m: 8 segs, 113.2 K docs, 450.4 MB 665.9s _17u: 8 segs, 78.5 K docs, 311.9 MB 617.2s _18j: 8 segs, 181.0 K docs, 721.6 MB 584.2s _190: 8 segs, 73.3 K docs, 291.1 MB 553.4s _19h: 8 segs, 176.0 K docs, 701.4 MB 507.6s _1a6: 8 segs, 144.2 K docs, 574.5 MB 496.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 482.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 291.7s _1d2: 8 segs, 72.5 K docs, 288.3 MB 271.4s _1d9: 8 segs, 107.0 K docs, 425.6 MB 253.3s _1dg: 8 segs, 112.4 K docs, 447.3 MB 213.2s _1dw: 8 segs, 112.3 K docs, 446.8 MB 196.4s _1e4: 8 segs, 73.1 K docs, 290.3 MB 152.1s _1es: 8 segs, 117.5 K docs, 467.7 MB 136.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 123.3s _1f6: 8 segs, 121.4 K docs, 483.2 MB 104.4s _1ff: 8 segs, 38.7 K docs, 153.2 MB 75.1s _1ft: 13 segs, 48.7 K docs, 192.9 MB 80.1 sec: 191 segments, 21 merges 1252.4s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1001.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 788.0s _161: 8 segs, 88.3 K docs, 351.0 MB 687.2s _17m: 8 segs, 113.2 K docs, 450.4 MB 670.9s _17u: 8 segs, 78.5 K docs, 311.9 MB 622.2s _18j: 8 segs, 181.0 K docs, 721.6 MB 589.2s _190: 8 segs, 73.3 K docs, 291.1 MB 558.4s _19h: 8 segs, 176.0 K docs, 701.4 MB 512.6s _1a6: 8 segs, 144.2 K docs, 574.5 MB 501.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 487.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 296.7s _1d2: 8 segs, 72.5 K docs, 288.3 MB 276.4s _1d9: 8 segs, 107.0 K docs, 425.6 MB 258.3s _1dg: 8 segs, 112.4 K docs, 447.3 MB 218.2s _1dw: 8 segs, 112.3 K docs, 446.8 MB 201.4s _1e4: 8 segs, 73.1 K docs, 290.3 MB 157.1s _1es: 8 segs, 117.5 K docs, 467.7 MB 141.6s _1ez: 8 segs, 120.4 K docs, 479.1 MB 128.3s _1f6: 8 segs, 121.4 K docs, 483.2 MB 109.4s _1ff: 8 segs, 38.7 K docs, 153.2 MB 80.1s _1ft: 13 segs, 48.7 K docs, 192.9 MB 85.0 sec: 191 segments, 21 merges 1257.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1006.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 792.9s _161: 8 segs, 88.3 K docs, 351.0 MB 692.1s _17m: 8 segs, 113.2 K docs, 450.4 MB 675.8s _17u: 8 segs, 78.5 K docs, 311.9 MB 627.1s _18j: 8 segs, 181.0 K docs, 721.6 MB 594.1s _190: 8 segs, 73.3 K docs, 291.1 MB 563.3s _19h: 8 segs, 176.0 K docs, 701.4 MB 517.5s _1a6: 8 segs, 144.2 K docs, 574.5 MB 506.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 492.5s _1al: 8 segs, 354.4 K docs, 1414.3 MB 301.6s _1d2: 8 segs, 72.5 K docs, 288.3 MB 281.3s _1d9: 8 segs, 107.0 K docs, 425.6 MB 263.2s _1dg: 8 segs, 112.4 K docs, 447.3 MB 223.1s _1dw: 8 segs, 112.3 K docs, 446.8 MB 206.3s _1e4: 8 segs, 73.1 K docs, 290.3 MB 162.0s _1es: 8 segs, 117.5 K docs, 467.7 MB 146.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 133.2s _1f6: 8 segs, 121.4 K docs, 483.2 MB 114.3s _1ff: 8 segs, 38.7 K docs, 153.2 MB 85.0s _1ft: 13 segs, 48.7 K docs, 192.9 MB 90.0 sec: 191 segments, 21 merges 1262.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1011.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 797.9s _161: 8 segs, 88.3 K docs, 351.0 MB 697.1s _17m: 8 segs, 113.2 K docs, 450.4 MB 680.8s _17u: 8 segs, 78.5 K docs, 311.9 MB 632.1s _18j: 8 segs, 181.0 K docs, 721.6 MB 599.1s _190: 8 segs, 73.3 K docs, 291.1 MB 568.3s _19h: 8 segs, 176.0 K docs, 701.4 MB 522.5s _1a6: 8 segs, 144.2 K docs, 574.5 MB 511.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 497.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 306.6s _1d2: 8 segs, 72.5 K docs, 288.3 MB 286.3s _1d9: 8 segs, 107.0 K docs, 425.6 MB 268.2s _1dg: 8 segs, 112.4 K docs, 447.3 MB 228.1s _1dw: 8 segs, 112.3 K docs, 446.8 MB 211.3s _1e4: 8 segs, 73.1 K docs, 290.3 MB 167.0s _1es: 8 segs, 117.5 K docs, 467.7 MB 151.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 138.2s _1f6: 8 segs, 121.4 K docs, 483.2 MB 119.3s _1ff: 8 segs, 38.7 K docs, 153.2 MB 90.0s _1ft: 13 segs, 48.7 K docs, 192.9 MB 95.0 sec: 191 segments, 21 merges 1267.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1016.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 802.9s _161: 8 segs, 88.3 K docs, 351.0 MB 702.1s _17m: 8 segs, 113.2 K docs, 450.4 MB 685.8s _17u: 8 segs, 78.5 K docs, 311.9 MB 637.1s _18j: 8 segs, 181.0 K docs, 721.6 MB 604.1s _190: 8 segs, 73.3 K docs, 291.1 MB 573.3s _19h: 8 segs, 176.0 K docs, 701.4 MB 527.5s _1a6: 8 segs, 144.2 K docs, 574.5 MB 516.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 502.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 311.7s _1d2: 8 segs, 72.5 K docs, 288.3 MB 291.3s _1d9: 8 segs, 107.0 K docs, 425.6 MB 273.2s _1dg: 8 segs, 112.4 K docs, 447.3 MB 233.2s _1dw: 8 segs, 112.3 K docs, 446.8 MB 216.3s _1e4: 8 segs, 73.1 K docs, 290.3 MB 172.0s _1es: 8 segs, 117.5 K docs, 467.7 MB 156.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 143.2s _1f6: 8 segs, 121.4 K docs, 483.2 MB 124.4s _1ff: 8 segs, 38.7 K docs, 153.2 MB 95.0s _1ft: 13 segs, 48.7 K docs, 192.9 MB 100.0 sec: 191 segments, 21 merges 1272.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1021.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 808.0s _161: 8 segs, 88.3 K docs, 351.0 MB 707.1s _17m: 8 segs, 113.2 K docs, 450.4 MB 690.8s _17u: 8 segs, 78.5 K docs, 311.9 MB 642.1s _18j: 8 segs, 181.0 K docs, 721.6 MB 609.1s _190: 8 segs, 73.3 K docs, 291.1 MB 578.3s _19h: 8 segs, 176.0 K docs, 701.4 MB 532.5s _1a6: 8 segs, 144.2 K docs, 574.5 MB 521.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 507.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 316.7s _1d2: 8 segs, 72.5 K docs, 288.3 MB 296.3s _1d9: 8 segs, 107.0 K docs, 425.6 MB 278.2s _1dg: 8 segs, 112.4 K docs, 447.3 MB 238.2s _1dw: 8 segs, 112.3 K docs, 446.8 MB 221.3s _1e4: 8 segs, 73.1 K docs, 290.3 MB 177.0s _1es: 8 segs, 117.5 K docs, 467.7 MB 161.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 148.2s _1f6: 8 segs, 121.4 K docs, 483.2 MB 129.4s _1ff: 8 segs, 38.7 K docs, 153.2 MB 100.0s _1ft: 13 segs, 48.7 K docs, 192.9 MB 105.0 sec: 191 segments, 21 merges 1277.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1026.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 813.0s _161: 8 segs, 88.3 K docs, 351.0 MB 712.1s _17m: 8 segs, 113.2 K docs, 450.4 MB 695.8s _17u: 8 segs, 78.5 K docs, 311.9 MB 647.1s _18j: 8 segs, 181.0 K docs, 721.6 MB 614.1s _190: 8 segs, 73.3 K docs, 291.1 MB 583.3s _19h: 8 segs, 176.0 K docs, 701.4 MB 537.5s _1a6: 8 segs, 144.2 K docs, 574.5 MB 526.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 512.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 321.7s _1d2: 8 segs, 72.5 K docs, 288.3 MB 301.3s _1d9: 8 segs, 107.0 K docs, 425.6 MB 283.3s _1dg: 8 segs, 112.4 K docs, 447.3 MB 243.2s _1dw: 8 segs, 112.3 K docs, 446.8 MB 226.3s _1e4: 8 segs, 73.1 K docs, 290.3 MB 182.0s _1es: 8 segs, 117.5 K docs, 467.7 MB 166.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 153.2s _1f6: 8 segs, 121.4 K docs, 483.2 MB 134.4s _1ff: 8 segs, 38.7 K docs, 153.2 MB 105.0s _1ft: 13 segs, 48.7 K docs, 192.9 MB 110.0 sec: 191 segments, 21 merges 1282.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1031.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 818.0s _161: 8 segs, 88.3 K docs, 351.0 MB 717.2s _17m: 8 segs, 113.2 K docs, 450.4 MB 700.8s _17u: 8 segs, 78.5 K docs, 311.9 MB 652.1s _18j: 8 segs, 181.0 K docs, 721.6 MB 619.1s _190: 8 segs, 73.3 K docs, 291.1 MB 588.3s _19h: 8 segs, 176.0 K docs, 701.4 MB 542.5s _1a6: 8 segs, 144.2 K docs, 574.5 MB 531.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 517.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 326.7s _1d2: 8 segs, 72.5 K docs, 288.3 MB 306.3s _1d9: 8 segs, 107.0 K docs, 425.6 MB 288.3s _1dg: 8 segs, 112.4 K docs, 447.3 MB 248.2s _1dw: 8 segs, 112.3 K docs, 446.8 MB 231.3s _1e4: 8 segs, 73.1 K docs, 290.3 MB 187.1s _1es: 8 segs, 117.5 K docs, 467.7 MB 171.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 158.2s _1f6: 8 segs, 121.4 K docs, 483.2 MB 139.4s _1ff: 8 segs, 38.7 K docs, 153.2 MB 110.0s _1ft: 13 segs, 48.7 K docs, 192.9 MB 115.0 sec: 184 segments, 20 merges 1287.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1036.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 823.0s _161: 8 segs, 88.3 K docs, 351.0 MB 722.2s _17m: 8 segs, 113.2 K docs, 450.4 MB 705.8s _17u: 8 segs, 78.5 K docs, 311.9 MB 657.1s _18j: 8 segs, 181.0 K docs, 721.6 MB 624.2s _190: 8 segs, 73.3 K docs, 291.1 MB 593.4s _19h: 8 segs, 176.0 K docs, 701.4 MB 547.5s _1a6: 8 segs, 144.2 K docs, 574.5 MB 536.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 522.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 331.7s _1d2: 8 segs, 72.5 K docs, 288.3 MB 311.3s _1d9: 8 segs, 107.0 K docs, 425.6 MB 293.3s _1dg: 8 segs, 112.4 K docs, 447.3 MB 253.2s _1dw: 8 segs, 112.3 K docs, 446.8 MB 236.3s _1e4: 8 segs, 73.1 K docs, 290.3 MB 192.1s _1es: 8 segs, 117.5 K docs, 467.7 MB 176.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 163.3s _1f6: 8 segs, 121.4 K docs, 483.2 MB 115.0s _1ft: 13 segs, 48.7 K docs, 192.9 MB 120.1 sec: 184 segments, 20 merges 1292.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1041.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 828.0s _161: 8 segs, 88.3 K docs, 351.0 MB 727.2s _17m: 8 segs, 113.2 K docs, 450.4 MB 710.9s _17u: 8 segs, 78.5 K docs, 311.9 MB 662.2s _18j: 8 segs, 181.0 K docs, 721.6 MB 629.2s _190: 8 segs, 73.3 K docs, 291.1 MB 598.4s _19h: 8 segs, 176.0 K docs, 701.4 MB 552.5s _1a6: 8 segs, 144.2 K docs, 574.5 MB 541.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 527.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 336.7s _1d2: 8 segs, 72.5 K docs, 288.3 MB 316.3s _1d9: 8 segs, 107.0 K docs, 425.6 MB 298.3s _1dg: 8 segs, 112.4 K docs, 447.3 MB 258.2s _1dw: 8 segs, 112.3 K docs, 446.8 MB 241.4s _1e4: 8 segs, 73.1 K docs, 290.3 MB 197.1s _1es: 8 segs, 117.5 K docs, 467.7 MB 181.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 168.3s _1f6: 8 segs, 121.4 K docs, 483.2 MB 120.1s _1ft: 13 segs, 48.7 K docs, 192.9 MB 125.1 sec: 184 segments, 20 merges 1297.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1046.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 833.0s _161: 8 segs, 88.3 K docs, 351.0 MB 732.2s _17m: 8 segs, 113.2 K docs, 450.4 MB 715.9s _17u: 8 segs, 78.5 K docs, 311.9 MB 667.2s _18j: 8 segs, 181.0 K docs, 721.6 MB 634.2s _190: 8 segs, 73.3 K docs, 291.1 MB 603.4s _19h: 8 segs, 176.0 K docs, 701.4 MB 557.5s _1a6: 8 segs, 144.2 K docs, 574.5 MB 546.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 532.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 341.7s _1d2: 8 segs, 72.5 K docs, 288.3 MB 321.3s _1d9: 8 segs, 107.0 K docs, 425.6 MB 303.3s _1dg: 8 segs, 112.4 K docs, 447.3 MB 263.2s _1dw: 8 segs, 112.3 K docs, 446.8 MB 246.4s _1e4: 8 segs, 73.1 K docs, 290.3 MB 202.1s _1es: 8 segs, 117.5 K docs, 467.7 MB 186.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 173.3s _1f6: 8 segs, 121.4 K docs, 483.2 MB 125.1s _1ft: 13 segs, 48.7 K docs, 192.9 MB 130.1 sec: 177 segments, 20 merges 1302.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1051.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 838.0s _161: 8 segs, 88.3 K docs, 351.0 MB 737.2s _17m: 8 segs, 113.2 K docs, 450.4 MB 720.9s _17u: 8 segs, 78.5 K docs, 311.9 MB 672.2s _18j: 8 segs, 181.0 K docs, 721.6 MB 608.4s _19h: 8 segs, 176.0 K docs, 701.4 MB 562.6s _1a6: 8 segs, 144.2 K docs, 574.5 MB 551.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 537.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 346.7s _1d2: 8 segs, 72.5 K docs, 288.3 MB 326.4s _1d9: 8 segs, 107.0 K docs, 425.6 MB 308.3s _1dg: 8 segs, 112.4 K docs, 447.3 MB 268.2s _1dw: 8 segs, 112.3 K docs, 446.8 MB 251.4s _1e4: 8 segs, 73.1 K docs, 290.3 MB 207.1s _1es: 8 segs, 117.5 K docs, 467.7 MB 191.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 178.3s _1f6: 8 segs, 121.4 K docs, 483.2 MB 130.1s _1ft: 13 segs, 48.7 K docs, 192.9 MB 1.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 135.1 sec: 170 segments, 19 merges 1307.4s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1056.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 742.2s _17m: 8 segs, 113.2 K docs, 450.4 MB 725.9s _17u: 8 segs, 78.5 K docs, 311.9 MB 677.2s _18j: 8 segs, 181.0 K docs, 721.6 MB 613.4s _19h: 8 segs, 176.0 K docs, 701.4 MB 567.6s _1a6: 8 segs, 144.2 K docs, 574.5 MB 556.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 542.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 351.7s _1d2: 8 segs, 72.5 K docs, 288.3 MB 331.4s _1d9: 8 segs, 107.0 K docs, 425.6 MB 313.3s _1dg: 8 segs, 112.4 K docs, 447.3 MB 273.2s _1dw: 8 segs, 112.3 K docs, 446.8 MB 256.4s _1e4: 8 segs, 73.1 K docs, 290.3 MB 212.1s _1es: 8 segs, 117.5 K docs, 467.7 MB 196.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 183.3s _1f6: 8 segs, 121.4 K docs, 483.2 MB 135.1s _1ft: 13 segs, 48.7 K docs, 192.9 MB 6.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 140.1 sec: 170 segments, 19 merges 1312.4s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1061.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 747.2s _17m: 8 segs, 113.2 K docs, 450.4 MB 730.9s _17u: 8 segs, 78.5 K docs, 311.9 MB 682.2s _18j: 8 segs, 181.0 K docs, 721.6 MB 618.4s _19h: 8 segs, 176.0 K docs, 701.4 MB 572.6s _1a6: 8 segs, 144.2 K docs, 574.5 MB 561.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 547.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 356.7s _1d2: 8 segs, 72.5 K docs, 288.3 MB 336.4s _1d9: 8 segs, 107.0 K docs, 425.6 MB 318.3s _1dg: 8 segs, 112.4 K docs, 447.3 MB 278.2s _1dw: 8 segs, 112.3 K docs, 446.8 MB 261.4s _1e4: 8 segs, 73.1 K docs, 290.3 MB 217.1s _1es: 8 segs, 117.5 K docs, 467.7 MB 201.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 188.3s _1f6: 8 segs, 121.4 K docs, 483.2 MB 140.1s _1ft: 13 segs, 48.7 K docs, 192.9 MB 11.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 145.1 sec: 170 segments, 19 merges 1317.4s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1066.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 752.2s _17m: 8 segs, 113.2 K docs, 450.4 MB 735.9s _17u: 8 segs, 78.5 K docs, 311.9 MB 687.2s _18j: 8 segs, 181.0 K docs, 721.6 MB 623.4s _19h: 8 segs, 176.0 K docs, 701.4 MB 577.6s _1a6: 8 segs, 144.2 K docs, 574.5 MB 566.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 552.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 361.7s _1d2: 8 segs, 72.5 K docs, 288.3 MB 341.4s _1d9: 8 segs, 107.0 K docs, 425.6 MB 323.3s _1dg: 8 segs, 112.4 K docs, 447.3 MB 283.2s _1dw: 8 segs, 112.3 K docs, 446.8 MB 266.4s _1e4: 8 segs, 73.1 K docs, 290.3 MB 222.1s _1es: 8 segs, 117.5 K docs, 467.7 MB 206.6s _1ez: 8 segs, 120.4 K docs, 479.1 MB 193.3s _1f6: 8 segs, 121.4 K docs, 483.2 MB 145.1s _1ft: 13 segs, 48.7 K docs, 192.9 MB 16.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 150.0 sec: 170 segments, 19 merges 1322.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1071.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 757.1s _17m: 8 segs, 113.2 K docs, 450.4 MB 740.8s _17u: 8 segs, 78.5 K docs, 311.9 MB 692.1s _18j: 8 segs, 181.0 K docs, 721.6 MB 628.3s _19h: 8 segs, 176.0 K docs, 701.4 MB 582.5s _1a6: 8 segs, 144.2 K docs, 574.5 MB 571.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 557.5s _1al: 8 segs, 354.4 K docs, 1414.3 MB 366.6s _1d2: 8 segs, 72.5 K docs, 288.3 MB 346.3s _1d9: 8 segs, 107.0 K docs, 425.6 MB 328.2s _1dg: 8 segs, 112.4 K docs, 447.3 MB 288.1s _1dw: 8 segs, 112.3 K docs, 446.8 MB 271.3s _1e4: 8 segs, 73.1 K docs, 290.3 MB 227.0s _1es: 8 segs, 117.5 K docs, 467.7 MB 211.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 198.2s _1f6: 8 segs, 121.4 K docs, 483.2 MB 150.0s _1ft: 13 segs, 48.7 K docs, 192.9 MB 21.0s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 155.0 sec: 170 segments, 19 merges 1327.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1076.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 762.1s _17m: 8 segs, 113.2 K docs, 450.4 MB 745.8s _17u: 8 segs, 78.5 K docs, 311.9 MB 697.1s _18j: 8 segs, 181.0 K docs, 721.6 MB 633.3s _19h: 8 segs, 176.0 K docs, 701.4 MB 587.5s _1a6: 8 segs, 144.2 K docs, 574.5 MB 576.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 562.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 371.7s _1d2: 8 segs, 72.5 K docs, 288.3 MB 351.3s _1d9: 8 segs, 107.0 K docs, 425.6 MB 333.2s _1dg: 8 segs, 112.4 K docs, 447.3 MB 293.2s _1dw: 8 segs, 112.3 K docs, 446.8 MB 276.3s _1e4: 8 segs, 73.1 K docs, 290.3 MB 232.0s _1es: 8 segs, 117.5 K docs, 467.7 MB 216.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 203.2s _1f6: 8 segs, 121.4 K docs, 483.2 MB 155.0s _1ft: 13 segs, 48.7 K docs, 192.9 MB 26.0s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 160.0 sec: 170 segments, 19 merges 1332.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1081.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 767.1s _17m: 8 segs, 113.2 K docs, 450.4 MB 750.8s _17u: 8 segs, 78.5 K docs, 311.9 MB 702.1s _18j: 8 segs, 181.0 K docs, 721.6 MB 638.3s _19h: 8 segs, 176.0 K docs, 701.4 MB 592.5s _1a6: 8 segs, 144.2 K docs, 574.5 MB 581.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 567.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 376.7s _1d2: 8 segs, 72.5 K docs, 288.3 MB 356.3s _1d9: 8 segs, 107.0 K docs, 425.6 MB 338.2s _1dg: 8 segs, 112.4 K docs, 447.3 MB 298.2s _1dw: 8 segs, 112.3 K docs, 446.8 MB 281.3s _1e4: 8 segs, 73.1 K docs, 290.3 MB 237.0s _1es: 8 segs, 117.5 K docs, 467.7 MB 221.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 208.2s _1f6: 8 segs, 121.4 K docs, 483.2 MB 160.0s _1ft: 13 segs, 48.7 K docs, 192.9 MB 31.0s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 165.0 sec: 163 segments, 18 merges 1337.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1086.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 772.1s _17m: 8 segs, 113.2 K docs, 450.4 MB 707.1s _18j: 8 segs, 181.0 K docs, 721.6 MB 643.3s _19h: 8 segs, 176.0 K docs, 701.4 MB 597.5s _1a6: 8 segs, 144.2 K docs, 574.5 MB 586.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 572.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 381.7s _1d2: 8 segs, 72.5 K docs, 288.3 MB 361.3s _1d9: 8 segs, 107.0 K docs, 425.6 MB 343.3s _1dg: 8 segs, 112.4 K docs, 447.3 MB 303.2s _1dw: 8 segs, 112.3 K docs, 446.8 MB 286.3s _1e4: 8 segs, 73.1 K docs, 290.3 MB 242.0s _1es: 8 segs, 117.5 K docs, 467.7 MB 226.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 213.2s _1f6: 8 segs, 121.4 K docs, 483.2 MB 165.0s _1ft: 13 segs, 48.7 K docs, 192.9 MB 36.0s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 170.0 sec: 163 segments, 18 merges 1342.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1091.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 777.1s _17m: 8 segs, 113.2 K docs, 450.4 MB 712.1s _18j: 8 segs, 181.0 K docs, 721.6 MB 648.3s _19h: 8 segs, 176.0 K docs, 701.4 MB 602.5s _1a6: 8 segs, 144.2 K docs, 574.5 MB 591.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 577.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 386.7s _1d2: 8 segs, 72.5 K docs, 288.3 MB 366.3s _1d9: 8 segs, 107.0 K docs, 425.6 MB 348.3s _1dg: 8 segs, 112.4 K docs, 447.3 MB 308.2s _1dw: 8 segs, 112.3 K docs, 446.8 MB 291.3s _1e4: 8 segs, 73.1 K docs, 290.3 MB 247.0s _1es: 8 segs, 117.5 K docs, 467.7 MB 231.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 218.2s _1f6: 8 segs, 121.4 K docs, 483.2 MB 170.0s _1ft: 13 segs, 48.7 K docs, 192.9 MB 41.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 175.0 sec: 163 segments, 18 merges 1347.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1096.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 782.2s _17m: 8 segs, 113.2 K docs, 450.4 MB 717.1s _18j: 8 segs, 181.0 K docs, 721.6 MB 653.4s _19h: 8 segs, 176.0 K docs, 701.4 MB 607.5s _1a6: 8 segs, 144.2 K docs, 574.5 MB 596.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 582.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 391.7s _1d2: 8 segs, 72.5 K docs, 288.3 MB 371.3s _1d9: 8 segs, 107.0 K docs, 425.6 MB 353.3s _1dg: 8 segs, 112.4 K docs, 447.3 MB 313.2s _1dw: 8 segs, 112.3 K docs, 446.8 MB 296.3s _1e4: 8 segs, 73.1 K docs, 290.3 MB 252.1s _1es: 8 segs, 117.5 K docs, 467.7 MB 236.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 223.3s _1f6: 8 segs, 121.4 K docs, 483.2 MB 175.0s _1ft: 13 segs, 48.7 K docs, 192.9 MB 46.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 180.1 sec: 156 segments, 17 merges 1352.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1101.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 787.2s _17m: 8 segs, 113.2 K docs, 450.4 MB 722.2s _18j: 8 segs, 181.0 K docs, 721.6 MB 658.4s _19h: 8 segs, 176.0 K docs, 701.4 MB 601.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 587.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 396.7s _1d2: 8 segs, 72.5 K docs, 288.3 MB 376.3s _1d9: 8 segs, 107.0 K docs, 425.6 MB 358.3s _1dg: 8 segs, 112.4 K docs, 447.3 MB 318.2s _1dw: 8 segs, 112.3 K docs, 446.8 MB 301.4s _1e4: 8 segs, 73.1 K docs, 290.3 MB 257.1s _1es: 8 segs, 117.5 K docs, 467.7 MB 241.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 228.3s _1f6: 8 segs, 121.4 K docs, 483.2 MB 180.1s _1ft: 13 segs, 48.7 K docs, 192.9 MB 51.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 185.1 sec: 156 segments, 17 merges 1357.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1106.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 792.2s _17m: 8 segs, 113.2 K docs, 450.4 MB 727.2s _18j: 8 segs, 181.0 K docs, 721.6 MB 663.4s _19h: 8 segs, 176.0 K docs, 701.4 MB 606.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 592.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 401.7s _1d2: 8 segs, 72.5 K docs, 288.3 MB 381.3s _1d9: 8 segs, 107.0 K docs, 425.6 MB 363.3s _1dg: 8 segs, 112.4 K docs, 447.3 MB 323.2s _1dw: 8 segs, 112.3 K docs, 446.8 MB 306.4s _1e4: 8 segs, 73.1 K docs, 290.3 MB 262.1s _1es: 8 segs, 117.5 K docs, 467.7 MB 246.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 233.3s _1f6: 8 segs, 121.4 K docs, 483.2 MB 185.1s _1ft: 13 segs, 48.7 K docs, 192.9 MB 56.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 190.1 sec: 156 segments, 17 merges 1362.4s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1111.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 797.2s _17m: 8 segs, 113.2 K docs, 450.4 MB 732.2s _18j: 8 segs, 181.0 K docs, 721.6 MB 668.4s _19h: 8 segs, 176.0 K docs, 701.4 MB 611.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 597.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 406.7s _1d2: 8 segs, 72.5 K docs, 288.3 MB 386.4s _1d9: 8 segs, 107.0 K docs, 425.6 MB 368.3s _1dg: 8 segs, 112.4 K docs, 447.3 MB 328.2s _1dw: 8 segs, 112.3 K docs, 446.8 MB 311.4s _1e4: 8 segs, 73.1 K docs, 290.3 MB 267.1s _1es: 8 segs, 117.5 K docs, 467.7 MB 251.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 238.3s _1f6: 8 segs, 121.4 K docs, 483.2 MB 190.1s _1ft: 13 segs, 48.7 K docs, 192.9 MB 61.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 195.1 sec: 156 segments, 17 merges 1367.4s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1116.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 802.2s _17m: 8 segs, 113.2 K docs, 450.4 MB 737.2s _18j: 8 segs, 181.0 K docs, 721.6 MB 673.4s _19h: 8 segs, 176.0 K docs, 701.4 MB 616.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 602.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 411.7s _1d2: 8 segs, 72.5 K docs, 288.3 MB 391.4s _1d9: 8 segs, 107.0 K docs, 425.6 MB 373.3s _1dg: 8 segs, 112.4 K docs, 447.3 MB 333.2s _1dw: 8 segs, 112.3 K docs, 446.8 MB 316.4s _1e4: 8 segs, 73.1 K docs, 290.3 MB 272.1s _1es: 8 segs, 117.5 K docs, 467.7 MB 256.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 243.3s _1f6: 8 segs, 121.4 K docs, 483.2 MB 195.1s _1ft: 13 segs, 48.7 K docs, 192.9 MB 66.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 200.0 sec: 156 segments, 17 merges 1372.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1121.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 807.1s _17m: 8 segs, 113.2 K docs, 450.4 MB 742.1s _18j: 8 segs, 181.0 K docs, 721.6 MB 678.3s _19h: 8 segs, 176.0 K docs, 701.4 MB 621.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 607.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 416.6s _1d2: 8 segs, 72.5 K docs, 288.3 MB 396.3s _1d9: 8 segs, 107.0 K docs, 425.6 MB 378.2s _1dg: 8 segs, 112.4 K docs, 447.3 MB 338.1s _1dw: 8 segs, 112.3 K docs, 446.8 MB 321.3s _1e4: 8 segs, 73.1 K docs, 290.3 MB 277.0s _1es: 8 segs, 117.5 K docs, 467.7 MB 261.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 248.2s _1f6: 8 segs, 121.4 K docs, 483.2 MB 200.0s _1ft: 13 segs, 48.7 K docs, 192.9 MB 71.0s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 205.0 sec: 156 segments, 17 merges 1377.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1126.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 812.1s _17m: 8 segs, 113.2 K docs, 450.4 MB 747.1s _18j: 8 segs, 181.0 K docs, 721.6 MB 683.3s _19h: 8 segs, 176.0 K docs, 701.4 MB 626.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 612.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 421.7s _1d2: 8 segs, 72.5 K docs, 288.3 MB 401.3s _1d9: 8 segs, 107.0 K docs, 425.6 MB 383.2s _1dg: 8 segs, 112.4 K docs, 447.3 MB 343.2s _1dw: 8 segs, 112.3 K docs, 446.8 MB 326.3s _1e4: 8 segs, 73.1 K docs, 290.3 MB 282.0s _1es: 8 segs, 117.5 K docs, 467.7 MB 266.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 253.2s _1f6: 8 segs, 121.4 K docs, 483.2 MB 205.0s _1ft: 13 segs, 48.7 K docs, 192.9 MB 76.0s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 210.0 sec: 156 segments, 17 merges 1382.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1131.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 817.1s _17m: 8 segs, 113.2 K docs, 450.4 MB 752.1s _18j: 8 segs, 181.0 K docs, 721.6 MB 688.3s _19h: 8 segs, 176.0 K docs, 701.4 MB 631.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 617.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 426.7s _1d2: 8 segs, 72.5 K docs, 288.3 MB 406.3s _1d9: 8 segs, 107.0 K docs, 425.6 MB 388.3s _1dg: 8 segs, 112.4 K docs, 447.3 MB 348.2s _1dw: 8 segs, 112.3 K docs, 446.8 MB 331.3s _1e4: 8 segs, 73.1 K docs, 290.3 MB 287.0s _1es: 8 segs, 117.5 K docs, 467.7 MB 271.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 258.2s _1f6: 8 segs, 121.4 K docs, 483.2 MB 210.0s _1ft: 13 segs, 48.7 K docs, 192.9 MB 81.0s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 215.0 sec: 156 segments, 17 merges 1387.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1136.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 822.2s _17m: 8 segs, 113.2 K docs, 450.4 MB 757.1s _18j: 8 segs, 181.0 K docs, 721.6 MB 693.3s _19h: 8 segs, 176.0 K docs, 701.4 MB 636.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 622.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 431.7s _1d2: 8 segs, 72.5 K docs, 288.3 MB 411.3s _1d9: 8 segs, 107.0 K docs, 425.6 MB 393.3s _1dg: 8 segs, 112.4 K docs, 447.3 MB 353.2s _1dw: 8 segs, 112.3 K docs, 446.8 MB 336.3s _1e4: 8 segs, 73.1 K docs, 290.3 MB 292.1s _1es: 8 segs, 117.5 K docs, 467.7 MB 276.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 263.2s _1f6: 8 segs, 121.4 K docs, 483.2 MB 215.0s _1ft: 13 segs, 48.7 K docs, 192.9 MB 86.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 220.0 sec: 156 segments, 17 merges 1392.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1141.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 827.2s _17m: 8 segs, 113.2 K docs, 450.4 MB 762.1s _18j: 8 segs, 181.0 K docs, 721.6 MB 698.4s _19h: 8 segs, 176.0 K docs, 701.4 MB 641.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 627.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 436.7s _1d2: 8 segs, 72.5 K docs, 288.3 MB 416.3s _1d9: 8 segs, 107.0 K docs, 425.6 MB 398.3s _1dg: 8 segs, 112.4 K docs, 447.3 MB 358.2s _1dw: 8 segs, 112.3 K docs, 446.8 MB 341.3s _1e4: 8 segs, 73.1 K docs, 290.3 MB 297.1s _1es: 8 segs, 117.5 K docs, 467.7 MB 281.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 268.3s _1f6: 8 segs, 121.4 K docs, 483.2 MB 220.0s _1ft: 13 segs, 48.7 K docs, 192.9 MB 91.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 225.1 sec: 156 segments, 17 merges 1397.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1146.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 832.2s _17m: 8 segs, 113.2 K docs, 450.4 MB 767.2s _18j: 8 segs, 181.0 K docs, 721.6 MB 703.4s _19h: 8 segs, 176.0 K docs, 701.4 MB 646.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 632.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 441.7s _1d2: 8 segs, 72.5 K docs, 288.3 MB 421.3s _1d9: 8 segs, 107.0 K docs, 425.6 MB 403.3s _1dg: 8 segs, 112.4 K docs, 447.3 MB 363.2s _1dw: 8 segs, 112.3 K docs, 446.8 MB 346.4s _1e4: 8 segs, 73.1 K docs, 290.3 MB 302.1s _1es: 8 segs, 117.5 K docs, 467.7 MB 286.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 273.3s _1f6: 8 segs, 121.4 K docs, 483.2 MB 225.1s _1ft: 13 segs, 48.7 K docs, 192.9 MB 96.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 230.1 sec: 156 segments, 17 merges 1402.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1151.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 837.2s _17m: 8 segs, 113.2 K docs, 450.4 MB 772.2s _18j: 8 segs, 181.0 K docs, 721.6 MB 708.4s _19h: 8 segs, 176.0 K docs, 701.4 MB 651.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 637.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 446.7s _1d2: 8 segs, 72.5 K docs, 288.3 MB 426.3s _1d9: 8 segs, 107.0 K docs, 425.6 MB 408.3s _1dg: 8 segs, 112.4 K docs, 447.3 MB 368.2s _1dw: 8 segs, 112.3 K docs, 446.8 MB 351.4s _1e4: 8 segs, 73.1 K docs, 290.3 MB 307.1s _1es: 8 segs, 117.5 K docs, 467.7 MB 291.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 278.3s _1f6: 8 segs, 121.4 K docs, 483.2 MB 230.1s _1ft: 13 segs, 48.7 K docs, 192.9 MB 101.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 235.1 sec: 156 segments, 17 merges 1407.4s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1156.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 842.2s _17m: 8 segs, 113.2 K docs, 450.4 MB 777.2s _18j: 8 segs, 181.0 K docs, 721.6 MB 713.4s _19h: 8 segs, 176.0 K docs, 701.4 MB 656.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 642.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 451.7s _1d2: 8 segs, 72.5 K docs, 288.3 MB 431.4s _1d9: 8 segs, 107.0 K docs, 425.6 MB 413.3s _1dg: 8 segs, 112.4 K docs, 447.3 MB 373.2s _1dw: 8 segs, 112.3 K docs, 446.8 MB 356.4s _1e4: 8 segs, 73.1 K docs, 290.3 MB 312.1s _1es: 8 segs, 117.5 K docs, 467.7 MB 296.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 283.3s _1f6: 8 segs, 121.4 K docs, 483.2 MB 235.1s _1ft: 13 segs, 48.7 K docs, 192.9 MB 106.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 240.1 sec: 156 segments, 17 merges 1412.4s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1161.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 847.2s _17m: 8 segs, 113.2 K docs, 450.4 MB 782.2s _18j: 8 segs, 181.0 K docs, 721.6 MB 718.4s _19h: 8 segs, 176.0 K docs, 701.4 MB 661.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 647.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 456.7s _1d2: 8 segs, 72.5 K docs, 288.3 MB 436.4s _1d9: 8 segs, 107.0 K docs, 425.6 MB 418.3s _1dg: 8 segs, 112.4 K docs, 447.3 MB 378.2s _1dw: 8 segs, 112.3 K docs, 446.8 MB 361.4s _1e4: 8 segs, 73.1 K docs, 290.3 MB 317.1s _1es: 8 segs, 117.5 K docs, 467.7 MB 301.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 288.3s _1f6: 8 segs, 121.4 K docs, 483.2 MB 240.1s _1ft: 13 segs, 48.7 K docs, 192.9 MB 111.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 245.1 sec: 156 segments, 17 merges 1417.4s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1166.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 852.2s _17m: 8 segs, 113.2 K docs, 450.4 MB 787.2s _18j: 8 segs, 181.0 K docs, 721.6 MB 723.4s _19h: 8 segs, 176.0 K docs, 701.4 MB 666.5s _1ad: 8 segs, 151.7 K docs, 604.4 MB 652.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 461.7s _1d2: 8 segs, 72.5 K docs, 288.3 MB 441.4s _1d9: 8 segs, 107.0 K docs, 425.6 MB 423.3s _1dg: 8 segs, 112.4 K docs, 447.3 MB 383.2s _1dw: 8 segs, 112.3 K docs, 446.8 MB 366.4s _1e4: 8 segs, 73.1 K docs, 290.3 MB 322.1s _1es: 8 segs, 117.5 K docs, 467.7 MB 306.6s _1ez: 8 segs, 120.4 K docs, 479.1 MB 293.3s _1f6: 8 segs, 121.4 K docs, 483.2 MB 245.1s _1ft: 13 segs, 48.7 K docs, 192.9 MB 116.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 250.0 sec: 156 segments, 17 merges 1422.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1171.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 857.1s _17m: 8 segs, 113.2 K docs, 450.4 MB 792.1s _18j: 8 segs, 181.0 K docs, 721.6 MB 728.3s _19h: 8 segs, 176.0 K docs, 701.4 MB 671.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 657.5s _1al: 8 segs, 354.4 K docs, 1414.3 MB 466.6s _1d2: 8 segs, 72.5 K docs, 288.3 MB 446.3s _1d9: 8 segs, 107.0 K docs, 425.6 MB 428.2s _1dg: 8 segs, 112.4 K docs, 447.3 MB 388.1s _1dw: 8 segs, 112.3 K docs, 446.8 MB 371.3s _1e4: 8 segs, 73.1 K docs, 290.3 MB 327.0s _1es: 8 segs, 117.5 K docs, 467.7 MB 311.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 298.2s _1f6: 8 segs, 121.4 K docs, 483.2 MB 250.0s _1ft: 13 segs, 48.7 K docs, 192.9 MB 121.0s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 255.0 sec: 156 segments, 17 merges 1427.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1176.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 862.1s _17m: 8 segs, 113.2 K docs, 450.4 MB 797.1s _18j: 8 segs, 181.0 K docs, 721.6 MB 733.3s _19h: 8 segs, 176.0 K docs, 701.4 MB 676.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 662.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 471.7s _1d2: 8 segs, 72.5 K docs, 288.3 MB 451.3s _1d9: 8 segs, 107.0 K docs, 425.6 MB 433.2s _1dg: 8 segs, 112.4 K docs, 447.3 MB 393.2s _1dw: 8 segs, 112.3 K docs, 446.8 MB 376.3s _1e4: 8 segs, 73.1 K docs, 290.3 MB 332.0s _1es: 8 segs, 117.5 K docs, 467.7 MB 316.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 303.2s _1f6: 8 segs, 121.4 K docs, 483.2 MB 255.0s _1ft: 13 segs, 48.7 K docs, 192.9 MB 126.0s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 260.0 sec: 156 segments, 17 merges 1432.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1181.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 867.1s _17m: 8 segs, 113.2 K docs, 450.4 MB 802.1s _18j: 8 segs, 181.0 K docs, 721.6 MB 738.3s _19h: 8 segs, 176.0 K docs, 701.4 MB 681.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 667.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 476.7s _1d2: 8 segs, 72.5 K docs, 288.3 MB 456.3s _1d9: 8 segs, 107.0 K docs, 425.6 MB 438.2s _1dg: 8 segs, 112.4 K docs, 447.3 MB 398.2s _1dw: 8 segs, 112.3 K docs, 446.8 MB 381.3s _1e4: 8 segs, 73.1 K docs, 290.3 MB 337.0s _1es: 8 segs, 117.5 K docs, 467.7 MB 321.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 308.2s _1f6: 8 segs, 121.4 K docs, 483.2 MB 260.0s _1ft: 13 segs, 48.7 K docs, 192.9 MB 131.0s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 265.0 sec: 156 segments, 17 merges 1437.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1186.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 872.1s _17m: 8 segs, 113.2 K docs, 450.4 MB 807.1s _18j: 8 segs, 181.0 K docs, 721.6 MB 743.3s _19h: 8 segs, 176.0 K docs, 701.4 MB 686.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 672.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 481.7s _1d2: 8 segs, 72.5 K docs, 288.3 MB 461.3s _1d9: 8 segs, 107.0 K docs, 425.6 MB 443.3s _1dg: 8 segs, 112.4 K docs, 447.3 MB 403.2s _1dw: 8 segs, 112.3 K docs, 446.8 MB 386.3s _1e4: 8 segs, 73.1 K docs, 290.3 MB 342.0s _1es: 8 segs, 117.5 K docs, 467.7 MB 326.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 313.2s _1f6: 8 segs, 121.4 K docs, 483.2 MB 265.0s _1ft: 13 segs, 48.7 K docs, 192.9 MB 136.0s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 270.0 sec: 156 segments, 17 merges 1442.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1191.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 877.2s _17m: 8 segs, 113.2 K docs, 450.4 MB 812.1s _18j: 8 segs, 181.0 K docs, 721.6 MB 748.3s _19h: 8 segs, 176.0 K docs, 701.4 MB 691.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 677.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 486.7s _1d2: 8 segs, 72.5 K docs, 288.3 MB 466.3s _1d9: 8 segs, 107.0 K docs, 425.6 MB 448.3s _1dg: 8 segs, 112.4 K docs, 447.3 MB 408.2s _1dw: 8 segs, 112.3 K docs, 446.8 MB 391.3s _1e4: 8 segs, 73.1 K docs, 290.3 MB 347.1s _1es: 8 segs, 117.5 K docs, 467.7 MB 331.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 318.2s _1f6: 8 segs, 121.4 K docs, 483.2 MB 270.0s _1ft: 13 segs, 48.7 K docs, 192.9 MB 141.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 275.0 sec: 156 segments, 17 merges 1447.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1196.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 882.2s _17m: 8 segs, 113.2 K docs, 450.4 MB 817.1s _18j: 8 segs, 181.0 K docs, 721.6 MB 753.4s _19h: 8 segs, 176.0 K docs, 701.4 MB 696.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 682.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 491.7s _1d2: 8 segs, 72.5 K docs, 288.3 MB 471.3s _1d9: 8 segs, 107.0 K docs, 425.6 MB 453.3s _1dg: 8 segs, 112.4 K docs, 447.3 MB 413.2s _1dw: 8 segs, 112.3 K docs, 446.8 MB 396.3s _1e4: 8 segs, 73.1 K docs, 290.3 MB 352.1s _1es: 8 segs, 117.5 K docs, 467.7 MB 336.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 323.3s _1f6: 8 segs, 121.4 K docs, 483.2 MB 275.0s _1ft: 13 segs, 48.7 K docs, 192.9 MB 146.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 280.1 sec: 156 segments, 17 merges 1452.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1201.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 887.2s _17m: 8 segs, 113.2 K docs, 450.4 MB 822.2s _18j: 8 segs, 181.0 K docs, 721.6 MB 758.4s _19h: 8 segs, 176.0 K docs, 701.4 MB 701.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 687.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 496.7s _1d2: 8 segs, 72.5 K docs, 288.3 MB 476.3s _1d9: 8 segs, 107.0 K docs, 425.6 MB 458.3s _1dg: 8 segs, 112.4 K docs, 447.3 MB 418.2s _1dw: 8 segs, 112.3 K docs, 446.8 MB 401.4s _1e4: 8 segs, 73.1 K docs, 290.3 MB 357.1s _1es: 8 segs, 117.5 K docs, 467.7 MB 341.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 328.3s _1f6: 8 segs, 121.4 K docs, 483.2 MB 280.1s _1ft: 13 segs, 48.7 K docs, 192.9 MB 151.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 285.1 sec: 149 segments, 16 merges 1457.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1206.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 892.2s _17m: 8 segs, 113.2 K docs, 450.4 MB 827.2s _18j: 8 segs, 181.0 K docs, 721.6 MB 763.4s _19h: 8 segs, 176.0 K docs, 701.4 MB 706.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 692.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 481.3s _1d9: 8 segs, 107.0 K docs, 425.6 MB 463.3s _1dg: 8 segs, 112.4 K docs, 447.3 MB 423.2s _1dw: 8 segs, 112.3 K docs, 446.8 MB 406.4s _1e4: 8 segs, 73.1 K docs, 290.3 MB 362.1s _1es: 8 segs, 117.5 K docs, 467.7 MB 346.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 333.3s _1f6: 8 segs, 121.4 K docs, 483.2 MB 285.1s _1ft: 13 segs, 48.7 K docs, 192.9 MB 156.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 290.1 sec: 149 segments, 16 merges 1462.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1211.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 897.2s _17m: 8 segs, 113.2 K docs, 450.4 MB 832.2s _18j: 8 segs, 181.0 K docs, 721.6 MB 768.4s _19h: 8 segs, 176.0 K docs, 701.4 MB 711.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 697.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 486.4s _1d9: 8 segs, 107.0 K docs, 425.6 MB 468.3s _1dg: 8 segs, 112.4 K docs, 447.3 MB 428.2s _1dw: 8 segs, 112.3 K docs, 446.8 MB 411.4s _1e4: 8 segs, 73.1 K docs, 290.3 MB 367.1s _1es: 8 segs, 117.5 K docs, 467.7 MB 351.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 338.3s _1f6: 8 segs, 121.4 K docs, 483.2 MB 290.1s _1ft: 13 segs, 48.7 K docs, 192.9 MB 161.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 295.1 sec: 149 segments, 16 merges 1467.4s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1216.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 902.2s _17m: 8 segs, 113.2 K docs, 450.4 MB 837.2s _18j: 8 segs, 181.0 K docs, 721.6 MB 773.4s _19h: 8 segs, 176.0 K docs, 701.4 MB 716.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 702.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 491.4s _1d9: 8 segs, 107.0 K docs, 425.6 MB 473.3s _1dg: 8 segs, 112.4 K docs, 447.3 MB 433.2s _1dw: 8 segs, 112.3 K docs, 446.8 MB 416.4s _1e4: 8 segs, 73.1 K docs, 290.3 MB 372.1s _1es: 8 segs, 117.5 K docs, 467.7 MB 356.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 343.3s _1f6: 8 segs, 121.4 K docs, 483.2 MB 295.1s _1ft: 13 segs, 48.7 K docs, 192.9 MB 166.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 300.1 sec: 149 segments, 16 merges 1472.4s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1221.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 907.2s _17m: 8 segs, 113.2 K docs, 450.4 MB 842.2s _18j: 8 segs, 181.0 K docs, 721.6 MB 778.4s _19h: 8 segs, 176.0 K docs, 701.4 MB 721.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 707.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 496.4s _1d9: 8 segs, 107.0 K docs, 425.6 MB 478.3s _1dg: 8 segs, 112.4 K docs, 447.3 MB 438.2s _1dw: 8 segs, 112.3 K docs, 446.8 MB 421.4s _1e4: 8 segs, 73.1 K docs, 290.3 MB 377.1s _1es: 8 segs, 117.5 K docs, 467.7 MB 361.6s _1ez: 8 segs, 120.4 K docs, 479.1 MB 348.3s _1f6: 8 segs, 121.4 K docs, 483.2 MB 300.1s _1ft: 13 segs, 48.7 K docs, 192.9 MB 171.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 305.0 sec: 149 segments, 16 merges 1477.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1226.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 912.1s _17m: 8 segs, 113.2 K docs, 450.4 MB 847.1s _18j: 8 segs, 181.0 K docs, 721.6 MB 783.3s _19h: 8 segs, 176.0 K docs, 701.4 MB 726.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 712.5s _1al: 8 segs, 354.4 K docs, 1414.3 MB 501.3s _1d9: 8 segs, 107.0 K docs, 425.6 MB 483.2s _1dg: 8 segs, 112.4 K docs, 447.3 MB 443.1s _1dw: 8 segs, 112.3 K docs, 446.8 MB 426.3s _1e4: 8 segs, 73.1 K docs, 290.3 MB 382.0s _1es: 8 segs, 117.5 K docs, 467.7 MB 366.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 353.2s _1f6: 8 segs, 121.4 K docs, 483.2 MB 305.0s _1ft: 13 segs, 48.7 K docs, 192.9 MB 176.0s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 310.0 sec: 149 segments, 16 merges 1482.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1231.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 917.1s _17m: 8 segs, 113.2 K docs, 450.4 MB 852.1s _18j: 8 segs, 181.0 K docs, 721.6 MB 788.3s _19h: 8 segs, 176.0 K docs, 701.4 MB 731.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 717.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 506.3s _1d9: 8 segs, 107.0 K docs, 425.6 MB 488.2s _1dg: 8 segs, 112.4 K docs, 447.3 MB 448.1s _1dw: 8 segs, 112.3 K docs, 446.8 MB 431.3s _1e4: 8 segs, 73.1 K docs, 290.3 MB 387.0s _1es: 8 segs, 117.5 K docs, 467.7 MB 371.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 358.2s _1f6: 8 segs, 121.4 K docs, 483.2 MB 310.0s _1ft: 13 segs, 48.7 K docs, 192.9 MB 181.0s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 315.0 sec: 149 segments, 16 merges 1487.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1236.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 922.1s _17m: 8 segs, 113.2 K docs, 450.4 MB 857.1s _18j: 8 segs, 181.0 K docs, 721.6 MB 793.3s _19h: 8 segs, 176.0 K docs, 701.4 MB 736.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 722.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 511.3s _1d9: 8 segs, 107.0 K docs, 425.6 MB 493.2s _1dg: 8 segs, 112.4 K docs, 447.3 MB 453.2s _1dw: 8 segs, 112.3 K docs, 446.8 MB 436.3s _1e4: 8 segs, 73.1 K docs, 290.3 MB 392.0s _1es: 8 segs, 117.5 K docs, 467.7 MB 376.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 363.2s _1f6: 8 segs, 121.4 K docs, 483.2 MB 315.0s _1ft: 13 segs, 48.7 K docs, 192.9 MB 186.0s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 320.0 sec: 149 segments, 16 merges 1492.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1241.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 927.1s _17m: 8 segs, 113.2 K docs, 450.4 MB 862.1s _18j: 8 segs, 181.0 K docs, 721.6 MB 798.3s _19h: 8 segs, 176.0 K docs, 701.4 MB 741.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 727.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 516.3s _1d9: 8 segs, 107.0 K docs, 425.6 MB 498.2s _1dg: 8 segs, 112.4 K docs, 447.3 MB 458.2s _1dw: 8 segs, 112.3 K docs, 446.8 MB 441.3s _1e4: 8 segs, 73.1 K docs, 290.3 MB 397.0s _1es: 8 segs, 117.5 K docs, 467.7 MB 381.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 368.2s _1f6: 8 segs, 121.4 K docs, 483.2 MB 320.0s _1ft: 13 segs, 48.7 K docs, 192.9 MB 191.0s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 325.0 sec: 149 segments, 16 merges 1497.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1246.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 932.1s _17m: 8 segs, 113.2 K docs, 450.4 MB 867.1s _18j: 8 segs, 181.0 K docs, 721.6 MB 803.3s _19h: 8 segs, 176.0 K docs, 701.4 MB 746.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 732.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 521.3s _1d9: 8 segs, 107.0 K docs, 425.6 MB 503.3s _1dg: 8 segs, 112.4 K docs, 447.3 MB 463.2s _1dw: 8 segs, 112.3 K docs, 446.8 MB 446.3s _1e4: 8 segs, 73.1 K docs, 290.3 MB 402.0s _1es: 8 segs, 117.5 K docs, 467.7 MB 386.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 373.2s _1f6: 8 segs, 121.4 K docs, 483.2 MB 325.0s _1ft: 13 segs, 48.7 K docs, 192.9 MB 196.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 330.0 sec: 149 segments, 16 merges 1502.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1251.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 937.2s _17m: 8 segs, 113.2 K docs, 450.4 MB 872.1s _18j: 8 segs, 181.0 K docs, 721.6 MB 808.3s _19h: 8 segs, 176.0 K docs, 701.4 MB 751.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 737.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 526.3s _1d9: 8 segs, 107.0 K docs, 425.6 MB 508.3s _1dg: 8 segs, 112.4 K docs, 447.3 MB 468.2s _1dw: 8 segs, 112.3 K docs, 446.8 MB 451.3s _1e4: 8 segs, 73.1 K docs, 290.3 MB 407.1s _1es: 8 segs, 117.5 K docs, 467.7 MB 391.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 378.2s _1f6: 8 segs, 121.4 K docs, 483.2 MB 330.0s _1ft: 13 segs, 48.7 K docs, 192.9 MB 201.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 335.0 sec: 149 segments, 16 merges 1507.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1256.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 942.2s _17m: 8 segs, 113.2 K docs, 450.4 MB 877.1s _18j: 8 segs, 181.0 K docs, 721.6 MB 813.4s _19h: 8 segs, 176.0 K docs, 701.4 MB 756.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 742.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 531.3s _1d9: 8 segs, 107.0 K docs, 425.6 MB 513.3s _1dg: 8 segs, 112.4 K docs, 447.3 MB 473.2s _1dw: 8 segs, 112.3 K docs, 446.8 MB 456.3s _1e4: 8 segs, 73.1 K docs, 290.3 MB 412.1s _1es: 8 segs, 117.5 K docs, 467.7 MB 396.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 383.3s _1f6: 8 segs, 121.4 K docs, 483.2 MB 335.0s _1ft: 13 segs, 48.7 K docs, 192.9 MB 206.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 340.1 sec: 149 segments, 16 merges 1512.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1261.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 947.2s _17m: 8 segs, 113.2 K docs, 450.4 MB 882.2s _18j: 8 segs, 181.0 K docs, 721.6 MB 818.4s _19h: 8 segs, 176.0 K docs, 701.4 MB 761.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 747.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 536.3s _1d9: 8 segs, 107.0 K docs, 425.6 MB 518.3s _1dg: 8 segs, 112.4 K docs, 447.3 MB 478.2s _1dw: 8 segs, 112.3 K docs, 446.8 MB 461.4s _1e4: 8 segs, 73.1 K docs, 290.3 MB 417.1s _1es: 8 segs, 117.5 K docs, 467.7 MB 401.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 388.3s _1f6: 8 segs, 121.4 K docs, 483.2 MB 340.1s _1ft: 13 segs, 48.7 K docs, 192.9 MB 211.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 345.1 sec: 149 segments, 16 merges 1517.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1266.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 952.2s _17m: 8 segs, 113.2 K docs, 450.4 MB 887.2s _18j: 8 segs, 181.0 K docs, 721.6 MB 823.4s _19h: 8 segs, 176.0 K docs, 701.4 MB 766.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 752.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 541.3s _1d9: 8 segs, 107.0 K docs, 425.6 MB 523.3s _1dg: 8 segs, 112.4 K docs, 447.3 MB 483.2s _1dw: 8 segs, 112.3 K docs, 446.8 MB 466.4s _1e4: 8 segs, 73.1 K docs, 290.3 MB 422.1s _1es: 8 segs, 117.5 K docs, 467.7 MB 406.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 393.3s _1f6: 8 segs, 121.4 K docs, 483.2 MB 345.1s _1ft: 13 segs, 48.7 K docs, 192.9 MB 216.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 350.1 sec: 149 segments, 16 merges 1522.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1271.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 957.2s _17m: 8 segs, 113.2 K docs, 450.4 MB 892.2s _18j: 8 segs, 181.0 K docs, 721.6 MB 828.4s _19h: 8 segs, 176.0 K docs, 701.4 MB 771.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 757.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 546.3s _1d9: 8 segs, 107.0 K docs, 425.6 MB 528.3s _1dg: 8 segs, 112.4 K docs, 447.3 MB 488.2s _1dw: 8 segs, 112.3 K docs, 446.8 MB 471.4s _1e4: 8 segs, 73.1 K docs, 290.3 MB 427.1s _1es: 8 segs, 117.5 K docs, 467.7 MB 411.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 398.3s _1f6: 8 segs, 121.4 K docs, 483.2 MB 350.1s _1ft: 13 segs, 48.7 K docs, 192.9 MB 221.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 355.1 sec: 142 segments, 15 merges 1527.4s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1276.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 962.2s _17m: 8 segs, 113.2 K docs, 450.4 MB 897.2s _18j: 8 segs, 181.0 K docs, 721.6 MB 833.4s _19h: 8 segs, 176.0 K docs, 701.4 MB 776.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 762.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 551.4s _1d9: 8 segs, 107.0 K docs, 425.6 MB 493.2s _1dw: 8 segs, 112.3 K docs, 446.8 MB 476.4s _1e4: 8 segs, 73.1 K docs, 290.3 MB 432.1s _1es: 8 segs, 117.5 K docs, 467.7 MB 416.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 403.3s _1f6: 8 segs, 121.4 K docs, 483.2 MB 355.1s _1ft: 13 segs, 48.7 K docs, 192.9 MB 226.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 360.1 sec: 142 segments, 15 merges 1532.4s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1281.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 967.2s _17m: 8 segs, 113.2 K docs, 450.4 MB 902.2s _18j: 8 segs, 181.0 K docs, 721.6 MB 838.4s _19h: 8 segs, 176.0 K docs, 701.4 MB 781.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 767.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 556.4s _1d9: 8 segs, 107.0 K docs, 425.6 MB 498.2s _1dw: 8 segs, 112.3 K docs, 446.8 MB 481.4s _1e4: 8 segs, 73.1 K docs, 290.3 MB 437.1s _1es: 8 segs, 117.5 K docs, 467.7 MB 421.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 408.3s _1f6: 8 segs, 121.4 K docs, 483.2 MB 360.1s _1ft: 13 segs, 48.7 K docs, 192.9 MB 231.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 365.1 sec: 142 segments, 15 merges 1537.4s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1286.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 972.2s _17m: 8 segs, 113.2 K docs, 450.4 MB 907.2s _18j: 8 segs, 181.0 K docs, 721.6 MB 843.4s _19h: 8 segs, 176.0 K docs, 701.4 MB 786.5s _1ad: 8 segs, 151.7 K docs, 604.4 MB 772.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 561.4s _1d9: 8 segs, 107.0 K docs, 425.6 MB 503.2s _1dw: 8 segs, 112.3 K docs, 446.8 MB 486.4s _1e4: 8 segs, 73.1 K docs, 290.3 MB 442.1s _1es: 8 segs, 117.5 K docs, 467.7 MB 426.6s _1ez: 8 segs, 120.4 K docs, 479.1 MB 413.3s _1f6: 8 segs, 121.4 K docs, 483.2 MB 365.1s _1ft: 13 segs, 48.7 K docs, 192.9 MB 236.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 370.0 sec: 135 segments, 14 merges 1542.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1291.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 977.1s _17m: 8 segs, 113.2 K docs, 450.4 MB 912.1s _18j: 8 segs, 181.0 K docs, 721.6 MB 848.3s _19h: 8 segs, 176.0 K docs, 701.4 MB 791.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 777.5s _1al: 8 segs, 354.4 K docs, 1414.3 MB 566.3s _1d9: 8 segs, 107.0 K docs, 425.6 MB 491.3s _1e4: 8 segs, 73.1 K docs, 290.3 MB 447.0s _1es: 8 segs, 117.5 K docs, 467.7 MB 431.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 418.2s _1f6: 8 segs, 121.4 K docs, 483.2 MB 370.0s _1ft: 13 segs, 48.7 K docs, 192.9 MB 241.0s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 375.0 sec: 135 segments, 14 merges 1547.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1296.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 982.1s _17m: 8 segs, 113.2 K docs, 450.4 MB 917.1s _18j: 8 segs, 181.0 K docs, 721.6 MB 853.3s _19h: 8 segs, 176.0 K docs, 701.4 MB 796.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 782.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 571.3s _1d9: 8 segs, 107.0 K docs, 425.6 MB 496.3s _1e4: 8 segs, 73.1 K docs, 290.3 MB 452.0s _1es: 8 segs, 117.5 K docs, 467.7 MB 436.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 423.2s _1f6: 8 segs, 121.4 K docs, 483.2 MB 375.0s _1ft: 13 segs, 48.7 K docs, 192.9 MB 246.0s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 380.0 sec: 135 segments, 14 merges 1552.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1301.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 987.1s _17m: 8 segs, 113.2 K docs, 450.4 MB 922.1s _18j: 8 segs, 181.0 K docs, 721.6 MB 858.3s _19h: 8 segs, 176.0 K docs, 701.4 MB 801.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 787.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 576.3s _1d9: 8 segs, 107.0 K docs, 425.6 MB 501.3s _1e4: 8 segs, 73.1 K docs, 290.3 MB 457.0s _1es: 8 segs, 117.5 K docs, 467.7 MB 441.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 428.2s _1f6: 8 segs, 121.4 K docs, 483.2 MB 380.0s _1ft: 13 segs, 48.7 K docs, 192.9 MB 251.0s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 385.0 sec: 135 segments, 14 merges 1557.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1306.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 992.1s _17m: 8 segs, 113.2 K docs, 450.4 MB 927.1s _18j: 8 segs, 181.0 K docs, 721.6 MB 863.3s _19h: 8 segs, 176.0 K docs, 701.4 MB 806.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 792.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 581.3s _1d9: 8 segs, 107.0 K docs, 425.6 MB 506.3s _1e4: 8 segs, 73.1 K docs, 290.3 MB 462.0s _1es: 8 segs, 117.5 K docs, 467.7 MB 446.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 433.2s _1f6: 8 segs, 121.4 K docs, 483.2 MB 385.0s _1ft: 13 segs, 48.7 K docs, 192.9 MB 256.0s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 390.0 sec: 135 segments, 14 merges 1562.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1311.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 997.1s _17m: 8 segs, 113.2 K docs, 450.4 MB 932.1s _18j: 8 segs, 181.0 K docs, 721.6 MB 868.3s _19h: 8 segs, 176.0 K docs, 701.4 MB 811.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 797.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 586.3s _1d9: 8 segs, 107.0 K docs, 425.6 MB 511.3s _1e4: 8 segs, 73.1 K docs, 290.3 MB 467.0s _1es: 8 segs, 117.5 K docs, 467.7 MB 451.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 438.2s _1f6: 8 segs, 121.4 K docs, 483.2 MB 390.0s _1ft: 13 segs, 48.7 K docs, 192.9 MB 261.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 395.0 sec: 135 segments, 14 merges 1567.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1316.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1002.2s _17m: 8 segs, 113.2 K docs, 450.4 MB 937.1s _18j: 8 segs, 181.0 K docs, 721.6 MB 873.3s _19h: 8 segs, 176.0 K docs, 701.4 MB 816.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 802.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 591.3s _1d9: 8 segs, 107.0 K docs, 425.6 MB 516.3s _1e4: 8 segs, 73.1 K docs, 290.3 MB 472.0s _1es: 8 segs, 117.5 K docs, 467.7 MB 456.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 443.2s _1f6: 8 segs, 121.4 K docs, 483.2 MB 395.0s _1ft: 13 segs, 48.7 K docs, 192.9 MB 266.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 400.0 sec: 135 segments, 14 merges 1572.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1321.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1007.2s _17m: 8 segs, 113.2 K docs, 450.4 MB 942.1s _18j: 8 segs, 181.0 K docs, 721.6 MB 878.4s _19h: 8 segs, 176.0 K docs, 701.4 MB 821.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 807.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 596.3s _1d9: 8 segs, 107.0 K docs, 425.6 MB 521.3s _1e4: 8 segs, 73.1 K docs, 290.3 MB 477.1s _1es: 8 segs, 117.5 K docs, 467.7 MB 461.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 448.3s _1f6: 8 segs, 121.4 K docs, 483.2 MB 400.0s _1ft: 13 segs, 48.7 K docs, 192.9 MB 271.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 405.1 sec: 135 segments, 14 merges 1577.4s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1326.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1012.2s _17m: 8 segs, 113.2 K docs, 450.4 MB 947.2s _18j: 8 segs, 181.0 K docs, 721.6 MB 883.4s _19h: 8 segs, 176.0 K docs, 701.4 MB 826.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 812.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 601.4s _1d9: 8 segs, 107.0 K docs, 425.6 MB 526.4s _1e4: 8 segs, 73.1 K docs, 290.3 MB 482.1s _1es: 8 segs, 117.5 K docs, 467.7 MB 466.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 453.3s _1f6: 8 segs, 121.4 K docs, 483.2 MB 405.1s _1ft: 13 segs, 48.7 K docs, 192.9 MB 276.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 410.1 sec: 135 segments, 14 merges 1582.4s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1331.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1017.2s _17m: 8 segs, 113.2 K docs, 450.4 MB 952.2s _18j: 8 segs, 181.0 K docs, 721.6 MB 888.4s _19h: 8 segs, 176.0 K docs, 701.4 MB 831.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 817.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 606.4s _1d9: 8 segs, 107.0 K docs, 425.6 MB 531.4s _1e4: 8 segs, 73.1 K docs, 290.3 MB 487.1s _1es: 8 segs, 117.5 K docs, 467.7 MB 471.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 458.3s _1f6: 8 segs, 121.4 K docs, 483.2 MB 410.1s _1ft: 13 segs, 48.7 K docs, 192.9 MB 281.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 415.1 sec: 128 segments, 13 merges 1587.4s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1336.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1022.2s _17m: 8 segs, 113.2 K docs, 450.4 MB 957.2s _18j: 8 segs, 181.0 K docs, 721.6 MB 893.4s _19h: 8 segs, 176.0 K docs, 701.4 MB 836.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 822.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 611.4s _1d9: 8 segs, 107.0 K docs, 425.6 MB 492.1s _1es: 8 segs, 117.5 K docs, 467.7 MB 476.6s _1ez: 8 segs, 120.4 K docs, 479.1 MB 463.3s _1f6: 8 segs, 121.4 K docs, 483.2 MB 415.1s _1ft: 13 segs, 48.7 K docs, 192.9 MB 286.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 420.0 sec: 128 segments, 13 merges 1592.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1341.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1027.1s _17m: 8 segs, 113.2 K docs, 450.4 MB 962.1s _18j: 8 segs, 181.0 K docs, 721.6 MB 898.3s _19h: 8 segs, 176.0 K docs, 701.4 MB 841.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 827.5s _1al: 8 segs, 354.4 K docs, 1414.3 MB 616.3s _1d9: 8 segs, 107.0 K docs, 425.6 MB 497.0s _1es: 8 segs, 117.5 K docs, 467.7 MB 481.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 468.2s _1f6: 8 segs, 121.4 K docs, 483.2 MB 420.0s _1ft: 13 segs, 48.7 K docs, 192.9 MB 291.0s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 425.0 sec: 128 segments, 13 merges 1597.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1346.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1032.1s _17m: 8 segs, 113.2 K docs, 450.4 MB 967.1s _18j: 8 segs, 181.0 K docs, 721.6 MB 903.3s _19h: 8 segs, 176.0 K docs, 701.4 MB 846.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 832.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 621.3s _1d9: 8 segs, 107.0 K docs, 425.6 MB 502.0s _1es: 8 segs, 117.5 K docs, 467.7 MB 486.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 473.2s _1f6: 8 segs, 121.4 K docs, 483.2 MB 425.0s _1ft: 13 segs, 48.7 K docs, 192.9 MB 296.0s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 430.0 sec: 128 segments, 13 merges 1602.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1351.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1037.1s _17m: 8 segs, 113.2 K docs, 450.4 MB 972.1s _18j: 8 segs, 181.0 K docs, 721.6 MB 908.3s _19h: 8 segs, 176.0 K docs, 701.4 MB 851.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 837.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 626.3s _1d9: 8 segs, 107.0 K docs, 425.6 MB 507.0s _1es: 8 segs, 117.5 K docs, 467.7 MB 491.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 478.2s _1f6: 8 segs, 121.4 K docs, 483.2 MB 430.0s _1ft: 13 segs, 48.7 K docs, 192.9 MB 301.0s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 435.0 sec: 128 segments, 13 merges 1607.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1356.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1042.1s _17m: 8 segs, 113.2 K docs, 450.4 MB 977.1s _18j: 8 segs, 181.0 K docs, 721.6 MB 913.3s _19h: 8 segs, 176.0 K docs, 701.4 MB 856.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 842.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 631.3s _1d9: 8 segs, 107.0 K docs, 425.6 MB 512.0s _1es: 8 segs, 117.5 K docs, 467.7 MB 496.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 483.2s _1f6: 8 segs, 121.4 K docs, 483.2 MB 435.0s _1ft: 13 segs, 48.7 K docs, 192.9 MB 306.0s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 440.0 sec: 128 segments, 13 merges 1612.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1361.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1047.1s _17m: 8 segs, 113.2 K docs, 450.4 MB 982.1s _18j: 8 segs, 181.0 K docs, 721.6 MB 918.3s _19h: 8 segs, 176.0 K docs, 701.4 MB 861.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 847.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 636.3s _1d9: 8 segs, 107.0 K docs, 425.6 MB 517.0s _1es: 8 segs, 117.5 K docs, 467.7 MB 501.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 488.2s _1f6: 8 segs, 121.4 K docs, 483.2 MB 440.0s _1ft: 13 segs, 48.7 K docs, 192.9 MB 311.0s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 445.0 sec: 128 segments, 13 merges 1617.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1366.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1052.1s _17m: 8 segs, 113.2 K docs, 450.4 MB 987.1s _18j: 8 segs, 181.0 K docs, 721.6 MB 923.3s _19h: 8 segs, 176.0 K docs, 701.4 MB 866.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 852.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 641.3s _1d9: 8 segs, 107.0 K docs, 425.6 MB 522.0s _1es: 8 segs, 117.5 K docs, 467.7 MB 506.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 493.2s _1f6: 8 segs, 121.4 K docs, 483.2 MB 445.0s _1ft: 13 segs, 48.7 K docs, 192.9 MB 316.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 450.0 sec: 128 segments, 13 merges 1622.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1371.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1057.2s _17m: 8 segs, 113.2 K docs, 450.4 MB 992.1s _18j: 8 segs, 181.0 K docs, 721.6 MB 928.4s _19h: 8 segs, 176.0 K docs, 701.4 MB 871.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 857.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 646.3s _1d9: 8 segs, 107.0 K docs, 425.6 MB 527.1s _1es: 8 segs, 117.5 K docs, 467.7 MB 511.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 498.2s _1f6: 8 segs, 121.4 K docs, 483.2 MB 450.0s _1ft: 13 segs, 48.7 K docs, 192.9 MB 321.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 455.1 sec: 128 segments, 13 merges 1627.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1376.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1062.2s _17m: 8 segs, 113.2 K docs, 450.4 MB 997.2s _18j: 8 segs, 181.0 K docs, 721.6 MB 933.4s _19h: 8 segs, 176.0 K docs, 701.4 MB 876.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 862.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 651.3s _1d9: 8 segs, 107.0 K docs, 425.6 MB 532.1s _1es: 8 segs, 117.5 K docs, 467.7 MB 516.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 503.3s _1f6: 8 segs, 121.4 K docs, 483.2 MB 455.1s _1ft: 13 segs, 48.7 K docs, 192.9 MB 326.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 460.1 sec: 128 segments, 13 merges 1632.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1381.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1067.2s _17m: 8 segs, 113.2 K docs, 450.4 MB 1002.2s _18j: 8 segs, 181.0 K docs, 721.6 MB 938.4s _19h: 8 segs, 176.0 K docs, 701.4 MB 881.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 867.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 656.3s _1d9: 8 segs, 107.0 K docs, 425.6 MB 537.1s _1es: 8 segs, 117.5 K docs, 467.7 MB 521.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 508.3s _1f6: 8 segs, 121.4 K docs, 483.2 MB 460.1s _1ft: 13 segs, 48.7 K docs, 192.9 MB 331.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 465.1 sec: 128 segments, 13 merges 1637.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1386.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1072.2s _17m: 8 segs, 113.2 K docs, 450.4 MB 1007.2s _18j: 8 segs, 181.0 K docs, 721.6 MB 943.4s _19h: 8 segs, 176.0 K docs, 701.4 MB 886.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 872.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 661.3s _1d9: 8 segs, 107.0 K docs, 425.6 MB 542.1s _1es: 8 segs, 117.5 K docs, 467.7 MB 526.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 513.3s _1f6: 8 segs, 121.4 K docs, 483.2 MB 465.1s _1ft: 13 segs, 48.7 K docs, 192.9 MB 336.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 470.1 sec: 128 segments, 13 merges 1642.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1391.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1077.2s _17m: 8 segs, 113.2 K docs, 450.4 MB 1012.2s _18j: 8 segs, 181.0 K docs, 721.6 MB 948.4s _19h: 8 segs, 176.0 K docs, 701.4 MB 891.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 877.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 666.4s _1d9: 8 segs, 107.0 K docs, 425.6 MB 547.1s _1es: 8 segs, 117.5 K docs, 467.7 MB 531.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 518.3s _1f6: 8 segs, 121.4 K docs, 483.2 MB 470.1s _1ft: 13 segs, 48.7 K docs, 192.9 MB 341.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 475.1 sec: 128 segments, 13 merges 1647.4s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1396.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1082.2s _17m: 8 segs, 113.2 K docs, 450.4 MB 1017.2s _18j: 8 segs, 181.0 K docs, 721.6 MB 953.4s _19h: 8 segs, 176.0 K docs, 701.4 MB 896.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 882.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 671.4s _1d9: 8 segs, 107.0 K docs, 425.6 MB 552.1s _1es: 8 segs, 117.5 K docs, 467.7 MB 536.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 523.3s _1f6: 8 segs, 121.4 K docs, 483.2 MB 475.1s _1ft: 13 segs, 48.7 K docs, 192.9 MB 346.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 480.1 sec: 128 segments, 13 merges 1652.4s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1401.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1087.2s _17m: 8 segs, 113.2 K docs, 450.4 MB 1022.2s _18j: 8 segs, 181.0 K docs, 721.6 MB 958.4s _19h: 8 segs, 176.0 K docs, 701.4 MB 901.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 887.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 676.4s _1d9: 8 segs, 107.0 K docs, 425.6 MB 557.1s _1es: 8 segs, 117.5 K docs, 467.7 MB 541.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 528.3s _1f6: 8 segs, 121.4 K docs, 483.2 MB 480.1s _1ft: 13 segs, 48.7 K docs, 192.9 MB 351.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 485.1 sec: 121 segments, 13 merges 1657.4s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1406.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1027.2s _18j: 8 segs, 181.0 K docs, 721.6 MB 963.4s _19h: 8 segs, 176.0 K docs, 701.4 MB 906.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 892.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 681.4s _1d9: 8 segs, 107.0 K docs, 425.6 MB 562.1s _1es: 8 segs, 117.5 K docs, 467.7 MB 546.6s _1ez: 8 segs, 120.4 K docs, 479.1 MB 533.3s _1f6: 8 segs, 121.4 K docs, 483.2 MB 485.1s _1ft: 13 segs, 48.7 K docs, 192.9 MB 356.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 2.9s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 490.0 sec: 121 segments, 13 merges 1662.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1411.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1032.1s _18j: 8 segs, 181.0 K docs, 721.6 MB 968.3s _19h: 8 segs, 176.0 K docs, 701.4 MB 911.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 897.5s _1al: 8 segs, 354.4 K docs, 1414.3 MB 686.3s _1d9: 8 segs, 107.0 K docs, 425.6 MB 567.0s _1es: 8 segs, 117.5 K docs, 467.7 MB 551.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 538.2s _1f6: 8 segs, 121.4 K docs, 483.2 MB 490.0s _1ft: 13 segs, 48.7 K docs, 192.9 MB 361.0s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 7.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 495.0 sec: 121 segments, 13 merges 1667.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1416.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1037.1s _18j: 8 segs, 181.0 K docs, 721.6 MB 973.3s _19h: 8 segs, 176.0 K docs, 701.4 MB 916.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 902.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 691.3s _1d9: 8 segs, 107.0 K docs, 425.6 MB 572.0s _1es: 8 segs, 117.5 K docs, 467.7 MB 556.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 543.2s _1f6: 8 segs, 121.4 K docs, 483.2 MB 495.0s _1ft: 13 segs, 48.7 K docs, 192.9 MB 366.0s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 12.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 500.0 sec: 121 segments, 13 merges 1672.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1421.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1042.1s _18j: 8 segs, 181.0 K docs, 721.6 MB 978.3s _19h: 8 segs, 176.0 K docs, 701.4 MB 921.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 907.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 696.3s _1d9: 8 segs, 107.0 K docs, 425.6 MB 577.0s _1es: 8 segs, 117.5 K docs, 467.7 MB 561.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 548.2s _1f6: 8 segs, 121.4 K docs, 483.2 MB 500.0s _1ft: 13 segs, 48.7 K docs, 192.9 MB 371.0s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 17.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 505.0 sec: 121 segments, 13 merges 1677.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1426.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1047.1s _18j: 8 segs, 181.0 K docs, 721.6 MB 983.3s _19h: 8 segs, 176.0 K docs, 701.4 MB 926.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 912.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 701.3s _1d9: 8 segs, 107.0 K docs, 425.6 MB 582.0s _1es: 8 segs, 117.5 K docs, 467.7 MB 566.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 553.2s _1f6: 8 segs, 121.4 K docs, 483.2 MB 505.0s _1ft: 13 segs, 48.7 K docs, 192.9 MB 376.0s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 22.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 510.0 sec: 121 segments, 13 merges 1682.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1431.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1052.1s _18j: 8 segs, 181.0 K docs, 721.6 MB 988.3s _19h: 8 segs, 176.0 K docs, 701.4 MB 931.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 917.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 706.3s _1d9: 8 segs, 107.0 K docs, 425.6 MB 587.0s _1es: 8 segs, 117.5 K docs, 467.7 MB 571.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 558.2s _1f6: 8 segs, 121.4 K docs, 483.2 MB 510.0s _1ft: 13 segs, 48.7 K docs, 192.9 MB 381.0s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 27.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 515.0 sec: 121 segments, 13 merges 1687.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1436.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1057.1s _18j: 8 segs, 181.0 K docs, 721.6 MB 993.3s _19h: 8 segs, 176.0 K docs, 701.4 MB 936.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 922.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 711.3s _1d9: 8 segs, 107.0 K docs, 425.6 MB 592.0s _1es: 8 segs, 117.5 K docs, 467.7 MB 576.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 563.2s _1f6: 8 segs, 121.4 K docs, 483.2 MB 515.0s _1ft: 13 segs, 48.7 K docs, 192.9 MB 386.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 32.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 520.0 sec: 121 segments, 13 merges 1692.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1441.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1062.1s _18j: 8 segs, 181.0 K docs, 721.6 MB 998.4s _19h: 8 segs, 176.0 K docs, 701.4 MB 941.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 927.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 716.3s _1d9: 8 segs, 107.0 K docs, 425.6 MB 597.1s _1es: 8 segs, 117.5 K docs, 467.7 MB 581.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 568.2s _1f6: 8 segs, 121.4 K docs, 483.2 MB 520.0s _1ft: 13 segs, 48.7 K docs, 192.9 MB 391.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 37.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 525.1 sec: 121 segments, 13 merges 1697.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1446.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1067.2s _18j: 8 segs, 181.0 K docs, 721.6 MB 1003.4s _19h: 8 segs, 176.0 K docs, 701.4 MB 946.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 932.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 721.3s _1d9: 8 segs, 107.0 K docs, 425.6 MB 602.1s _1es: 8 segs, 117.5 K docs, 467.7 MB 586.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 573.3s _1f6: 8 segs, 121.4 K docs, 483.2 MB 525.0s _1ft: 13 segs, 48.7 K docs, 192.9 MB 396.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 42.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 530.1 sec: 121 segments, 13 merges 1702.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1451.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1072.2s _18j: 8 segs, 181.0 K docs, 721.6 MB 1008.4s _19h: 8 segs, 176.0 K docs, 701.4 MB 951.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 937.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 726.3s _1d9: 8 segs, 107.0 K docs, 425.6 MB 607.1s _1es: 8 segs, 117.5 K docs, 467.7 MB 591.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 578.3s _1f6: 8 segs, 121.4 K docs, 483.2 MB 530.1s _1ft: 13 segs, 48.7 K docs, 192.9 MB 401.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 47.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 535.1 sec: 121 segments, 13 merges 1707.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1456.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1077.2s _18j: 8 segs, 181.0 K docs, 721.6 MB 1013.4s _19h: 8 segs, 176.0 K docs, 701.4 MB 956.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 942.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 731.3s _1d9: 8 segs, 107.0 K docs, 425.6 MB 612.1s _1es: 8 segs, 117.5 K docs, 467.7 MB 596.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 583.3s _1f6: 8 segs, 121.4 K docs, 483.2 MB 535.1s _1ft: 13 segs, 48.7 K docs, 192.9 MB 406.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 52.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 540.1 sec: 121 segments, 13 merges 1712.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1461.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1082.2s _18j: 8 segs, 181.0 K docs, 721.6 MB 1018.4s _19h: 8 segs, 176.0 K docs, 701.4 MB 961.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 947.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 736.4s _1d9: 8 segs, 107.0 K docs, 425.6 MB 617.1s _1es: 8 segs, 117.5 K docs, 467.7 MB 601.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 588.3s _1f6: 8 segs, 121.4 K docs, 483.2 MB 540.1s _1ft: 13 segs, 48.7 K docs, 192.9 MB 411.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 57.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 545.1 sec: 121 segments, 13 merges 1717.4s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1466.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1087.2s _18j: 8 segs, 181.0 K docs, 721.6 MB 1023.4s _19h: 8 segs, 176.0 K docs, 701.4 MB 966.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 952.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 741.4s _1d9: 8 segs, 107.0 K docs, 425.6 MB 622.1s _1es: 8 segs, 117.5 K docs, 467.7 MB 606.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 593.3s _1f6: 8 segs, 121.4 K docs, 483.2 MB 545.1s _1ft: 13 segs, 48.7 K docs, 192.9 MB 416.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 62.9s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 550.1 sec: 121 segments, 13 merges 1722.4s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1471.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1092.2s _18j: 8 segs, 181.0 K docs, 721.6 MB 1028.4s _19h: 8 segs, 176.0 K docs, 701.4 MB 971.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 957.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 746.4s _1d9: 8 segs, 107.0 K docs, 425.6 MB 627.1s _1es: 8 segs, 117.5 K docs, 467.7 MB 611.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 598.3s _1f6: 8 segs, 121.4 K docs, 483.2 MB 550.1s _1ft: 13 segs, 48.7 K docs, 192.9 MB 421.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 67.9s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 555.1 sec: 121 segments, 13 merges 1727.4s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1476.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1097.2s _18j: 8 segs, 181.0 K docs, 721.6 MB 1033.4s _19h: 8 segs, 176.0 K docs, 701.4 MB 976.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 962.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 751.4s _1d9: 8 segs, 107.0 K docs, 425.6 MB 632.1s _1es: 8 segs, 117.5 K docs, 467.7 MB 616.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 603.3s _1f6: 8 segs, 121.4 K docs, 483.2 MB 555.1s _1ft: 13 segs, 48.7 K docs, 192.9 MB 426.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 72.9s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 560.1 sec: 121 segments, 13 merges 1732.4s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1481.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1102.2s _18j: 8 segs, 181.0 K docs, 721.6 MB 1038.4s _19h: 8 segs, 176.0 K docs, 701.4 MB 981.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 967.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 756.4s _1d9: 8 segs, 107.0 K docs, 425.6 MB 637.1s _1es: 8 segs, 117.5 K docs, 467.7 MB 621.6s _1ez: 8 segs, 120.4 K docs, 479.1 MB 608.3s _1f6: 8 segs, 121.4 K docs, 483.2 MB 560.1s _1ft: 13 segs, 48.7 K docs, 192.9 MB 431.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 77.9s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 565.0 sec: 121 segments, 13 merges 1737.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1486.5s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1107.1s _18j: 8 segs, 181.0 K docs, 721.6 MB 1043.3s _19h: 8 segs, 176.0 K docs, 701.4 MB 986.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 972.5s _1al: 8 segs, 354.4 K docs, 1414.3 MB 761.3s _1d9: 8 segs, 107.0 K docs, 425.6 MB 642.0s _1es: 8 segs, 117.5 K docs, 467.7 MB 626.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 613.2s _1f6: 8 segs, 121.4 K docs, 483.2 MB 565.0s _1ft: 13 segs, 48.7 K docs, 192.9 MB 436.0s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 82.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 570.0 sec: 121 segments, 13 merges 1742.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1491.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1112.1s _18j: 8 segs, 181.0 K docs, 721.6 MB 1048.3s _19h: 8 segs, 176.0 K docs, 701.4 MB 991.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 977.5s _1al: 8 segs, 354.4 K docs, 1414.3 MB 766.3s _1d9: 8 segs, 107.0 K docs, 425.6 MB 647.0s _1es: 8 segs, 117.5 K docs, 467.7 MB 631.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 618.2s _1f6: 8 segs, 121.4 K docs, 483.2 MB 570.0s _1ft: 13 segs, 48.7 K docs, 192.9 MB 441.0s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 87.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 575.0 sec: 121 segments, 13 merges 1747.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1496.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1117.1s _18j: 8 segs, 181.0 K docs, 721.6 MB 1053.3s _19h: 8 segs, 176.0 K docs, 701.4 MB 996.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 982.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 771.3s _1d9: 8 segs, 107.0 K docs, 425.6 MB 652.0s _1es: 8 segs, 117.5 K docs, 467.7 MB 636.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 623.2s _1f6: 8 segs, 121.4 K docs, 483.2 MB 575.0s _1ft: 13 segs, 48.7 K docs, 192.9 MB 446.0s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 92.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 580.0 sec: 121 segments, 13 merges 1752.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1501.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1122.1s _18j: 8 segs, 181.0 K docs, 721.6 MB 1058.3s _19h: 8 segs, 176.0 K docs, 701.4 MB 1001.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 987.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 776.3s _1d9: 8 segs, 107.0 K docs, 425.6 MB 657.0s _1es: 8 segs, 117.5 K docs, 467.7 MB 641.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 628.2s _1f6: 8 segs, 121.4 K docs, 483.2 MB 580.0s _1ft: 13 segs, 48.7 K docs, 192.9 MB 451.0s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 97.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 585.0 sec: 121 segments, 13 merges 1757.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1506.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1127.1s _18j: 8 segs, 181.0 K docs, 721.6 MB 1063.3s _19h: 8 segs, 176.0 K docs, 701.4 MB 1006.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 992.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 781.3s _1d9: 8 segs, 107.0 K docs, 425.6 MB 662.0s _1es: 8 segs, 117.5 K docs, 467.7 MB 646.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 633.2s _1f6: 8 segs, 121.4 K docs, 483.2 MB 585.0s _1ft: 13 segs, 48.7 K docs, 192.9 MB 456.0s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 102.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 590.0 sec: 121 segments, 13 merges 1762.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1511.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1132.1s _18j: 8 segs, 181.0 K docs, 721.6 MB 1068.3s _19h: 8 segs, 176.0 K docs, 701.4 MB 1011.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 997.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 786.3s _1d9: 8 segs, 107.0 K docs, 425.6 MB 667.0s _1es: 8 segs, 117.5 K docs, 467.7 MB 651.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 638.2s _1f6: 8 segs, 121.4 K docs, 483.2 MB 590.0s _1ft: 13 segs, 48.7 K docs, 192.9 MB 461.0s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 107.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 595.0 sec: 121 segments, 13 merges 1767.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1516.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1137.1s _18j: 8 segs, 181.0 K docs, 721.6 MB 1073.3s _19h: 8 segs, 176.0 K docs, 701.4 MB 1016.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 1002.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 791.3s _1d9: 8 segs, 107.0 K docs, 425.6 MB 672.0s _1es: 8 segs, 117.5 K docs, 467.7 MB 656.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 643.2s _1f6: 8 segs, 121.4 K docs, 483.2 MB 595.0s _1ft: 13 segs, 48.7 K docs, 192.9 MB 466.0s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 112.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 600.0 sec: 121 segments, 13 merges 1772.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1521.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1142.1s _18j: 8 segs, 181.0 K docs, 721.6 MB 1078.3s _19h: 8 segs, 176.0 K docs, 701.4 MB 1021.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 1007.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 796.3s _1d9: 8 segs, 107.0 K docs, 425.6 MB 677.0s _1es: 8 segs, 117.5 K docs, 467.7 MB 661.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 648.2s _1f6: 8 segs, 121.4 K docs, 483.2 MB 600.0s _1ft: 13 segs, 48.7 K docs, 192.9 MB 471.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 117.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 605.0 sec: 121 segments, 13 merges 1777.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1526.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1147.1s _18j: 8 segs, 181.0 K docs, 721.6 MB 1083.4s _19h: 8 segs, 176.0 K docs, 701.4 MB 1026.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 1012.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 801.3s _1d9: 8 segs, 107.0 K docs, 425.6 MB 682.1s _1es: 8 segs, 117.5 K docs, 467.7 MB 666.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 653.2s _1f6: 8 segs, 121.4 K docs, 483.2 MB 605.0s _1ft: 13 segs, 48.7 K docs, 192.9 MB 476.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 122.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 610.1 sec: 121 segments, 13 merges 1782.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1531.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1152.2s _18j: 8 segs, 181.0 K docs, 721.6 MB 1088.4s _19h: 8 segs, 176.0 K docs, 701.4 MB 1031.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 1017.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 806.3s _1d9: 8 segs, 107.0 K docs, 425.6 MB 687.1s _1es: 8 segs, 117.5 K docs, 467.7 MB 671.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 658.3s _1f6: 8 segs, 121.4 K docs, 483.2 MB 610.1s _1ft: 13 segs, 48.7 K docs, 192.9 MB 481.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 127.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 615.1 sec: 121 segments, 13 merges 1787.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1536.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1157.2s _18j: 8 segs, 181.0 K docs, 721.6 MB 1093.4s _19h: 8 segs, 176.0 K docs, 701.4 MB 1036.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 1022.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 811.3s _1d9: 8 segs, 107.0 K docs, 425.6 MB 692.1s _1es: 8 segs, 117.5 K docs, 467.7 MB 676.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 663.3s _1f6: 8 segs, 121.4 K docs, 483.2 MB 615.1s _1ft: 13 segs, 48.7 K docs, 192.9 MB 486.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 132.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 620.1 sec: 121 segments, 13 merges 1792.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1541.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1162.2s _18j: 8 segs, 181.0 K docs, 721.6 MB 1098.4s _19h: 8 segs, 176.0 K docs, 701.4 MB 1041.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 1027.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 816.3s _1d9: 8 segs, 107.0 K docs, 425.6 MB 697.1s _1es: 8 segs, 117.5 K docs, 467.7 MB 681.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 668.3s _1f6: 8 segs, 121.4 K docs, 483.2 MB 620.1s _1ft: 13 segs, 48.7 K docs, 192.9 MB 491.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 137.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 625.1 sec: 121 segments, 13 merges 1797.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1546.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1167.2s _18j: 8 segs, 181.0 K docs, 721.6 MB 1103.4s _19h: 8 segs, 176.0 K docs, 701.4 MB 1046.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 1032.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 821.4s _1d9: 8 segs, 107.0 K docs, 425.6 MB 702.1s _1es: 8 segs, 117.5 K docs, 467.7 MB 686.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 673.3s _1f6: 8 segs, 121.4 K docs, 483.2 MB 625.1s _1ft: 13 segs, 48.7 K docs, 192.9 MB 496.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 142.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 630.1 sec: 121 segments, 13 merges 1802.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1551.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1172.2s _18j: 8 segs, 181.0 K docs, 721.6 MB 1108.4s _19h: 8 segs, 176.0 K docs, 701.4 MB 1051.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 1037.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 826.4s _1d9: 8 segs, 107.0 K docs, 425.6 MB 707.1s _1es: 8 segs, 117.5 K docs, 467.7 MB 691.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 678.3s _1f6: 8 segs, 121.4 K docs, 483.2 MB 630.1s _1ft: 13 segs, 48.7 K docs, 192.9 MB 501.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 147.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 635.1 sec: 121 segments, 13 merges 1807.4s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1556.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1177.2s _18j: 8 segs, 181.0 K docs, 721.6 MB 1113.4s _19h: 8 segs, 176.0 K docs, 701.4 MB 1056.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 1042.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 831.4s _1d9: 8 segs, 107.0 K docs, 425.6 MB 712.1s _1es: 8 segs, 117.5 K docs, 467.7 MB 696.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 683.3s _1f6: 8 segs, 121.4 K docs, 483.2 MB 635.1s _1ft: 13 segs, 48.7 K docs, 192.9 MB 506.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 152.9s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 640.1 sec: 109 segments, 12 merges 1812.4s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1561.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1182.2s _18j: 8 segs, 181.0 K docs, 721.6 MB 1118.4s _19h: 8 segs, 176.0 K docs, 701.4 MB 1061.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 1047.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 836.4s _1d9: 8 segs, 107.0 K docs, 425.6 MB 717.1s _1es: 8 segs, 117.5 K docs, 467.7 MB 701.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 688.3s _1f6: 8 segs, 121.4 K docs, 483.2 MB 511.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 157.9s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 645.1 sec: 109 segments, 12 merges 1817.4s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1566.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1187.2s _18j: 8 segs, 181.0 K docs, 721.6 MB 1123.4s _19h: 8 segs, 176.0 K docs, 701.4 MB 1066.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 1052.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 841.4s _1d9: 8 segs, 107.0 K docs, 425.6 MB 722.1s _1es: 8 segs, 117.5 K docs, 467.7 MB 706.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 693.3s _1f6: 8 segs, 121.4 K docs, 483.2 MB 516.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 162.9s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 650.1 sec: 109 segments, 12 merges 1822.4s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1571.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1192.2s _18j: 8 segs, 181.0 K docs, 721.6 MB 1128.4s _19h: 8 segs, 176.0 K docs, 701.4 MB 1071.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 1057.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 846.4s _1d9: 8 segs, 107.0 K docs, 425.6 MB 727.1s _1es: 8 segs, 117.5 K docs, 467.7 MB 711.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 698.3s _1f6: 8 segs, 121.4 K docs, 483.2 MB 521.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 167.9s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 655.1 sec: 109 segments, 12 merges 1827.4s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1576.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1197.2s _18j: 8 segs, 181.0 K docs, 721.6 MB 1133.4s _19h: 8 segs, 176.0 K docs, 701.4 MB 1076.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 1062.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 851.4s _1d9: 8 segs, 107.0 K docs, 425.6 MB 732.1s _1es: 8 segs, 117.5 K docs, 467.7 MB 716.6s _1ez: 8 segs, 120.4 K docs, 479.1 MB 703.3s _1f6: 8 segs, 121.4 K docs, 483.2 MB 526.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 172.9s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 660.0 sec: 109 segments, 12 merges 1832.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1581.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1202.1s _18j: 8 segs, 181.0 K docs, 721.6 MB 1138.3s _19h: 8 segs, 176.0 K docs, 701.4 MB 1081.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 1067.5s _1al: 8 segs, 354.4 K docs, 1414.3 MB 856.3s _1d9: 8 segs, 107.0 K docs, 425.6 MB 737.0s _1es: 8 segs, 117.5 K docs, 467.7 MB 721.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 708.2s _1f6: 8 segs, 121.4 K docs, 483.2 MB 531.0s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 177.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 665.0 sec: 109 segments, 12 merges 1837.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1586.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1207.1s _18j: 8 segs, 181.0 K docs, 721.6 MB 1143.3s _19h: 8 segs, 176.0 K docs, 701.4 MB 1086.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 1072.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 861.3s _1d9: 8 segs, 107.0 K docs, 425.6 MB 742.0s _1es: 8 segs, 117.5 K docs, 467.7 MB 726.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 713.2s _1f6: 8 segs, 121.4 K docs, 483.2 MB 536.0s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 182.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 670.0 sec: 109 segments, 12 merges 1842.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1591.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1212.1s _18j: 8 segs, 181.0 K docs, 721.6 MB 1148.3s _19h: 8 segs, 176.0 K docs, 701.4 MB 1091.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 1077.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 866.3s _1d9: 8 segs, 107.0 K docs, 425.6 MB 747.0s _1es: 8 segs, 117.5 K docs, 467.7 MB 731.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 718.2s _1f6: 8 segs, 121.4 K docs, 483.2 MB 541.0s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 187.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 675.0 sec: 102 segments, 11 merges 1847.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1596.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1217.1s _18j: 8 segs, 181.0 K docs, 721.6 MB 1153.3s _19h: 8 segs, 176.0 K docs, 701.4 MB 1096.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 1082.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 871.3s _1d9: 8 segs, 107.0 K docs, 425.6 MB 736.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 723.2s _1f6: 8 segs, 121.4 K docs, 483.2 MB 546.0s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 192.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 680.0 sec: 102 segments, 11 merges 1852.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1601.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1222.1s _18j: 8 segs, 181.0 K docs, 721.6 MB 1158.3s _19h: 8 segs, 176.0 K docs, 701.4 MB 1101.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 1087.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 876.3s _1d9: 8 segs, 107.0 K docs, 425.6 MB 741.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 728.2s _1f6: 8 segs, 121.4 K docs, 483.2 MB 551.0s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 197.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 685.0 sec: 102 segments, 11 merges 1857.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1606.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1227.1s _18j: 8 segs, 181.0 K docs, 721.6 MB 1163.3s _19h: 8 segs, 176.0 K docs, 701.4 MB 1106.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 1092.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 881.3s _1d9: 8 segs, 107.0 K docs, 425.6 MB 746.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 733.2s _1f6: 8 segs, 121.4 K docs, 483.2 MB 556.0s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 202.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 690.0 sec: 102 segments, 11 merges 1862.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1611.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1232.1s _18j: 8 segs, 181.0 K docs, 721.6 MB 1168.3s _19h: 8 segs, 176.0 K docs, 701.4 MB 1111.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 1097.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 886.3s _1d9: 8 segs, 107.0 K docs, 425.6 MB 751.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 738.2s _1f6: 8 segs, 121.4 K docs, 483.2 MB 561.0s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 207.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 695.0 sec: 102 segments, 11 merges 1867.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1616.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1237.1s _18j: 8 segs, 181.0 K docs, 721.6 MB 1173.3s _19h: 8 segs, 176.0 K docs, 701.4 MB 1116.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 1102.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 891.3s _1d9: 8 segs, 107.0 K docs, 425.6 MB 756.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 743.2s _1f6: 8 segs, 121.4 K docs, 483.2 MB 566.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 212.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 700.0 sec: 102 segments, 11 merges 1872.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1621.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1242.1s _18j: 8 segs, 181.0 K docs, 721.6 MB 1178.3s _19h: 8 segs, 176.0 K docs, 701.4 MB 1121.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 1107.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 896.3s _1d9: 8 segs, 107.0 K docs, 425.6 MB 761.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 748.2s _1f6: 8 segs, 121.4 K docs, 483.2 MB 571.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 217.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 705.0 sec: 102 segments, 11 merges 1877.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1626.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1247.1s _18j: 8 segs, 181.0 K docs, 721.6 MB 1183.3s _19h: 8 segs, 176.0 K docs, 701.4 MB 1126.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 1112.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 901.3s _1d9: 8 segs, 107.0 K docs, 425.6 MB 766.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 753.2s _1f6: 8 segs, 121.4 K docs, 483.2 MB 576.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 222.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 710.0 sec: 102 segments, 11 merges 1882.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1631.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1252.1s _18j: 8 segs, 181.0 K docs, 721.6 MB 1188.4s _19h: 8 segs, 176.0 K docs, 701.4 MB 1131.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 1117.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 906.3s _1d9: 8 segs, 107.0 K docs, 425.6 MB 771.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 758.2s _1f6: 8 segs, 121.4 K docs, 483.2 MB 581.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 227.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 715.0 sec: 102 segments, 11 merges 1887.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1636.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1257.1s _18j: 8 segs, 181.0 K docs, 721.6 MB 1193.4s _19h: 8 segs, 176.0 K docs, 701.4 MB 1136.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 1122.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 911.3s _1d9: 8 segs, 107.0 K docs, 425.6 MB 776.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 763.3s _1f6: 8 segs, 121.4 K docs, 483.2 MB 586.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 232.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 720.1 sec: 102 segments, 11 merges 1892.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1641.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1262.2s _18j: 8 segs, 181.0 K docs, 721.6 MB 1198.4s _19h: 8 segs, 176.0 K docs, 701.4 MB 1141.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 1127.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 916.3s _1d9: 8 segs, 107.0 K docs, 425.6 MB 781.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 768.3s _1f6: 8 segs, 121.4 K docs, 483.2 MB 591.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 237.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 725.1 sec: 102 segments, 11 merges 1897.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1646.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1267.2s _18j: 8 segs, 181.0 K docs, 721.6 MB 1203.4s _19h: 8 segs, 176.0 K docs, 701.4 MB 1146.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 1132.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 921.3s _1d9: 8 segs, 107.0 K docs, 425.6 MB 786.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 773.3s _1f6: 8 segs, 121.4 K docs, 483.2 MB 596.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 242.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 730.1 sec: 102 segments, 11 merges 1902.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1651.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1272.2s _18j: 8 segs, 181.0 K docs, 721.6 MB 1208.4s _19h: 8 segs, 176.0 K docs, 701.4 MB 1151.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 1137.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 926.3s _1d9: 8 segs, 107.0 K docs, 425.6 MB 791.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 778.3s _1f6: 8 segs, 121.4 K docs, 483.2 MB 601.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 247.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 735.1 sec: 102 segments, 11 merges 1907.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1656.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1277.2s _18j: 8 segs, 181.0 K docs, 721.6 MB 1213.4s _19h: 8 segs, 176.0 K docs, 701.4 MB 1156.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 1142.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 931.4s _1d9: 8 segs, 107.0 K docs, 425.6 MB 796.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 783.3s _1f6: 8 segs, 121.4 K docs, 483.2 MB 606.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 252.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 740.1 sec: 102 segments, 11 merges 1912.4s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1661.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1282.2s _18j: 8 segs, 181.0 K docs, 721.6 MB 1218.4s _19h: 8 segs, 176.0 K docs, 701.4 MB 1161.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 1147.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 936.4s _1d9: 8 segs, 107.0 K docs, 425.6 MB 801.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 788.3s _1f6: 8 segs, 121.4 K docs, 483.2 MB 611.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 257.9s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 745.1 sec: 102 segments, 11 merges 1917.4s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1666.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1287.2s _18j: 8 segs, 181.0 K docs, 721.6 MB 1223.4s _19h: 8 segs, 176.0 K docs, 701.4 MB 1166.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 1152.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 941.4s _1d9: 8 segs, 107.0 K docs, 425.6 MB 806.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 793.3s _1f6: 8 segs, 121.4 K docs, 483.2 MB 616.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 262.9s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 750.1 sec: 102 segments, 11 merges 1922.4s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1671.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1292.2s _18j: 8 segs, 181.0 K docs, 721.6 MB 1228.4s _19h: 8 segs, 176.0 K docs, 701.4 MB 1171.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 1157.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 946.4s _1d9: 8 segs, 107.0 K docs, 425.6 MB 811.6s _1ez: 8 segs, 120.4 K docs, 479.1 MB 798.3s _1f6: 8 segs, 121.4 K docs, 483.2 MB 621.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 267.9s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 755.0 sec: 102 segments, 11 merges 1927.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1676.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1297.1s _18j: 8 segs, 181.0 K docs, 721.6 MB 1233.3s _19h: 8 segs, 176.0 K docs, 701.4 MB 1176.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 1162.5s _1al: 8 segs, 354.4 K docs, 1414.3 MB 951.3s _1d9: 8 segs, 107.0 K docs, 425.6 MB 816.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 803.2s _1f6: 8 segs, 121.4 K docs, 483.2 MB 626.0s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 272.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 760.0 sec: 102 segments, 11 merges 1932.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1681.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1302.1s _18j: 8 segs, 181.0 K docs, 721.6 MB 1238.3s _19h: 8 segs, 176.0 K docs, 701.4 MB 1181.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 1167.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 956.3s _1d9: 8 segs, 107.0 K docs, 425.6 MB 821.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 808.2s _1f6: 8 segs, 121.4 K docs, 483.2 MB 631.0s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 277.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 765.0 sec: 95 segments, 10 merges 1937.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1686.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1307.1s _18j: 8 segs, 181.0 K docs, 721.6 MB 1243.3s _19h: 8 segs, 176.0 K docs, 701.4 MB 1186.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 1172.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 826.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 813.2s _1f6: 8 segs, 121.4 K docs, 483.2 MB 636.0s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 282.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 770.0 sec: 95 segments, 10 merges 1942.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1691.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1312.1s _18j: 8 segs, 181.0 K docs, 721.6 MB 1248.3s _19h: 8 segs, 176.0 K docs, 701.4 MB 1191.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 1177.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 831.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 818.2s _1f6: 8 segs, 121.4 K docs, 483.2 MB 641.0s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 287.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 775.0 sec: 95 segments, 10 merges 1947.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1696.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1317.1s _18j: 8 segs, 181.0 K docs, 721.6 MB 1253.3s _19h: 8 segs, 176.0 K docs, 701.4 MB 1196.4s _1ad: 8 segs, 151.7 K docs, 604.4 MB 1182.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 836.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 823.2s _1f6: 8 segs, 121.4 K docs, 483.2 MB 646.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 292.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 780.0 sec: 88 segments, 9 merges 1952.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1701.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1322.1s _18j: 8 segs, 181.0 K docs, 721.6 MB 1258.4s _19h: 8 segs, 176.0 K docs, 701.4 MB 1187.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 841.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 828.2s _1f6: 8 segs, 121.4 K docs, 483.2 MB 651.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 297.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 785.1 sec: 88 segments, 9 merges 1957.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1706.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1327.2s _18j: 8 segs, 181.0 K docs, 721.6 MB 1263.4s _19h: 8 segs, 176.0 K docs, 701.4 MB 1192.6s _1al: 8 segs, 354.4 K docs, 1414.3 MB 846.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 833.3s _1f6: 8 segs, 121.4 K docs, 483.2 MB 656.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 302.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 790.1 sec: 81 segments, 8 merges 1962.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1711.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1332.2s _18j: 8 segs, 181.0 K docs, 721.6 MB 1268.4s _19h: 8 segs, 176.0 K docs, 701.4 MB 851.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 838.3s _1f6: 8 segs, 121.4 K docs, 483.2 MB 661.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 307.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 795.1 sec: 81 segments, 8 merges 1967.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1716.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1337.2s _18j: 8 segs, 181.0 K docs, 721.6 MB 1273.4s _19h: 8 segs, 176.0 K docs, 701.4 MB 856.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 843.3s _1f6: 8 segs, 121.4 K docs, 483.2 MB 666.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 312.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 800.1 sec: 81 segments, 8 merges 1972.4s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1721.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1342.2s _18j: 8 segs, 181.0 K docs, 721.6 MB 1278.4s _19h: 8 segs, 176.0 K docs, 701.4 MB 861.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 848.3s _1f6: 8 segs, 121.4 K docs, 483.2 MB 671.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 317.9s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 805.1 sec: 81 segments, 8 merges 1977.4s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1726.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1347.2s _18j: 8 segs, 181.0 K docs, 721.6 MB 1283.4s _19h: 8 segs, 176.0 K docs, 701.4 MB 866.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 853.3s _1f6: 8 segs, 121.4 K docs, 483.2 MB 676.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 322.9s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 810.1 sec: 81 segments, 8 merges 1982.4s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1731.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1352.2s _18j: 8 segs, 181.0 K docs, 721.6 MB 1288.4s _19h: 8 segs, 176.0 K docs, 701.4 MB 871.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 858.3s _1f6: 8 segs, 121.4 K docs, 483.2 MB 681.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 327.9s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 815.1 sec: 81 segments, 8 merges 1987.4s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1736.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1357.2s _18j: 8 segs, 181.0 K docs, 721.6 MB 1293.4s _19h: 8 segs, 176.0 K docs, 701.4 MB 876.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 863.3s _1f6: 8 segs, 121.4 K docs, 483.2 MB 686.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 332.9s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 820.1 sec: 81 segments, 8 merges 1992.4s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1741.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1362.2s _18j: 8 segs, 181.0 K docs, 721.6 MB 1298.4s _19h: 8 segs, 176.0 K docs, 701.4 MB 881.6s _1ez: 8 segs, 120.4 K docs, 479.1 MB 868.3s _1f6: 8 segs, 121.4 K docs, 483.2 MB 691.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 337.9s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 825.1 sec: 81 segments, 8 merges 1997.4s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1746.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1367.2s _18j: 8 segs, 181.0 K docs, 721.6 MB 1303.4s _19h: 8 segs, 176.0 K docs, 701.4 MB 886.6s _1ez: 8 segs, 120.4 K docs, 479.1 MB 873.3s _1f6: 8 segs, 121.4 K docs, 483.2 MB 696.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 342.9s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 830.0 sec: 81 segments, 8 merges 2002.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1751.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1372.1s _18j: 8 segs, 181.0 K docs, 721.6 MB 1308.3s _19h: 8 segs, 176.0 K docs, 701.4 MB 891.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 878.2s _1f6: 8 segs, 121.4 K docs, 483.2 MB 701.0s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 347.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 835.0 sec: 81 segments, 8 merges 2007.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1756.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1377.1s _18j: 8 segs, 181.0 K docs, 721.6 MB 1313.3s _19h: 8 segs, 176.0 K docs, 701.4 MB 896.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 883.2s _1f6: 8 segs, 121.4 K docs, 483.2 MB 706.0s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 352.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 840.0 sec: 81 segments, 8 merges 2012.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1761.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1382.1s _18j: 8 segs, 181.0 K docs, 721.6 MB 1318.3s _19h: 8 segs, 176.0 K docs, 701.4 MB 901.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 888.2s _1f6: 8 segs, 121.4 K docs, 483.2 MB 711.0s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 357.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 845.0 sec: 81 segments, 8 merges 2017.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1766.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1387.1s _18j: 8 segs, 181.0 K docs, 721.6 MB 1323.3s _19h: 8 segs, 176.0 K docs, 701.4 MB 906.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 893.2s _1f6: 8 segs, 121.4 K docs, 483.2 MB 716.0s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 362.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 850.0 sec: 81 segments, 8 merges 2022.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1771.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1392.1s _18j: 8 segs, 181.0 K docs, 721.6 MB 1328.3s _19h: 8 segs, 176.0 K docs, 701.4 MB 911.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 898.2s _1f6: 8 segs, 121.4 K docs, 483.2 MB 721.0s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 367.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 855.0 sec: 81 segments, 8 merges 2027.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1776.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1397.1s _18j: 8 segs, 181.0 K docs, 721.6 MB 1333.3s _19h: 8 segs, 176.0 K docs, 701.4 MB 916.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 903.2s _1f6: 8 segs, 121.4 K docs, 483.2 MB 726.0s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 372.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 860.0 sec: 81 segments, 8 merges 2032.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1781.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1402.1s _18j: 8 segs, 181.0 K docs, 721.6 MB 1338.3s _19h: 8 segs, 176.0 K docs, 701.4 MB 921.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 908.2s _1f6: 8 segs, 121.4 K docs, 483.2 MB 731.0s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 377.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 865.0 sec: 81 segments, 8 merges 2037.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1786.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1407.1s _18j: 8 segs, 181.0 K docs, 721.6 MB 1343.3s _19h: 8 segs, 176.0 K docs, 701.4 MB 926.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 913.2s _1f6: 8 segs, 121.4 K docs, 483.2 MB 736.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 382.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 870.0 sec: 81 segments, 8 merges 2042.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1791.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1412.1s _18j: 8 segs, 181.0 K docs, 721.6 MB 1348.3s _19h: 8 segs, 176.0 K docs, 701.4 MB 931.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 918.2s _1f6: 8 segs, 121.4 K docs, 483.2 MB 741.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 387.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 875.0 sec: 81 segments, 8 merges 2047.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1796.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1417.1s _18j: 8 segs, 181.0 K docs, 721.6 MB 1353.4s _19h: 8 segs, 176.0 K docs, 701.4 MB 936.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 923.2s _1f6: 8 segs, 121.4 K docs, 483.2 MB 746.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 392.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 880.0 sec: 81 segments, 8 merges 2052.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1801.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1422.1s _18j: 8 segs, 181.0 K docs, 721.6 MB 1358.4s _19h: 8 segs, 176.0 K docs, 701.4 MB 941.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 928.3s _1f6: 8 segs, 121.4 K docs, 483.2 MB 751.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 397.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 885.1 sec: 81 segments, 8 merges 2057.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1806.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1427.2s _18j: 8 segs, 181.0 K docs, 721.6 MB 1363.4s _19h: 8 segs, 176.0 K docs, 701.4 MB 946.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 933.3s _1f6: 8 segs, 121.4 K docs, 483.2 MB 756.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 402.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 890.1 sec: 81 segments, 8 merges 2062.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1811.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1432.2s _18j: 8 segs, 181.0 K docs, 721.6 MB 1368.4s _19h: 8 segs, 176.0 K docs, 701.4 MB 951.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 938.3s _1f6: 8 segs, 121.4 K docs, 483.2 MB 761.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 407.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 895.1 sec: 81 segments, 8 merges 2067.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1816.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1437.2s _18j: 8 segs, 181.0 K docs, 721.6 MB 1373.4s _19h: 8 segs, 176.0 K docs, 701.4 MB 956.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 943.3s _1f6: 8 segs, 121.4 K docs, 483.2 MB 766.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 412.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 900.1 sec: 81 segments, 8 merges 2072.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1821.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1442.2s _18j: 8 segs, 181.0 K docs, 721.6 MB 1378.4s _19h: 8 segs, 176.0 K docs, 701.4 MB 961.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 948.3s _1f6: 8 segs, 121.4 K docs, 483.2 MB 771.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 417.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 905.1 sec: 81 segments, 8 merges 2077.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1826.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1447.2s _18j: 8 segs, 181.0 K docs, 721.6 MB 1383.4s _19h: 8 segs, 176.0 K docs, 701.4 MB 966.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 953.3s _1f6: 8 segs, 121.4 K docs, 483.2 MB 776.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 422.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 910.1 sec: 81 segments, 8 merges 2082.4s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1831.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1452.2s _18j: 8 segs, 181.0 K docs, 721.6 MB 1388.4s _19h: 8 segs, 176.0 K docs, 701.4 MB 971.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 958.3s _1f6: 8 segs, 121.4 K docs, 483.2 MB 781.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 427.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 915.1 sec: 81 segments, 8 merges 2087.4s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1836.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1457.2s _18j: 8 segs, 181.0 K docs, 721.6 MB 1393.4s _19h: 8 segs, 176.0 K docs, 701.4 MB 976.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 963.3s _1f6: 8 segs, 121.4 K docs, 483.2 MB 786.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 432.9s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 920.1 sec: 74 segments, 7 merges 2092.4s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1841.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1462.2s _18j: 8 segs, 181.0 K docs, 721.6 MB 1398.4s _19h: 8 segs, 176.0 K docs, 701.4 MB 981.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 791.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 437.9s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 925.1 sec: 74 segments, 7 merges 2097.4s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1846.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1467.2s _18j: 8 segs, 181.0 K docs, 721.6 MB 1403.4s _19h: 8 segs, 176.0 K docs, 701.4 MB 986.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 796.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 442.9s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 930.1 sec: 74 segments, 7 merges 2102.4s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1851.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1472.2s _18j: 8 segs, 181.0 K docs, 721.6 MB 1408.4s _19h: 8 segs, 176.0 K docs, 701.4 MB 991.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 801.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 447.9s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 935.1 sec: 74 segments, 7 merges 2107.4s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1856.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1477.2s _18j: 8 segs, 181.0 K docs, 721.6 MB 1413.4s _19h: 8 segs, 176.0 K docs, 701.4 MB 996.6s _1ez: 8 segs, 120.4 K docs, 479.1 MB 806.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 452.9s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 940.1 sec: 74 segments, 7 merges 2112.4s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1861.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1482.2s _18j: 8 segs, 181.0 K docs, 721.6 MB 1418.4s _19h: 8 segs, 176.0 K docs, 701.4 MB 1001.6s _1ez: 8 segs, 120.4 K docs, 479.1 MB 811.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 457.9s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 945.0 sec: 74 segments, 7 merges 2117.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1866.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1487.1s _18j: 8 segs, 181.0 K docs, 721.6 MB 1423.3s _19h: 8 segs, 176.0 K docs, 701.4 MB 1006.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 816.0s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 462.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 950.0 sec: 74 segments, 7 merges 2122.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1871.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1492.1s _18j: 8 segs, 181.0 K docs, 721.6 MB 1428.3s _19h: 8 segs, 176.0 K docs, 701.4 MB 1011.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 821.0s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 467.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 955.0 sec: 74 segments, 7 merges 2127.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1876.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1497.1s _18j: 8 segs, 181.0 K docs, 721.6 MB 1433.3s _19h: 8 segs, 176.0 K docs, 701.4 MB 1016.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 826.0s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 472.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 960.0 sec: 74 segments, 7 merges 2132.3s _yo: 8 segs, 1268.8 K docs, 5070.1 MB 1881.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1502.1s _18j: 8 segs, 181.0 K docs, 721.6 MB 1438.3s _19h: 8 segs, 176.0 K docs, 701.4 MB 1021.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 831.0s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 477.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 965.0 sec: 67 segments, 6 merges 1886.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1507.1s _18j: 8 segs, 181.0 K docs, 721.6 MB 1443.3s _19h: 8 segs, 176.0 K docs, 701.4 MB 1026.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 836.0s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 482.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 970.0 sec: 67 segments, 6 merges 1891.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1512.1s _18j: 8 segs, 181.0 K docs, 721.6 MB 1448.3s _19h: 8 segs, 176.0 K docs, 701.4 MB 1031.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 841.0s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 487.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 975.0 sec: 67 segments, 6 merges 1896.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1517.1s _18j: 8 segs, 181.0 K docs, 721.6 MB 1453.3s _19h: 8 segs, 176.0 K docs, 701.4 MB 1036.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 846.0s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 492.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 980.0 sec: 67 segments, 6 merges 1901.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1522.1s _18j: 8 segs, 181.0 K docs, 721.6 MB 1458.3s _19h: 8 segs, 176.0 K docs, 701.4 MB 1041.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 851.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 497.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 985.0 sec: 67 segments, 6 merges 1906.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1527.1s _18j: 8 segs, 181.0 K docs, 721.6 MB 1463.3s _19h: 8 segs, 176.0 K docs, 701.4 MB 1046.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 856.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 502.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 990.0 sec: 67 segments, 6 merges 1911.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1532.1s _18j: 8 segs, 181.0 K docs, 721.6 MB 1468.3s _19h: 8 segs, 176.0 K docs, 701.4 MB 1051.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 861.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 507.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 995.0 sec: 67 segments, 6 merges 1916.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1537.1s _18j: 8 segs, 181.0 K docs, 721.6 MB 1473.4s _19h: 8 segs, 176.0 K docs, 701.4 MB 1056.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 866.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 512.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 1000.1 sec: 67 segments, 6 merges 1921.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1542.2s _18j: 8 segs, 181.0 K docs, 721.6 MB 1478.4s _19h: 8 segs, 176.0 K docs, 701.4 MB 1061.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 871.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 517.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 1005.1 sec: 67 segments, 6 merges 1926.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1547.2s _18j: 8 segs, 181.0 K docs, 721.6 MB 1483.4s _19h: 8 segs, 176.0 K docs, 701.4 MB 1066.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 876.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 522.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 1010.1 sec: 67 segments, 6 merges 1931.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1552.2s _18j: 8 segs, 181.0 K docs, 721.6 MB 1488.4s _19h: 8 segs, 176.0 K docs, 701.4 MB 1071.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 881.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 527.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 1015.1 sec: 67 segments, 6 merges 1936.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1557.2s _18j: 8 segs, 181.0 K docs, 721.6 MB 1493.4s _19h: 8 segs, 176.0 K docs, 701.4 MB 1076.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 886.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 532.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 1020.1 sec: 67 segments, 6 merges 1941.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1562.2s _18j: 8 segs, 181.0 K docs, 721.6 MB 1498.4s _19h: 8 segs, 176.0 K docs, 701.4 MB 1081.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 891.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 537.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 1025.1 sec: 67 segments, 6 merges 1946.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1567.2s _18j: 8 segs, 181.0 K docs, 721.6 MB 1503.4s _19h: 8 segs, 176.0 K docs, 701.4 MB 1086.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 896.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 542.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 1030.1 sec: 67 segments, 6 merges 1951.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1572.2s _18j: 8 segs, 181.0 K docs, 721.6 MB 1508.4s _19h: 8 segs, 176.0 K docs, 701.4 MB 1091.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 901.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 547.9s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 1035.1 sec: 67 segments, 6 merges 1956.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1577.2s _18j: 8 segs, 181.0 K docs, 721.6 MB 1513.4s _19h: 8 segs, 176.0 K docs, 701.4 MB 1096.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 906.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 552.9s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 1040.1 sec: 67 segments, 6 merges 1961.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1582.2s _18j: 8 segs, 181.0 K docs, 721.6 MB 1518.4s _19h: 8 segs, 176.0 K docs, 701.4 MB 1101.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 911.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 557.9s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 1045.1 sec: 67 segments, 6 merges 1966.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1587.2s _18j: 8 segs, 181.0 K docs, 721.6 MB 1523.4s _19h: 8 segs, 176.0 K docs, 701.4 MB 1106.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 916.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 562.9s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 1050.1 sec: 67 segments, 6 merges 1971.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1592.2s _18j: 8 segs, 181.0 K docs, 721.6 MB 1528.4s _19h: 8 segs, 176.0 K docs, 701.4 MB 1111.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 921.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 567.9s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 1055.1 sec: 67 segments, 6 merges 1976.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1597.2s _18j: 8 segs, 181.0 K docs, 721.6 MB 1533.4s _19h: 8 segs, 176.0 K docs, 701.4 MB 1116.6s _1ez: 8 segs, 120.4 K docs, 479.1 MB 926.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 572.9s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 1060.0 sec: 67 segments, 6 merges 1981.5s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1602.1s _18j: 8 segs, 181.0 K docs, 721.6 MB 1538.3s _19h: 8 segs, 176.0 K docs, 701.4 MB 1121.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 931.0s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 577.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 1065.0 sec: 67 segments, 6 merges 1986.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1607.1s _18j: 8 segs, 181.0 K docs, 721.6 MB 1543.3s _19h: 8 segs, 176.0 K docs, 701.4 MB 1126.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 936.0s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 582.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 1070.0 sec: 67 segments, 6 merges 1991.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1612.1s _18j: 8 segs, 181.0 K docs, 721.6 MB 1548.3s _19h: 8 segs, 176.0 K docs, 701.4 MB 1131.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 941.0s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 587.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 1075.0 sec: 67 segments, 6 merges 1996.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1617.1s _18j: 8 segs, 181.0 K docs, 721.6 MB 1553.3s _19h: 8 segs, 176.0 K docs, 701.4 MB 1136.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 946.0s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 592.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 1080.0 sec: 67 segments, 6 merges 2001.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1622.1s _18j: 8 segs, 181.0 K docs, 721.6 MB 1558.3s _19h: 8 segs, 176.0 K docs, 701.4 MB 1141.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 951.0s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 597.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 1085.0 sec: 67 segments, 6 merges 2006.6s _12t: 8 segs, 418.5 K docs, 1670.0 MB 1627.1s _18j: 8 segs, 181.0 K docs, 721.6 MB 1563.3s _19h: 8 segs, 176.0 K docs, 701.4 MB 1146.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 956.0s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 602.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 1090.0 sec: 53 segments, 5 merges 1568.3s _19h: 8 segs, 176.0 K docs, 701.4 MB 1151.5s _1ez: 8 segs, 120.4 K docs, 479.1 MB 961.0s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 607.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 1.5s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1095.0 sec: 39 segments, 3 merges 966.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 612.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 6.5s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1100.0 sec: 39 segments, 3 merges 971.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 617.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 11.5s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1105.1 sec: 39 segments, 3 merges 976.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 622.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 16.5s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1110.1 sec: 39 segments, 3 merges 981.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 627.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 21.5s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1115.1 sec: 39 segments, 3 merges 986.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 632.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 26.5s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1120.1 sec: 39 segments, 3 merges 991.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 637.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 31.5s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1125.1 sec: 39 segments, 3 merges 996.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 642.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 36.6s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1130.1 sec: 39 segments, 3 merges 1001.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 647.9s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 41.6s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1135.1 sec: 39 segments, 3 merges 1006.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 652.9s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 46.6s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1140.1 sec: 39 segments, 3 merges 1011.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 657.9s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 51.6s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1145.1 sec: 39 segments, 3 merges 1016.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 662.9s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 56.6s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1150.1 sec: 39 segments, 3 merges 1021.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 667.9s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 61.6s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1155.0 sec: 39 segments, 3 merges 1026.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 672.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 66.5s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1160.0 sec: 39 segments, 3 merges 1031.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 677.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 71.5s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1165.1 sec: 39 segments, 3 merges 1036.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 682.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 76.5s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1170.1 sec: 39 segments, 3 merges 1041.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 687.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 81.5s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1175.1 sec: 39 segments, 3 merges 1046.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 692.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 86.5s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1180.1 sec: 39 segments, 3 merges 1051.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 697.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 91.5s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1185.1 sec: 39 segments, 3 merges 1056.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 702.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 96.5s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1190.1 sec: 39 segments, 3 merges 1061.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 707.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 101.6s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1195.1 sec: 39 segments, 3 merges 1066.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 712.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 106.6s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1200.1 sec: 39 segments, 3 merges 1071.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 717.9s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 111.6s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1205.1 sec: 39 segments, 3 merges 1076.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 722.9s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 116.6s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1210.1 sec: 39 segments, 3 merges 1081.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 727.9s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 121.6s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1215.1 sec: 39 segments, 3 merges 1086.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 732.9s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 126.6s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1220.1 sec: 39 segments, 3 merges 1091.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 737.9s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 131.6s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1225.1 sec: 39 segments, 3 merges 1096.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 742.9s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 136.6s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1230.1 sec: 39 segments, 3 merges 1101.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 747.9s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 141.6s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1235.0 sec: 39 segments, 3 merges 1106.0s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 752.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 146.5s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1240.0 sec: 39 segments, 3 merges 1111.0s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 757.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 151.5s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1245.0 sec: 39 segments, 3 merges 1116.0s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 762.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 156.5s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1250.0 sec: 39 segments, 3 merges 1121.0s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 767.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 161.5s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1255.0 sec: 39 segments, 3 merges 1126.0s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 772.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 166.5s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1260.0 sec: 39 segments, 3 merges 1131.0s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 777.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 171.5s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1265.0 sec: 39 segments, 3 merges 1136.0s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 782.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 176.5s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1270.0 sec: 39 segments, 3 merges 1141.0s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 787.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 181.5s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1275.0 sec: 39 segments, 3 merges 1146.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 792.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 186.5s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1280.0 sec: 39 segments, 3 merges 1151.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 797.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 191.5s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1285.0 sec: 39 segments, 3 merges 1156.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 802.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 196.5s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1290.0 sec: 39 segments, 3 merges 1161.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 807.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 201.5s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1295.1 sec: 39 segments, 3 merges 1166.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 812.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 206.5s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1300.1 sec: 39 segments, 3 merges 1171.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 817.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 211.5s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1305.1 sec: 39 segments, 3 merges 1176.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 822.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 216.5s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1310.1 sec: 39 segments, 3 merges 1181.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 827.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 221.5s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1315.1 sec: 39 segments, 3 merges 1186.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 832.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 226.6s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1320.1 sec: 39 segments, 3 merges 1191.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 837.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 231.6s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1325.1 sec: 39 segments, 3 merges 1196.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 842.9s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 236.6s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1330.1 sec: 39 segments, 3 merges 1201.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 847.9s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 241.6s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1335.1 sec: 39 segments, 3 merges 1206.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 852.9s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 246.6s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1340.1 sec: 39 segments, 3 merges 1211.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 857.9s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 251.6s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1345.1 sec: 39 segments, 3 merges 1216.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 862.9s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 256.6s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1350.0 sec: 39 segments, 3 merges 1221.0s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 867.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 261.5s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1355.0 sec: 39 segments, 3 merges 1226.0s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 872.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 266.5s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1360.0 sec: 39 segments, 3 merges 1231.0s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 877.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 271.5s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1365.0 sec: 39 segments, 3 merges 1236.0s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 882.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 276.5s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1370.0 sec: 39 segments, 3 merges 1241.0s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 887.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 281.5s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1375.0 sec: 39 segments, 3 merges 1246.0s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 892.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 286.5s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1380.0 sec: 39 segments, 3 merges 1251.0s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 897.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 291.5s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1385.0 sec: 39 segments, 3 merges 1256.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 902.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 296.5s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1390.0 sec: 39 segments, 3 merges 1261.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 907.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 301.5s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1395.0 sec: 39 segments, 3 merges 1266.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 912.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 306.5s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1400.0 sec: 39 segments, 3 merges 1271.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 917.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 311.5s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1405.0 sec: 39 segments, 3 merges 1276.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 922.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 316.5s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1410.1 sec: 39 segments, 3 merges 1281.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 927.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 321.5s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1415.1 sec: 39 segments, 3 merges 1286.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 932.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 326.5s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1420.1 sec: 39 segments, 3 merges 1291.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 937.8s _1fv: 8 segs, 515.8 K docs, 2058.5 MB 331.5s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1425.1 sec: 32 segments, 2 merges 1296.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 336.5s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1430.1 sec: 32 segments, 2 merges 1301.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 341.5s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1435.1 sec: 32 segments, 2 merges 1306.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 346.6s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1440.1 sec: 32 segments, 2 merges 1311.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 351.6s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1445.1 sec: 32 segments, 2 merges 1316.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 356.6s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1450.1 sec: 32 segments, 2 merges 1321.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 361.6s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1455.1 sec: 32 segments, 2 merges 1326.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 366.6s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1460.1 sec: 32 segments, 2 merges 1331.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 371.6s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1465.1 sec: 32 segments, 2 merges 1336.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 376.6s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1470.1 sec: 32 segments, 2 merges 1341.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 381.6s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1475.0 sec: 32 segments, 2 merges 1346.0s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 386.5s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1480.0 sec: 32 segments, 2 merges 1351.0s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 391.5s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1485.0 sec: 32 segments, 2 merges 1356.0s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 396.5s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1490.0 sec: 32 segments, 2 merges 1361.0s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 401.5s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1495.0 sec: 32 segments, 2 merges 1366.0s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 406.5s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1500.0 sec: 32 segments, 2 merges 1371.0s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 411.5s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1505.0 sec: 32 segments, 2 merges 1376.0s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 416.5s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1510.0 sec: 32 segments, 2 merges 1381.0s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 421.5s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1515.0 sec: 32 segments, 2 merges 1386.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 426.5s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1520.0 sec: 32 segments, 2 merges 1391.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 431.5s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1525.1 sec: 32 segments, 2 merges 1396.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 436.6s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1530.1 sec: 32 segments, 2 merges 1401.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 441.6s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1535.1 sec: 32 segments, 2 merges 1406.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 446.6s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1540.1 sec: 32 segments, 2 merges 1411.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 451.6s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1545.0 sec: 32 segments, 2 merges 1416.0s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 456.5s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1550.0 sec: 32 segments, 2 merges 1421.0s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 461.5s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1555.0 sec: 32 segments, 2 merges 1426.0s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 466.5s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1560.0 sec: 32 segments, 2 merges 1431.0s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 471.5s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1565.0 sec: 32 segments, 2 merges 1436.0s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 476.5s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1570.0 sec: 32 segments, 2 merges 1441.0s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 481.5s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1575.0 sec: 32 segments, 2 merges 1446.0s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 486.5s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1580.0 sec: 32 segments, 2 merges 1451.0s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 491.5s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1585.0 sec: 32 segments, 2 merges 1456.0s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 496.5s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1590.0 sec: 32 segments, 2 merges 1461.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 501.5s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1595.0 sec: 32 segments, 2 merges 1466.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 506.5s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1600.0 sec: 32 segments, 2 merges 1471.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 511.5s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1605.0 sec: 32 segments, 2 merges 1476.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 516.5s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1610.1 sec: 32 segments, 2 merges 1481.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 521.5s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1615.1 sec: 32 segments, 2 merges 1486.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 526.5s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1620.1 sec: 32 segments, 2 merges 1491.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 531.5s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1625.1 sec: 32 segments, 2 merges 1496.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 536.5s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1630.1 sec: 32 segments, 2 merges 1501.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 541.5s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1635.1 sec: 32 segments, 2 merges 1506.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 546.5s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1640.1 sec: 32 segments, 2 merges 1511.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 551.6s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1645.1 sec: 32 segments, 2 merges 1516.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 556.6s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1650.1 sec: 32 segments, 2 merges 1521.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 561.6s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1655.1 sec: 32 segments, 2 merges 1526.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 566.6s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1660.1 sec: 32 segments, 2 merges 1531.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 571.6s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1665.1 sec: 32 segments, 2 merges 1536.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 576.6s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1670.1 sec: 32 segments, 2 merges 1541.1s _1fu: 8 segs, 1252.0 K docs, 5003.2 MB 581.6s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1675.0 sec: 25 segments, 1 merges 586.5s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1680.0 sec: 25 segments, 1 merges 591.5s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1685.0 sec: 25 segments, 1 merges 596.5s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1690.0 sec: 25 segments, 1 merges 601.5s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1695.0 sec: 25 segments, 1 merges 606.5s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1700.0 sec: 25 segments, 1 merges 611.5s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1705.0 sec: 25 segments, 1 merges 616.5s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1710.0 sec: 25 segments, 1 merges 621.5s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1715.0 sec: 25 segments, 1 merges 626.5s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1720.1 sec: 25 segments, 1 merges 631.5s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1725.1 sec: 25 segments, 1 merges 636.5s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1730.1 sec: 25 segments, 1 merges 641.5s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1735.1 sec: 25 segments, 1 merges 646.5s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1740.1 sec: 25 segments, 1 merges 651.5s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1745.1 sec: 25 segments, 1 merges 656.6s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1750.1 sec: 25 segments, 1 merges 661.6s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1755.1 sec: 25 segments, 1 merges 666.6s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1760.1 sec: 25 segments, 1 merges 671.6s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1765.1 sec: 25 segments, 1 merges 676.6s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1770.1 sec: 25 segments, 1 merges 681.6s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1775.1 sec: 25 segments, 1 merges 686.6s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1780.0 sec: 25 segments, 1 merges 691.5s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1785.0 sec: 25 segments, 1 merges 696.5s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1790.0 sec: 25 segments, 1 merges 701.5s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1795.0 sec: 25 segments, 1 merges 706.5s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1800.0 sec: 25 segments, 1 merges 711.5s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1805.0 sec: 25 segments, 1 merges 716.5s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1810.0 sec: 25 segments, 1 merges 721.5s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1815.0 sec: 25 segments, 1 merges 726.5s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1820.0 sec: 25 segments, 1 merges 731.5s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1825.0 sec: 25 segments, 1 merges 736.5s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1830.0 sec: 25 segments, 1 merges 741.5s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1835.1 sec: 25 segments, 1 merges 746.5s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1840.1 sec: 25 segments, 1 merges 751.5s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1845.1 sec: 25 segments, 1 merges 756.5s _1fw: 8 segs, 837.6 K docs, 3345.3 MB 1850.1 sec: 18 segments, 1 merges 1.8s _1fx: 7 segs, 1249.1 K docs, 4992.4 MB 1855.1 sec: 18 segments, 1 merges 6.8s _1fx: 7 segs, 1249.1 K docs, 4992.4 MB 1860.1 sec: 18 segments, 1 merges 11.8s _1fx: 7 segs, 1249.1 K docs, 4992.4 MB 1865.1 sec: 18 segments, 1 merges 16.8s _1fx: 7 segs, 1249.1 K docs, 4992.4 MB 1870.1 sec: 18 segments, 1 merges 21.8s _1fx: 7 segs, 1249.1 K docs, 4992.4 MB 1875.1 sec: 18 segments, 1 merges 26.8s _1fx: 7 segs, 1249.1 K docs, 4992.4 MB 1880.1 sec: 18 segments, 1 merges 31.8s _1fx: 7 segs, 1249.1 K docs, 4992.4 MB 1885.1 sec: 18 segments, 1 merges 36.8s _1fx: 7 segs, 1249.1 K docs, 4992.4 MB 1890.0 sec: 18 segments, 1 merges 41.7s _1fx: 7 segs, 1249.1 K docs, 4992.4 MB 1895.0 sec: 18 segments, 1 merges 46.7s _1fx: 7 segs, 1249.1 K docs, 4992.4 MB 1900.0 sec: 18 segments, 1 merges 51.7s _1fx: 7 segs, 1249.1 K docs, 4992.4 MB 1905.0 sec: 18 segments, 1 merges 56.7s _1fx: 7 segs, 1249.1 K docs, 4992.4 MB 1910.0 sec: 18 segments, 1 merges 61.8s _1fx: 7 segs, 1249.1 K docs, 4992.4 MB 1915.0 sec: 18 segments, 1 merges 66.8s _1fx: 7 segs, 1249.1 K docs, 4992.4 MB 1920.0 sec: 18 segments, 1 merges 71.8s _1fx: 7 segs, 1249.1 K docs, 4992.4 MB 1925.0 sec: 18 segments, 1 merges 76.8s _1fx: 7 segs, 1249.1 K docs, 4992.4 MB 1930.0 sec: 18 segments, 1 merges 81.8s _1fx: 7 segs, 1249.1 K docs, 4992.4 MB 1935.0 sec: 18 segments, 1 merges 86.8s _1fx: 7 segs, 1249.1 K docs, 4992.4 MB 1940.0 sec: 18 segments, 1 merges 91.8s _1fx: 7 segs, 1249.1 K docs, 4992.4 MB 1945.0 sec: 18 segments, 1 merges 96.8s _1fx: 7 segs, 1249.1 K docs, 4992.4 MB 1950.1 sec: 18 segments, 1 merges 101.8s _1fx: 7 segs, 1249.1 K docs, 4992.4 MB 1955.1 sec: 18 segments, 1 merges 106.8s _1fx: 7 segs, 1249.1 K docs, 4992.4 MB 1960.1 sec: 18 segments, 1 merges 111.8s _1fx: 7 segs, 1249.1 K docs, 4992.4 MB 1965.1 sec: 18 segments, 1 merges 116.8s _1fx: 7 segs, 1249.1 K docs, 4992.4 MB 1970.1 sec: 18 segments, 1 merges 121.8s _1fx: 7 segs, 1249.1 K docs, 4992.4 MB 1975.1 sec: 18 segments, 1 merges 126.8s _1fx: 7 segs, 1249.1 K docs, 4992.4 MB 1980.1 sec: 18 segments, 1 merges 131.8s _1fx: 7 segs, 1249.1 K docs, 4992.4 MB 1985.1 sec: 18 segments, 1 merges 136.8s _1fx: 7 segs, 1249.1 K docs, 4992.4 MB 1990.1 sec: 18 segments, 1 merges 141.8s _1fx: 7 segs, 1249.1 K docs, 4992.4 MB 1995.1 sec: 18 segments, 1 merges 146.8s _1fx: 7 segs, 1249.1 K docs, 4992.4 MB 2000.1 sec: 18 segments, 1 merges 151.8s _1fx: 7 segs, 1249.1 K docs, 4992.4 MB 2005.1 sec: 18 segments, 1 merges 156.8s _1fx: 7 segs, 1249.1 K docs, 4992.4 MB 2010.0 sec: 18 segments, 1 merges 161.7s _1fx: 7 segs, 1249.1 K docs, 4992.4 MB 2015.1 sec: 18 segments, 1 merges 166.8s _1fx: 7 segs, 1249.1 K docs, 4992.4 MB 2020.1 sec: 18 segments, 1 merges 171.8s _1fx: 7 segs, 1249.1 K docs, 4992.4 MB 2025.1 sec: 18 segments, 1 merges 176.8s _1fx: 7 segs, 1249.1 K docs, 4992.4 MB 2030.1 sec: 18 segments, 1 merges 181.8s _1fx: 7 segs, 1249.1 K docs, 4992.4 MB 2035.1 sec: 18 segments, 1 merges 186.8s _1fx: 7 segs, 1249.1 K docs, 4992.4 MB 2040.0 sec: 18 segments, 1 merges 191.7s _1fx: 7 segs, 1249.1 K docs, 4992.4 MB 2045.0 sec: 18 segments, 1 merges 196.7s _1fx: 7 segs, 1249.1 K docs, 4992.4 MB 2050.0 sec: 18 segments, 1 merges 201.7s _1fx: 7 segs, 1249.1 K docs, 4992.4 MB 2055.0 sec: 18 segments, 1 merges 206.7s _1fx: 7 segs, 1249.1 K docs, 4992.4 MB 2060.0 sec: 18 segments, 1 merges 211.7s _1fx: 7 segs, 1249.1 K docs, 4992.4 MB 2065.0 sec: 18 segments, 1 merges 216.8s _1fx: 7 segs, 1249.1 K docs, 4992.4 MB 2070.0 sec: 18 segments, 1 merges 221.8s _1fx: 7 segs, 1249.1 K docs, 4992.4 MB 2075.0 sec: 18 segments, 1 merges 226.8s _1fx: 7 segs, 1249.1 K docs, 4992.4 MB 2080.0 sec: 18 segments, 1 merges 231.8s _1fx: 7 segs, 1249.1 K docs, 4992.4 MB 2085.0 sec: 18 segments, 1 merges 236.8s _1fx: 7 segs, 1249.1 K docs, 4992.4 MB 2090.0 sec: 18 segments, 1 merges 241.8s _1fx: 7 segs, 1249.1 K docs, 4992.4 MB 2095.1 sec: 18 segments, 1 merges 246.8s _1fx: 7 segs, 1249.1 K docs, 4992.4 MB 2100.1 sec: 18 segments, 1 merges 251.8s _1fx: 7 segs, 1249.1 K docs, 4992.4 MB 2105.1 sec: 18 segments, 1 merges 256.8s _1fx: 7 segs, 1249.1 K docs, 4992.4 MB 2110.1 sec: 18 segments, 1 merges 261.8s _1fx: 7 segs, 1249.1 K docs, 4992.4 MB 2115.1 sec: 18 segments, 1 merges 266.8s _1fx: 7 segs, 1249.1 K docs, 4992.4 MB 2120.1 sec: 18 segments, 1 merges 271.8s _1fx: 7 segs, 1249.1 K docs, 4992.4 MB 2125.1 sec: 18 segments, 1 merges 276.8s _1fx: 7 segs, 1249.1 K docs, 4992.4 MB 2130.1 sec: 18 segments, 1 merges 281.8s _1fx: 7 segs, 1249.1 K docs, 4992.4 MB 2135.1 sec: 18 segments, 1 merges 286.8s _1fx: 7 segs, 1249.1 K docs, 4992.4 MB 2140.0 sec: 18 segments, 1 merges 291.7s _1fx: 7 segs, 1249.1 K docs, 4992.4 MB 2145.0 sec: 18 segments, 1 merges 296.7s _1fx: 7 segs, 1249.1 K docs, 4992.4 MB 2150.0 sec: 18 segments, 1 merges 301.7s _1fx: 7 segs, 1249.1 K docs, 4992.4 MB 2155.0 sec: 18 segments, 1 merges 306.7s _1fx: 7 segs, 1249.1 K docs, 4992.4 MB 2160.0 sec: 18 segments, 1 merges 311.8s _1fx: 7 segs, 1249.1 K docs, 4992.4 MB 2165.0 sec: 18 segments, 1 merges 316.8s _1fx: 7 segs, 1249.1 K docs, 4992.4 MB 2170.0 sec: 18 segments, 1 merges 321.8s _1fx: 7 segs, 1249.1 K docs, 4992.4 MB 2175.0 sec: 18 segments, 1 merges 326.8s _1fx: 7 segs, 1249.1 K docs, 4992.4 MB 2180.0 sec: 18 segments, 1 merges 331.8s _1fx: 7 segs, 1249.1 K docs, 4992.4 MB 2185.1 sec: 18 segments, 1 merges 336.8s _1fx: 7 segs, 1249.1 K docs, 4992.4 MB 2190.1 sec: 18 segments, 1 merges 341.8s _1fx: 7 segs, 1249.1 K docs, 4992.4 MB 2195.1 sec: 18 segments, 1 merges 346.8s _1fx: 7 segs, 1249.1 K docs, 4992.4 MB 2200.1 sec: 18 segments, 1 merges 351.8s _1fx: 7 segs, 1249.1 K docs, 4992.4 MB 2205.1 sec: 18 segments, 1 merges 356.8s _1fx: 7 segs, 1249.1 K docs, 4992.4 MB 2210.1 sec: 18 segments, 1 merges 361.8s _1fx: 7 segs, 1249.1 K docs, 4992.4 MB 2215.1 sec: 18 segments, 1 merges 366.8s _1fx: 7 segs, 1249.1 K docs, 4992.4 MB 2220.1 sec: 18 segments, 1 merges 371.8s _1fx: 7 segs, 1249.1 K docs, 4992.4 MB 2225.1 sec: 18 segments, 1 merges 376.8s _1fx: 7 segs, 1249.1 K docs, 4992.4 MB 2230.1 sec: 18 segments, 1 merges 381.8s _1fx: 7 segs, 1249.1 K docs, 4992.4 MB 2235.1 sec: 18 segments, 1 merges 386.8s _1fx: 7 segs, 1249.1 K docs, 4992.4 MB 2240.1 sec: 18 segments, 1 merges 391.8s _1fx: 7 segs, 1249.1 K docs, 4992.4 MB 2245.1 sec: 18 segments, 1 merges 396.8s _1fx: 7 segs, 1249.1 K docs, 4992.4 MB 2250.0 sec: 18 segments, 1 merges 401.7s _1fx: 7 segs, 1249.1 K docs, 4992.4 MB 2255.0 sec: 18 segments, 1 merges 406.7s _1fx: 7 segs, 1249.1 K docs, 4992.4 MB 2260.0 sec: 18 segments, 1 merges 411.7s _1fx: 7 segs, 1249.1 K docs, 4992.4 MB 2265.0 sec: 18 segments, 1 merges 416.7s _1fx: 7 segs, 1249.1 K docs, 4992.4 MB 2270.0 sec: 18 segments, 1 merges 421.7s _1fx: 7 segs, 1249.1 K docs, 4992.4 MB 2275.0 sec: 18 segments, 1 merges 426.8s _1fx: 7 segs, 1249.1 K docs, 4992.4 MB 2280.0 sec: 18 segments, 1 merges 431.8s _1fx: 7 segs, 1249.1 K docs, 4992.4 MB 2285.0 sec: 18 segments, 1 merges 436.8s _1fx: 7 segs, 1249.1 K docs, 4992.4 MB 2290.0 sec: 18 segments, 1 merges 441.8s _1fx: 7 segs, 1249.1 K docs, 4992.4 MB 2295.0 sec: 18 segments, 1 merges 446.8s _1fx: 7 segs, 1249.1 K docs, 4992.4 MB 2300.0 sec: 18 segments, 1 merges 451.8s _1fx: 7 segs, 1249.1 K docs, 4992.4 MB 2305.0 sec: 18 segments, 1 merges 456.8s _1fx: 7 segs, 1249.1 K docs, 4992.4 MB 2310.1 sec: 18 segments, 1 merges 461.8s _1fx: 7 segs, 1249.1 K docs, 4992.4 MB 2315.1 sec: 18 segments, 1 merges 466.8s _1fx: 7 segs, 1249.1 K docs, 4992.4 MB 2320.1 sec: 18 segments, 1 merges 471.8s _1fx: 7 segs, 1249.1 K docs, 4992.4 MB 2325.1 sec: 18 segments, 1 merges 476.8s _1fx: 7 segs, 1249.1 K docs, 4992.4 MB 2330.1 sec: 18 segments, 1 merges 481.8s _1fx: 7 segs, 1249.1 K docs, 4992.4 MB 2335.1 sec: 18 segments, 1 merges 486.8s _1fx: 7 segs, 1249.1 K docs, 4992.4 MB 2340.1 sec: 18 segments, 1 merges 491.8s _1fx: 7 segs, 1249.1 K docs, 4992.4 MB 2345.1 sec: 18 segments, 1 merges 496.8s _1fx: 7 segs, 1249.1 K docs, 4992.4 MB 2350.1 sec: 18 segments, 1 merges 501.8s _1fx: 7 segs, 1249.1 K docs, 4992.4 MB 2355.1 sec: 18 segments, 1 merges 506.8s _1fx: 7 segs, 1249.1 K docs, 4992.4 MB 2360.1 sec: 18 segments, 1 merges 511.8s _1fx: 7 segs, 1249.1 K docs, 4992.4 MB 2365.1 sec: 18 segments, 1 merges 516.8s _1fx: 7 segs, 1249.1 K docs, 4992.4 MB 2370.0 sec: 18 segments, 1 merges 521.7s _1fx: 7 segs, 1249.1 K docs, 4992.4 MB 2375.0 sec: 18 segments, 1 merges 526.7s _1fx: 7 segs, 1249.1 K docs, 4992.4 MB 2380.0 sec: 18 segments, 1 merges 531.7s _1fx: 7 segs, 1249.1 K docs, 4992.4 MB 2385.0 sec: 18 segments, 1 merges 536.7s _1fx: 7 segs, 1249.1 K docs, 4992.4 MB 2390.0 sec: 18 segments, 1 merges 541.7s _1fx: 7 segs, 1249.1 K docs, 4992.4 MB 2395.0 sec: 18 segments, 1 merges 546.8s _1fx: 7 segs, 1249.1 K docs, 4992.4 MB 2400.0 sec: 18 segments, 1 merges 551.8s _1fx: 7 segs, 1249.1 K docs, 4992.4 MB 2405.0 sec: 18 segments, 1 merges 556.8s _1fx: 7 segs, 1249.1 K docs, 4992.4 MB 2410.0 sec: 18 segments, 1 merges 561.8s _1fx: 7 segs, 1249.1 K docs, 4992.4 MB 2415.0 sec: 18 segments, 1 merges 566.8s _1fx: 7 segs, 1249.1 K docs, 4992.4 MB 2420.0 sec: 18 segments, 1 merges 571.8s _1fx: 7 segs, 1249.1 K docs, 4992.4 MB 2425.0 sec: 18 segments, 1 merges 576.8s _1fx: 7 segs, 1249.1 K docs, 4992.4 MB 2430.1 sec: 18 segments, 1 merges 581.8s _1fx: 7 segs, 1249.1 K docs, 4992.4 MB 2435.1 sec: 18 segments, 1 merges 586.8s _1fx: 7 segs, 1249.1 K docs, 4992.4 MB 2440.1 sec: 18 segments, 1 merges 591.8s _1fx: 7 segs, 1249.1 K docs, 4992.4 MB 2445.1 sec: 18 segments, 1 merges 596.8s _1fx: 7 segs, 1249.1 K docs, 4992.4 MB 2450.1 sec: 18 segments, 1 merges 601.8s _1fx: 7 segs, 1249.1 K docs, 4992.4 MB done first pass waiting for merges done second pass waiting for merges (CMS.sync()) Indexed 8000000 docs in 3104 seconds reindex takes 3104.49 sec index has 12 segments: segments_2: _un(11.0.0):C1189758 _e2(11.0.0):C984895 _yo(11.0.0):C1268763 _1fw(11.0.0):C837593 _1fu(11.0.0):C1252049 _12t(11.0.0):C418541 _1fx(11.0.0):C1249126 _17u(11.0.0):C78480 _1fv(11.0.0):C515833 _1es(11.0.0):C117513 _1ff(11.0.0):C38700 _1ft(11.0.0):C48749 _un: 4763.7 MB _e2: 3942.1 MB _yo: 5080.5 MB _1fw: 3351.9 MB _1fu: 5013.5 MB _12t: 1674.0 MB _1fx: 5001.6 MB _17u: 313.3 MB _1fv: 2063.4 MB _1es: 469.4 MB _1ff: 154.3 MB _1ft: 194.4 MB encodingByteSize=4 origByteSize=4 realEncodingByteSize=4.0 index disk usage is 32022.03 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=54395763084 cpu@end=64959227402 deltaMS=10563.464318 thread 14 name=Reference Handler cpu@start=2216942 cpu@end=2216942 deltaMS=0.0 thread 15 name=Finalizer cpu@start=129418 cpu@end=129418 deltaMS=0.0 thread 16 name=Signal Dispatcher cpu@start=54156 cpu@end=54156 deltaMS=0.0 thread 40 name=Common-Cleaner cpu@start=28274363 cpu@end=28274363 deltaMS=0.0 thread 41 name=JFR Recorder Thread cpu@start=53311756189 cpu@end=53313135887 deltaMS=1.379698 thread 42 name=JFR Periodic Tasks cpu@start=400791715300 cpu@end=401307877613 deltaMS=516.162313 thread 46 name=Notification Thread cpu@start=103276 cpu@end=103276 deltaMS=0.0 thread 57 name=hnsw-merge-1-thread-1 cpu@start=5496982160563 cpu@end=5496982160563 deltaMS=0.0 thread 58 name=hnsw-merge-1-thread-2 cpu@start=5491349823517 cpu@end=5491349823517 deltaMS=0.0 thread 59 name=hnsw-merge-1-thread-3 cpu@start=5500429902383 cpu@end=5500429902383 deltaMS=0.0 thread 60 name=hnsw-merge-1-thread-4 cpu@start=5496372790059 cpu@end=5496372790059 deltaMS=0.0 thread 61 name=hnsw-merge-1-thread-5 cpu@start=5489100325668 cpu@end=5489100325668 deltaMS=0.0 thread 62 name=hnsw-merge-1-thread-6 cpu@start=5494412289280 cpu@end=5494412289280 deltaMS=0.0 thread 63 name=hnsw-merge-1-thread-7 cpu@start=5502772041378 cpu@end=5502772041378 deltaMS=0.0 thread 64 name=hnsw-merge-1-thread-8 cpu@start=5481445832978 cpu@end=5481445832978 deltaMS=0.0 thread 65 name=hnsw-merge-1-thread-9 cpu@start=5499234344960 cpu@end=5499234344960 deltaMS=0.0 thread 66 name=hnsw-merge-1-thread-10 cpu@start=5498550284577 cpu@end=5498550284577 deltaMS=0.0 thread 67 name=hnsw-merge-1-thread-11 cpu@start=5497593025545 cpu@end=5497593025545 deltaMS=0.0 thread 68 name=hnsw-merge-1-thread-12 cpu@start=5501734972628 cpu@end=5501734972628 deltaMS=0.0 thread 69 name=hnsw-merge-1-thread-13 cpu@start=5494698135491 cpu@end=5494698135491 deltaMS=0.0 thread 70 name=hnsw-merge-1-thread-14 cpu@start=5497538719669 cpu@end=5497538719669 deltaMS=0.0 thread 71 name=hnsw-merge-1-thread-15 cpu@start=5497751742637 cpu@end=5497751742637 deltaMS=0.0 thread 72 name=hnsw-merge-1-thread-16 cpu@start=5504409176068 cpu@end=5504409176068 deltaMS=0.0 Average CPU cores used: 1.048041610466969 completed 1000 searches in 10573 ms: 94 QPS CPU time=11080 ms checking results SUMMARY: 0.974 10.573 11.080 1.048 8000000 KNN 100 100 N/A N/A 100.000 32 100 no 53472 3104.49 2576.91 0.00 12 32022.03 null N/A 1.000 31250.000 31250.000 false HNSW Leaf 0 has 4 layers Leaf 0 has 1189758 documents Graph level=3 size=61, Fanout min=4, mean=8.36, max=16, meandelta=103351.48 % 0 10 20 30 40 50 60 70 80 90 100 0 4 6 6 7 8 8 9 10 13 16 Graph level=2 size=1116, Fanout min=9, mean=24.03, max=32, meandelta=45128.10 % 0 10 20 30 40 50 60 70 80 90 100 0 15 17 19 22 24 27 30 32 32 32 Graph level=1 size=36554, Fanout min=3, mean=28.07, max=32, meandelta=38877.04 % 0 10 20 30 40 50 60 70 80 90 100 0 19 23 26 30 32 32 32 32 32 32 Graph level=0 size=1189758, Fanout min=1, mean=39.45, max=64, meandelta=27909.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=61, connectedness=1.00 Graph level=2 size=1116, connectedness=1.00 Graph level=1 size=36554, connectedness=1.00 Graph level=0 size=1189758, connectedness=1.00 Leaf 1 has 4 layers Leaf 1 has 984895 documents Graph level=3 size=47, Fanout min=4, mean=8.77, max=16, meandelta=86324.01 % 0 10 20 30 40 50 60 70 80 90 100 0 5 6 7 8 9 9 10 11 12 16 Graph level=2 size=875, Fanout min=6, mean=23.01, max=32, meandelta=38908.92 % 0 10 20 30 40 50 60 70 80 90 100 0 14 17 18 21 23 25 28 32 32 32 Graph level=1 size=30081, Fanout min=3, mean=28.01, max=32, meandelta=32181.46 % 0 10 20 30 40 50 60 70 80 90 100 0 19 23 26 29 32 32 32 32 32 32 Graph level=0 size=984895, Fanout min=1, mean=39.46, max=64, meandelta=23111.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=47, connectedness=1.00 Graph level=2 size=875, connectedness=1.00 Graph level=1 size=30081, connectedness=1.00 Graph level=0 size=984895, connectedness=1.00 Leaf 2 has 4 layers Leaf 2 has 1268763 documents Graph level=3 size=69, Fanout min=3, mean=9.59, max=20, meandelta=107940.48 % 0 10 20 30 40 50 60 70 80 90 100 0 6 7 8 8 9 10 11 12 14 20 Graph level=2 size=1166, Fanout min=8, mean=24.49, max=32, meandelta=46688.30 % 0 10 20 30 40 50 60 70 80 90 100 0 15 18 21 23 25 27 30 32 32 32 Graph level=1 size=38829, Fanout min=4, mean=28.10, max=32, meandelta=41319.31 % 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=1268763, Fanout min=1, mean=39.40, max=64, meandelta=29789.85 % 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=69, connectedness=1.00 Graph level=2 size=1166, connectedness=1.00 Graph level=1 size=38829, connectedness=1.00 Graph level=0 size=1268763, connectedness=1.00 Leaf 3 has 4 layers Leaf 3 has 837593 documents Graph level=3 size=37, Fanout min=3, mean=6.86, max=12, meandelta=97163.80 % 0 10 20 30 40 50 60 70 80 90 100 0 4 4 5 6 6 7 8 9 10 12 Graph level=2 size=767, Fanout min=5, mean=22.50, max=32, meandelta=32344.79 % 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=25707, Fanout min=3, mean=28.06, max=32, meandelta=27206.35 % 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=837593, Fanout min=1, mean=39.55, max=64, meandelta=19622.10 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 32 37 42 49 60 64 64 Graph level=3 size=37, connectedness=1.00 Graph level=2 size=767, connectedness=1.00 Graph level=1 size=25707, connectedness=1.00 Graph level=0 size=837593, connectedness=1.00 Leaf 4 has 4 layers Leaf 4 has 1252049 documents Graph level=3 size=55, Fanout min=4, mean=8.87, max=17, meandelta=94516.80 % 0 10 20 30 40 50 60 70 80 90 100 0 5 7 7 8 8 9 10 11 11 17 Graph level=2 size=1131, Fanout min=9, mean=23.82, max=32, meandelta=47408.67 % 0 10 20 30 40 50 60 70 80 90 100 0 15 17 19 21 24 26 29 32 32 32 Graph level=1 size=38379, Fanout min=2, mean=28.12, max=32, meandelta=40820.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=1252049, Fanout min=1, mean=39.44, max=64, meandelta=29373.35 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 32 37 42 49 60 64 64 Graph level=3 size=55, connectedness=1.00 Graph level=2 size=1131, connectedness=1.00 Graph level=1 size=38379, connectedness=1.00 Graph level=0 size=1252049, connectedness=1.00 Leaf 5 has 4 layers Leaf 5 has 418541 documents Graph level=3 size=21, Fanout min=2, mean=5.05, max=9, meandelta=63607.98 % 0 10 20 30 40 50 60 70 80 90 100 0 2 3 4 4 5 5 5 6 7 9 Graph level=2 size=354, Fanout min=7, mean=18.43, max=32, meandelta=19090.05 % 0 10 20 30 40 50 60 70 80 90 100 0 12 13 15 16 18 19 21 23 27 32 Graph level=1 size=12898, Fanout min=6, mean=27.68, max=32, meandelta=13800.10 % 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=418541, Fanout min=1, mean=39.61, max=64, meandelta=9807.88 % 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=21, connectedness=1.00 Graph level=2 size=354, connectedness=1.00 Graph level=1 size=12898, connectedness=1.00 Graph level=0 size=418541, connectedness=1.00 Leaf 6 has 4 layers Leaf 6 has 1249126 documents Graph level=3 size=72, Fanout min=4, mean=9.89, max=16, meandelta=108003.35 % 0 10 20 30 40 50 60 70 80 90 100 0 6 6 8 9 10 11 12 13 14 16 Graph level=2 size=1179, Fanout min=8, mean=23.86, max=32, meandelta=47783.15 % 0 10 20 30 40 50 60 70 80 90 100 0 15 17 19 21 24 27 30 32 32 32 Graph level=1 size=38090, Fanout min=3, mean=28.12, max=32, meandelta=40695.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=1249126, Fanout min=1, mean=39.38, max=64, meandelta=29350.83 % 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=72, connectedness=1.00 Graph level=2 size=1179, connectedness=1.00 Graph level=1 size=38090, connectedness=1.00 Graph level=0 size=1249126, connectedness=1.00 Leaf 7 has 4 layers Leaf 7 has 78480 documents Graph level=3 size=4, Fanout min=2, mean=2.00, max=2, meandelta=19141.00 % 0 10 20 30 40 50 60 70 80 90 100 0 1 1 2 2 2 2 2 2 2 2 Graph level=2 size=67, Fanout min=3, mean=10.06, max=20, meandelta=6593.34 % 0 10 20 30 40 50 60 70 80 90 100 0 6 7 8 8 9 10 11 12 15 20 Graph level=1 size=2399, Fanout min=10, mean=26.10, max=32, meandelta=2744.02 % 0 10 20 30 40 50 60 70 80 90 100 0 17 20 22 25 27 31 32 32 32 32 Graph level=0 size=78480, Fanout min=2, mean=38.66, max=64, meandelta=1882.77 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 31 35 40 47 56 64 64 Graph level=3 size=4, connectedness=1.00 Graph level=2 size=67, connectedness=1.00 Graph level=1 size=2399, connectedness=1.00 Graph level=0 size=78480, connectedness=1.00 Leaf 8 has 4 layers Leaf 8 has 515833 documents Graph level=3 size=13, Fanout min=3, mean=4.46, max=6, meandelta=70099.05 % 0 10 20 30 40 50 60 70 80 90 100 0 3 3 3 4 4 4 5 5 6 6 Graph level=2 size=489, Fanout min=4, mean=20.17, max=32, meandelta=22451.77 % 0 10 20 30 40 50 60 70 80 90 100 0 12 15 16 18 19 21 23 26 30 32 Graph level=1 size=15957, Fanout min=7, mean=27.82, max=32, meandelta=16967.59 % 0 10 20 30 40 50 60 70 80 90 100 0 19 22 25 29 32 32 32 32 32 32 Graph level=0 size=515833, Fanout min=1, mean=39.61, max=64, meandelta=12075.27 % 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=13, connectedness=1.00 Graph level=2 size=489, connectedness=1.00 Graph level=1 size=15957, connectedness=1.00 Graph level=0 size=515833, connectedness=1.00 Leaf 9 has 4 layers Leaf 9 has 117513 documents Graph level=3 size=6, Fanout min=2, mean=3.00, max=4, meandelta=21829.89 % 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=110, Fanout min=4, mean=11.73, max=24, meandelta=8367.19 % 0 10 20 30 40 50 60 70 80 90 100 0 7 9 10 11 11 12 14 14 16 24 Graph level=1 size=3609, Fanout min=6, mean=26.60, max=32, meandelta=4050.67 % 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=117513, Fanout min=2, mean=38.96, max=64, meandelta=2798.77 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 32 36 41 48 57 64 64 Graph level=3 size=6, connectedness=1.00 Graph level=2 size=110, connectedness=1.00 Graph level=1 size=3609, connectedness=1.00 Graph level=0 size=117513, connectedness=1.00 Leaf 10 has 4 layers Leaf 10 has 38700 documents Graph level=3 size=0, Fanout min=0, mean=NaN, max=0, meandelta=NaN % 0 10 20 30 40 50 60 70 80 90 100 1 Graph level=2 size=31, Fanout min=3, mean=7.03, max=10, meandelta=4363.69 % 0 10 20 30 40 50 60 70 80 90 100 0 5 5 6 6 7 8 8 8 9 10 Graph level=1 size=1197, Fanout min=9, mean=24.36, max=32, meandelta=1443.47 % 0 10 20 30 40 50 60 70 80 90 100 0 15 18 20 22 25 27 30 32 32 32 Graph level=0 size=38700, Fanout min=1, mean=37.90, max=64, meandelta=946.34 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 27 31 35 39 46 55 64 64 Graph level=3 size=1, connectedness=1.00 Graph level=2 size=31, connectedness=1.00 Graph level=1 size=1197, connectedness=1.00 Graph level=0 size=38700, connectedness=1.00 Leaf 11 has 4 layers Leaf 11 has 48749 documents Graph level=3 size=2, Fanout min=1, mean=1.00, max=1, meandelta=0.00 % 0 10 20 30 40 50 60 70 80 90 100 0 1 1 1 1 1 1 1 1 1 1 Graph level=2 size=43, Fanout min=3, mean=8.00, max=15, meandelta=4697.44 % 0 10 20 30 40 50 60 70 80 90 100 0 4 6 6 7 8 8 9 10 11 15 Graph level=1 size=1486, Fanout min=8, mean=24.92, max=32, meandelta=1774.16 % 0 10 20 30 40 50 60 70 80 90 100 0 16 18 21 23 25 28 32 32 32 32 Graph level=0 size=48749, Fanout min=3, mean=38.14, max=64, meandelta=1184.16 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 27 31 35 40 46 55 64 64 Graph level=3 size=2, connectedness=1.00 Graph level=2 size=43, connectedness=1.00 Graph level=1 size=1486, connectedness=1.00 Graph level=0 size=48749, connectedness=1.00 Performance counter stats for '/usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build:/l/util.nightly/build --add-modules jdk.incubator.vector --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/2026.04.13.05.40.34/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': 188,410,930.77 msec task-clock:u 713,986,787,577,030 cycles:u (36.36%) 48,866,449,404,522 instructions:u (36.36%) 9,839,657,252,828 cache-references:u (36.36%) 2,357,071,043,965 cache-misses:u (36.36%) 26,948,175,743,267 L1-dcache-loads:u (36.36%) 2,760,020,618,075 L1-dcache-load-misses:u (36.36%) 3,574,368,012,100 L1-icache-loads:u (36.36%) 32,711,694,304 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 37,410,465 faults:u 9,096,776 minor-faults:u 147 major-faults:u 4,943,641,492,683 branches:u (36.36%) 84,644,474,389 branch-misses:u (36.36%) 10,180,055,740,068 stalled-cycles-frontend:u (36.36%) stalled-cycles-backend:u 5649.890773728 seconds time elapsed 187154.816200000 seconds user 1230.701779000 seconds sys took 1:34:09.916316 to run KnnGraphTester result: KNNResultV1(lucene_git_rev='650684e6b440e0b85d3c51b3cf546c1b757975fe', luceneutil_git_rev='3b5cb4fd987e355464c0e601ff2882b3ec6f1e40', 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=10.573, net_cpu_ms=11.08, 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=53472, index_time_sec=3104.49, index_docs_per_sec=2576.91, force_merge_time_sec=0.0, index_num_segments=12, index_size_on_disk_mb=32022.03, selectivity=None, pre_post_filter='null', vec_disk_mb=31250.0, vec_ram_mb=31250.0, graph_level_conn_p_values={3: (2, {0: 0, 10: 1, 20: 1, 30: 1, 40: 1, 50: 1, 60: 1, 70: 1, 80: 1, 90: 1, 100: 1}), 2: (43, {0: 0, 10: 4, 20: 6, 30: 6, 40: 7, 50: 8, 60: 8, 70: 9, 80: 10, 90: 11, 100: 15}), 1: (1486, {0: 0, 10: 16, 20: 18, 30: 21, 40: 23, 50: 25, 60: 28, 70: 32, 80: 32, 90: 32, 100: 32}), 0: (48749, {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=5649, microseconds=916316)) Profiler summary for /l/logs.nightly/2026.04.13.05.40.34/bench-knn-q32-fmFalse.jfr Version: 2.1 Chunks: 165 Start: 2026-04-13 13:50:35 (UTC) Duration: 3623 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 101846788 1790554600 jdk.FileWrite 10779436 236133297 jdk.FileRead 2452301 57551468 jdk.NativeMethodSample 341545 4578132 jdk.BooleanFlag 81840 2607361 jdk.CPULoad 67184 1366832 jdk.ObjectAllocationInNewTLAB 33614 672372 jdk.Checkpoint 11370 28987541 jdk.UnsignedIntFlag 7920 270438 jdk.IntFlag 7260 266519 jdk.StringFlag 5610 219184 jdk.Compilation 1087 29734 jdk.ObjectAllocationOutsideTLAB 999 18821 jdk.CPUInformation 165 247861 jdk.GCConfiguration 165 4321 jdk.JVMInformation 165 149521 jdk.Metadata 165 18236986 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.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 org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.04.13.05.40.34/bench-knn-q32-fmFalse.jfr Profiler for cpu at stackSize=1 [/l/logs.nightly/2026.04.13.05.40.34/bench-knn-q32-fmFalse.jfr is 2042.68 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 341545 events (total: 341545) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=false PERCENT CPU SAMPLES STACK 62.43% 213242 jdk.jfr.internal.JVM#emitEvent() [Native code] 18.04% 61608 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 15.53% 53039 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] 2.62% 8942 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] 0.85% 2889 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] 0.13% 444 sun.nio.ch.NativeThread#current0() [Native code] 0.10% 337 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] 0.08% 282 sun.nio.ch.UnixFileDispatcherImpl#force0() [Native code] 0.07% 229 jdk.jfr.internal.JVM#getStackTraceId() [Native code] 0.04% 138 jdk.internal.misc.Unsafe#park() [Native code] 0.02% 66 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] 0.02% 61 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] 0.01% 44 jdk.internal.misc.Unsafe#unpark() [Native code] 0.01% 33 java.io.FileDescriptor#close0() [Native code] 0.01% 30 java.io.RandomAccessFile#open0() [Native code] 0.01% 26 java.lang.Object#wait0() [Native code] 0.00% 16 java.lang.System#nanoTime() [Native code] 0.00% 15 sun.nio.fs.UnixNativeDispatcher#access0() [Native code] 0.00% 15 jdk.jfr.internal.JVM#flush() [Native code] 0.00% 15 java.lang.Object#hashCode() [Native code] 0.00% 14 java.lang.Thread#sleepNanos0() [Native code] 0.00% 12 java.io.FileOutputStream#writeBytes() [Native code] 0.00% 12 sun.nio.fs.UnixNativeDispatcher#lstat0() [Native code] 0.00% 10 sun.nio.ch.UnixFileDispatcherImpl#size0() [Native code] 0.00% 7 jdk.jfr.internal.JVM#shouldRotateDisk() [Native code] 0.00% 5 jdk.internal.misc.VM#getNanoTimeAdjustment() [Native code] 0.00% 4 java.lang.invoke.LambdaForm$MH.0x00000000141a9c00#invoke() [Inlined code] 0.00% 3 java.util.zip.Inflater#inflateBytesBytes() [Native code] 0.00% 2 jdk.internal.misc.Unsafe#allocateMemory0() [Native code] 0.00% 1 java.lang.System#currentTimeMillis() [Native code] 0.00% 1 sun.nio.ch.UnixFileDispatcherImpl#allocationGranularity0() [Native code] 0.00% 1 java.io.UnixFileSystem#getBooleanAttributes0() [Native code] 0.00% 1 sun.nio.fs.UnixNativeDispatcher#readdir0() [Native code] 0.00% 1 jdk.jfr.internal.JVM#addStringConstant() [Native code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=4 org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.04.13.05.40.34/bench-knn-q32-fmFalse.jfr Profiler for cpu at stackSize=4 [/l/logs.nightly/2026.04.13.05.40.34/bench-knn-q32-fmFalse.jfr is 2042.68 MB /l/logs.nightly/2026.04.13.05.40.34/bench-knn-q32-fmFalse.jfr is 2042.68 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 341545 events (total: 341545) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=false PERCENT CPU SAMPLES STACK 62.33% 212877 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute() [Inlined code] at jdk.jfr.internal.periodic.PeriodicTask#run() [Inlined code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic() [JIT compiled code] 18.04% 61608 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write() [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer() [Inlined code] at sun.nio.ch.IOUtil#write() [Inlined code] 15.53% 53039 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read() [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer() [Inlined code] at sun.nio.ch.IOUtil#read() [JIT compiled code] 2.55% 8695 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] 0.85% 2889 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [Inlined code] 0.13% 442 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current() [Inlined code] at sun.nio.ch.NativeThreadSet#add() [Inlined code] at sun.nio.ch.FileChannelImpl#implRead() [Inlined code] 0.11% 362 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute() [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicTask#run() [Interpreted code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic() [Interpreted code] 0.10% 325 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open() [Inlined code] at sun.nio.fs.UnixChannelFactory#open() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Inlined code] 0.07% 247 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] 0.07% 242 sun.nio.ch.UnixFileDispatcherImpl#force0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#force() [Inlined code] at sun.nio.ch.FileChannelImpl#implForce() [JIT compiled code] at sun.nio.ch.FileChannelImpl#force() [JIT compiled code] 0.06% 192 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace() [Inlined code] at jdk.internal.event.FileReadEvent#commit() [JIT compiled code] at jdk.internal.event.FileReadEvent#offer() [Inlined code] 0.03% 117 jdk.internal.misc.Unsafe#park() [Native code] at java.util.concurrent.locks.LockSupport#park() [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire() [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared() [Inlined code] 0.02% 66 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map() [Inlined code] at sun.nio.ch.FileChannelImpl#mapInternal() [JIT compiled code] at sun.nio.ch.FileChannelImpl#map() [Inlined code] 0.02% 61 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat() [Inlined code] at sun.nio.fs.UnixFileAttributes#get() [Inlined code] at sun.nio.fs.UnixFileAttributeViews$Basic#readAttributes() [Inlined code] 0.01% 42 jdk.internal.misc.Unsafe#unpark() [Native code] at java.util.concurrent.locks.LockSupport#unpark() [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext() [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#release() [Inlined code] 0.01% 40 sun.nio.ch.UnixFileDispatcherImpl#force0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#force() [Interpreted code] at sun.nio.ch.FileChannelImpl#implForce() [Interpreted code] at sun.nio.ch.FileChannelImpl#force() [Interpreted code] 0.01% 36 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace() [Inlined code] at jdk.internal.event.FileWriteEvent#commit() [JIT compiled code] at jdk.internal.event.FileWriteEvent#offer() [Inlined code] 0.01% 28 java.io.FileDescriptor#close0() [Native code] at java.io.FileDescriptor#close() [Inlined code] at java.io.FileDescriptor$1#close() [Inlined code] at sun.nio.ch.FileChannelImpl$Closer#run() [Inlined code] 0.01% 25 java.io.RandomAccessFile#open0() [Native code] at java.io.RandomAccessFile#open() [Interpreted code] at java.io.RandomAccessFile#() [Interpreted code] at java.io.RandomAccessFile#() [Interpreted code] 0.01% 18 jdk.internal.misc.Unsafe#park() [Native code] at java.util.concurrent.locks.LockSupport#park() [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire() [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire() [Inlined code] 0.00% 17 java.lang.Object#wait0() [Native code] at java.lang.Object#wait() [Inlined code] at jdk.jfr.internal.PlatformRecorder#takeNap() [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#periodicTask() [JIT compiled code] 0.00% 16 java.lang.System#nanoTime() [Native code] at knn.KnnIndexer#waitForMergesWithStatus() [Interpreted code] at knn.KnnIndexer#createIndex() [Interpreted code] at knn.KnnGraphTester#run() [Interpreted code] 0.00% 14 java.lang.Object#hashCode() [Native code] at org.apache.lucene.index.ConcurrentApproximatePriorityQueue#add() [Inlined code] at org.apache.lucene.index.LockableConcurrentApproximatePriorityQueue#addAndUnlock() [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThreadPool#marksAsFreeAndUnlock() [Inlined code] 0.00% 13 jdk.jfr.internal.JVM#flush() [Native code] at jdk.jfr.internal.event.EventWriter#flush() [JIT compiled code] at jdk.jfr.internal.event.EventWriter#isValidForSize() [Inlined code] at jdk.jfr.internal.event.EventWriter#putLong() [Inlined code] 0.00% 11 sun.nio.fs.UnixNativeDispatcher#access0() [Native code] at sun.nio.fs.UnixNativeDispatcher#access() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#exists() [Inlined code] at java.nio.file.Files#exists() [JIT compiled code] 0.00% 11 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#open() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Inlined code] 0.00% 11 sun.nio.fs.UnixNativeDispatcher#lstat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#lstat() [Inlined code] at sun.nio.fs.UnixFileAttributes#get() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [Inlined code] 0.00% 10 sun.nio.ch.UnixFileDispatcherImpl#size0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#size() [Inlined code] at sun.nio.ch.FileChannelImpl#size() [JIT compiled code] at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock#ensureValid() [JIT compiled code] 0.00% 10 java.io.FileOutputStream#writeBytes() [Native code] at java.io.FileOutputStream#traceWriteBytes() [JIT compiled code] at java.io.FileOutputStream#write() [JIT compiled code] at java.lang.System$Out#write() [Inlined code] 0.00% 9 java.lang.Object#wait0() [Native code] at java.lang.Object#wait() [Inlined code] at jdk.jfr.internal.PlatformRecorder#takeNap() [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#periodicTask() [Interpreted code] 0.00% 8 java.lang.Thread#sleepNanos0() [Native code] at java.lang.Thread#sleepNanos() [JIT compiled code] at java.lang.Thread#sleep() [JIT compiled code] at knn.KnnIndexer#waitForMergesWithStatus() [Interpreted code] 0.00% 6 jdk.jfr.internal.JVM#shouldRotateDisk() [Native code] at jdk.jfr.internal.PlatformRecorder#periodicTask() [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0() [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000001407aa58#run() [Interpreted code] 0.00% 6 java.lang.Thread#sleepNanos0() [Native code] at java.lang.Thread#sleepNanos() [Inlined code] at java.lang.Thread#sleep() [JIT compiled code] at knn.KnnIndexer#waitForMergesWithStatus() [Interpreted code] 0.00% 5 java.io.RandomAccessFile#open0() [Native code] at java.io.RandomAccessFile#open() [Interpreted code] at java.io.RandomAccessFile#() [Interpreted code] at java.io.RandomAccessFile#() [Inlined code] 0.00% 4 java.lang.invoke.LambdaForm$MH.0x00000000141a9c00#invoke() [Inlined code] at java.lang.invoke.LambdaForm$MH.0x0000000014194c00#invokeExact_MT() [Inlined code] at jdk.internal.foreign.abi.DowncallStub.0x0000000014142800#invoke() [Inlined code] at java.lang.invoke.LambdaForm$DMH.0x0000000014142c00#invokeStatic() [Inlined code] 0.00% 4 sun.nio.fs.UnixNativeDispatcher#access0() [Native code] at sun.nio.fs.UnixNativeDispatcher#access() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#exists() [JIT compiled code] at java.nio.file.Files#exists() [Inlined code] 0.00% 4 jdk.internal.misc.VM#getNanoTimeAdjustment() [Native code] at java.time.Clock#currentInstant() [JIT compiled code] at java.time.Instant#now() [Inlined code] at org.apache.lucene.index.IndexWriter#setDiagnostics() [JIT compiled code] 0.00% 3 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute() [Inlined code] at jdk.jfr.internal.periodic.PeriodicTask#run() [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic() [Interpreted code] 0.00% 3 java.io.FileDescriptor#close0() [Native code] at java.io.FileDescriptor#close() [JIT compiled code] at java.io.RandomAccessFile$1#close() [Interpreted code] at java.io.FileDescriptor#closeAll() [Interpreted code] 0.00% 3 java.util.zip.Inflater#inflateBytesBytes() [Native code] at java.util.zip.Inflater#inflate() [JIT compiled code] at java.util.zip.InflaterInputStream#read() [JIT compiled code] at jdk.internal.loader.Resource#getBytes() [JIT compiled code] 0.00% 3 jdk.internal.misc.Unsafe#park() [Native code] at java.util.concurrent.locks.LockSupport#park() [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire() [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared() [Inlined code] 0.00% 2 java.io.FileOutputStream#writeBytes() [Native code] at java.io.FileOutputStream#traceWriteBytes() [Interpreted code] at java.io.FileOutputStream#write() [JIT compiled code] at java.lang.System$Out#write() [Inlined code] 0.00% 2 jdk.jfr.internal.JVM#flush() [Native code] at jdk.jfr.internal.MetadataRepository#flush() [Inlined code] at jdk.jfr.internal.PlatformRecorder#flush() [JIT compiled code] at jdk.jfr.internal.periodic.FlushTask#execute() [Inlined code] 0.00% 2 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current() [Inlined code] at sun.nio.ch.NativeThreadSet#add() [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite() [Inlined code] 0.00% 2 java.io.FileDescriptor#close0() [Native code] at java.io.FileDescriptor#close() [Inlined code] at java.io.RandomAccessFile$1#close() [JIT compiled code] at java.io.FileDescriptor#closeAll() [Interpreted code] 0.00% 2 jdk.internal.misc.Unsafe#allocateMemory0() [Native code] at jdk.internal.misc.Unsafe#allocateMemory() [JIT compiled code] at sun.nio.ch.Util#getTemporaryDirectBuffer() [Inlined code] at sun.nio.ch.IOUtil#write() [Inlined code] 0.00% 1 java.lang.Object#hashCode() [Native code] at org.apache.lucene.index.ConcurrentApproximatePriorityQueue#poll() [Inlined code] at org.apache.lucene.index.LockableConcurrentApproximatePriorityQueue#lockAndPoll() [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThreadPool#getAndLock() [Inlined code] 0.00% 1 jdk.jfr.internal.JVM#addStringConstant() [Native code] at jdk.jfr.internal.StringPool#storeString() [JIT compiled code] at jdk.jfr.internal.StringPool#addString() [Inlined code] at jdk.jfr.internal.event.EventWriter#putString() [JIT compiled code] 0.00% 1 java.lang.System#currentTimeMillis() [Native code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic() [Interpreted code] at jdk.jfr.internal.PlatformRecorder#periodicTask() [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0() [Interpreted code] 0.00% 1 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace() [Inlined code] at jdk.internal.event.FileWriteEvent#commit() [JIT compiled code] at jdk.internal.event.FileWriteEvent#offer() [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 org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.04.13.05.40.34/bench-knn-q32-fmFalse.jfr Profiler for cpu at stackSize=12 [/l/logs.nightly/2026.04.13.05.40.34/bench-knn-q32-fmFalse.jfr is 2042.68 MB /l/logs.nightly/2026.04.13.05.40.34/bench-knn-q32-fmFalse.jfr is 2042.68 MB /l/logs.nightly/2026.04.13.05.40.34/bench-knn-q32-fmFalse.jfr is 2042.68 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 341545 events (total: 341545) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=false PERCENT CPU SAMPLES STACK 39.63% 135352 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute() [Inlined code] at jdk.jfr.internal.periodic.PeriodicTask#run() [Inlined code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic() [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#periodicTask() [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0() [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000001407aa58#run() [Interpreted code] at java.lang.Thread#runWith() [Interpreted code] at java.lang.Thread#run() [Interpreted code] 22.70% 77525 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute() [Inlined code] at jdk.jfr.internal.periodic.PeriodicTask#run() [Inlined code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic() [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#periodicTask() [Interpreted code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0() [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000001407aa58#run() [Interpreted code] at java.lang.Thread#runWith() [Interpreted code] at java.lang.Thread#run() [Interpreted code] 15.53% 53025 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read() [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer() [Inlined code] at sun.nio.ch.IOUtil#read() [JIT compiled code] at sun.nio.ch.IOUtil#read() [Inlined code] at sun.nio.ch.FileChannelImpl#implRead() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead() [JIT compiled code] at sun.nio.ch.FileChannelImpl#read() [Inlined code] at knn.VectorReader#readNext() [Inlined code] at knn.VectorReaderFloat32#next() [Inlined code] at knn.IndexerThread#_run() [JIT compiled code] at knn.IndexerThread#run() [Interpreted code] 10.47% 35753 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write() [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer() [Inlined code] at sun.nio.ch.IOUtil#write() [Inlined code] at sun.nio.ch.IOUtil#write() [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite() [Inlined code] at sun.nio.ch.FileChannelImpl#write() [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully() [Inlined code] at sun.nio.ch.ChannelOutputStream#write() [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write() [Inlined code] at java.util.zip.CheckedOutputStream#write() [Inlined code] 7.57% 25855 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write() [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer() [Inlined code] at sun.nio.ch.IOUtil#write() [Inlined code] at sun.nio.ch.IOUtil#write() [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite() [Inlined code] at sun.nio.ch.FileChannelImpl#write() [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully() [JIT compiled code] at sun.nio.ch.ChannelOutputStream#write() [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write() [Inlined code] at java.util.zip.CheckedOutputStream#write() [JIT compiled code] 1.24% 4226 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [Inlined code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [JIT compiled code] at org.apache.lucene.store.FilterDirectory#deleteFile() [JIT compiled code] at org.apache.lucene.store.TrackingDirectoryWrapper#deleteFile() [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#lambda$mergeOneFieldToIndex$0() [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$$Lambda.0x000000001419ab50#close() [Interpreted code] 0.80% 2721 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle() [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup() [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup() [Inlined code] at jdk.internal.foreign.SharedSession$SharedResourceList#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl#close() [Inlined code] at jdk.internal.foreign.ArenaImpl#close() [Inlined code] at org.apache.lucene.store.RefCountedSharedArena#release() [Inlined code] at org.apache.lucene.store.RefCountedSharedArena#close() [Inlined code] 0.75% 2557 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [Inlined code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [Inlined code] at org.apache.lucene.util.FileDeleter#delete() [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete() [Inlined code] at org.apache.lucene.util.FileDeleter#decRef() [JIT compiled code] at org.apache.lucene.index.IndexFileDeleter#decRef() [Inlined code] 0.54% 1833 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [Inlined code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete() [Inlined code] at org.apache.lucene.util.FileDeleter#delete() [JIT compiled code] at org.apache.lucene.util.FileDeleter#decRef() [Interpreted code] at org.apache.lucene.index.IndexFileDeleter#decRef() [JIT compiled code] 0.13% 442 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current() [Inlined code] at sun.nio.ch.NativeThreadSet#add() [Inlined code] at sun.nio.ch.FileChannelImpl#implRead() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead() [JIT compiled code] at sun.nio.ch.FileChannelImpl#read() [Inlined code] at knn.VectorReader#readNext() [Inlined code] at knn.VectorReaderFloat32#next() [Inlined code] at knn.IndexerThread#_run() [JIT compiled code] at knn.IndexerThread#run() [Interpreted code] 0.11% 362 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute() [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicTask#run() [Interpreted code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic() [Interpreted code] at jdk.jfr.internal.PlatformRecorder#periodicTask() [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0() [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000001407aa58#run() [Interpreted code] at java.lang.Thread#runWith() [Interpreted code] at java.lang.Thread#run() [Interpreted code] 0.08% 278 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open() [Inlined code] at sun.nio.fs.UnixChannelFactory#open() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Inlined code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#newFileChannel() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#newByteChannel() [Inlined code] at java.nio.file.spi.FileSystemProvider#newOutputStream() [JIT compiled code] at java.nio.file.Files#newOutputStream() [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#() [JIT compiled code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#() [Inlined code] at org.apache.lucene.store.FSDirectory#createOutput() [Inlined code] 0.06% 192 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace() [Inlined code] at jdk.internal.event.FileReadEvent#commit() [JIT compiled code] at jdk.internal.event.FileReadEvent#offer() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead() [JIT compiled code] at sun.nio.ch.FileChannelImpl#read() [Inlined code] at knn.VectorReader#readNext() [Inlined code] at knn.VectorReaderFloat32#next() [Inlined code] at knn.IndexerThread#_run() [JIT compiled code] at knn.IndexerThread#run() [Interpreted code] 0.06% 191 sun.nio.ch.UnixFileDispatcherImpl#force0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#force() [Inlined code] at sun.nio.ch.FileChannelImpl#implForce() [JIT compiled code] at sun.nio.ch.FileChannelImpl#force() [JIT compiled code] at org.apache.lucene.util.IOUtils#fsync() [JIT compiled code] at org.apache.lucene.store.FSDirectory#fsync() [JIT compiled code] at org.apache.lucene.store.FSDirectory#sync() [Interpreted code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#sync() [Interpreted code] at org.apache.lucene.index.IndexWriter#startCommit() [Interpreted code] at org.apache.lucene.index.IndexWriter#prepareCommitInternal() [Interpreted code] at org.apache.lucene.index.IndexWriter#commitInternal() [Interpreted code] at org.apache.lucene.index.IndexWriter#commit() [Interpreted code] 0.03% 117 jdk.internal.misc.Unsafe#park() [Native code] at java.util.concurrent.locks.LockSupport#park() [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire() [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared() [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock() [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] 0.03% 101 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [JIT compiled code] at jdk.jfr.internal.RepositoryChunk#delete() [Interpreted code] at jdk.jfr.internal.RepositoryChunk#destroy() [Interpreted code] at jdk.jfr.internal.RepositoryChunk#release() [Interpreted code] at jdk.jfr.internal.PlatformRecording#removed() [Interpreted code] at jdk.jfr.internal.PlatformRecording#trimToSize() [Interpreted code] at jdk.jfr.internal.PlatformRecording#appendChunk() [Interpreted code] at jdk.jfr.internal.PlatformRecorder#finishChunk() [Interpreted code] 0.02% 79 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [JIT compiled code] at jdk.jfr.internal.RepositoryChunk#delete() [Interpreted code] at jdk.jfr.internal.RepositoryChunk#destroy() [Interpreted code] at jdk.jfr.internal.RepositoryChunk#release() [JIT compiled code] at jdk.jfr.internal.PlatformRecording#removed() [Interpreted code] at jdk.jfr.internal.PlatformRecording#trimToSize() [JIT compiled code] at jdk.jfr.internal.PlatformRecording#appendChunk() [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#finishChunk() [JIT compiled code] 0.02% 71 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle() [Inlined code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl#close() [Inlined code] at jdk.internal.foreign.ArenaImpl#close() [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#close() [JIT compiled code] at org.apache.lucene.store.BufferedChecksumIndexInput#close() [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.FieldsIndexWriter#finish() [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#finish() [JIT compiled code] 0.02% 66 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [JIT compiled code] at jdk.jfr.internal.RepositoryChunk#delete() [Interpreted code] at jdk.jfr.internal.RepositoryChunk#destroy() [Interpreted code] at jdk.jfr.internal.RepositoryChunk#release() [JIT compiled code] at jdk.jfr.internal.PlatformRecording#removed() [Interpreted code] at jdk.jfr.internal.PlatformRecording#trimToSize() [Interpreted code] at jdk.jfr.internal.PlatformRecording#appendChunk() [Interpreted code] at jdk.jfr.internal.PlatformRecorder#finishChunk() [Interpreted code] 0.02% 58 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [Inlined code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [Inlined code] at org.apache.lucene.store.TrackingDirectoryWrapper#deleteFile() [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.FieldsIndexWriter#finish() [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#finish() [JIT compiled code] at org.apache.lucene.index.StoredFieldsConsumer#flush() [JIT compiled code] 0.01% 48 sun.nio.ch.UnixFileDispatcherImpl#force0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#force() [Inlined code] at sun.nio.ch.FileChannelImpl#implForce() [JIT compiled code] at sun.nio.ch.FileChannelImpl#force() [JIT compiled code] at org.apache.lucene.util.IOUtils#fsync() [JIT compiled code] at org.apache.lucene.store.FSDirectory#fsync() [JIT compiled code] at org.apache.lucene.store.FSDirectory#sync() [Interpreted code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#sync() [Interpreted code] at org.apache.lucene.index.IndexWriter#startCommit() [Interpreted code] at org.apache.lucene.index.IndexWriter#prepareCommitInternal() [Interpreted code] at org.apache.lucene.index.IndexWriter#commitInternal() [Interpreted code] at org.apache.lucene.index.IndexWriter#shutdown() [Interpreted code] 0.01% 42 jdk.internal.misc.Unsafe#unpark() [Native code] at java.util.concurrent.locks.LockSupport#unpark() [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext() [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#release() [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#unlock() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] 0.01% 39 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map() [Inlined code] at sun.nio.ch.FileChannelImpl#mapInternal() [JIT compiled code] at sun.nio.ch.FileChannelImpl#map() [Inlined code] at org.apache.lucene.store.MMapDirectory#map() [JIT compiled code] at org.apache.lucene.store.MMapDirectory#openInput() [JIT compiled code] at org.apache.lucene.store.FilterDirectory#openInput() [JIT compiled code] at org.apache.lucene.store.FilterDirectory#openInput() [Inlined code] at org.apache.lucene.store.Directory#openChecksumInput() [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.FieldsIndexWriter#finish() [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#finish() [JIT compiled code] at org.apache.lucene.index.StoredFieldsConsumer#flush() [JIT compiled code] 0.01% 39 sun.nio.ch.UnixFileDispatcherImpl#force0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#force() [Interpreted code] at sun.nio.ch.FileChannelImpl#implForce() [Interpreted code] at sun.nio.ch.FileChannelImpl#force() [Interpreted code] at org.apache.lucene.util.IOUtils#fsync() [Interpreted code] at org.apache.lucene.store.FSDirectory#fsync() [Interpreted code] at org.apache.lucene.store.FSDirectory#sync() [Interpreted code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#sync() [Interpreted code] at org.apache.lucene.index.IndexWriter#startCommit() [Interpreted code] at org.apache.lucene.index.IndexWriter#prepareCommitInternal() [Interpreted code] at org.apache.lucene.index.IndexWriter#commitInternal() [Interpreted code] at org.apache.lucene.index.IndexWriter#commit() [Interpreted code] 0.01% 27 java.io.FileDescriptor#close0() [Native code] at java.io.FileDescriptor#close() [Inlined code] at java.io.FileDescriptor$1#close() [Inlined code] at sun.nio.ch.FileChannelImpl$Closer#run() [Inlined code] at jdk.internal.ref.CleanerImpl$PhantomCleanableRef#performCleanup() [Inlined code] at jdk.internal.ref.PhantomCleanable#clean() [Inlined code] at sun.nio.ch.FileChannelImpl#implCloseChannel() [Inlined code] at java.nio.channels.spi.AbstractInterruptibleChannel#close() [JIT compiled code] at sun.nio.ch.ChannelOutputStream#close() [JIT compiled code] at java.io.FilterOutputStream#close() [JIT compiled code] at java.io.FilterOutputStream#close() [JIT compiled code] at java.io.FilterOutputStream#close() [Inlined code] 0.01% 27 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle() [Inlined code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl#close() [Inlined code] at jdk.internal.foreign.ArenaImpl#close() [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#close() [JIT compiled code] at org.apache.lucene.store.BufferedChecksumIndexInput#close() [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.FieldsIndexWriter#finish() [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#finish() [JIT compiled code] 0.01% 26 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace() [Inlined code] at jdk.internal.event.FileWriteEvent#commit() [JIT compiled code] at jdk.internal.event.FileWriteEvent#offer() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite() [Inlined code] at sun.nio.ch.FileChannelImpl#write() [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully() [Inlined code] at sun.nio.ch.ChannelOutputStream#write() [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write() [Inlined code] at java.util.zip.CheckedOutputStream#write() [Inlined code] at java.io.BufferedOutputStream#flushBuffer() [Inlined code] at java.io.BufferedOutputStream#write() [Inlined code] 0.01% 19 java.io.RandomAccessFile#open0() [Native code] at java.io.RandomAccessFile#open() [Interpreted code] at java.io.RandomAccessFile#() [Interpreted code] at java.io.RandomAccessFile#() [Interpreted code] at jdk.jfr.internal.RepositoryChunk#() [Interpreted code] at jdk.jfr.internal.Repository#newChunk() [Interpreted code] at jdk.jfr.internal.PlatformRecorder#rotateDisk() [Interpreted code] at jdk.jfr.internal.PlatformRecorder#periodicTask() [Interpreted code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0() [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000001407aa58#run() [Interpreted code] at java.lang.Thread#runWith() [Interpreted code] at java.lang.Thread#run() [Interpreted code] 0.01% 18 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle() [Inlined code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl#close() [Inlined code] at jdk.internal.foreign.ArenaImpl#close() [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#close() [JIT compiled code] at org.apache.lucene.store.BufferedChecksumIndexInput#close() [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader#() [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsFormat#fieldsReader() [JIT compiled code] 0.01% 18 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open() [Inlined code] at sun.nio.fs.UnixChannelFactory#open() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Inlined code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#newFileChannel() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#newByteChannel() [Inlined code] at java.nio.file.spi.FileSystemProvider#newOutputStream() [JIT compiled code] at java.nio.file.Files#newOutputStream() [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#() [JIT compiled code] at org.apache.lucene.store.FSDirectory#createTempOutput() [JIT compiled code] at org.apache.lucene.store.FilterDirectory#createTempOutput() [JIT compiled code] 0.01% 18 jdk.internal.misc.Unsafe#park() [Native code] at java.util.concurrent.locks.LockSupport#park() [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire() [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire() [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#lock() [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#write() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [Inlined code] 0.00% 17 java.lang.Object#wait0() [Native code] at java.lang.Object#wait() [Inlined code] at jdk.jfr.internal.PlatformRecorder#takeNap() [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#periodicTask() [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0() [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000001407aa58#run() [Interpreted code] at java.lang.Thread#runWith() [Interpreted code] at java.lang.Thread#run() [Interpreted code] 0.00% 16 java.lang.System#nanoTime() [Native code] at knn.KnnIndexer#waitForMergesWithStatus() [Interpreted code] at knn.KnnIndexer#createIndex() [Interpreted code] at knn.KnnGraphTester#run() [Interpreted code] at knn.KnnGraphTester#runWithCleanUp() [Interpreted code] at knn.KnnGraphTester#main() [Interpreted code] 0.00% 16 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle() [Inlined code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl#close() [Inlined code] at jdk.internal.foreign.ArenaImpl#close() [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#close() [JIT compiled code] at org.apache.lucene.store.BufferedChecksumIndexInput#close() [Inlined code] at org.apache.lucene.codecs.lucene94.Lucene94FieldInfosFormat#read() [JIT compiled code] at org.apache.lucene.index.SegmentCoreReaders#() [JIT compiled code] 0.00% 16 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle() [Inlined code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl#close() [Inlined code] at jdk.internal.foreign.ArenaImpl#close() [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#close() [JIT compiled code] at org.apache.lucene.store.BufferedChecksumIndexInput#close() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsReader#() [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsFormat#fieldsReader() [JIT compiled code] 0.00% 14 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat() [Inlined code] at sun.nio.fs.UnixFileAttributes#get() [Inlined code] at sun.nio.fs.UnixFileAttributeViews$Basic#readAttributes() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#readAttributes() [Inlined code] at sun.nio.fs.LinuxFileSystemProvider#readAttributes() [Inlined code] at java.nio.file.Files#readAttributes() [Inlined code] at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock#ensureValid() [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#createOutput() [Inlined code] at org.apache.lucene.store.TrackingDirectoryWrapper#createOutput() [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.FieldsIndexWriter#finish() [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#finish() [JIT compiled code] 0.00% 14 java.lang.Object#hashCode() [Native code] at org.apache.lucene.index.ConcurrentApproximatePriorityQueue#add() [Inlined code] at org.apache.lucene.index.LockableConcurrentApproximatePriorityQueue#addAndUnlock() [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThreadPool#marksAsFreeAndUnlock() [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments() [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument() [Inlined code] at org.apache.lucene.index.IndexWriter#addDocument() [Inlined code] at knn.IndexerThread#_run() [JIT compiled code] at knn.IndexerThread#run() [Interpreted code] 0.00% 14 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read() [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer() [Inlined code] at sun.nio.ch.IOUtil#read() [JIT compiled code] at sun.nio.ch.IOUtil#read() [Inlined code] at sun.nio.ch.FileChannelImpl#implRead() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead() [JIT compiled code] at sun.nio.ch.FileChannelImpl#read() [Inlined code] at knn.VectorReader#readNext() [Inlined code] at knn.VectorReaderFloat32#next() [JIT compiled code] at knn.KnnGraphTester#testSearch() [Interpreted code] at knn.KnnGraphTester#run() [Interpreted code] 0.00% 14 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle() [Inlined code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl#close() [Inlined code] at jdk.internal.foreign.ArenaImpl#close() [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#close() [JIT compiled code] at org.apache.lucene.store.BufferedChecksumIndexInput#close() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsReader#readMetadata() [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsReader#() [JIT compiled code] 0.00% 13 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat() [Inlined code] at sun.nio.fs.UnixFileAttributes#get() [Inlined code] at sun.nio.fs.UnixFileAttributeViews$Basic#readAttributes() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#readAttributes() [Inlined code] at sun.nio.fs.LinuxFileSystemProvider#readAttributes() [Inlined code] at java.nio.file.Files#readAttributes() [Inlined code] at java.nio.file.Files#size() [Inlined code] at org.apache.lucene.store.FSDirectory#fileLength() [Inlined code] at org.apache.lucene.index.SegmentCommitInfo#sizeInBytes() [JIT compiled code] at org.apache.lucene.index.MergePolicy#size() [JIT compiled code] at org.apache.lucene.index.TieredMergePolicy#getSortedBySegmentSize() [JIT compiled code] 0.00% 12 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [Inlined code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [JIT compiled code] at org.apache.lucene.store.TrackingDirectoryWrapper#deleteFile() [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.FieldsIndexWriter#finish() [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#finish() [JIT compiled code] at org.apache.lucene.index.StoredFieldsConsumer#flush() [JIT compiled code] 0.00% 10 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace() [Inlined code] at jdk.internal.event.FileWriteEvent#commit() [JIT compiled code] at jdk.internal.event.FileWriteEvent#offer() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite() [Inlined code] at sun.nio.ch.FileChannelImpl#write() [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully() [JIT compiled code] at sun.nio.ch.ChannelOutputStream#write() [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write() [Inlined code] at java.util.zip.CheckedOutputStream#write() [JIT compiled code] at java.io.BufferedOutputStream#write() [Inlined code] at org.apache.lucene.store.OutputStreamIndexOutput#writeBytes() [Inlined code] 0.00% 9 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [Inlined code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [JIT compiled code] at org.apache.lucene.store.FilterDirectory#deleteFile() [Inlined code] at org.apache.lucene.store.TrackingDirectoryWrapper#deleteFile() [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.FieldsIndexWriter#finish() [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#finish() [Inlined code] 0.00% 9 java.lang.Object#wait0() [Native code] at java.lang.Object#wait() [Inlined code] at jdk.jfr.internal.PlatformRecorder#takeNap() [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#periodicTask() [Interpreted code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0() [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000001407aa58#run() [Interpreted code] at java.lang.Thread#runWith() [Interpreted code] at java.lang.Thread#run() [Interpreted code] 0.00% 8 java.lang.Thread#sleepNanos0() [Native code] at java.lang.Thread#sleepNanos() [JIT compiled code] at java.lang.Thread#sleep() [JIT compiled code] at knn.KnnIndexer#waitForMergesWithStatus() [Interpreted code] at knn.KnnIndexer#createIndex() [Interpreted code] at knn.KnnGraphTester#run() [Interpreted code] at knn.KnnGraphTester#runWithCleanUp() [Interpreted code] at knn.KnnGraphTester#main() [Interpreted code] 0.00% 8 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat() [Inlined code] at sun.nio.fs.UnixFileAttributes#get() [Inlined code] at sun.nio.fs.UnixFileAttributeViews$Basic#readAttributes() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#readAttributes() [Inlined code] at sun.nio.fs.LinuxFileSystemProvider#readAttributes() [Inlined code] at java.nio.file.Files#readAttributes() [Inlined code] at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock#ensureValid() [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [Inlined code] at org.apache.lucene.util.FileDeleter#delete() [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete() [Inlined code] at org.apache.lucene.util.FileDeleter#decRef() [JIT compiled code] 0.00% 8 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat() [Inlined code] at sun.nio.fs.UnixFileAttributes#get() [Inlined code] at sun.nio.fs.UnixFileAttributeViews$Basic#readAttributes() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#readAttributes() [Inlined code] at sun.nio.fs.LinuxFileSystemProvider#readAttributes() [Inlined code] at java.nio.file.Files#readAttributes() [Inlined code] at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock#ensureValid() [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#createOutput() [Inlined code] at org.apache.lucene.store.TrackingDirectoryWrapper#createOutput() [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#() [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsFormat#fieldsWriter() [JIT compiled code] 0.00% 8 java.io.FileOutputStream#writeBytes() [Native code] at java.io.FileOutputStream#traceWriteBytes() [JIT compiled code] at java.io.FileOutputStream#write() [JIT compiled code] at java.lang.System$Out#write() [Inlined code] at java.io.BufferedOutputStream#flushBuffer() [JIT compiled code] at java.io.BufferedOutputStream#flush() [JIT compiled code] at java.io.PrintStream#write() [JIT compiled code] at sun.nio.cs.StreamEncoder#writeBytes() [JIT compiled code] at sun.nio.cs.StreamEncoder#implFlushBuffer() [Inlined code] at sun.nio.cs.StreamEncoder#flushBuffer() [JIT compiled code] at java.io.OutputStreamWriter#flushBuffer() [Inlined code] at java.io.PrintStream#write() [JIT compiled code] 0.00% 7 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#open() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Inlined code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#newFileChannel() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#newByteChannel() [Inlined code] at java.nio.file.spi.FileSystemProvider#newOutputStream() [JIT compiled code] at java.nio.file.Files#newOutputStream() [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#() [JIT compiled code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#() [Inlined code] at org.apache.lucene.store.FSDirectory#createOutput() [Inlined code] 0.00% 7 sun.nio.fs.UnixNativeDispatcher#lstat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#lstat() [Inlined code] at sun.nio.fs.UnixFileAttributes#get() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [Inlined code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [Inlined code] at org.apache.lucene.util.FileDeleter#delete() [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete() [Inlined code] at org.apache.lucene.util.FileDeleter#decRef() [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 org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.04.13.05.40.34/bench-knn-q32-fmFalse.jfr Profiler for heap at stackSize=1 [/l/logs.nightly/2026.04.13.05.40.34/bench-knn-q32-fmFalse.jfr is 2042.68 MB /l/logs.nightly/2026.04.13.05.40.34/bench-knn-q32-fmFalse.jfr is 2042.68 MB /l/logs.nightly/2026.04.13.05.40.34/bench-knn-q32-fmFalse.jfr is 2042.68 MB /l/logs.nightly/2026.04.13.05.40.34/bench-knn-q32-fmFalse.jfr is 2042.68 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 34603 events (total: 206318M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=false PERCENT HEAP SAMPLES STACK 48.53% 100133M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] 31.09% 64138M org.apache.lucene.util.TernaryLongHeap#() [JIT compiled code] 4.81% 9923M org.apache.lucene.util.ArrayUtil#copyOfSubArray() [Inlined code] 3.35% 6904M org.apache.lucene.util.hnsw.NeighborQueue#nodes() [Inlined code] 3.09% 6374M java.lang.Integer#valueOf() [Inlined code] 1.88% 3879M java.util.Arrays#copyOf() [Inlined code] 1.56% 3223M org.apache.lucene.util.hnsw.NeighborArray#() [Inlined code] 0.74% 1535M org.apache.lucene.util.hnsw.NeighborArray#sort() [Inlined code] 0.73% 1513M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse() [Inlined code] 0.61% 1256M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] 0.52% 1063M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode() [JIT compiled code] 0.47% 968M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager() [Inlined code] 0.36% 741M org.apache.lucene.util.SparseFixedBitSet#insertLong() [Inlined code] 0.22% 462M java.util.ArrayList#grow() [Inlined code] 0.18% 366M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document() [JIT compiled code] 0.17% 345M java.lang.invoke.DirectMethodHandle#allocateInstance() [Inlined code] 0.14% 292M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge() [Interpreted code] 0.12% 256M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal() [Inlined code] 0.12% 237M knn.IndexerThread#_run() [JIT compiled code] 0.10% 210M jdk.incubator.vector.FloatVector#lanewiseTemplate() [Inlined code] 0.10% 209M jdk.internal.misc.Unsafe#allocateUninitializedArray() [Inlined code] 0.10% 206M java.lang.reflect.Array#newInstance() [Inlined code] 0.08% 169M org.apache.lucene.search.TopKnnCollector#() [Inlined code] 0.08% 168M java.util.DualPivotQuicksort#sort() [JIT compiled code] 0.08% 165M java.util.DualPivotQuicksort#tryMergeRuns() [JIT compiled code] 0.07% 135M java.util.HashMap#newNode() [Inlined code] 0.05% 102M java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject#await() [Interpreted code] 0.05% 101M java.util.HashMap#resize() [JIT compiled code] 0.05% 95M knn.KnnIndexer#createIndex() [Interpreted code] 0.04% 90M java.util.logging.LogManager#reset() [Interpreted code] 0.04% 90M jdk.jfr.internal.ShutdownHook#run() [Interpreted code] 0.04% 76M org.apache.lucene.document.Document#() [Inlined code] 0.03% 62M org.apache.lucene.codecs.lucene95.OffHeapFloatVectorValues#() [Inlined code] 0.03% 62M java.util.ArrayList#iterator() [JIT compiled code] 0.03% 60M knn.KnnIndexer#waitForMergesWithStatus() [Interpreted code] 0.03% 59M org.apache.lucene.util.hnsw.OnHeapHnswGraph#() [JIT compiled code] 0.03% 56M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire() [JIT compiled code] 0.03% 56M org.apache.lucene.util.ArrayUtil#growExact() [JIT compiled code] 0.03% 54M java.util.List#of() [Inlined code] 0.02% 44M org.apache.lucene.util.FixedBitSet#() [Inlined code] 0.02% 40M java.lang.Thread#beforeSleep() [Inlined code] 0.02% 32M org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#writeGraph() [JIT compiled code] 0.01% 29M java.util.HashMap$KeySet#iterator() [Inlined code] 0.01% 27M java.util.HashSet#toArray() [JIT compiled code] 0.01% 24M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager() [Interpreted code] 0.01% 20M java.io.BufferedOutputStream#() [Inlined code] 0.01% 18M java.util.HashMap#newHashMap() [Inlined code] 0.01% 17M org.apache.lucene.internal.hppc.IntIntHashMap#allocateBuffers() [Interpreted code] 0.01% 14M java.util.ArrayList#toArray() [Inlined code] 0.01% 14M jdk.incubator.vector.FloatVector#fromArray0Template() [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 org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.04.13.05.40.34/bench-knn-q32-fmFalse.jfr Profiler for heap at stackSize=4 [/l/logs.nightly/2026.04.13.05.40.34/bench-knn-q32-fmFalse.jfr is 2042.68 MB /l/logs.nightly/2026.04.13.05.40.34/bench-knn-q32-fmFalse.jfr is 2042.68 MB /l/logs.nightly/2026.04.13.05.40.34/bench-knn-q32-fmFalse.jfr is 2042.68 MB /l/logs.nightly/2026.04.13.05.40.34/bench-knn-q32-fmFalse.jfr is 2042.68 MB /l/logs.nightly/2026.04.13.05.40.34/bench-knn-q32-fmFalse.jfr is 2042.68 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 34603 events (total: 206318M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=false PERCENT HEAP SAMPLES STACK 39.62% 81738M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder() [Inlined code] 19.14% 39480M org.apache.lucene.util.TernaryLongHeap#() [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#() [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollector#() [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector() [JIT compiled code] 11.95% 24658M org.apache.lucene.util.TernaryLongHeap#() [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#() [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#() [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector() [Interpreted code] 8.86% 18272M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder() [Inlined code] 4.81% 9923M org.apache.lucene.util.ArrayUtil#copyOfSubArray() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue() [Inlined code] 3.35% 6904M org.apache.lucene.util.hnsw.NeighborQueue#nodes() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] 3.07% 6332M java.lang.Integer#valueOf() [Inlined code] at knn.KnnGraphTester#printGraphConnectedNess() [JIT compiled code] at knn.KnnGraphTester#printFanoutHist() [Interpreted code] at knn.KnnGraphTester#printFanoutHist() [Interpreted code] 1.84% 3791M java.util.Arrays#copyOf() [Inlined code] at java.util.ArrayDeque#grow() [JIT compiled code] at java.util.ArrayDeque#addFirst() [Inlined code] at java.util.ArrayDeque#push() [Inlined code] 0.78% 1604M org.apache.lucene.util.hnsw.NeighborArray#() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] 0.74% 1535M org.apache.lucene.util.hnsw.NeighborArray#sort() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor() [Inlined code] 0.73% 1513M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] 0.64% 1310M org.apache.lucene.util.hnsw.NeighborArray#() [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] 0.47% 971M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] 0.43% 889M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager() [Inlined code] at org.apache.lucene.search.AbstractKnnVectorQuery#rewrite() [JIT compiled code] at org.apache.lucene.search.KnnFloatVectorQuery#rewrite() [Inlined code] at knn.KnnGraphTester$ProfiledKnnFloatVectorQuery#rewrite() [JIT compiled code] 0.32% 668M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] 0.25% 508M org.apache.lucene.util.SparseFixedBitSet#insertLong() [Inlined code] at org.apache.lucene.util.SparseFixedBitSet#getAndSet() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel() [JIT compiled code] at org.apache.lucene.util.hnsw.AbstractHnswGraphSearcher#search() [Inlined code] 0.22% 462M java.util.ArrayList#grow() [Inlined code] at java.util.ArrayList#grow() [Inlined code] at java.util.ArrayList#add() [Inlined code] at java.util.ArrayList#add() [Inlined code] 0.18% 366M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document() [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader#serializedDocument() [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#copyOneDoc() [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#merge() [JIT compiled code] 0.17% 345M java.lang.invoke.DirectMethodHandle#allocateInstance() [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() [JIT compiled code] 0.15% 307M org.apache.lucene.util.hnsw.NeighborArray#() [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode() [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure() [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph() [Interpreted code] 0.14% 292M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge() [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run() [Interpreted code] 0.12% 256M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal() [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment() [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template() [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0() [Inlined code] 0.12% 237M knn.IndexerThread#_run() [JIT compiled code] at knn.IndexerThread#run() [Interpreted code] 0.11% 235M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue() [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue() [Inlined code] 0.10% 210M jdk.incubator.vector.FloatVector#lanewiseTemplate() [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise() [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise() [Inlined code] at jdk.incubator.vector.FloatVector#fma() [Inlined code] 0.10% 206M java.lang.reflect.Array#newInstance() [Inlined code] at org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#grow() [JIT compiled code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode() [JIT compiled code] 0.10% 205M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue() [Inlined code] 0.10% 202M jdk.internal.misc.Unsafe#allocateUninitializedArray() [Inlined code] at java.lang.StringConcatHelper#newArray() [Inlined code] at java.lang.StringConcatHelper#newArrayWithSuffix() [Inlined code] at java.lang.String$$StringConcat.0x000000001417f400#concat() [Inlined code] 0.08% 169M org.apache.lucene.util.SparseFixedBitSet#insertLong() [Inlined code] at org.apache.lucene.util.SparseFixedBitSet#getAndSet() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#findBestEntryPoint() [JIT compiled code] at org.apache.lucene.util.hnsw.AbstractHnswGraphSearcher#search() [Inlined code] 0.08% 169M org.apache.lucene.search.TopKnnCollector#() [Inlined code] at org.apache.lucene.search.knn.TopKnnCollectorManager#newOptimisticCollector() [Inlined code] at org.apache.lucene.search.AbstractKnnVectorQuery$OptimisticKnnCollectorManager#newCollector() [Inlined code] at org.apache.lucene.search.TimeLimitingKnnCollectorManager#newCollector() [Inlined code] 0.08% 165M java.util.DualPivotQuicksort#tryMergeRuns() [JIT compiled code] at java.util.DualPivotQuicksort#sort() [JIT compiled code] at java.util.DualPivotQuicksort#sort() [Inlined code] at java.util.Arrays#sort() [Inlined code] 0.08% 159M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode() [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure() [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph() [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph() [Interpreted code] 0.07% 135M java.util.HashMap#newNode() [Inlined code] at java.util.HashMap#putVal() [Inlined code] at java.util.HashMap#put() [Inlined code] at java.util.HashSet#add() [Inlined code] 0.06% 114M java.util.DualPivotQuicksort#sort() [JIT compiled code] at java.util.DualPivotQuicksort#sort() [Inlined code] at java.util.Arrays#sort() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#writeGraph() [JIT compiled code] 0.05% 102M java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject#await() [Interpreted code] at java.util.concurrent.LinkedBlockingQueue#take() [JIT compiled code] at java.util.concurrent.ThreadPoolExecutor#getTask() [Interpreted code] at java.util.concurrent.ThreadPoolExecutor#runWorker() [Interpreted code] 0.05% 101M java.util.HashMap#resize() [JIT compiled code] at java.util.HashMap#putVal() [Inlined code] at java.util.HashMap#put() [Inlined code] at java.util.HashSet#add() [Inlined code] 0.05% 95M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.ArrayUtil#grow() [Inlined code] at org.apache.lucene.internal.hppc.IntArrayList#ensureBufferSpace() [Inlined code] 0.05% 95M knn.KnnIndexer#createIndex() [Interpreted code] at knn.KnnGraphTester#run() [Interpreted code] at knn.KnnGraphTester#runWithCleanUp() [Interpreted code] at knn.KnnGraphTester#main() [Interpreted code] 0.04% 90M java.util.logging.LogManager#reset() [Interpreted code] at java.util.logging.LogManager$Cleaner#run() [Interpreted code] 0.04% 90M jdk.jfr.internal.ShutdownHook#run() [Interpreted code] 0.04% 87M java.util.Arrays#copyOf() [Inlined code] at java.util.ArrayList#grow() [Inlined code] at java.util.ArrayList#grow() [Inlined code] at java.util.ArrayList#add() [Inlined code] 0.04% 79M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager() [Inlined code] at org.apache.lucene.search.AbstractKnnVectorQuery#rewrite() [JIT compiled code] at org.apache.lucene.search.KnnFloatVectorQuery#rewrite() [Interpreted code] at knn.KnnGraphTester$ProfiledKnnFloatVectorQuery#rewrite() [Interpreted code] 0.04% 76M org.apache.lucene.document.Document#() [Inlined code] at knn.IndexerThread#_run() [JIT compiled code] at knn.IndexerThread#run() [Interpreted code] 0.03% 62M java.util.ArrayList#iterator() [JIT compiled code] at org.apache.lucene.index.ConcurrentMergeScheduler#mergeThreadCount() [JIT compiled code] at knn.KnnIndexer#waitForMergesWithStatus() [Interpreted code] at knn.KnnIndexer#createIndex() [Interpreted code] 0.03% 60M knn.KnnIndexer#waitForMergesWithStatus() [Interpreted code] at knn.KnnIndexer#createIndex() [Interpreted code] at knn.KnnGraphTester#run() [Interpreted code] at knn.KnnGraphTester#runWithCleanUp() [Interpreted code] 0.03% 59M org.apache.lucene.util.hnsw.OnHeapHnswGraph#() [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph() [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph() [Interpreted code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder() [Interpreted code] 0.03% 56M org.apache.lucene.util.ArrayUtil#growExact() [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#finishDocument() [Inlined code] at org.apache.lucene.index.StoredFieldsConsumer#finishDocument() [Inlined code] at org.apache.lucene.index.IndexingChain#finishStoredFields() [Inlined code] 0.03% 54M java.util.List#of() [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument() [Inlined code] at org.apache.lucene.index.IndexWriter#addDocument() [Inlined code] at knn.IndexerThread#_run() [JIT compiled code] 0.03% 53M java.util.DualPivotQuicksort#sort() [JIT compiled code] at java.util.DualPivotQuicksort#sort() [JIT compiled code] at java.util.Arrays#sort() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#sort() [Inlined code] 0.02% 50M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire() [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared() [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock() [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read() [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 org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.04.13.05.40.34/bench-knn-q32-fmFalse.jfr Profiler for heap at stackSize=12 [/l/logs.nightly/2026.04.13.05.40.34/bench-knn-q32-fmFalse.jfr is 2042.68 MB /l/logs.nightly/2026.04.13.05.40.34/bench-knn-q32-fmFalse.jfr is 2042.68 MB /l/logs.nightly/2026.04.13.05.40.34/bench-knn-q32-fmFalse.jfr is 2042.68 MB /l/logs.nightly/2026.04.13.05.40.34/bench-knn-q32-fmFalse.jfr is 2042.68 MB /l/logs.nightly/2026.04.13.05.40.34/bench-knn-q32-fmFalse.jfr is 2042.68 MB /l/logs.nightly/2026.04.13.05.40.34/bench-knn-q32-fmFalse.jfr is 2042.68 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 34603 events (total: 206318M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=false PERCENT HEAP SAMPLES STACK 28.49% 58775M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001419fa90#call() [Inlined code] 19.10% 39416M org.apache.lucene.util.TernaryLongHeap#() [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#() [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollector#() [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector() [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector() [Inlined code] at org.apache.lucene.search.IndexSearcher#search() [JIT compiled code] at org.apache.lucene.search.IndexSearcher#searchAfter() [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search() [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery() [JIT compiled code] at knn.KnnGraphTester#testSearch() [Interpreted code] at knn.KnnGraphTester#run() [Interpreted code] at knn.KnnGraphTester#runWithCleanUp() [Interpreted code] 7.95% 16405M org.apache.lucene.util.TernaryLongHeap#() [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#() [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#() [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector() [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector() [Interpreted code] at org.apache.lucene.search.IndexSearcher#search() [Interpreted code] at org.apache.lucene.search.IndexSearcher#searchAfter() [Interpreted code] at org.apache.lucene.search.IndexSearcher#search() [Interpreted code] at knn.KnnGraphTester#doFloatVectorQuery() [Interpreted code] at knn.KnnGraphTester#testSearch() [Interpreted code] at knn.KnnGraphTester#run() [Interpreted code] at knn.KnnGraphTester#runWithCleanUp() [Interpreted code] 6.69% 13809M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue() [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue() [Inlined code] at org.apache.lucene.index.IndexingChain#processField() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] 5.26% 10858M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [Inlined code] 4.81% 9923M org.apache.lucene.util.ArrayUtil#copyOfSubArray() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue() [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue() [Inlined code] at org.apache.lucene.index.IndexingChain#processField() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments() [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument() [Inlined code] 4.00% 8252M org.apache.lucene.util.TernaryLongHeap#() [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#() [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#() [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector() [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector() [Interpreted code] at org.apache.lucene.search.IndexSearcher#search() [Interpreted code] at org.apache.lucene.search.IndexSearcher#searchAfter() [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search() [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery() [JIT compiled code] at knn.KnnGraphTester#testSearch() [Interpreted code] at knn.KnnGraphTester#run() [Interpreted code] at knn.KnnGraphTester#runWithCleanUp() [Interpreted code] 3.21% 6629M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] 3.07% 6332M java.lang.Integer#valueOf() [Inlined code] at knn.KnnGraphTester#printGraphConnectedNess() [JIT compiled code] at knn.KnnGraphTester#printFanoutHist() [Interpreted code] at knn.KnnGraphTester#printFanoutHist() [Interpreted code] at knn.KnnGraphTester#run() [Interpreted code] at knn.KnnGraphTester#runWithCleanUp() [Interpreted code] at knn.KnnGraphTester#main() [Interpreted code] 2.40% 4953M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder() [Inlined code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure() [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph() [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph() [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph() [Interpreted code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder() [Interpreted code] at org.apache.lucene.util.hnsw.IncrementalHnswGraphMerger#merge() [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField() [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField() [Interpreted code] 1.84% 3791M java.util.Arrays#copyOf() [Inlined code] at java.util.ArrayDeque#grow() [JIT compiled code] at java.util.ArrayDeque#addFirst() [Inlined code] at java.util.ArrayDeque#push() [Inlined code] at knn.KnnGraphTester#printGraphConnectedNess() [JIT compiled code] at knn.KnnGraphTester#printFanoutHist() [Interpreted code] at knn.KnnGraphTester#printFanoutHist() [Interpreted code] at knn.KnnGraphTester#run() [Interpreted code] at knn.KnnGraphTester#runWithCleanUp() [Interpreted code] at knn.KnnGraphTester#main() [Interpreted code] 1.44% 2976M org.apache.lucene.util.hnsw.NeighborQueue#nodes() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001419fa90#call() [Inlined code] at java.util.concurrent.FutureTask#run() [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run() [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll() [JIT compiled code] 1.11% 2294M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue() [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue() [Inlined code] at org.apache.lucene.index.IndexingChain#processField() [JIT compiled code] 1.04% 2151M org.apache.lucene.util.hnsw.NeighborQueue#nodes() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001419fa90#call() [Inlined code] at java.util.concurrent.FutureTask#run() [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run() [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0() [Inlined code] 0.81% 1661M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#replayBufferedVectors() [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue() [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue() [Inlined code] at org.apache.lucene.index.IndexingChain#processField() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] 0.75% 1549M org.apache.lucene.util.hnsw.NeighborQueue#nodes() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue() [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue() [Inlined code] at org.apache.lucene.index.IndexingChain#processField() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments() [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument() [Inlined code] 0.71% 1465M org.apache.lucene.util.hnsw.NeighborArray#sort() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001419fa90#call() [Inlined code] 0.39% 806M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue() [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue() [Inlined code] at org.apache.lucene.index.IndexingChain#processField() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] 0.38% 777M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager() [Inlined code] at org.apache.lucene.search.AbstractKnnVectorQuery#rewrite() [JIT compiled code] at org.apache.lucene.search.KnnFloatVectorQuery#rewrite() [Inlined code] at knn.KnnGraphTester$ProfiledKnnFloatVectorQuery#rewrite() [JIT compiled code] at org.apache.lucene.search.IndexSearcher#rewrite() [JIT compiled code] at org.apache.lucene.search.IndexSearcher#rewrite() [Inlined code] at org.apache.lucene.search.IndexSearcher#search() [JIT compiled code] at org.apache.lucene.search.IndexSearcher#searchAfter() [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search() [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery() [JIT compiled code] at knn.KnnGraphTester#testSearch() [Interpreted code] at knn.KnnGraphTester#run() [Interpreted code] 0.35% 715M org.apache.lucene.util.hnsw.NeighborArray#() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001419fa90#call() [Inlined code] at java.util.concurrent.FutureTask#run() [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run() [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll() [JIT compiled code] 0.33% 679M org.apache.lucene.util.hnsw.NeighborArray#() [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001419fa90#call() [Inlined code] at java.util.concurrent.FutureTask#run() [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run() [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll() [JIT compiled code] 0.32% 653M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001419fa90#call() [Inlined code] at java.util.concurrent.FutureTask#run() [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run() [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll() [JIT compiled code] 0.26% 541M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001419fa90#call() [Inlined code] at java.util.concurrent.FutureTask#run() [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run() [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0() [Inlined code] 0.26% 527M org.apache.lucene.util.hnsw.NeighborArray#() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001419fa90#call() [Inlined code] at java.util.concurrent.FutureTask#run() [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run() [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0() [Inlined code] 0.25% 508M org.apache.lucene.util.SparseFixedBitSet#insertLong() [Inlined code] at org.apache.lucene.util.SparseFixedBitSet#getAndSet() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel() [JIT compiled code] at org.apache.lucene.util.hnsw.AbstractHnswGraphSearcher#search() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#search() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#search() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsReader#search() [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsReader#search() [Inlined code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsReader#search() [Inlined code] at org.apache.lucene.index.CodecReader#searchNearestVectors() [Inlined code] at org.apache.lucene.search.KnnFloatVectorQuery#approximateSearch() [JIT compiled code] at org.apache.lucene.search.AbstractKnnVectorQuery#getLeafResults() [Inlined code] 0.24% 487M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001419fa90#call() [Inlined code] at java.util.concurrent.FutureTask#run() [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run() [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0() [Inlined code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x000000001419d000#run() [JIT compiled code] at java.util.concurrent.ThreadPoolExecutor#runWorker() [Interpreted code] 0.23% 484M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001419fa90#call() [Inlined code] at java.util.concurrent.FutureTask#run() [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run() [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#build() [JIT compiled code] at org.apache.lucene.util.hnsw.IncrementalHnswGraphMerger#merge() [Interpreted code] 0.18% 376M org.apache.lucene.util.hnsw.NeighborArray#() [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001419fa90#call() [Inlined code] at java.util.concurrent.FutureTask#run() [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run() [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0() [Inlined code] 0.18% 374M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001419fa90#call() [Inlined code] at java.util.concurrent.FutureTask#run() [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run() [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#build() [JIT compiled code] 0.18% 366M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document() [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader#serializedDocument() [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#copyOneDoc() [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#merge() [JIT compiled code] at org.apache.lucene.index.SegmentMerger#mergeFields() [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x0000000014193208#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging() [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge() [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle() [Interpreted code] at org.apache.lucene.index.IndexWriter#merge() [Interpreted code] at org.apache.lucene.index.IndexWriter$IndexWriterMergeSource#merge() [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler#doMerge() [Interpreted code] 0.16% 322M org.apache.lucene.util.hnsw.NeighborArray#() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue() [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue() [Inlined code] at org.apache.lucene.index.IndexingChain#processField() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments() [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument() [Inlined code] 0.14% 294M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001419fa90#call() [Inlined code] at java.util.concurrent.FutureTask#run() [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run() [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0() [Inlined code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x000000001419d000#run() [JIT compiled code] 0.14% 293M java.util.ArrayList#grow() [Inlined code] at java.util.ArrayList#grow() [Inlined code] at java.util.ArrayList#add() [Inlined code] at java.util.ArrayList#add() [Inlined code] at org.apache.lucene.document.Document#add() [Inlined code] at knn.IndexerThread#_run() [JIT compiled code] at knn.IndexerThread#run() [Interpreted code] 0.14% 292M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge() [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run() [Interpreted code] 0.13% 262M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue() [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue() [Inlined code] at org.apache.lucene.index.IndexingChain#processField() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments() [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument() [Inlined code] 0.12% 237M knn.IndexerThread#_run() [JIT compiled code] at knn.IndexerThread#run() [Interpreted code] 0.11% 235M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue() [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue() [Inlined code] at org.apache.lucene.index.IndexingChain#processField() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments() [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument() [Inlined code] at org.apache.lucene.index.IndexWriter#addDocument() [Inlined code] at knn.IndexerThread#_run() [JIT compiled code] 0.11% 231M java.lang.invoke.DirectMethodHandle#allocateInstance() [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() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001419fa90#call() [Inlined code] at java.util.concurrent.FutureTask#run() [Inlined code] 0.11% 228M org.apache.lucene.util.hnsw.NeighborQueue#nodes() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#replayBufferedVectors() [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue() [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue() [Inlined code] at org.apache.lucene.index.IndexingChain#processField() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments() [Inlined code] 0.11% 221M org.apache.lucene.util.hnsw.NeighborArray#() [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue() [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue() [Inlined code] at org.apache.lucene.index.IndexingChain#processField() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments() [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument() [Inlined code] 0.11% 217M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal() [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment() [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template() [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0() [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment() [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl() [Interpreted code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk() [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp() [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] 0.10% 205M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue() [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue() [Inlined code] at org.apache.lucene.index.IndexingChain#processField() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments() [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument() [Inlined code] at org.apache.lucene.index.IndexWriter#addDocument() [Inlined code] 0.08% 173M java.lang.reflect.Array#newInstance() [Inlined code] at org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#grow() [JIT compiled code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue() [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue() [Inlined code] at org.apache.lucene.index.IndexingChain#processField() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [JIT compiled code] 0.08% 169M java.util.ArrayList#grow() [Inlined code] at java.util.ArrayList#grow() [Inlined code] at java.util.ArrayList#add() [Inlined code] at java.util.ArrayList#add() [Inlined code] at org.apache.lucene.document.Document#add() [Inlined code] at org.apache.lucene.document.DocumentStoredFieldVisitor#intField() [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader#readField() [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader#document() [Inlined code] at org.apache.lucene.index.CodecReader$1#document() [Inlined code] at org.apache.lucene.index.BaseCompositeReader$2#document() [Inlined code] at org.apache.lucene.index.StoredFields#document() [JIT compiled code] at knn.KnnTesterUtils#getResultIds() [JIT compiled code] 0.08% 169M org.apache.lucene.util.SparseFixedBitSet#insertLong() [Inlined code] at org.apache.lucene.util.SparseFixedBitSet#getAndSet() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#findBestEntryPoint() [JIT compiled code] at org.apache.lucene.util.hnsw.AbstractHnswGraphSearcher#search() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#search() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#search() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsReader#search() [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsReader#search() [Inlined code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsReader#search() [Inlined code] at org.apache.lucene.index.CodecReader#searchNearestVectors() [Inlined code] at org.apache.lucene.search.KnnFloatVectorQuery#approximateSearch() [JIT compiled code] at org.apache.lucene.search.AbstractKnnVectorQuery#getLeafResults() [Inlined code] 0.08% 169M org.apache.lucene.search.TopKnnCollector#() [Inlined code] at org.apache.lucene.search.knn.TopKnnCollectorManager#newOptimisticCollector() [Inlined code] at org.apache.lucene.search.AbstractKnnVectorQuery$OptimisticKnnCollectorManager#newCollector() [Inlined code] at org.apache.lucene.search.TimeLimitingKnnCollectorManager#newCollector() [Inlined code] at org.apache.lucene.search.KnnFloatVectorQuery#approximateSearch() [JIT compiled code] at org.apache.lucene.search.AbstractKnnVectorQuery#getLeafResults() [Inlined code] at org.apache.lucene.search.AbstractKnnVectorQuery#searchLeaf() [Inlined code] at org.apache.lucene.search.AbstractKnnVectorQuery#lambda$rewrite$0() [Inlined code] at org.apache.lucene.search.AbstractKnnVectorQuery$$Lambda.0x00000000141b7ca0#call() [JIT compiled code] at java.util.concurrent.FutureTask#run() [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run() [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0() [Inlined code] 0.08% 168M jdk.incubator.vector.FloatVector#lanewiseTemplate() [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise() [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise() [Inlined code] at jdk.incubator.vector.FloatVector#fma() [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma() [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl() [Interpreted code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk() [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp() [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] 0.08% 166M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#replayBufferedVectors() [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue() [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue() [Inlined code] 0.07% 154M org.apache.lucene.util.hnsw.NeighborArray#() [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode() [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure() [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph() [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph() [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph() [Interpreted code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder() [Interpreted code] at org.apache.lucene.util.hnsw.IncrementalHnswGraphMerger#merge() [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField() [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField() [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge() [JIT compiled code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues() [Interpreted code] 0.07% 153M org.apache.lucene.util.hnsw.NeighborArray#() [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode() [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure() [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph() [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph() [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph() [Interpreted code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder() [Interpreted code] at org.apache.lucene.util.hnsw.IncrementalHnswGraphMerger#merge() [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField() [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField() [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues() [Interpreted code] cmd: ['/usr/sbin/perf', 'stat', '-dd', '-e', 'task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend', '/usr/lib/jvm/java-25-openjdk/bin/java', '--add-modules', 'jdk.incubator.vector', '-Xmx32g', '-Xms32g', '-server', '-XX:+UseParallelGC', '-Djava.io.tmpdir=/l/tmp', '--enable-native-access=ALL-UNNAMED', '-cp', '/l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build:/l/util.nightly/build', '--add-modules', 'jdk.incubator.vector', '--enable-native-access=ALL-UNNAMED', '-XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/2026.04.13.05.40.34/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.215s][info][jfr,startup] Started recording 1. [0.215s][info][jfr,startup] [0.215s][info][jfr,startup] Use jcmd 3486989 JFR.dump name=1 to copy recording data to file. maxConn = 32 Vector Dimensions: 1024 numDocs = 8000000 beamWidth = 100 similarity = DOT_PRODUCT Seed = 2821079251301663 index key = dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-fm Index Path = knn-reuse/indices/dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-fm will now reindex: index does not exist Apr 13, 2026 10:52:17 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: 267 segments, 29 merges 1565.8s _te: 8 segs, 1049.1 K docs, 4191.7 MB 1256.1s _yg: 8 segs, 173.4 K docs, 691.0 MB 930.6s _138: 8 segs, 174.1 K docs, 694.1 MB 814.7s _151: 8 segs, 193.9 K docs, 773.1 MB 783.4s _15i: 8 segs, 174.7 K docs, 696.2 MB 751.5s _15y: 8 segs, 144.0 K docs, 573.4 MB 649.1s _17b: 8 segs, 569.3 K docs, 2273.2 MB 636.4s _17i: 10 segs, 48.9 K docs, 193.4 MB 590.5s _187: 8 segs, 107.5 K docs, 427.8 MB 489.3s _19l: 8 segs, 175.0 K docs, 697.5 MB 381.6s _1av: 8 segs, 40.0 K docs, 158.3 MB 365.7s _1b2: 8 segs, 105.0 K docs, 417.9 MB 353.0s _1ba: 8 segs, 198.5 K docs, 791.5 MB 299.9s _1c3: 9 segs, 44.7 K docs, 176.9 MB 286.9s _1cb: 8 segs, 79.3 K docs, 315.0 MB 270.2s _1ck: 8 segs, 39.7 K docs, 157.0 MB 255.3s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 234.9s _1d0: 13 segs, 65.6 K docs, 259.6 MB 199.7s _1dd: 12 segs, 59.6 K docs, 235.9 MB 165.5s _1dp: 11 segs, 53.2 K docs, 210.4 MB 136.2s _1e0: 10 segs, 49.9 K docs, 197.4 MB 109.2s _1ea: 9 segs, 44.5 K docs, 176.2 MB 91.1s _1ei: 8 segs, 74.8 K docs, 297.4 MB 69.1s _1eq: 8 segs, 72.5 K docs, 288.2 MB 52.2s _1ey: 8 segs, 75.6 K docs, 300.3 MB 39.9s _1f4: 8 segs, 150.1 K docs, 597.8 MB 28.3s _1fa: 8 segs, 148.1 K docs, 589.9 MB 9.2s _1fj: 9 segs, 45.8 K docs, 181.3 MB 5.0 sec: 267 segments, 29 merges 1570.8s _te: 8 segs, 1049.1 K docs, 4191.7 MB 1261.1s _yg: 8 segs, 173.4 K docs, 691.0 MB 935.6s _138: 8 segs, 174.1 K docs, 694.1 MB 819.7s _151: 8 segs, 193.9 K docs, 773.1 MB 788.4s _15i: 8 segs, 174.7 K docs, 696.2 MB 756.5s _15y: 8 segs, 144.0 K docs, 573.4 MB 654.1s _17b: 8 segs, 569.3 K docs, 2273.2 MB 641.4s _17i: 10 segs, 48.9 K docs, 193.4 MB 595.6s _187: 8 segs, 107.5 K docs, 427.8 MB 494.3s _19l: 8 segs, 175.0 K docs, 697.5 MB 386.6s _1av: 8 segs, 40.0 K docs, 158.3 MB 370.7s _1b2: 8 segs, 105.0 K docs, 417.9 MB 358.0s _1ba: 8 segs, 198.5 K docs, 791.5 MB 304.9s _1c3: 9 segs, 44.7 K docs, 176.9 MB 291.9s _1cb: 8 segs, 79.3 K docs, 315.0 MB 275.2s _1ck: 8 segs, 39.7 K docs, 157.0 MB 260.3s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 239.9s _1d0: 13 segs, 65.6 K docs, 259.6 MB 204.7s _1dd: 12 segs, 59.6 K docs, 235.9 MB 170.5s _1dp: 11 segs, 53.2 K docs, 210.4 MB 141.2s _1e0: 10 segs, 49.9 K docs, 197.4 MB 114.2s _1ea: 9 segs, 44.5 K docs, 176.2 MB 96.1s _1ei: 8 segs, 74.8 K docs, 297.4 MB 74.1s _1eq: 8 segs, 72.5 K docs, 288.2 MB 57.2s _1ey: 8 segs, 75.6 K docs, 300.3 MB 44.9s _1f4: 8 segs, 150.1 K docs, 597.8 MB 33.3s _1fa: 8 segs, 148.1 K docs, 589.9 MB 14.2s _1fj: 9 segs, 45.8 K docs, 181.3 MB 5.0s _1fp: 12 segs, 47.3 K docs, 187.3 MB 10.0 sec: 267 segments, 29 merges 1575.8s _te: 8 segs, 1049.1 K docs, 4191.7 MB 1266.1s _yg: 8 segs, 173.4 K docs, 691.0 MB 940.6s _138: 8 segs, 174.1 K docs, 694.1 MB 824.8s _151: 8 segs, 193.9 K docs, 773.1 MB 793.4s _15i: 8 segs, 174.7 K docs, 696.2 MB 761.5s _15y: 8 segs, 144.0 K docs, 573.4 MB 659.1s _17b: 8 segs, 569.3 K docs, 2273.2 MB 646.4s _17i: 10 segs, 48.9 K docs, 193.4 MB 600.6s _187: 8 segs, 107.5 K docs, 427.8 MB 499.3s _19l: 8 segs, 175.0 K docs, 697.5 MB 391.7s _1av: 8 segs, 40.0 K docs, 158.3 MB 375.8s _1b2: 8 segs, 105.0 K docs, 417.9 MB 363.0s _1ba: 8 segs, 198.5 K docs, 791.5 MB 310.0s _1c3: 9 segs, 44.7 K docs, 176.9 MB 296.9s _1cb: 8 segs, 79.3 K docs, 315.0 MB 280.3s _1ck: 8 segs, 39.7 K docs, 157.0 MB 265.3s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 244.9s _1d0: 13 segs, 65.6 K docs, 259.6 MB 209.8s _1dd: 12 segs, 59.6 K docs, 235.9 MB 175.5s _1dp: 11 segs, 53.2 K docs, 210.4 MB 146.2s _1e0: 10 segs, 49.9 K docs, 197.4 MB 119.2s _1ea: 9 segs, 44.5 K docs, 176.2 MB 101.2s _1ei: 8 segs, 74.8 K docs, 297.4 MB 79.2s _1eq: 8 segs, 72.5 K docs, 288.2 MB 62.3s _1ey: 8 segs, 75.6 K docs, 300.3 MB 49.9s _1f4: 8 segs, 150.1 K docs, 597.8 MB 38.3s _1fa: 8 segs, 148.1 K docs, 589.9 MB 19.2s _1fj: 9 segs, 45.8 K docs, 181.3 MB 10.0s _1fp: 12 segs, 47.3 K docs, 187.3 MB 15.0 sec: 260 segments, 28 merges 1580.8s _te: 8 segs, 1049.1 K docs, 4191.7 MB 1271.1s _yg: 8 segs, 173.4 K docs, 691.0 MB 945.6s _138: 8 segs, 174.1 K docs, 694.1 MB 829.8s _151: 8 segs, 193.9 K docs, 773.1 MB 798.4s _15i: 8 segs, 174.7 K docs, 696.2 MB 766.6s _15y: 8 segs, 144.0 K docs, 573.4 MB 664.1s _17b: 8 segs, 569.3 K docs, 2273.2 MB 651.5s _17i: 10 segs, 48.9 K docs, 193.4 MB 605.6s _187: 8 segs, 107.5 K docs, 427.8 MB 504.3s _19l: 8 segs, 175.0 K docs, 697.5 MB 396.7s _1av: 8 segs, 40.0 K docs, 158.3 MB 368.0s _1ba: 8 segs, 198.5 K docs, 791.5 MB 315.0s _1c3: 9 segs, 44.7 K docs, 176.9 MB 301.9s _1cb: 8 segs, 79.3 K docs, 315.0 MB 285.3s _1ck: 8 segs, 39.7 K docs, 157.0 MB 270.3s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 250.0s _1d0: 13 segs, 65.6 K docs, 259.6 MB 214.8s _1dd: 12 segs, 59.6 K docs, 235.9 MB 180.6s _1dp: 11 segs, 53.2 K docs, 210.4 MB 151.2s _1e0: 10 segs, 49.9 K docs, 197.4 MB 124.3s _1ea: 9 segs, 44.5 K docs, 176.2 MB 106.2s _1ei: 8 segs, 74.8 K docs, 297.4 MB 84.2s _1eq: 8 segs, 72.5 K docs, 288.2 MB 67.3s _1ey: 8 segs, 75.6 K docs, 300.3 MB 55.0s _1f4: 8 segs, 150.1 K docs, 597.8 MB 43.3s _1fa: 8 segs, 148.1 K docs, 589.9 MB 24.3s _1fj: 9 segs, 45.8 K docs, 181.3 MB 15.0s _1fp: 12 segs, 47.3 K docs, 187.3 MB 20.1 sec: 250 segments, 27 merges 1585.8s _te: 8 segs, 1049.1 K docs, 4191.7 MB 1276.1s _yg: 8 segs, 173.4 K docs, 691.0 MB 950.6s _138: 8 segs, 174.1 K docs, 694.1 MB 834.8s _151: 8 segs, 193.9 K docs, 773.1 MB 803.5s _15i: 8 segs, 174.7 K docs, 696.2 MB 771.6s _15y: 8 segs, 144.0 K docs, 573.4 MB 669.1s _17b: 8 segs, 569.3 K docs, 2273.2 MB 656.5s _17i: 10 segs, 48.9 K docs, 193.4 MB 610.6s _187: 8 segs, 107.5 K docs, 427.8 MB 509.3s _19l: 8 segs, 175.0 K docs, 697.5 MB 401.7s _1av: 8 segs, 40.0 K docs, 158.3 MB 373.1s _1ba: 8 segs, 198.5 K docs, 791.5 MB 320.0s _1c3: 9 segs, 44.7 K docs, 176.9 MB 306.9s _1cb: 8 segs, 79.3 K docs, 315.0 MB 290.3s _1ck: 8 segs, 39.7 K docs, 157.0 MB 275.3s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 255.0s _1d0: 13 segs, 65.6 K docs, 259.6 MB 219.8s _1dd: 12 segs, 59.6 K docs, 235.9 MB 156.2s _1e0: 10 segs, 49.9 K docs, 197.4 MB 129.3s _1ea: 9 segs, 44.5 K docs, 176.2 MB 111.2s _1ei: 8 segs, 74.8 K docs, 297.4 MB 89.2s _1eq: 8 segs, 72.5 K docs, 288.2 MB 72.3s _1ey: 8 segs, 75.6 K docs, 300.3 MB 60.0s _1f4: 8 segs, 150.1 K docs, 597.8 MB 48.3s _1fa: 8 segs, 148.1 K docs, 589.9 MB 29.3s _1fj: 9 segs, 45.8 K docs, 181.3 MB 20.1s _1fp: 12 segs, 47.3 K docs, 187.3 MB 25.1 sec: 242 segments, 26 merges 1590.8s _te: 8 segs, 1049.1 K docs, 4191.7 MB 1281.1s _yg: 8 segs, 173.4 K docs, 691.0 MB 955.7s _138: 8 segs, 174.1 K docs, 694.1 MB 839.8s _151: 8 segs, 193.9 K docs, 773.1 MB 808.5s _15i: 8 segs, 174.7 K docs, 696.2 MB 776.6s _15y: 8 segs, 144.0 K docs, 573.4 MB 674.1s _17b: 8 segs, 569.3 K docs, 2273.2 MB 661.5s _17i: 10 segs, 48.9 K docs, 193.4 MB 615.6s _187: 8 segs, 107.5 K docs, 427.8 MB 514.3s _19l: 8 segs, 175.0 K docs, 697.5 MB 406.7s _1av: 8 segs, 40.0 K docs, 158.3 MB 378.1s _1ba: 8 segs, 198.5 K docs, 791.5 MB 311.9s _1cb: 8 segs, 79.3 K docs, 315.0 MB 295.3s _1ck: 8 segs, 39.7 K docs, 157.0 MB 280.3s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 260.0s _1d0: 13 segs, 65.6 K docs, 259.6 MB 224.8s _1dd: 12 segs, 59.6 K docs, 235.9 MB 161.3s _1e0: 10 segs, 49.9 K docs, 197.4 MB 134.3s _1ea: 9 segs, 44.5 K docs, 176.2 MB 116.2s _1ei: 8 segs, 74.8 K docs, 297.4 MB 94.2s _1eq: 8 segs, 72.5 K docs, 288.2 MB 77.3s _1ey: 8 segs, 75.6 K docs, 300.3 MB 65.0s _1f4: 8 segs, 150.1 K docs, 597.8 MB 53.3s _1fa: 8 segs, 148.1 K docs, 589.9 MB 34.3s _1fj: 9 segs, 45.8 K docs, 181.3 MB 25.1s _1fp: 12 segs, 47.3 K docs, 187.3 MB 30.1 sec: 242 segments, 26 merges 1595.8s _te: 8 segs, 1049.1 K docs, 4191.7 MB 1286.1s _yg: 8 segs, 173.4 K docs, 691.0 MB 960.7s _138: 8 segs, 174.1 K docs, 694.1 MB 844.8s _151: 8 segs, 193.9 K docs, 773.1 MB 813.5s _15i: 8 segs, 174.7 K docs, 696.2 MB 781.6s _15y: 8 segs, 144.0 K docs, 573.4 MB 679.1s _17b: 8 segs, 569.3 K docs, 2273.2 MB 666.5s _17i: 10 segs, 48.9 K docs, 193.4 MB 620.6s _187: 8 segs, 107.5 K docs, 427.8 MB 519.3s _19l: 8 segs, 175.0 K docs, 697.5 MB 411.7s _1av: 8 segs, 40.0 K docs, 158.3 MB 383.1s _1ba: 8 segs, 198.5 K docs, 791.5 MB 316.9s _1cb: 8 segs, 79.3 K docs, 315.0 MB 300.3s _1ck: 8 segs, 39.7 K docs, 157.0 MB 285.4s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 265.0s _1d0: 13 segs, 65.6 K docs, 259.6 MB 229.8s _1dd: 12 segs, 59.6 K docs, 235.9 MB 166.3s _1e0: 10 segs, 49.9 K docs, 197.4 MB 139.3s _1ea: 9 segs, 44.5 K docs, 176.2 MB 121.2s _1ei: 8 segs, 74.8 K docs, 297.4 MB 99.2s _1eq: 8 segs, 72.5 K docs, 288.2 MB 82.3s _1ey: 8 segs, 75.6 K docs, 300.3 MB 70.0s _1f4: 8 segs, 150.1 K docs, 597.8 MB 58.3s _1fa: 8 segs, 148.1 K docs, 589.9 MB 39.3s _1fj: 9 segs, 45.8 K docs, 181.3 MB 30.1s _1fp: 12 segs, 47.3 K docs, 187.3 MB 35.1 sec: 242 segments, 26 merges 1600.8s _te: 8 segs, 1049.1 K docs, 4191.7 MB 1291.1s _yg: 8 segs, 173.4 K docs, 691.0 MB 965.7s _138: 8 segs, 174.1 K docs, 694.1 MB 849.8s _151: 8 segs, 193.9 K docs, 773.1 MB 818.5s _15i: 8 segs, 174.7 K docs, 696.2 MB 786.6s _15y: 8 segs, 144.0 K docs, 573.4 MB 684.1s _17b: 8 segs, 569.3 K docs, 2273.2 MB 671.5s _17i: 10 segs, 48.9 K docs, 193.4 MB 625.6s _187: 8 segs, 107.5 K docs, 427.8 MB 524.3s _19l: 8 segs, 175.0 K docs, 697.5 MB 416.7s _1av: 8 segs, 40.0 K docs, 158.3 MB 388.1s _1ba: 8 segs, 198.5 K docs, 791.5 MB 321.9s _1cb: 8 segs, 79.3 K docs, 315.0 MB 305.3s _1ck: 8 segs, 39.7 K docs, 157.0 MB 290.4s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 270.0s _1d0: 13 segs, 65.6 K docs, 259.6 MB 234.8s _1dd: 12 segs, 59.6 K docs, 235.9 MB 171.3s _1e0: 10 segs, 49.9 K docs, 197.4 MB 144.3s _1ea: 9 segs, 44.5 K docs, 176.2 MB 126.2s _1ei: 8 segs, 74.8 K docs, 297.4 MB 104.2s _1eq: 8 segs, 72.5 K docs, 288.2 MB 87.3s _1ey: 8 segs, 75.6 K docs, 300.3 MB 75.0s _1f4: 8 segs, 150.1 K docs, 597.8 MB 63.3s _1fa: 8 segs, 148.1 K docs, 589.9 MB 44.3s _1fj: 9 segs, 45.8 K docs, 181.3 MB 35.1s _1fp: 12 segs, 47.3 K docs, 187.3 MB 40.1 sec: 235 segments, 25 merges 1605.9s _te: 8 segs, 1049.1 K docs, 4191.7 MB 1296.1s _yg: 8 segs, 173.4 K docs, 691.0 MB 970.7s _138: 8 segs, 174.1 K docs, 694.1 MB 854.8s _151: 8 segs, 193.9 K docs, 773.1 MB 823.5s _15i: 8 segs, 174.7 K docs, 696.2 MB 791.6s _15y: 8 segs, 144.0 K docs, 573.4 MB 689.1s _17b: 8 segs, 569.3 K docs, 2273.2 MB 676.5s _17i: 10 segs, 48.9 K docs, 193.4 MB 630.6s _187: 8 segs, 107.5 K docs, 427.8 MB 529.4s _19l: 8 segs, 175.0 K docs, 697.5 MB 421.7s _1av: 8 segs, 40.0 K docs, 158.3 MB 393.1s _1ba: 8 segs, 198.5 K docs, 791.5 MB 326.9s _1cb: 8 segs, 79.3 K docs, 315.0 MB 295.4s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 275.0s _1d0: 13 segs, 65.6 K docs, 259.6 MB 239.8s _1dd: 12 segs, 59.6 K docs, 235.9 MB 176.3s _1e0: 10 segs, 49.9 K docs, 197.4 MB 149.3s _1ea: 9 segs, 44.5 K docs, 176.2 MB 131.2s _1ei: 8 segs, 74.8 K docs, 297.4 MB 109.2s _1eq: 8 segs, 72.5 K docs, 288.2 MB 92.3s _1ey: 8 segs, 75.6 K docs, 300.3 MB 80.0s _1f4: 8 segs, 150.1 K docs, 597.8 MB 68.4s _1fa: 8 segs, 148.1 K docs, 589.9 MB 49.3s _1fj: 9 segs, 45.8 K docs, 181.3 MB 40.1s _1fp: 12 segs, 47.3 K docs, 187.3 MB 45.1 sec: 235 segments, 25 merges 1610.9s _te: 8 segs, 1049.1 K docs, 4191.7 MB 1301.1s _yg: 8 segs, 173.4 K docs, 691.0 MB 975.7s _138: 8 segs, 174.1 K docs, 694.1 MB 859.8s _151: 8 segs, 193.9 K docs, 773.1 MB 828.5s _15i: 8 segs, 174.7 K docs, 696.2 MB 796.6s _15y: 8 segs, 144.0 K docs, 573.4 MB 694.1s _17b: 8 segs, 569.3 K docs, 2273.2 MB 681.5s _17i: 10 segs, 48.9 K docs, 193.4 MB 635.6s _187: 8 segs, 107.5 K docs, 427.8 MB 534.4s _19l: 8 segs, 175.0 K docs, 697.5 MB 426.7s _1av: 8 segs, 40.0 K docs, 158.3 MB 398.1s _1ba: 8 segs, 198.5 K docs, 791.5 MB 332.0s _1cb: 8 segs, 79.3 K docs, 315.0 MB 300.4s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 280.0s _1d0: 13 segs, 65.6 K docs, 259.6 MB 244.8s _1dd: 12 segs, 59.6 K docs, 235.9 MB 181.3s _1e0: 10 segs, 49.9 K docs, 197.4 MB 154.3s _1ea: 9 segs, 44.5 K docs, 176.2 MB 136.2s _1ei: 8 segs, 74.8 K docs, 297.4 MB 114.2s _1eq: 8 segs, 72.5 K docs, 288.2 MB 97.3s _1ey: 8 segs, 75.6 K docs, 300.3 MB 85.0s _1f4: 8 segs, 150.1 K docs, 597.8 MB 73.4s _1fa: 8 segs, 148.1 K docs, 589.9 MB 54.3s _1fj: 9 segs, 45.8 K docs, 181.3 MB 45.1s _1fp: 12 segs, 47.3 K docs, 187.3 MB 50.0 sec: 235 segments, 25 merges 1615.8s _te: 8 segs, 1049.1 K docs, 4191.7 MB 1306.1s _yg: 8 segs, 173.4 K docs, 691.0 MB 980.6s _138: 8 segs, 174.1 K docs, 694.1 MB 864.7s _151: 8 segs, 193.9 K docs, 773.1 MB 833.4s _15i: 8 segs, 174.7 K docs, 696.2 MB 801.5s _15y: 8 segs, 144.0 K docs, 573.4 MB 699.1s _17b: 8 segs, 569.3 K docs, 2273.2 MB 686.4s _17i: 10 segs, 48.9 K docs, 193.4 MB 640.5s _187: 8 segs, 107.5 K docs, 427.8 MB 539.3s _19l: 8 segs, 175.0 K docs, 697.5 MB 431.6s _1av: 8 segs, 40.0 K docs, 158.3 MB 403.0s _1ba: 8 segs, 198.5 K docs, 791.5 MB 336.9s _1cb: 8 segs, 79.3 K docs, 315.0 MB 305.3s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 284.9s _1d0: 13 segs, 65.6 K docs, 259.6 MB 249.7s _1dd: 12 segs, 59.6 K docs, 235.9 MB 186.2s _1e0: 10 segs, 49.9 K docs, 197.4 MB 159.2s _1ea: 9 segs, 44.5 K docs, 176.2 MB 141.1s _1ei: 8 segs, 74.8 K docs, 297.4 MB 119.1s _1eq: 8 segs, 72.5 K docs, 288.2 MB 102.2s _1ey: 8 segs, 75.6 K docs, 300.3 MB 89.9s _1f4: 8 segs, 150.1 K docs, 597.8 MB 78.3s _1fa: 8 segs, 148.1 K docs, 589.9 MB 59.2s _1fj: 9 segs, 45.8 K docs, 181.3 MB 50.0s _1fp: 12 segs, 47.3 K docs, 187.3 MB 55.0 sec: 235 segments, 25 merges 1620.8s _te: 8 segs, 1049.1 K docs, 4191.7 MB 1311.1s _yg: 8 segs, 173.4 K docs, 691.0 MB 985.6s _138: 8 segs, 174.1 K docs, 694.1 MB 869.7s _151: 8 segs, 193.9 K docs, 773.1 MB 838.4s _15i: 8 segs, 174.7 K docs, 696.2 MB 806.5s _15y: 8 segs, 144.0 K docs, 573.4 MB 704.1s _17b: 8 segs, 569.3 K docs, 2273.2 MB 691.4s _17i: 10 segs, 48.9 K docs, 193.4 MB 645.6s _187: 8 segs, 107.5 K docs, 427.8 MB 544.3s _19l: 8 segs, 175.0 K docs, 697.5 MB 436.6s _1av: 8 segs, 40.0 K docs, 158.3 MB 408.0s _1ba: 8 segs, 198.5 K docs, 791.5 MB 341.9s _1cb: 8 segs, 79.3 K docs, 315.0 MB 310.3s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 289.9s _1d0: 13 segs, 65.6 K docs, 259.6 MB 254.7s _1dd: 12 segs, 59.6 K docs, 235.9 MB 191.2s _1e0: 10 segs, 49.9 K docs, 197.4 MB 164.2s _1ea: 9 segs, 44.5 K docs, 176.2 MB 146.1s _1ei: 8 segs, 74.8 K docs, 297.4 MB 124.1s _1eq: 8 segs, 72.5 K docs, 288.2 MB 107.2s _1ey: 8 segs, 75.6 K docs, 300.3 MB 94.9s _1f4: 8 segs, 150.1 K docs, 597.8 MB 83.3s _1fa: 8 segs, 148.1 K docs, 589.9 MB 64.2s _1fj: 9 segs, 45.8 K docs, 181.3 MB 55.0s _1fp: 12 segs, 47.3 K docs, 187.3 MB 60.0 sec: 235 segments, 25 merges 1625.8s _te: 8 segs, 1049.1 K docs, 4191.7 MB 1316.1s _yg: 8 segs, 173.4 K docs, 691.0 MB 990.6s _138: 8 segs, 174.1 K docs, 694.1 MB 874.8s _151: 8 segs, 193.9 K docs, 773.1 MB 843.4s _15i: 8 segs, 174.7 K docs, 696.2 MB 811.5s _15y: 8 segs, 144.0 K docs, 573.4 MB 709.1s _17b: 8 segs, 569.3 K docs, 2273.2 MB 696.4s _17i: 10 segs, 48.9 K docs, 193.4 MB 650.6s _187: 8 segs, 107.5 K docs, 427.8 MB 549.3s _19l: 8 segs, 175.0 K docs, 697.5 MB 441.6s _1av: 8 segs, 40.0 K docs, 158.3 MB 413.0s _1ba: 8 segs, 198.5 K docs, 791.5 MB 346.9s _1cb: 8 segs, 79.3 K docs, 315.0 MB 315.3s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 294.9s _1d0: 13 segs, 65.6 K docs, 259.6 MB 259.7s _1dd: 12 segs, 59.6 K docs, 235.9 MB 196.2s _1e0: 10 segs, 49.9 K docs, 197.4 MB 169.2s _1ea: 9 segs, 44.5 K docs, 176.2 MB 151.1s _1ei: 8 segs, 74.8 K docs, 297.4 MB 129.2s _1eq: 8 segs, 72.5 K docs, 288.2 MB 112.2s _1ey: 8 segs, 75.6 K docs, 300.3 MB 99.9s _1f4: 8 segs, 150.1 K docs, 597.8 MB 88.3s _1fa: 8 segs, 148.1 K docs, 589.9 MB 69.2s _1fj: 9 segs, 45.8 K docs, 181.3 MB 60.0s _1fp: 12 segs, 47.3 K docs, 187.3 MB 65.0 sec: 228 segments, 24 merges 1630.8s _te: 8 segs, 1049.1 K docs, 4191.7 MB 1321.1s _yg: 8 segs, 173.4 K docs, 691.0 MB 995.6s _138: 8 segs, 174.1 K docs, 694.1 MB 848.4s _15i: 8 segs, 174.7 K docs, 696.2 MB 816.5s _15y: 8 segs, 144.0 K docs, 573.4 MB 714.1s _17b: 8 segs, 569.3 K docs, 2273.2 MB 701.4s _17i: 10 segs, 48.9 K docs, 193.4 MB 655.6s _187: 8 segs, 107.5 K docs, 427.8 MB 554.3s _19l: 8 segs, 175.0 K docs, 697.5 MB 446.7s _1av: 8 segs, 40.0 K docs, 158.3 MB 418.0s _1ba: 8 segs, 198.5 K docs, 791.5 MB 351.9s _1cb: 8 segs, 79.3 K docs, 315.0 MB 320.3s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 299.9s _1d0: 13 segs, 65.6 K docs, 259.6 MB 264.8s _1dd: 12 segs, 59.6 K docs, 235.9 MB 201.2s _1e0: 10 segs, 49.9 K docs, 197.4 MB 174.2s _1ea: 9 segs, 44.5 K docs, 176.2 MB 156.1s _1ei: 8 segs, 74.8 K docs, 297.4 MB 134.2s _1eq: 8 segs, 72.5 K docs, 288.2 MB 117.3s _1ey: 8 segs, 75.6 K docs, 300.3 MB 104.9s _1f4: 8 segs, 150.1 K docs, 597.8 MB 93.3s _1fa: 8 segs, 148.1 K docs, 589.9 MB 74.2s _1fj: 9 segs, 45.8 K docs, 181.3 MB 65.0s _1fp: 12 segs, 47.3 K docs, 187.3 MB 70.0 sec: 221 segments, 23 merges 1326.1s _yg: 8 segs, 173.4 K docs, 691.0 MB 1000.6s _138: 8 segs, 174.1 K docs, 694.1 MB 853.4s _15i: 8 segs, 174.7 K docs, 696.2 MB 821.5s _15y: 8 segs, 144.0 K docs, 573.4 MB 719.1s _17b: 8 segs, 569.3 K docs, 2273.2 MB 706.4s _17i: 10 segs, 48.9 K docs, 193.4 MB 660.6s _187: 8 segs, 107.5 K docs, 427.8 MB 559.3s _19l: 8 segs, 175.0 K docs, 697.5 MB 451.7s _1av: 8 segs, 40.0 K docs, 158.3 MB 423.0s _1ba: 8 segs, 198.5 K docs, 791.5 MB 356.9s _1cb: 8 segs, 79.3 K docs, 315.0 MB 325.3s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 304.9s _1d0: 13 segs, 65.6 K docs, 259.6 MB 269.8s _1dd: 12 segs, 59.6 K docs, 235.9 MB 206.2s _1e0: 10 segs, 49.9 K docs, 197.4 MB 179.2s _1ea: 9 segs, 44.5 K docs, 176.2 MB 161.2s _1ei: 8 segs, 74.8 K docs, 297.4 MB 139.2s _1eq: 8 segs, 72.5 K docs, 288.2 MB 122.3s _1ey: 8 segs, 75.6 K docs, 300.3 MB 109.9s _1f4: 8 segs, 150.1 K docs, 597.8 MB 98.3s _1fa: 8 segs, 148.1 K docs, 589.9 MB 79.2s _1fj: 9 segs, 45.8 K docs, 181.3 MB 70.0s _1fp: 12 segs, 47.3 K docs, 187.3 MB 75.0 sec: 214 segments, 22 merges 1005.6s _138: 8 segs, 174.1 K docs, 694.1 MB 858.4s _15i: 8 segs, 174.7 K docs, 696.2 MB 826.5s _15y: 8 segs, 144.0 K docs, 573.4 MB 724.1s _17b: 8 segs, 569.3 K docs, 2273.2 MB 711.4s _17i: 10 segs, 48.9 K docs, 193.4 MB 665.6s _187: 8 segs, 107.5 K docs, 427.8 MB 564.3s _19l: 8 segs, 175.0 K docs, 697.5 MB 456.7s _1av: 8 segs, 40.0 K docs, 158.3 MB 428.0s _1ba: 8 segs, 198.5 K docs, 791.5 MB 361.9s _1cb: 8 segs, 79.3 K docs, 315.0 MB 330.3s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 309.9s _1d0: 13 segs, 65.6 K docs, 259.6 MB 274.8s _1dd: 12 segs, 59.6 K docs, 235.9 MB 211.2s _1e0: 10 segs, 49.9 K docs, 197.4 MB 184.3s _1ea: 9 segs, 44.5 K docs, 176.2 MB 166.2s _1ei: 8 segs, 74.8 K docs, 297.4 MB 144.2s _1eq: 8 segs, 72.5 K docs, 288.2 MB 127.3s _1ey: 8 segs, 75.6 K docs, 300.3 MB 115.0s _1f4: 8 segs, 150.1 K docs, 597.8 MB 103.3s _1fa: 8 segs, 148.1 K docs, 589.9 MB 84.2s _1fj: 9 segs, 45.8 K docs, 181.3 MB 75.0s _1fp: 12 segs, 47.3 K docs, 187.3 MB 80.0 sec: 214 segments, 22 merges 1010.6s _138: 8 segs, 174.1 K docs, 694.1 MB 863.4s _15i: 8 segs, 174.7 K docs, 696.2 MB 831.6s _15y: 8 segs, 144.0 K docs, 573.4 MB 729.1s _17b: 8 segs, 569.3 K docs, 2273.2 MB 716.4s _17i: 10 segs, 48.9 K docs, 193.4 MB 670.6s _187: 8 segs, 107.5 K docs, 427.8 MB 569.3s _19l: 8 segs, 175.0 K docs, 697.5 MB 461.7s _1av: 8 segs, 40.0 K docs, 158.3 MB 433.0s _1ba: 8 segs, 198.5 K docs, 791.5 MB 366.9s _1cb: 8 segs, 79.3 K docs, 315.0 MB 335.3s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 314.9s _1d0: 13 segs, 65.6 K docs, 259.6 MB 279.8s _1dd: 12 segs, 59.6 K docs, 235.9 MB 216.2s _1e0: 10 segs, 49.9 K docs, 197.4 MB 189.3s _1ea: 9 segs, 44.5 K docs, 176.2 MB 171.2s _1ei: 8 segs, 74.8 K docs, 297.4 MB 149.2s _1eq: 8 segs, 72.5 K docs, 288.2 MB 132.3s _1ey: 8 segs, 75.6 K docs, 300.3 MB 120.0s _1f4: 8 segs, 150.1 K docs, 597.8 MB 108.3s _1fa: 8 segs, 148.1 K docs, 589.9 MB 89.3s _1fj: 9 segs, 45.8 K docs, 181.3 MB 80.0s _1fp: 12 segs, 47.3 K docs, 187.3 MB 85.0 sec: 207 segments, 21 merges 868.4s _15i: 8 segs, 174.7 K docs, 696.2 MB 836.6s _15y: 8 segs, 144.0 K docs, 573.4 MB 734.1s _17b: 8 segs, 569.3 K docs, 2273.2 MB 721.5s _17i: 10 segs, 48.9 K docs, 193.4 MB 675.6s _187: 8 segs, 107.5 K docs, 427.8 MB 574.3s _19l: 8 segs, 175.0 K docs, 697.5 MB 466.7s _1av: 8 segs, 40.0 K docs, 158.3 MB 438.0s _1ba: 8 segs, 198.5 K docs, 791.5 MB 371.9s _1cb: 8 segs, 79.3 K docs, 315.0 MB 340.3s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 319.9s _1d0: 13 segs, 65.6 K docs, 259.6 MB 284.8s _1dd: 12 segs, 59.6 K docs, 235.9 MB 221.2s _1e0: 10 segs, 49.9 K docs, 197.4 MB 194.3s _1ea: 9 segs, 44.5 K docs, 176.2 MB 176.2s _1ei: 8 segs, 74.8 K docs, 297.4 MB 154.2s _1eq: 8 segs, 72.5 K docs, 288.2 MB 137.3s _1ey: 8 segs, 75.6 K docs, 300.3 MB 125.0s _1f4: 8 segs, 150.1 K docs, 597.8 MB 113.3s _1fa: 8 segs, 148.1 K docs, 589.9 MB 94.3s _1fj: 9 segs, 45.8 K docs, 181.3 MB 85.0s _1fp: 12 segs, 47.3 K docs, 187.3 MB 90.1 sec: 207 segments, 21 merges 873.5s _15i: 8 segs, 174.7 K docs, 696.2 MB 841.6s _15y: 8 segs, 144.0 K docs, 573.4 MB 739.1s _17b: 8 segs, 569.3 K docs, 2273.2 MB 726.5s _17i: 10 segs, 48.9 K docs, 193.4 MB 680.6s _187: 8 segs, 107.5 K docs, 427.8 MB 579.3s _19l: 8 segs, 175.0 K docs, 697.5 MB 471.7s _1av: 8 segs, 40.0 K docs, 158.3 MB 443.0s _1ba: 8 segs, 198.5 K docs, 791.5 MB 376.9s _1cb: 8 segs, 79.3 K docs, 315.0 MB 345.3s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 325.0s _1d0: 13 segs, 65.6 K docs, 259.6 MB 289.8s _1dd: 12 segs, 59.6 K docs, 235.9 MB 226.2s _1e0: 10 segs, 49.9 K docs, 197.4 MB 199.3s _1ea: 9 segs, 44.5 K docs, 176.2 MB 181.2s _1ei: 8 segs, 74.8 K docs, 297.4 MB 159.2s _1eq: 8 segs, 72.5 K docs, 288.2 MB 142.3s _1ey: 8 segs, 75.6 K docs, 300.3 MB 130.0s _1f4: 8 segs, 150.1 K docs, 597.8 MB 118.3s _1fa: 8 segs, 148.1 K docs, 589.9 MB 99.3s _1fj: 9 segs, 45.8 K docs, 181.3 MB 90.1s _1fp: 12 segs, 47.3 K docs, 187.3 MB 95.1 sec: 200 segments, 21 merges 846.6s _15y: 8 segs, 144.0 K docs, 573.4 MB 744.1s _17b: 8 segs, 569.3 K docs, 2273.2 MB 731.5s _17i: 10 segs, 48.9 K docs, 193.4 MB 685.6s _187: 8 segs, 107.5 K docs, 427.8 MB 584.3s _19l: 8 segs, 175.0 K docs, 697.5 MB 476.7s _1av: 8 segs, 40.0 K docs, 158.3 MB 448.1s _1ba: 8 segs, 198.5 K docs, 791.5 MB 381.9s _1cb: 8 segs, 79.3 K docs, 315.0 MB 350.3s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 330.0s _1d0: 13 segs, 65.6 K docs, 259.6 MB 294.8s _1dd: 12 segs, 59.6 K docs, 235.9 MB 231.2s _1e0: 10 segs, 49.9 K docs, 197.4 MB 204.3s _1ea: 9 segs, 44.5 K docs, 176.2 MB 186.2s _1ei: 8 segs, 74.8 K docs, 297.4 MB 164.2s _1eq: 8 segs, 72.5 K docs, 288.2 MB 147.3s _1ey: 8 segs, 75.6 K docs, 300.3 MB 135.0s _1f4: 8 segs, 150.1 K docs, 597.8 MB 123.3s _1fa: 8 segs, 148.1 K docs, 589.9 MB 104.3s _1fj: 9 segs, 45.8 K docs, 181.3 MB 95.1s _1fp: 12 segs, 47.3 K docs, 187.3 MB 2.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 100.1 sec: 200 segments, 21 merges 851.6s _15y: 8 segs, 144.0 K docs, 573.4 MB 749.1s _17b: 8 segs, 569.3 K docs, 2273.2 MB 736.5s _17i: 10 segs, 48.9 K docs, 193.4 MB 690.6s _187: 8 segs, 107.5 K docs, 427.8 MB 589.3s _19l: 8 segs, 175.0 K docs, 697.5 MB 481.7s _1av: 8 segs, 40.0 K docs, 158.3 MB 453.1s _1ba: 8 segs, 198.5 K docs, 791.5 MB 386.9s _1cb: 8 segs, 79.3 K docs, 315.0 MB 355.3s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 335.0s _1d0: 13 segs, 65.6 K docs, 259.6 MB 299.8s _1dd: 12 segs, 59.6 K docs, 235.9 MB 236.3s _1e0: 10 segs, 49.9 K docs, 197.4 MB 209.3s _1ea: 9 segs, 44.5 K docs, 176.2 MB 191.2s _1ei: 8 segs, 74.8 K docs, 297.4 MB 169.2s _1eq: 8 segs, 72.5 K docs, 288.2 MB 152.3s _1ey: 8 segs, 75.6 K docs, 300.3 MB 140.0s _1f4: 8 segs, 150.1 K docs, 597.8 MB 128.3s _1fa: 8 segs, 148.1 K docs, 589.9 MB 109.3s _1fj: 9 segs, 45.8 K docs, 181.3 MB 100.1s _1fp: 12 segs, 47.3 K docs, 187.3 MB 7.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 105.1 sec: 191 segments, 20 merges 856.6s _15y: 8 segs, 144.0 K docs, 573.4 MB 754.1s _17b: 8 segs, 569.3 K docs, 2273.2 MB 695.6s _187: 8 segs, 107.5 K docs, 427.8 MB 594.3s _19l: 8 segs, 175.0 K docs, 697.5 MB 486.7s _1av: 8 segs, 40.0 K docs, 158.3 MB 458.1s _1ba: 8 segs, 198.5 K docs, 791.5 MB 391.9s _1cb: 8 segs, 79.3 K docs, 315.0 MB 360.4s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 340.0s _1d0: 13 segs, 65.6 K docs, 259.6 MB 304.8s _1dd: 12 segs, 59.6 K docs, 235.9 MB 241.3s _1e0: 10 segs, 49.9 K docs, 197.4 MB 214.3s _1ea: 9 segs, 44.5 K docs, 176.2 MB 196.2s _1ei: 8 segs, 74.8 K docs, 297.4 MB 174.2s _1eq: 8 segs, 72.5 K docs, 288.2 MB 157.3s _1ey: 8 segs, 75.6 K docs, 300.3 MB 145.0s _1f4: 8 segs, 150.1 K docs, 597.8 MB 133.3s _1fa: 8 segs, 148.1 K docs, 589.9 MB 114.3s _1fj: 9 segs, 45.8 K docs, 181.3 MB 105.1s _1fp: 12 segs, 47.3 K docs, 187.3 MB 12.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 110.1 sec: 191 segments, 20 merges 861.6s _15y: 8 segs, 144.0 K docs, 573.4 MB 759.1s _17b: 8 segs, 569.3 K docs, 2273.2 MB 700.6s _187: 8 segs, 107.5 K docs, 427.8 MB 599.3s _19l: 8 segs, 175.0 K docs, 697.5 MB 491.7s _1av: 8 segs, 40.0 K docs, 158.3 MB 463.1s _1ba: 8 segs, 198.5 K docs, 791.5 MB 396.9s _1cb: 8 segs, 79.3 K docs, 315.0 MB 365.4s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 345.0s _1d0: 13 segs, 65.6 K docs, 259.6 MB 309.8s _1dd: 12 segs, 59.6 K docs, 235.9 MB 246.3s _1e0: 10 segs, 49.9 K docs, 197.4 MB 219.3s _1ea: 9 segs, 44.5 K docs, 176.2 MB 201.2s _1ei: 8 segs, 74.8 K docs, 297.4 MB 179.2s _1eq: 8 segs, 72.5 K docs, 288.2 MB 162.3s _1ey: 8 segs, 75.6 K docs, 300.3 MB 150.0s _1f4: 8 segs, 150.1 K docs, 597.8 MB 138.3s _1fa: 8 segs, 148.1 K docs, 589.9 MB 119.3s _1fj: 9 segs, 45.8 K docs, 181.3 MB 110.1s _1fp: 12 segs, 47.3 K docs, 187.3 MB 17.3s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 115.1 sec: 191 segments, 20 merges 866.6s _15y: 8 segs, 144.0 K docs, 573.4 MB 764.1s _17b: 8 segs, 569.3 K docs, 2273.2 MB 705.6s _187: 8 segs, 107.5 K docs, 427.8 MB 604.4s _19l: 8 segs, 175.0 K docs, 697.5 MB 496.7s _1av: 8 segs, 40.0 K docs, 158.3 MB 468.1s _1ba: 8 segs, 198.5 K docs, 791.5 MB 401.9s _1cb: 8 segs, 79.3 K docs, 315.0 MB 370.4s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 350.0s _1d0: 13 segs, 65.6 K docs, 259.6 MB 314.8s _1dd: 12 segs, 59.6 K docs, 235.9 MB 251.3s _1e0: 10 segs, 49.9 K docs, 197.4 MB 224.3s _1ea: 9 segs, 44.5 K docs, 176.2 MB 206.2s _1ei: 8 segs, 74.8 K docs, 297.4 MB 184.2s _1eq: 8 segs, 72.5 K docs, 288.2 MB 167.3s _1ey: 8 segs, 75.6 K docs, 300.3 MB 155.0s _1f4: 8 segs, 150.1 K docs, 597.8 MB 143.3s _1fa: 8 segs, 148.1 K docs, 589.9 MB 124.3s _1fj: 9 segs, 45.8 K docs, 181.3 MB 115.1s _1fp: 12 segs, 47.3 K docs, 187.3 MB 22.3s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 120.1 sec: 172 segments, 18 merges 871.6s _15y: 8 segs, 144.0 K docs, 573.4 MB 769.1s _17b: 8 segs, 569.3 K docs, 2273.2 MB 710.6s _187: 8 segs, 107.5 K docs, 427.8 MB 609.4s _19l: 8 segs, 175.0 K docs, 697.5 MB 501.7s _1av: 8 segs, 40.0 K docs, 158.3 MB 473.1s _1ba: 8 segs, 198.5 K docs, 791.5 MB 406.9s _1cb: 8 segs, 79.3 K docs, 315.0 MB 375.4s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 355.0s _1d0: 13 segs, 65.6 K docs, 259.6 MB 256.3s _1e0: 10 segs, 49.9 K docs, 197.4 MB 229.3s _1ea: 9 segs, 44.5 K docs, 176.2 MB 211.2s _1ei: 8 segs, 74.8 K docs, 297.4 MB 189.2s _1eq: 8 segs, 72.5 K docs, 288.2 MB 172.3s _1ey: 8 segs, 75.6 K docs, 300.3 MB 160.0s _1f4: 8 segs, 150.1 K docs, 597.8 MB 148.4s _1fa: 8 segs, 148.1 K docs, 589.9 MB 120.1s _1fp: 12 segs, 47.3 K docs, 187.3 MB 27.3s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 125.1 sec: 163 segments, 17 merges 876.6s _15y: 8 segs, 144.0 K docs, 573.4 MB 774.1s _17b: 8 segs, 569.3 K docs, 2273.2 MB 715.6s _187: 8 segs, 107.5 K docs, 427.8 MB 614.4s _19l: 8 segs, 175.0 K docs, 697.5 MB 506.7s _1av: 8 segs, 40.0 K docs, 158.3 MB 478.1s _1ba: 8 segs, 198.5 K docs, 791.5 MB 412.0s _1cb: 8 segs, 79.3 K docs, 315.0 MB 380.4s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 360.0s _1d0: 13 segs, 65.6 K docs, 259.6 MB 234.3s _1ea: 9 segs, 44.5 K docs, 176.2 MB 216.2s _1ei: 8 segs, 74.8 K docs, 297.4 MB 194.2s _1eq: 8 segs, 72.5 K docs, 288.2 MB 177.3s _1ey: 8 segs, 75.6 K docs, 300.3 MB 165.0s _1f4: 8 segs, 150.1 K docs, 597.8 MB 153.4s _1fa: 8 segs, 148.1 K docs, 589.9 MB 125.1s _1fp: 12 segs, 47.3 K docs, 187.3 MB 32.3s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 130.0 sec: 148 segments, 15 merges 779.1s _17b: 8 segs, 569.3 K docs, 2273.2 MB 720.6s _187: 8 segs, 107.5 K docs, 427.8 MB 619.3s _19l: 8 segs, 175.0 K docs, 697.5 MB 511.6s _1av: 8 segs, 40.0 K docs, 158.3 MB 483.0s _1ba: 8 segs, 198.5 K docs, 791.5 MB 416.9s _1cb: 8 segs, 79.3 K docs, 315.0 MB 385.3s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 364.9s _1d0: 13 segs, 65.6 K docs, 259.6 MB 221.1s _1ei: 8 segs, 74.8 K docs, 297.4 MB 199.1s _1eq: 8 segs, 72.5 K docs, 288.2 MB 182.2s _1ey: 8 segs, 75.6 K docs, 300.3 MB 169.9s _1f4: 8 segs, 150.1 K docs, 597.8 MB 158.3s _1fa: 8 segs, 148.1 K docs, 589.9 MB 130.0s _1fp: 12 segs, 47.3 K docs, 187.3 MB 37.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 135.0 sec: 141 segments, 14 merges 784.1s _17b: 8 segs, 569.3 K docs, 2273.2 MB 725.6s _187: 8 segs, 107.5 K docs, 427.8 MB 624.3s _19l: 8 segs, 175.0 K docs, 697.5 MB 516.6s _1av: 8 segs, 40.0 K docs, 158.3 MB 488.0s _1ba: 8 segs, 198.5 K docs, 791.5 MB 421.9s _1cb: 8 segs, 79.3 K docs, 315.0 MB 390.3s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 369.9s _1d0: 13 segs, 65.6 K docs, 259.6 MB 226.1s _1ei: 8 segs, 74.8 K docs, 297.4 MB 187.2s _1ey: 8 segs, 75.6 K docs, 300.3 MB 174.9s _1f4: 8 segs, 150.1 K docs, 597.8 MB 163.3s _1fa: 8 segs, 148.1 K docs, 589.9 MB 135.0s _1fp: 12 segs, 47.3 K docs, 187.3 MB 42.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 140.0 sec: 141 segments, 14 merges 789.1s _17b: 8 segs, 569.3 K docs, 2273.2 MB 730.6s _187: 8 segs, 107.5 K docs, 427.8 MB 629.3s _19l: 8 segs, 175.0 K docs, 697.5 MB 521.6s _1av: 8 segs, 40.0 K docs, 158.3 MB 493.0s _1ba: 8 segs, 198.5 K docs, 791.5 MB 426.9s _1cb: 8 segs, 79.3 K docs, 315.0 MB 395.3s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 374.9s _1d0: 13 segs, 65.6 K docs, 259.6 MB 231.1s _1ei: 8 segs, 74.8 K docs, 297.4 MB 192.3s _1ey: 8 segs, 75.6 K docs, 300.3 MB 179.9s _1f4: 8 segs, 150.1 K docs, 597.8 MB 168.3s _1fa: 8 segs, 148.1 K docs, 589.9 MB 140.0s _1fp: 12 segs, 47.3 K docs, 187.3 MB 47.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 145.0 sec: 130 segments, 14 merges 794.1s _17b: 8 segs, 569.3 K docs, 2273.2 MB 735.6s _187: 8 segs, 107.5 K docs, 427.8 MB 634.3s _19l: 8 segs, 175.0 K docs, 697.5 MB 526.7s _1av: 8 segs, 40.0 K docs, 158.3 MB 498.0s _1ba: 8 segs, 198.5 K docs, 791.5 MB 431.9s _1cb: 8 segs, 79.3 K docs, 315.0 MB 400.3s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 379.9s _1d0: 13 segs, 65.6 K docs, 259.6 MB 236.1s _1ei: 8 segs, 74.8 K docs, 297.4 MB 197.3s _1ey: 8 segs, 75.6 K docs, 300.3 MB 184.9s _1f4: 8 segs, 150.1 K docs, 597.8 MB 173.3s _1fa: 8 segs, 148.1 K docs, 589.9 MB 52.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 2.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 150.1 sec: 130 segments, 14 merges 799.1s _17b: 8 segs, 569.3 K docs, 2273.2 MB 740.6s _187: 8 segs, 107.5 K docs, 427.8 MB 639.4s _19l: 8 segs, 175.0 K docs, 697.5 MB 531.7s _1av: 8 segs, 40.0 K docs, 158.3 MB 503.1s _1ba: 8 segs, 198.5 K docs, 791.5 MB 436.9s _1cb: 8 segs, 79.3 K docs, 315.0 MB 405.4s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 385.0s _1d0: 13 segs, 65.6 K docs, 259.6 MB 241.2s _1ei: 8 segs, 74.8 K docs, 297.4 MB 202.3s _1ey: 8 segs, 75.6 K docs, 300.3 MB 190.0s _1f4: 8 segs, 150.1 K docs, 597.8 MB 178.4s _1fa: 8 segs, 148.1 K docs, 589.9 MB 57.3s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 7.8s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 155.1 sec: 130 segments, 14 merges 804.1s _17b: 8 segs, 569.3 K docs, 2273.2 MB 745.6s _187: 8 segs, 107.5 K docs, 427.8 MB 644.4s _19l: 8 segs, 175.0 K docs, 697.5 MB 536.7s _1av: 8 segs, 40.0 K docs, 158.3 MB 508.1s _1ba: 8 segs, 198.5 K docs, 791.5 MB 442.0s _1cb: 8 segs, 79.3 K docs, 315.0 MB 410.4s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 390.0s _1d0: 13 segs, 65.6 K docs, 259.6 MB 246.2s _1ei: 8 segs, 74.8 K docs, 297.4 MB 207.3s _1ey: 8 segs, 75.6 K docs, 300.3 MB 195.0s _1f4: 8 segs, 150.1 K docs, 597.8 MB 183.4s _1fa: 8 segs, 148.1 K docs, 589.9 MB 62.3s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 12.8s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 160.0 sec: 130 segments, 14 merges 809.1s _17b: 8 segs, 569.3 K docs, 2273.2 MB 750.6s _187: 8 segs, 107.5 K docs, 427.8 MB 649.3s _19l: 8 segs, 175.0 K docs, 697.5 MB 541.6s _1av: 8 segs, 40.0 K docs, 158.3 MB 513.0s _1ba: 8 segs, 198.5 K docs, 791.5 MB 446.9s _1cb: 8 segs, 79.3 K docs, 315.0 MB 415.3s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 394.9s _1d0: 13 segs, 65.6 K docs, 259.6 MB 251.1s _1ei: 8 segs, 74.8 K docs, 297.4 MB 212.2s _1ey: 8 segs, 75.6 K docs, 300.3 MB 199.9s _1f4: 8 segs, 150.1 K docs, 597.8 MB 188.3s _1fa: 8 segs, 148.1 K docs, 589.9 MB 67.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 17.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 165.0 sec: 130 segments, 14 merges 814.1s _17b: 8 segs, 569.3 K docs, 2273.2 MB 755.6s _187: 8 segs, 107.5 K docs, 427.8 MB 654.3s _19l: 8 segs, 175.0 K docs, 697.5 MB 546.6s _1av: 8 segs, 40.0 K docs, 158.3 MB 518.0s _1ba: 8 segs, 198.5 K docs, 791.5 MB 451.9s _1cb: 8 segs, 79.3 K docs, 315.0 MB 420.3s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 399.9s _1d0: 13 segs, 65.6 K docs, 259.6 MB 256.1s _1ei: 8 segs, 74.8 K docs, 297.4 MB 217.2s _1ey: 8 segs, 75.6 K docs, 300.3 MB 204.9s _1f4: 8 segs, 150.1 K docs, 597.8 MB 193.3s _1fa: 8 segs, 148.1 K docs, 589.9 MB 72.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 22.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 170.0 sec: 123 segments, 13 merges 819.1s _17b: 8 segs, 569.3 K docs, 2273.2 MB 760.6s _187: 8 segs, 107.5 K docs, 427.8 MB 659.3s _19l: 8 segs, 175.0 K docs, 697.5 MB 551.6s _1av: 8 segs, 40.0 K docs, 158.3 MB 523.0s _1ba: 8 segs, 198.5 K docs, 791.5 MB 456.9s _1cb: 8 segs, 79.3 K docs, 315.0 MB 425.3s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 404.9s _1d0: 13 segs, 65.6 K docs, 259.6 MB 261.1s _1ei: 8 segs, 74.8 K docs, 297.4 MB 209.9s _1f4: 8 segs, 150.1 K docs, 597.8 MB 198.3s _1fa: 8 segs, 148.1 K docs, 589.9 MB 77.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 27.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 175.0 sec: 123 segments, 13 merges 824.1s _17b: 8 segs, 569.3 K docs, 2273.2 MB 765.6s _187: 8 segs, 107.5 K docs, 427.8 MB 664.3s _19l: 8 segs, 175.0 K docs, 697.5 MB 556.7s _1av: 8 segs, 40.0 K docs, 158.3 MB 528.0s _1ba: 8 segs, 198.5 K docs, 791.5 MB 461.9s _1cb: 8 segs, 79.3 K docs, 315.0 MB 430.3s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 409.9s _1d0: 13 segs, 65.6 K docs, 259.6 MB 266.1s _1ei: 8 segs, 74.8 K docs, 297.4 MB 214.9s _1f4: 8 segs, 150.1 K docs, 597.8 MB 203.3s _1fa: 8 segs, 148.1 K docs, 589.9 MB 82.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 32.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 180.0 sec: 123 segments, 13 merges 829.1s _17b: 8 segs, 569.3 K docs, 2273.2 MB 770.6s _187: 8 segs, 107.5 K docs, 427.8 MB 669.3s _19l: 8 segs, 175.0 K docs, 697.5 MB 561.7s _1av: 8 segs, 40.0 K docs, 158.3 MB 533.0s _1ba: 8 segs, 198.5 K docs, 791.5 MB 466.9s _1cb: 8 segs, 79.3 K docs, 315.0 MB 435.3s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 414.9s _1d0: 13 segs, 65.6 K docs, 259.6 MB 271.2s _1ei: 8 segs, 74.8 K docs, 297.4 MB 219.9s _1f4: 8 segs, 150.1 K docs, 597.8 MB 208.3s _1fa: 8 segs, 148.1 K docs, 589.9 MB 87.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 37.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 185.0 sec: 123 segments, 13 merges 834.1s _17b: 8 segs, 569.3 K docs, 2273.2 MB 775.6s _187: 8 segs, 107.5 K docs, 427.8 MB 674.3s _19l: 8 segs, 175.0 K docs, 697.5 MB 566.7s _1av: 8 segs, 40.0 K docs, 158.3 MB 538.0s _1ba: 8 segs, 198.5 K docs, 791.5 MB 471.9s _1cb: 8 segs, 79.3 K docs, 315.0 MB 440.3s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 419.9s _1d0: 13 segs, 65.6 K docs, 259.6 MB 276.2s _1ei: 8 segs, 74.8 K docs, 297.4 MB 225.0s _1f4: 8 segs, 150.1 K docs, 597.8 MB 213.3s _1fa: 8 segs, 148.1 K docs, 589.9 MB 92.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 42.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 190.0 sec: 123 segments, 13 merges 839.1s _17b: 8 segs, 569.3 K docs, 2273.2 MB 780.6s _187: 8 segs, 107.5 K docs, 427.8 MB 679.3s _19l: 8 segs, 175.0 K docs, 697.5 MB 571.7s _1av: 8 segs, 40.0 K docs, 158.3 MB 543.0s _1ba: 8 segs, 198.5 K docs, 791.5 MB 476.9s _1cb: 8 segs, 79.3 K docs, 315.0 MB 445.3s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 424.9s _1d0: 13 segs, 65.6 K docs, 259.6 MB 281.2s _1ei: 8 segs, 74.8 K docs, 297.4 MB 230.0s _1f4: 8 segs, 150.1 K docs, 597.8 MB 218.3s _1fa: 8 segs, 148.1 K docs, 589.9 MB 97.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 47.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 195.0 sec: 123 segments, 13 merges 844.1s _17b: 8 segs, 569.3 K docs, 2273.2 MB 785.6s _187: 8 segs, 107.5 K docs, 427.8 MB 684.3s _19l: 8 segs, 175.0 K docs, 697.5 MB 576.7s _1av: 8 segs, 40.0 K docs, 158.3 MB 548.0s _1ba: 8 segs, 198.5 K docs, 791.5 MB 481.9s _1cb: 8 segs, 79.3 K docs, 315.0 MB 450.3s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 429.9s _1d0: 13 segs, 65.6 K docs, 259.6 MB 286.2s _1ei: 8 segs, 74.8 K docs, 297.4 MB 235.0s _1f4: 8 segs, 150.1 K docs, 597.8 MB 223.3s _1fa: 8 segs, 148.1 K docs, 589.9 MB 102.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 52.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 200.0 sec: 123 segments, 13 merges 849.1s _17b: 8 segs, 569.3 K docs, 2273.2 MB 790.6s _187: 8 segs, 107.5 K docs, 427.8 MB 689.3s _19l: 8 segs, 175.0 K docs, 697.5 MB 581.7s _1av: 8 segs, 40.0 K docs, 158.3 MB 553.0s _1ba: 8 segs, 198.5 K docs, 791.5 MB 486.9s _1cb: 8 segs, 79.3 K docs, 315.0 MB 455.3s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 435.0s _1d0: 13 segs, 65.6 K docs, 259.6 MB 291.2s _1ei: 8 segs, 74.8 K docs, 297.4 MB 240.0s _1f4: 8 segs, 150.1 K docs, 597.8 MB 228.3s _1fa: 8 segs, 148.1 K docs, 589.9 MB 107.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 57.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 205.1 sec: 123 segments, 13 merges 854.1s _17b: 8 segs, 569.3 K docs, 2273.2 MB 795.6s _187: 8 segs, 107.5 K docs, 427.8 MB 694.3s _19l: 8 segs, 175.0 K docs, 697.5 MB 586.7s _1av: 8 segs, 40.0 K docs, 158.3 MB 558.0s _1ba: 8 segs, 198.5 K docs, 791.5 MB 491.9s _1cb: 8 segs, 79.3 K docs, 315.0 MB 460.3s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 440.0s _1d0: 13 segs, 65.6 K docs, 259.6 MB 296.2s _1ei: 8 segs, 74.8 K docs, 297.4 MB 245.0s _1f4: 8 segs, 150.1 K docs, 597.8 MB 233.3s _1fa: 8 segs, 148.1 K docs, 589.9 MB 112.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 62.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 210.1 sec: 116 segments, 12 merges 859.1s _17b: 8 segs, 569.3 K docs, 2273.2 MB 800.6s _187: 8 segs, 107.5 K docs, 427.8 MB 699.3s _19l: 8 segs, 175.0 K docs, 697.5 MB 591.7s _1av: 8 segs, 40.0 K docs, 158.3 MB 563.1s _1ba: 8 segs, 198.5 K docs, 791.5 MB 465.3s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 445.0s _1d0: 13 segs, 65.6 K docs, 259.6 MB 301.2s _1ei: 8 segs, 74.8 K docs, 297.4 MB 250.0s _1f4: 8 segs, 150.1 K docs, 597.8 MB 238.3s _1fa: 8 segs, 148.1 K docs, 589.9 MB 117.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 67.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 215.1 sec: 116 segments, 12 merges 864.1s _17b: 8 segs, 569.3 K docs, 2273.2 MB 805.6s _187: 8 segs, 107.5 K docs, 427.8 MB 704.3s _19l: 8 segs, 175.0 K docs, 697.5 MB 596.7s _1av: 8 segs, 40.0 K docs, 158.3 MB 568.1s _1ba: 8 segs, 198.5 K docs, 791.5 MB 470.3s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 450.0s _1d0: 13 segs, 65.6 K docs, 259.6 MB 306.2s _1ei: 8 segs, 74.8 K docs, 297.4 MB 255.0s _1f4: 8 segs, 150.1 K docs, 597.8 MB 243.3s _1fa: 8 segs, 148.1 K docs, 589.9 MB 122.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 72.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 220.1 sec: 116 segments, 12 merges 869.1s _17b: 8 segs, 569.3 K docs, 2273.2 MB 810.6s _187: 8 segs, 107.5 K docs, 427.8 MB 709.3s _19l: 8 segs, 175.0 K docs, 697.5 MB 601.7s _1av: 8 segs, 40.0 K docs, 158.3 MB 573.1s _1ba: 8 segs, 198.5 K docs, 791.5 MB 475.4s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 455.0s _1d0: 13 segs, 65.6 K docs, 259.6 MB 311.2s _1ei: 8 segs, 74.8 K docs, 297.4 MB 260.0s _1f4: 8 segs, 150.1 K docs, 597.8 MB 248.3s _1fa: 8 segs, 148.1 K docs, 589.9 MB 127.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 77.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 225.1 sec: 116 segments, 12 merges 874.1s _17b: 8 segs, 569.3 K docs, 2273.2 MB 815.6s _187: 8 segs, 107.5 K docs, 427.8 MB 714.3s _19l: 8 segs, 175.0 K docs, 697.5 MB 606.7s _1av: 8 segs, 40.0 K docs, 158.3 MB 578.1s _1ba: 8 segs, 198.5 K docs, 791.5 MB 480.4s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 460.0s _1d0: 13 segs, 65.6 K docs, 259.6 MB 316.2s _1ei: 8 segs, 74.8 K docs, 297.4 MB 265.0s _1f4: 8 segs, 150.1 K docs, 597.8 MB 253.3s _1fa: 8 segs, 148.1 K docs, 589.9 MB 132.3s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 82.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 230.1 sec: 116 segments, 12 merges 879.1s _17b: 8 segs, 569.3 K docs, 2273.2 MB 820.6s _187: 8 segs, 107.5 K docs, 427.8 MB 719.3s _19l: 8 segs, 175.0 K docs, 697.5 MB 611.7s _1av: 8 segs, 40.0 K docs, 158.3 MB 583.1s _1ba: 8 segs, 198.5 K docs, 791.5 MB 485.4s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 465.0s _1d0: 13 segs, 65.6 K docs, 259.6 MB 321.2s _1ei: 8 segs, 74.8 K docs, 297.4 MB 270.0s _1f4: 8 segs, 150.1 K docs, 597.8 MB 258.3s _1fa: 8 segs, 148.1 K docs, 589.9 MB 137.3s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 87.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 235.1 sec: 109 segments, 11 merges 884.1s _17b: 8 segs, 569.3 K docs, 2273.2 MB 825.6s _187: 8 segs, 107.5 K docs, 427.8 MB 724.4s _19l: 8 segs, 175.0 K docs, 697.5 MB 588.1s _1ba: 8 segs, 198.5 K docs, 791.5 MB 490.4s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 470.0s _1d0: 13 segs, 65.6 K docs, 259.6 MB 326.2s _1ei: 8 segs, 74.8 K docs, 297.4 MB 275.0s _1f4: 8 segs, 150.1 K docs, 597.8 MB 263.4s _1fa: 8 segs, 148.1 K docs, 589.9 MB 142.3s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 92.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 240.1 sec: 109 segments, 11 merges 889.1s _17b: 8 segs, 569.3 K docs, 2273.2 MB 830.6s _187: 8 segs, 107.5 K docs, 427.8 MB 729.4s _19l: 8 segs, 175.0 K docs, 697.5 MB 593.1s _1ba: 8 segs, 198.5 K docs, 791.5 MB 495.4s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 475.0s _1d0: 13 segs, 65.6 K docs, 259.6 MB 331.2s _1ei: 8 segs, 74.8 K docs, 297.4 MB 280.0s _1f4: 8 segs, 150.1 K docs, 597.8 MB 268.4s _1fa: 8 segs, 148.1 K docs, 589.9 MB 147.3s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 97.8s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 245.0 sec: 109 segments, 11 merges 894.1s _17b: 8 segs, 569.3 K docs, 2273.2 MB 835.5s _187: 8 segs, 107.5 K docs, 427.8 MB 734.3s _19l: 8 segs, 175.0 K docs, 697.5 MB 598.0s _1ba: 8 segs, 198.5 K docs, 791.5 MB 500.3s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 479.9s _1d0: 13 segs, 65.6 K docs, 259.6 MB 336.1s _1ei: 8 segs, 74.8 K docs, 297.4 MB 284.9s _1f4: 8 segs, 150.1 K docs, 597.8 MB 273.3s _1fa: 8 segs, 148.1 K docs, 589.9 MB 152.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 102.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 250.0 sec: 109 segments, 11 merges 899.1s _17b: 8 segs, 569.3 K docs, 2273.2 MB 840.6s _187: 8 segs, 107.5 K docs, 427.8 MB 739.3s _19l: 8 segs, 175.0 K docs, 697.5 MB 603.0s _1ba: 8 segs, 198.5 K docs, 791.5 MB 505.3s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 484.9s _1d0: 13 segs, 65.6 K docs, 259.6 MB 341.1s _1ei: 8 segs, 74.8 K docs, 297.4 MB 289.9s _1f4: 8 segs, 150.1 K docs, 597.8 MB 278.3s _1fa: 8 segs, 148.1 K docs, 589.9 MB 157.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 107.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 255.0 sec: 109 segments, 11 merges 904.1s _17b: 8 segs, 569.3 K docs, 2273.2 MB 845.6s _187: 8 segs, 107.5 K docs, 427.8 MB 744.3s _19l: 8 segs, 175.0 K docs, 697.5 MB 608.0s _1ba: 8 segs, 198.5 K docs, 791.5 MB 510.3s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 489.9s _1d0: 13 segs, 65.6 K docs, 259.6 MB 346.1s _1ei: 8 segs, 74.8 K docs, 297.4 MB 294.9s _1f4: 8 segs, 150.1 K docs, 597.8 MB 283.3s _1fa: 8 segs, 148.1 K docs, 589.9 MB 162.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 112.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 260.0 sec: 109 segments, 11 merges 909.1s _17b: 8 segs, 569.3 K docs, 2273.2 MB 850.6s _187: 8 segs, 107.5 K docs, 427.8 MB 749.3s _19l: 8 segs, 175.0 K docs, 697.5 MB 613.0s _1ba: 8 segs, 198.5 K docs, 791.5 MB 515.3s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 494.9s _1d0: 13 segs, 65.6 K docs, 259.6 MB 351.1s _1ei: 8 segs, 74.8 K docs, 297.4 MB 299.9s _1f4: 8 segs, 150.1 K docs, 597.8 MB 288.3s _1fa: 8 segs, 148.1 K docs, 589.9 MB 167.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 117.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 265.0 sec: 109 segments, 11 merges 914.1s _17b: 8 segs, 569.3 K docs, 2273.2 MB 855.6s _187: 8 segs, 107.5 K docs, 427.8 MB 754.3s _19l: 8 segs, 175.0 K docs, 697.5 MB 618.0s _1ba: 8 segs, 198.5 K docs, 791.5 MB 520.3s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 499.9s _1d0: 13 segs, 65.6 K docs, 259.6 MB 356.2s _1ei: 8 segs, 74.8 K docs, 297.4 MB 304.9s _1f4: 8 segs, 150.1 K docs, 597.8 MB 293.3s _1fa: 8 segs, 148.1 K docs, 589.9 MB 172.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 122.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 270.0 sec: 109 segments, 11 merges 919.1s _17b: 8 segs, 569.3 K docs, 2273.2 MB 860.6s _187: 8 segs, 107.5 K docs, 427.8 MB 759.3s _19l: 8 segs, 175.0 K docs, 697.5 MB 623.0s _1ba: 8 segs, 198.5 K docs, 791.5 MB 525.3s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 504.9s _1d0: 13 segs, 65.6 K docs, 259.6 MB 361.2s _1ei: 8 segs, 74.8 K docs, 297.4 MB 309.9s _1f4: 8 segs, 150.1 K docs, 597.8 MB 298.3s _1fa: 8 segs, 148.1 K docs, 589.9 MB 177.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 127.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 275.0 sec: 102 segments, 10 merges 924.1s _17b: 8 segs, 569.3 K docs, 2273.2 MB 865.6s _187: 8 segs, 107.5 K docs, 427.8 MB 764.3s _19l: 8 segs, 175.0 K docs, 697.5 MB 628.0s _1ba: 8 segs, 198.5 K docs, 791.5 MB 530.3s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 509.9s _1d0: 13 segs, 65.6 K docs, 259.6 MB 366.2s _1ei: 8 segs, 74.8 K docs, 297.4 MB 303.3s _1fa: 8 segs, 148.1 K docs, 589.9 MB 182.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 132.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 280.0 sec: 102 segments, 10 merges 929.1s _17b: 8 segs, 569.3 K docs, 2273.2 MB 870.6s _187: 8 segs, 107.5 K docs, 427.8 MB 769.3s _19l: 8 segs, 175.0 K docs, 697.5 MB 633.0s _1ba: 8 segs, 198.5 K docs, 791.5 MB 535.3s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 514.9s _1d0: 13 segs, 65.6 K docs, 259.6 MB 371.2s _1ei: 8 segs, 74.8 K docs, 297.4 MB 308.3s _1fa: 8 segs, 148.1 K docs, 589.9 MB 187.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 137.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 285.0 sec: 102 segments, 10 merges 934.1s _17b: 8 segs, 569.3 K docs, 2273.2 MB 875.6s _187: 8 segs, 107.5 K docs, 427.8 MB 774.3s _19l: 8 segs, 175.0 K docs, 697.5 MB 638.0s _1ba: 8 segs, 198.5 K docs, 791.5 MB 540.3s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 519.9s _1d0: 13 segs, 65.6 K docs, 259.6 MB 376.2s _1ei: 8 segs, 74.8 K docs, 297.4 MB 313.3s _1fa: 8 segs, 148.1 K docs, 589.9 MB 192.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 142.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 290.0 sec: 102 segments, 10 merges 939.1s _17b: 8 segs, 569.3 K docs, 2273.2 MB 880.6s _187: 8 segs, 107.5 K docs, 427.8 MB 779.3s _19l: 8 segs, 175.0 K docs, 697.5 MB 643.0s _1ba: 8 segs, 198.5 K docs, 791.5 MB 545.3s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 525.0s _1d0: 13 segs, 65.6 K docs, 259.6 MB 381.2s _1ei: 8 segs, 74.8 K docs, 297.4 MB 318.3s _1fa: 8 segs, 148.1 K docs, 589.9 MB 197.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 147.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 295.1 sec: 102 segments, 10 merges 944.1s _17b: 8 segs, 569.3 K docs, 2273.2 MB 885.6s _187: 8 segs, 107.5 K docs, 427.8 MB 784.3s _19l: 8 segs, 175.0 K docs, 697.5 MB 648.0s _1ba: 8 segs, 198.5 K docs, 791.5 MB 550.3s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 530.0s _1d0: 13 segs, 65.6 K docs, 259.6 MB 386.2s _1ei: 8 segs, 74.8 K docs, 297.4 MB 323.3s _1fa: 8 segs, 148.1 K docs, 589.9 MB 202.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 152.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 300.1 sec: 102 segments, 10 merges 949.1s _17b: 8 segs, 569.3 K docs, 2273.2 MB 890.6s _187: 8 segs, 107.5 K docs, 427.8 MB 789.3s _19l: 8 segs, 175.0 K docs, 697.5 MB 653.1s _1ba: 8 segs, 198.5 K docs, 791.5 MB 555.3s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 535.0s _1d0: 13 segs, 65.6 K docs, 259.6 MB 391.2s _1ei: 8 segs, 74.8 K docs, 297.4 MB 328.3s _1fa: 8 segs, 148.1 K docs, 589.9 MB 207.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 157.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 305.1 sec: 102 segments, 10 merges 954.1s _17b: 8 segs, 569.3 K docs, 2273.2 MB 895.6s _187: 8 segs, 107.5 K docs, 427.8 MB 794.3s _19l: 8 segs, 175.0 K docs, 697.5 MB 658.1s _1ba: 8 segs, 198.5 K docs, 791.5 MB 560.3s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 540.0s _1d0: 13 segs, 65.6 K docs, 259.6 MB 396.2s _1ei: 8 segs, 74.8 K docs, 297.4 MB 333.3s _1fa: 8 segs, 148.1 K docs, 589.9 MB 212.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 162.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 310.1 sec: 102 segments, 10 merges 959.1s _17b: 8 segs, 569.3 K docs, 2273.2 MB 900.6s _187: 8 segs, 107.5 K docs, 427.8 MB 799.3s _19l: 8 segs, 175.0 K docs, 697.5 MB 663.1s _1ba: 8 segs, 198.5 K docs, 791.5 MB 565.3s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 545.0s _1d0: 13 segs, 65.6 K docs, 259.6 MB 401.2s _1ei: 8 segs, 74.8 K docs, 297.4 MB 338.3s _1fa: 8 segs, 148.1 K docs, 589.9 MB 217.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 167.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 315.1 sec: 102 segments, 10 merges 964.1s _17b: 8 segs, 569.3 K docs, 2273.2 MB 905.6s _187: 8 segs, 107.5 K docs, 427.8 MB 804.3s _19l: 8 segs, 175.0 K docs, 697.5 MB 668.1s _1ba: 8 segs, 198.5 K docs, 791.5 MB 570.4s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 550.0s _1d0: 13 segs, 65.6 K docs, 259.6 MB 406.2s _1ei: 8 segs, 74.8 K docs, 297.4 MB 343.3s _1fa: 8 segs, 148.1 K docs, 589.9 MB 222.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 172.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 320.1 sec: 102 segments, 10 merges 969.1s _17b: 8 segs, 569.3 K docs, 2273.2 MB 910.6s _187: 8 segs, 107.5 K docs, 427.8 MB 809.3s _19l: 8 segs, 175.0 K docs, 697.5 MB 673.1s _1ba: 8 segs, 198.5 K docs, 791.5 MB 575.4s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 555.0s _1d0: 13 segs, 65.6 K docs, 259.6 MB 411.2s _1ei: 8 segs, 74.8 K docs, 297.4 MB 348.3s _1fa: 8 segs, 148.1 K docs, 589.9 MB 227.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 177.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 325.1 sec: 102 segments, 10 merges 974.1s _17b: 8 segs, 569.3 K docs, 2273.2 MB 915.6s _187: 8 segs, 107.5 K docs, 427.8 MB 814.3s _19l: 8 segs, 175.0 K docs, 697.5 MB 678.1s _1ba: 8 segs, 198.5 K docs, 791.5 MB 580.4s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 560.0s _1d0: 13 segs, 65.6 K docs, 259.6 MB 416.2s _1ei: 8 segs, 74.8 K docs, 297.4 MB 353.3s _1fa: 8 segs, 148.1 K docs, 589.9 MB 232.3s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 182.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 330.1 sec: 102 segments, 10 merges 979.1s _17b: 8 segs, 569.3 K docs, 2273.2 MB 920.6s _187: 8 segs, 107.5 K docs, 427.8 MB 819.4s _19l: 8 segs, 175.0 K docs, 697.5 MB 683.1s _1ba: 8 segs, 198.5 K docs, 791.5 MB 585.4s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 565.0s _1d0: 13 segs, 65.6 K docs, 259.6 MB 421.2s _1ei: 8 segs, 74.8 K docs, 297.4 MB 358.3s _1fa: 8 segs, 148.1 K docs, 589.9 MB 237.3s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 187.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 335.1 sec: 102 segments, 10 merges 984.1s _17b: 8 segs, 569.3 K docs, 2273.2 MB 925.6s _187: 8 segs, 107.5 K docs, 427.8 MB 824.4s _19l: 8 segs, 175.0 K docs, 697.5 MB 688.1s _1ba: 8 segs, 198.5 K docs, 791.5 MB 590.4s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 570.0s _1d0: 13 segs, 65.6 K docs, 259.6 MB 426.2s _1ei: 8 segs, 74.8 K docs, 297.4 MB 363.4s _1fa: 8 segs, 148.1 K docs, 589.9 MB 242.3s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 192.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 340.1 sec: 102 segments, 10 merges 989.1s _17b: 8 segs, 569.3 K docs, 2273.2 MB 930.6s _187: 8 segs, 107.5 K docs, 427.8 MB 829.4s _19l: 8 segs, 175.0 K docs, 697.5 MB 693.1s _1ba: 8 segs, 198.5 K docs, 791.5 MB 595.4s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 575.0s _1d0: 13 segs, 65.6 K docs, 259.6 MB 431.2s _1ei: 8 segs, 74.8 K docs, 297.4 MB 368.4s _1fa: 8 segs, 148.1 K docs, 589.9 MB 247.3s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 197.8s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 345.0 sec: 102 segments, 10 merges 994.1s _17b: 8 segs, 569.3 K docs, 2273.2 MB 935.5s _187: 8 segs, 107.5 K docs, 427.8 MB 834.3s _19l: 8 segs, 175.0 K docs, 697.5 MB 698.0s _1ba: 8 segs, 198.5 K docs, 791.5 MB 600.3s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 579.9s _1d0: 13 segs, 65.6 K docs, 259.6 MB 436.1s _1ei: 8 segs, 74.8 K docs, 297.4 MB 373.3s _1fa: 8 segs, 148.1 K docs, 589.9 MB 252.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 202.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 350.0 sec: 95 segments, 9 merges 940.6s _187: 8 segs, 107.5 K docs, 427.8 MB 839.3s _19l: 8 segs, 175.0 K docs, 697.5 MB 703.0s _1ba: 8 segs, 198.5 K docs, 791.5 MB 605.3s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 584.9s _1d0: 13 segs, 65.6 K docs, 259.6 MB 441.1s _1ei: 8 segs, 74.8 K docs, 297.4 MB 378.3s _1fa: 8 segs, 148.1 K docs, 589.9 MB 257.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 207.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 355.0 sec: 81 segments, 7 merges 844.3s _19l: 8 segs, 175.0 K docs, 697.5 MB 708.0s _1ba: 8 segs, 198.5 K docs, 791.5 MB 610.3s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 589.9s _1d0: 13 segs, 65.6 K docs, 259.6 MB 383.3s _1fa: 8 segs, 148.1 K docs, 589.9 MB 262.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 212.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 360.0 sec: 81 segments, 7 merges 849.3s _19l: 8 segs, 175.0 K docs, 697.5 MB 713.0s _1ba: 8 segs, 198.5 K docs, 791.5 MB 615.3s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 594.9s _1d0: 13 segs, 65.6 K docs, 259.6 MB 388.3s _1fa: 8 segs, 148.1 K docs, 589.9 MB 267.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 217.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 365.0 sec: 74 segments, 7 merges 718.0s _1ba: 8 segs, 198.5 K docs, 791.5 MB 620.3s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 599.9s _1d0: 13 segs, 65.6 K docs, 259.6 MB 393.3s _1fa: 8 segs, 148.1 K docs, 589.9 MB 272.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 222.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 2.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 370.0 sec: 74 segments, 7 merges 723.0s _1ba: 8 segs, 198.5 K docs, 791.5 MB 625.3s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 604.9s _1d0: 13 segs, 65.6 K docs, 259.6 MB 398.3s _1fa: 8 segs, 148.1 K docs, 589.9 MB 277.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 227.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 7.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 375.0 sec: 74 segments, 7 merges 728.0s _1ba: 8 segs, 198.5 K docs, 791.5 MB 630.3s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 609.9s _1d0: 13 segs, 65.6 K docs, 259.6 MB 403.3s _1fa: 8 segs, 148.1 K docs, 589.9 MB 282.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 232.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 12.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 380.0 sec: 55 segments, 5 merges 635.3s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 408.3s _1fa: 8 segs, 148.1 K docs, 589.9 MB 287.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 237.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 17.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 385.0 sec: 55 segments, 5 merges 640.3s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 413.3s _1fa: 8 segs, 148.1 K docs, 589.9 MB 292.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 242.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 22.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 390.0 sec: 55 segments, 5 merges 645.3s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 418.3s _1fa: 8 segs, 148.1 K docs, 589.9 MB 297.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 247.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 27.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 395.0 sec: 55 segments, 5 merges 650.3s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 423.3s _1fa: 8 segs, 148.1 K docs, 589.9 MB 302.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 252.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 32.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 400.0 sec: 55 segments, 5 merges 655.3s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 428.3s _1fa: 8 segs, 148.1 K docs, 589.9 MB 307.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 257.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 37.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 405.0 sec: 55 segments, 5 merges 660.3s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 433.3s _1fa: 8 segs, 148.1 K docs, 589.9 MB 312.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 262.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 42.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 410.0 sec: 55 segments, 5 merges 665.3s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 438.3s _1fa: 8 segs, 148.1 K docs, 589.9 MB 317.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 267.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 47.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 415.0 sec: 55 segments, 5 merges 670.3s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 443.3s _1fa: 8 segs, 148.1 K docs, 589.9 MB 322.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 272.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 52.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 420.0 sec: 55 segments, 5 merges 675.3s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 448.3s _1fa: 8 segs, 148.1 K docs, 589.9 MB 327.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 277.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 57.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 425.0 sec: 55 segments, 5 merges 680.3s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 453.3s _1fa: 8 segs, 148.1 K docs, 589.9 MB 332.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 282.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 62.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 430.0 sec: 55 segments, 5 merges 685.3s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 458.3s _1fa: 8 segs, 148.1 K docs, 589.9 MB 337.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 287.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 67.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 435.1 sec: 55 segments, 5 merges 690.3s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 463.3s _1fa: 8 segs, 148.1 K docs, 589.9 MB 342.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 292.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 72.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 440.1 sec: 55 segments, 5 merges 695.3s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 468.3s _1fa: 8 segs, 148.1 K docs, 589.9 MB 347.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 297.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 77.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 445.1 sec: 55 segments, 5 merges 700.3s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 473.3s _1fa: 8 segs, 148.1 K docs, 589.9 MB 352.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 302.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 82.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 450.1 sec: 55 segments, 5 merges 705.3s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 478.3s _1fa: 8 segs, 148.1 K docs, 589.9 MB 357.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 307.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 87.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 455.1 sec: 55 segments, 5 merges 710.3s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 483.3s _1fa: 8 segs, 148.1 K docs, 589.9 MB 362.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 312.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 92.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 460.1 sec: 55 segments, 5 merges 715.4s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 488.3s _1fa: 8 segs, 148.1 K docs, 589.9 MB 367.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 317.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 97.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 465.1 sec: 55 segments, 5 merges 720.4s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 493.3s _1fa: 8 segs, 148.1 K docs, 589.9 MB 372.3s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 322.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 102.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 470.1 sec: 55 segments, 5 merges 725.4s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 498.3s _1fa: 8 segs, 148.1 K docs, 589.9 MB 377.3s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 327.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 107.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 475.1 sec: 55 segments, 5 merges 730.4s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 503.3s _1fa: 8 segs, 148.1 K docs, 589.9 MB 382.3s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 332.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 112.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 480.1 sec: 55 segments, 5 merges 735.4s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 508.4s _1fa: 8 segs, 148.1 K docs, 589.9 MB 387.3s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 337.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 117.2s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 485.1 sec: 55 segments, 5 merges 740.4s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 513.4s _1fa: 8 segs, 148.1 K docs, 589.9 MB 392.3s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 342.8s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 122.2s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 490.0 sec: 55 segments, 5 merges 745.3s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 518.3s _1fa: 8 segs, 148.1 K docs, 589.9 MB 397.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 347.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 127.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 495.0 sec: 55 segments, 5 merges 750.3s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 523.3s _1fa: 8 segs, 148.1 K docs, 589.9 MB 402.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 352.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 132.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 500.0 sec: 55 segments, 5 merges 755.3s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 528.3s _1fa: 8 segs, 148.1 K docs, 589.9 MB 407.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 357.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 137.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 505.0 sec: 55 segments, 5 merges 760.3s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 533.3s _1fa: 8 segs, 148.1 K docs, 589.9 MB 412.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 362.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 142.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 510.0 sec: 55 segments, 5 merges 765.3s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 538.3s _1fa: 8 segs, 148.1 K docs, 589.9 MB 417.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 367.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 147.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 515.0 sec: 55 segments, 5 merges 770.3s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 543.3s _1fa: 8 segs, 148.1 K docs, 589.9 MB 422.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 372.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 152.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 520.0 sec: 55 segments, 5 merges 775.3s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 548.3s _1fa: 8 segs, 148.1 K docs, 589.9 MB 427.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 377.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 157.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 525.0 sec: 55 segments, 5 merges 780.3s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 553.3s _1fa: 8 segs, 148.1 K docs, 589.9 MB 432.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 382.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 162.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 530.0 sec: 48 segments, 4 merges 785.3s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 437.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 387.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 167.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 535.0 sec: 48 segments, 4 merges 790.3s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 442.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 392.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 172.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 540.0 sec: 48 segments, 4 merges 795.3s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 447.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 397.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 177.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 545.0 sec: 48 segments, 4 merges 800.3s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 452.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 402.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 182.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 550.1 sec: 48 segments, 4 merges 805.3s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 457.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 407.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 187.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 555.1 sec: 48 segments, 4 merges 810.3s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 462.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 412.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 192.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 560.1 sec: 48 segments, 4 merges 815.3s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 467.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 417.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 197.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 565.1 sec: 48 segments, 4 merges 820.3s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 472.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 422.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 202.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 570.1 sec: 48 segments, 4 merges 825.4s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 477.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 427.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 207.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 575.1 sec: 48 segments, 4 merges 830.4s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 482.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 432.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 212.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 580.1 sec: 48 segments, 4 merges 835.4s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 487.3s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 437.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 217.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 585.1 sec: 48 segments, 4 merges 840.4s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 492.3s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 442.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 222.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 590.1 sec: 48 segments, 4 merges 845.4s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 497.3s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 447.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 227.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 595.1 sec: 48 segments, 4 merges 850.4s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 502.3s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 452.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 232.2s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 600.1 sec: 48 segments, 4 merges 855.4s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 507.3s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 457.8s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 237.2s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 605.0 sec: 48 segments, 4 merges 860.3s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 512.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 462.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 242.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 610.0 sec: 48 segments, 4 merges 865.3s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 517.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 467.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 247.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 615.0 sec: 48 segments, 4 merges 870.3s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 522.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 472.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 252.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 620.0 sec: 48 segments, 4 merges 875.3s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 527.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 477.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 257.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 625.0 sec: 48 segments, 4 merges 880.3s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 532.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 482.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 262.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 630.0 sec: 48 segments, 4 merges 885.3s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 537.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 487.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 267.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 635.0 sec: 48 segments, 4 merges 890.3s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 542.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 492.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 272.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 640.0 sec: 48 segments, 4 merges 895.3s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 547.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 497.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 277.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 645.0 sec: 48 segments, 4 merges 900.3s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 552.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 502.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 282.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 650.0 sec: 48 segments, 4 merges 905.3s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 557.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 507.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 287.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 655.0 sec: 48 segments, 4 merges 910.3s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 562.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 512.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 292.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 660.0 sec: 48 segments, 4 merges 915.3s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 567.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 517.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 297.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 665.1 sec: 48 segments, 4 merges 920.3s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 572.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 522.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 302.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 670.1 sec: 48 segments, 4 merges 925.3s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 577.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 527.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 307.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 675.1 sec: 48 segments, 4 merges 930.3s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 582.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 532.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 312.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 680.1 sec: 48 segments, 4 merges 935.3s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 587.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 537.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 317.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 685.1 sec: 48 segments, 4 merges 940.3s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 592.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 542.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 322.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 690.1 sec: 48 segments, 4 merges 945.4s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 597.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 547.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 327.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 695.1 sec: 48 segments, 4 merges 950.4s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 602.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 552.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 332.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 700.1 sec: 48 segments, 4 merges 955.4s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 607.3s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 557.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 337.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 705.1 sec: 48 segments, 4 merges 960.4s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 612.3s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 562.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 342.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 710.1 sec: 48 segments, 4 merges 965.4s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 617.3s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 567.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 347.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 715.1 sec: 48 segments, 4 merges 970.4s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 622.3s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 572.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 352.2s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 720.1 sec: 48 segments, 4 merges 975.4s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 627.3s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 577.8s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 357.2s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 725.1 sec: 48 segments, 4 merges 980.4s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 632.3s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 582.8s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 362.2s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 730.0 sec: 48 segments, 4 merges 985.3s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 637.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 587.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 367.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 735.0 sec: 48 segments, 4 merges 990.3s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 642.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 592.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 372.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 740.0 sec: 48 segments, 4 merges 995.3s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 647.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 597.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 377.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 745.0 sec: 48 segments, 4 merges 1000.3s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 652.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 602.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 382.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 750.0 sec: 48 segments, 4 merges 1005.3s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 657.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 607.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 387.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 755.0 sec: 48 segments, 4 merges 1010.3s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 662.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 612.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 392.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 760.0 sec: 48 segments, 4 merges 1015.3s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 667.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 617.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 397.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 765.0 sec: 48 segments, 4 merges 1020.3s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 672.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 622.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 402.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 770.0 sec: 48 segments, 4 merges 1025.3s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 677.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 627.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 407.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 775.0 sec: 48 segments, 4 merges 1030.3s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 682.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 632.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 412.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 780.0 sec: 48 segments, 4 merges 1035.3s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 687.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 637.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 417.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 785.0 sec: 48 segments, 4 merges 1040.3s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 692.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 642.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 422.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 790.1 sec: 48 segments, 4 merges 1045.3s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 697.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 647.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 427.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 795.1 sec: 48 segments, 4 merges 1050.4s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 702.3s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 652.8s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 432.2s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 800.0 sec: 48 segments, 4 merges 1055.3s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 707.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 657.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 437.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 805.0 sec: 48 segments, 4 merges 1060.3s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 712.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 662.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 442.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 810.0 sec: 48 segments, 4 merges 1065.3s _1cs: 8 segs, 1019.9 K docs, 4075.0 MB 717.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 667.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 447.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 815.0 sec: 41 segments, 3 merges 722.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 672.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 452.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 820.0 sec: 41 segments, 3 merges 727.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 677.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 457.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 825.0 sec: 41 segments, 3 merges 732.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 682.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 462.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 830.0 sec: 41 segments, 3 merges 737.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 687.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 467.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 835.0 sec: 41 segments, 3 merges 742.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 692.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 472.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 840.0 sec: 41 segments, 3 merges 747.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 697.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 477.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 845.0 sec: 41 segments, 3 merges 752.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 702.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 482.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 850.1 sec: 41 segments, 3 merges 757.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 707.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 487.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 855.1 sec: 41 segments, 3 merges 762.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 712.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 492.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 860.1 sec: 41 segments, 3 merges 767.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 717.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 497.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 865.1 sec: 41 segments, 3 merges 772.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 722.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 502.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 870.1 sec: 41 segments, 3 merges 777.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 727.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 507.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 875.1 sec: 41 segments, 3 merges 782.3s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 732.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 512.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 880.1 sec: 41 segments, 3 merges 787.3s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 737.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 517.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 885.1 sec: 41 segments, 3 merges 792.3s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 742.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 522.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 890.1 sec: 41 segments, 3 merges 797.3s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 747.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 527.2s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 895.1 sec: 41 segments, 3 merges 802.3s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 752.8s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 532.2s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 900.0 sec: 41 segments, 3 merges 807.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 757.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 537.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 905.0 sec: 41 segments, 3 merges 812.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 762.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 542.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 910.0 sec: 41 segments, 3 merges 817.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 767.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 547.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 915.0 sec: 41 segments, 3 merges 822.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 772.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 552.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 920.0 sec: 41 segments, 3 merges 827.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 777.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 557.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 925.0 sec: 41 segments, 3 merges 832.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 782.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 562.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 930.0 sec: 41 segments, 3 merges 837.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 787.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 567.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 935.0 sec: 41 segments, 3 merges 842.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 792.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 572.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 940.0 sec: 41 segments, 3 merges 847.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 797.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 577.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 945.0 sec: 41 segments, 3 merges 852.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 802.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 582.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 950.1 sec: 41 segments, 3 merges 857.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 807.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 587.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 955.1 sec: 41 segments, 3 merges 862.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 812.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 592.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 960.1 sec: 41 segments, 3 merges 867.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 817.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 597.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 965.1 sec: 41 segments, 3 merges 872.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 822.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 602.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 970.1 sec: 41 segments, 3 merges 877.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 827.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 607.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 975.1 sec: 41 segments, 3 merges 882.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 832.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 612.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 980.1 sec: 41 segments, 3 merges 887.3s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 837.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 617.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 985.1 sec: 41 segments, 3 merges 892.3s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 842.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 622.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 990.1 sec: 41 segments, 3 merges 897.3s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 847.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 627.2s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 995.1 sec: 41 segments, 3 merges 902.3s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 852.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 632.2s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 1000.1 sec: 41 segments, 3 merges 907.3s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 857.8s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 637.2s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 1005.0 sec: 41 segments, 3 merges 912.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 862.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 642.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 1010.0 sec: 41 segments, 3 merges 917.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 867.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 647.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 1015.0 sec: 41 segments, 3 merges 922.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 872.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 652.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 1020.0 sec: 41 segments, 3 merges 927.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 877.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 657.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 1025.0 sec: 41 segments, 3 merges 932.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 882.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 662.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 1030.0 sec: 41 segments, 3 merges 937.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 887.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 667.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 1035.0 sec: 41 segments, 3 merges 942.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 892.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 672.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 1040.0 sec: 41 segments, 3 merges 947.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 897.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 677.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 1045.0 sec: 41 segments, 3 merges 952.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 902.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 682.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 1050.0 sec: 41 segments, 3 merges 957.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 907.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 687.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 1055.1 sec: 41 segments, 3 merges 962.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 912.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 692.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 1060.1 sec: 41 segments, 3 merges 967.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 917.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 697.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 1065.1 sec: 41 segments, 3 merges 972.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 922.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 702.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 1070.1 sec: 41 segments, 3 merges 977.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 927.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 707.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 1075.1 sec: 41 segments, 3 merges 982.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 932.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 712.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 1080.1 sec: 41 segments, 3 merges 987.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 937.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 717.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 1085.1 sec: 41 segments, 3 merges 992.3s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 942.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 722.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 1090.1 sec: 41 segments, 3 merges 997.3s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 947.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 727.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 1095.1 sec: 41 segments, 3 merges 1002.3s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 952.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 732.2s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 1100.1 sec: 41 segments, 3 merges 1007.3s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 957.8s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 737.2s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 1105.1 sec: 41 segments, 3 merges 1012.3s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 962.8s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 742.2s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 1110.0 sec: 41 segments, 3 merges 1017.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 967.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 747.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 1115.0 sec: 41 segments, 3 merges 1022.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 972.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 752.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 1120.0 sec: 41 segments, 3 merges 1027.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 977.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 757.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 1125.0 sec: 41 segments, 3 merges 1032.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 982.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 762.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 1130.0 sec: 41 segments, 3 merges 1037.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 987.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 767.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 1135.0 sec: 41 segments, 3 merges 1042.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 992.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 772.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 1140.0 sec: 41 segments, 3 merges 1047.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 997.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 777.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 1145.0 sec: 41 segments, 3 merges 1052.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 1002.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 782.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 1150.0 sec: 41 segments, 3 merges 1057.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 1007.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 787.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 1155.0 sec: 41 segments, 3 merges 1062.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 1012.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 792.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 1160.0 sec: 41 segments, 3 merges 1067.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 1017.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 797.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 1165.0 sec: 41 segments, 3 merges 1072.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 1022.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 802.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 1170.0 sec: 41 segments, 3 merges 1077.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 1027.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 807.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 1175.0 sec: 41 segments, 3 merges 1082.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 1032.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 812.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 1180.0 sec: 41 segments, 3 merges 1087.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 1037.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 817.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 1185.0 sec: 41 segments, 3 merges 1092.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 1042.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 822.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 1190.0 sec: 41 segments, 3 merges 1097.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 1047.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 827.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 1195.1 sec: 41 segments, 3 merges 1102.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 1052.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 832.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 1200.1 sec: 41 segments, 3 merges 1107.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 1057.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 837.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 1205.1 sec: 41 segments, 3 merges 1112.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 1062.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 842.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 1210.1 sec: 41 segments, 3 merges 1117.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 1067.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 847.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 1215.1 sec: 41 segments, 3 merges 1122.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 1072.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 852.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 1220.1 sec: 41 segments, 3 merges 1127.2s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 1077.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 857.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 1225.1 sec: 41 segments, 3 merges 1132.3s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 1082.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 862.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 1230.1 sec: 41 segments, 3 merges 1137.3s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 1087.7s _1fr: 8 segs, 373.8 K docs, 1490.8 MB 867.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 1235.1 sec: 34 segments, 2 merges 1142.3s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 872.2s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 1240.1 sec: 34 segments, 2 merges 1147.3s _1fq: 8 segs, 1174.9 K docs, 4694.7 MB 877.2s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 1245.1 sec: 27 segments, 1 merges 882.2s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 1250.0 sec: 27 segments, 1 merges 887.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 1255.0 sec: 27 segments, 1 merges 892.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 1260.0 sec: 27 segments, 1 merges 897.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 1265.0 sec: 27 segments, 1 merges 902.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 1270.0 sec: 27 segments, 1 merges 907.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 1275.0 sec: 27 segments, 1 merges 912.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 1280.0 sec: 27 segments, 1 merges 917.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 1285.0 sec: 27 segments, 1 merges 922.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 1290.0 sec: 27 segments, 1 merges 927.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 1295.0 sec: 27 segments, 1 merges 932.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 1300.0 sec: 27 segments, 1 merges 937.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 1305.0 sec: 27 segments, 1 merges 942.1s _1fs: 8 segs, 548.0 K docs, 2187.2 MB 1310.1 sec: 20 segments, 1 merges 3.8s _1ft: 6 segs, 1219.6 K docs, 4875.1 MB 1315.1 sec: 20 segments, 1 merges 8.8s _1ft: 6 segs, 1219.6 K docs, 4875.1 MB 1320.1 sec: 20 segments, 1 merges 13.8s _1ft: 6 segs, 1219.6 K docs, 4875.1 MB 1325.1 sec: 20 segments, 1 merges 18.8s _1ft: 6 segs, 1219.6 K docs, 4875.1 MB 1330.1 sec: 20 segments, 1 merges 23.9s _1ft: 6 segs, 1219.6 K docs, 4875.1 MB 1335.1 sec: 20 segments, 1 merges 28.9s _1ft: 6 segs, 1219.6 K docs, 4875.1 MB 1340.1 sec: 20 segments, 1 merges 33.9s _1ft: 6 segs, 1219.6 K docs, 4875.1 MB 1345.0 sec: 20 segments, 1 merges 38.8s _1ft: 6 segs, 1219.6 K docs, 4875.1 MB 1350.0 sec: 20 segments, 1 merges 43.8s _1ft: 6 segs, 1219.6 K docs, 4875.1 MB 1355.0 sec: 20 segments, 1 merges 48.8s _1ft: 6 segs, 1219.6 K docs, 4875.1 MB 1360.0 sec: 20 segments, 1 merges 53.8s _1ft: 6 segs, 1219.6 K docs, 4875.1 MB 1365.0 sec: 20 segments, 1 merges 58.8s _1ft: 6 segs, 1219.6 K docs, 4875.1 MB 1370.0 sec: 20 segments, 1 merges 63.8s _1ft: 6 segs, 1219.6 K docs, 4875.1 MB 1375.0 sec: 20 segments, 1 merges 68.8s _1ft: 6 segs, 1219.6 K docs, 4875.1 MB 1380.0 sec: 20 segments, 1 merges 73.8s _1ft: 6 segs, 1219.6 K docs, 4875.1 MB 1385.1 sec: 20 segments, 1 merges 78.8s _1ft: 6 segs, 1219.6 K docs, 4875.1 MB 1390.1 sec: 20 segments, 1 merges 83.8s _1ft: 6 segs, 1219.6 K docs, 4875.1 MB 1395.1 sec: 20 segments, 1 merges 88.8s _1ft: 6 segs, 1219.6 K docs, 4875.1 MB 1400.1 sec: 20 segments, 1 merges 93.8s _1ft: 6 segs, 1219.6 K docs, 4875.1 MB 1405.1 sec: 20 segments, 1 merges 98.8s _1ft: 6 segs, 1219.6 K docs, 4875.1 MB 1410.1 sec: 20 segments, 1 merges 103.8s _1ft: 6 segs, 1219.6 K docs, 4875.1 MB 1415.1 sec: 20 segments, 1 merges 108.8s _1ft: 6 segs, 1219.6 K docs, 4875.1 MB 1420.1 sec: 20 segments, 1 merges 113.8s _1ft: 6 segs, 1219.6 K docs, 4875.1 MB 1425.1 sec: 20 segments, 1 merges 118.9s _1ft: 6 segs, 1219.6 K docs, 4875.1 MB 1430.1 sec: 20 segments, 1 merges 123.9s _1ft: 6 segs, 1219.6 K docs, 4875.1 MB 1435.1 sec: 20 segments, 1 merges 128.9s _1ft: 6 segs, 1219.6 K docs, 4875.1 MB 1440.0 sec: 20 segments, 1 merges 133.8s _1ft: 6 segs, 1219.6 K docs, 4875.1 MB 1445.0 sec: 20 segments, 1 merges 138.8s _1ft: 6 segs, 1219.6 K docs, 4875.1 MB 1450.0 sec: 20 segments, 1 merges 143.8s _1ft: 6 segs, 1219.6 K docs, 4875.1 MB 1455.0 sec: 20 segments, 1 merges 148.8s _1ft: 6 segs, 1219.6 K docs, 4875.1 MB 1460.0 sec: 20 segments, 1 merges 153.8s _1ft: 6 segs, 1219.6 K docs, 4875.1 MB 1465.0 sec: 20 segments, 1 merges 158.8s _1ft: 6 segs, 1219.6 K docs, 4875.1 MB 1470.1 sec: 20 segments, 1 merges 163.8s _1ft: 6 segs, 1219.6 K docs, 4875.1 MB 1475.1 sec: 20 segments, 1 merges 168.8s _1ft: 6 segs, 1219.6 K docs, 4875.1 MB 1480.1 sec: 20 segments, 1 merges 173.8s _1ft: 6 segs, 1219.6 K docs, 4875.1 MB 1485.1 sec: 20 segments, 1 merges 178.8s _1ft: 6 segs, 1219.6 K docs, 4875.1 MB 1490.1 sec: 20 segments, 1 merges 183.9s _1ft: 6 segs, 1219.6 K docs, 4875.1 MB 1495.1 sec: 20 segments, 1 merges 188.9s _1ft: 6 segs, 1219.6 K docs, 4875.1 MB 1500.1 sec: 20 segments, 1 merges 193.9s _1ft: 6 segs, 1219.6 K docs, 4875.1 MB 1505.0 sec: 20 segments, 1 merges 198.8s _1ft: 6 segs, 1219.6 K docs, 4875.1 MB 1510.0 sec: 20 segments, 1 merges 203.8s _1ft: 6 segs, 1219.6 K docs, 4875.1 MB 1515.0 sec: 20 segments, 1 merges 208.8s _1ft: 6 segs, 1219.6 K docs, 4875.1 MB 1520.0 sec: 20 segments, 1 merges 213.8s _1ft: 6 segs, 1219.6 K docs, 4875.1 MB 1525.0 sec: 20 segments, 1 merges 218.8s _1ft: 6 segs, 1219.6 K docs, 4875.1 MB 1530.0 sec: 20 segments, 1 merges 223.8s _1ft: 6 segs, 1219.6 K docs, 4875.1 MB 1535.0 sec: 20 segments, 1 merges 228.8s _1ft: 6 segs, 1219.6 K docs, 4875.1 MB 1540.0 sec: 20 segments, 1 merges 233.8s _1ft: 6 segs, 1219.6 K docs, 4875.1 MB 1545.0 sec: 20 segments, 1 merges 238.8s _1ft: 6 segs, 1219.6 K docs, 4875.1 MB 1550.0 sec: 20 segments, 1 merges 243.8s _1ft: 6 segs, 1219.6 K docs, 4875.1 MB 1555.0 sec: 20 segments, 1 merges 248.8s _1ft: 6 segs, 1219.6 K docs, 4875.1 MB 1560.0 sec: 20 segments, 1 merges 253.8s _1ft: 6 segs, 1219.6 K docs, 4875.1 MB 1565.1 sec: 20 segments, 1 merges 258.8s _1ft: 6 segs, 1219.6 K docs, 4875.1 MB 1570.0 sec: 20 segments, 1 merges 263.8s _1ft: 6 segs, 1219.6 K docs, 4875.1 MB 1575.0 sec: 20 segments, 1 merges 268.8s _1ft: 6 segs, 1219.6 K docs, 4875.1 MB 1580.0 sec: 20 segments, 1 merges 273.8s _1ft: 6 segs, 1219.6 K docs, 4875.1 MB 1585.0 sec: 20 segments, 1 merges 278.8s _1ft: 6 segs, 1219.6 K docs, 4875.1 MB 1590.0 sec: 20 segments, 1 merges 283.8s _1ft: 6 segs, 1219.6 K docs, 4875.1 MB 1595.0 sec: 20 segments, 1 merges 288.8s _1ft: 6 segs, 1219.6 K docs, 4875.1 MB 1600.0 sec: 20 segments, 1 merges 293.8s _1ft: 6 segs, 1219.6 K docs, 4875.1 MB 1605.0 sec: 20 segments, 1 merges 298.8s _1ft: 6 segs, 1219.6 K docs, 4875.1 MB 1610.0 sec: 20 segments, 1 merges 303.8s _1ft: 6 segs, 1219.6 K docs, 4875.1 MB 1615.0 sec: 20 segments, 1 merges 308.8s _1ft: 6 segs, 1219.6 K docs, 4875.1 MB 1620.0 sec: 20 segments, 1 merges 313.8s _1ft: 6 segs, 1219.6 K docs, 4875.1 MB 1625.0 sec: 20 segments, 1 merges 318.8s _1ft: 6 segs, 1219.6 K docs, 4875.1 MB 1630.1 sec: 20 segments, 1 merges 323.8s _1ft: 6 segs, 1219.6 K docs, 4875.1 MB 1635.1 sec: 20 segments, 1 merges 328.8s _1ft: 6 segs, 1219.6 K docs, 4875.1 MB 1640.1 sec: 20 segments, 1 merges 333.8s _1ft: 6 segs, 1219.6 K docs, 4875.1 MB 1645.1 sec: 20 segments, 1 merges 338.8s _1ft: 6 segs, 1219.6 K docs, 4875.1 MB 1650.1 sec: 20 segments, 1 merges 343.8s _1ft: 6 segs, 1219.6 K docs, 4875.1 MB 1655.1 sec: 20 segments, 1 merges 348.8s _1ft: 6 segs, 1219.6 K docs, 4875.1 MB 1660.1 sec: 20 segments, 1 merges 353.8s _1ft: 6 segs, 1219.6 K docs, 4875.1 MB 1665.1 sec: 20 segments, 1 merges 358.9s _1ft: 6 segs, 1219.6 K docs, 4875.1 MB 1670.1 sec: 20 segments, 1 merges 363.9s _1ft: 6 segs, 1219.6 K docs, 4875.1 MB 1675.1 sec: 20 segments, 1 merges 368.9s _1ft: 6 segs, 1219.6 K docs, 4875.1 MB 1680.1 sec: 20 segments, 1 merges 373.9s _1ft: 6 segs, 1219.6 K docs, 4875.1 MB 1685.1 sec: 20 segments, 1 merges 378.9s _1ft: 6 segs, 1219.6 K docs, 4875.1 MB 1690.1 sec: 20 segments, 1 merges 383.9s _1ft: 6 segs, 1219.6 K docs, 4875.1 MB 1695.0 sec: 20 segments, 1 merges 388.8s _1ft: 6 segs, 1219.6 K docs, 4875.1 MB 1700.0 sec: 20 segments, 1 merges 393.8s _1ft: 6 segs, 1219.6 K docs, 4875.1 MB 1705.0 sec: 20 segments, 1 merges 398.8s _1ft: 6 segs, 1219.6 K docs, 4875.1 MB 1710.0 sec: 20 segments, 1 merges 403.8s _1ft: 6 segs, 1219.6 K docs, 4875.1 MB 1715.0 sec: 20 segments, 1 merges 408.8s _1ft: 6 segs, 1219.6 K docs, 4875.1 MB 1720.0 sec: 20 segments, 1 merges 413.8s _1ft: 6 segs, 1219.6 K docs, 4875.1 MB 1725.0 sec: 20 segments, 1 merges 418.8s _1ft: 6 segs, 1219.6 K docs, 4875.1 MB 1730.0 sec: 20 segments, 1 merges 423.8s _1ft: 6 segs, 1219.6 K docs, 4875.1 MB 1735.0 sec: 20 segments, 1 merges 428.8s _1ft: 6 segs, 1219.6 K docs, 4875.1 MB 1740.0 sec: 20 segments, 1 merges 433.8s _1ft: 6 segs, 1219.6 K docs, 4875.1 MB 1745.0 sec: 20 segments, 1 merges 438.8s _1ft: 6 segs, 1219.6 K docs, 4875.1 MB 1750.1 sec: 15 segments, 0 merges done first pass waiting for merges done second pass waiting for merges (CMS.sync()) Indexed 8000000 docs in 3023 seconds reindex takes 3023.74 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: 15 segments, 1 merges 5.0 sec: 15 segments, 1 merges 5.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 10.0 sec: 15 segments, 1 merges 10.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 15.0 sec: 15 segments, 1 merges 15.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 20.0 sec: 15 segments, 1 merges 20.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 25.0 sec: 15 segments, 1 merges 25.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 30.0 sec: 15 segments, 1 merges 30.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 35.0 sec: 15 segments, 1 merges 35.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 40.0 sec: 15 segments, 1 merges 40.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 45.0 sec: 15 segments, 1 merges 45.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 50.0 sec: 15 segments, 1 merges 50.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 55.0 sec: 15 segments, 1 merges 55.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 60.0 sec: 15 segments, 1 merges 60.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 65.1 sec: 15 segments, 1 merges 65.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 70.1 sec: 15 segments, 1 merges 70.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 75.1 sec: 15 segments, 1 merges 75.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 80.1 sec: 15 segments, 1 merges 80.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 85.1 sec: 15 segments, 1 merges 85.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 90.1 sec: 15 segments, 1 merges 90.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 95.1 sec: 15 segments, 1 merges 95.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 100.1 sec: 15 segments, 1 merges 100.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 105.1 sec: 15 segments, 1 merges 105.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 110.1 sec: 15 segments, 1 merges 110.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 115.1 sec: 15 segments, 1 merges 115.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 120.0 sec: 15 segments, 1 merges 120.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 125.0 sec: 15 segments, 1 merges 125.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 130.0 sec: 15 segments, 1 merges 130.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 135.0 sec: 15 segments, 1 merges 135.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 140.0 sec: 15 segments, 1 merges 140.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 145.0 sec: 15 segments, 1 merges 145.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 150.0 sec: 15 segments, 1 merges 150.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 155.0 sec: 15 segments, 1 merges 155.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 160.0 sec: 15 segments, 1 merges 160.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 165.0 sec: 15 segments, 1 merges 165.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 170.0 sec: 15 segments, 1 merges 170.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 175.0 sec: 15 segments, 1 merges 175.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 180.0 sec: 15 segments, 1 merges 180.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 185.0 sec: 15 segments, 1 merges 185.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 190.0 sec: 15 segments, 1 merges 190.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 195.1 sec: 15 segments, 1 merges 195.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 200.1 sec: 15 segments, 1 merges 200.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 205.1 sec: 15 segments, 1 merges 205.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 210.1 sec: 15 segments, 1 merges 210.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 215.1 sec: 15 segments, 1 merges 215.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 220.1 sec: 15 segments, 1 merges 220.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 225.1 sec: 15 segments, 1 merges 225.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 230.1 sec: 15 segments, 1 merges 230.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 235.1 sec: 15 segments, 1 merges 235.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 240.1 sec: 15 segments, 1 merges 240.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 245.1 sec: 15 segments, 1 merges 245.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 250.1 sec: 15 segments, 1 merges 250.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 255.1 sec: 15 segments, 1 merges 255.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 260.0 sec: 15 segments, 1 merges 260.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 265.0 sec: 15 segments, 1 merges 265.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 270.0 sec: 15 segments, 1 merges 270.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 275.0 sec: 15 segments, 1 merges 275.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 280.0 sec: 15 segments, 1 merges 280.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 285.0 sec: 15 segments, 1 merges 285.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 290.0 sec: 15 segments, 1 merges 290.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 295.0 sec: 15 segments, 1 merges 295.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 300.0 sec: 15 segments, 1 merges 300.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 305.0 sec: 15 segments, 1 merges 305.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 310.0 sec: 15 segments, 1 merges 310.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 315.0 sec: 15 segments, 1 merges 315.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 320.0 sec: 15 segments, 1 merges 320.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 325.1 sec: 15 segments, 1 merges 325.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 330.1 sec: 15 segments, 1 merges 330.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 335.1 sec: 15 segments, 1 merges 335.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 340.1 sec: 15 segments, 1 merges 340.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 345.1 sec: 15 segments, 1 merges 345.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 350.1 sec: 15 segments, 1 merges 350.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 355.1 sec: 15 segments, 1 merges 355.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 360.1 sec: 15 segments, 1 merges 360.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 365.1 sec: 15 segments, 1 merges 365.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 370.1 sec: 15 segments, 1 merges 370.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 375.1 sec: 15 segments, 1 merges 375.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 380.1 sec: 15 segments, 1 merges 380.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 385.1 sec: 15 segments, 1 merges 385.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 390.0 sec: 15 segments, 1 merges 390.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 395.0 sec: 15 segments, 1 merges 395.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 400.0 sec: 15 segments, 1 merges 400.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 405.0 sec: 15 segments, 1 merges 405.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 410.0 sec: 15 segments, 1 merges 410.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 415.0 sec: 15 segments, 1 merges 415.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 420.0 sec: 15 segments, 1 merges 420.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 425.0 sec: 15 segments, 1 merges 425.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 430.0 sec: 15 segments, 1 merges 430.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 435.0 sec: 15 segments, 1 merges 435.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 440.0 sec: 15 segments, 1 merges 440.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 445.0 sec: 15 segments, 1 merges 445.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 450.0 sec: 15 segments, 1 merges 450.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 455.1 sec: 15 segments, 1 merges 455.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 460.1 sec: 15 segments, 1 merges 460.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 465.1 sec: 15 segments, 1 merges 465.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 470.1 sec: 15 segments, 1 merges 470.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 475.1 sec: 15 segments, 1 merges 475.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 480.1 sec: 15 segments, 1 merges 480.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 485.1 sec: 15 segments, 1 merges 485.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 490.1 sec: 15 segments, 1 merges 490.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 495.1 sec: 15 segments, 1 merges 495.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 500.1 sec: 15 segments, 1 merges 500.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 505.1 sec: 15 segments, 1 merges 505.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 510.1 sec: 15 segments, 1 merges 510.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 515.1 sec: 15 segments, 1 merges 515.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 520.0 sec: 15 segments, 1 merges 520.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 525.0 sec: 15 segments, 1 merges 525.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 530.0 sec: 15 segments, 1 merges 530.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 535.0 sec: 15 segments, 1 merges 535.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 540.0 sec: 15 segments, 1 merges 540.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 545.0 sec: 15 segments, 1 merges 545.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 550.0 sec: 15 segments, 1 merges 550.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 555.0 sec: 15 segments, 1 merges 555.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 560.0 sec: 15 segments, 1 merges 560.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 565.0 sec: 15 segments, 1 merges 565.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 570.0 sec: 15 segments, 1 merges 570.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 575.0 sec: 15 segments, 1 merges 575.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 580.1 sec: 15 segments, 1 merges 580.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 585.1 sec: 15 segments, 1 merges 585.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 590.1 sec: 15 segments, 1 merges 590.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 595.1 sec: 15 segments, 1 merges 595.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 600.1 sec: 15 segments, 1 merges 600.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 605.1 sec: 15 segments, 1 merges 605.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 610.1 sec: 15 segments, 1 merges 610.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 615.1 sec: 15 segments, 1 merges 615.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 620.1 sec: 15 segments, 1 merges 620.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 625.1 sec: 15 segments, 1 merges 625.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 630.1 sec: 15 segments, 1 merges 630.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 635.1 sec: 15 segments, 1 merges 635.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 640.0 sec: 15 segments, 1 merges 640.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 645.0 sec: 15 segments, 1 merges 645.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 650.0 sec: 15 segments, 1 merges 650.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 655.0 sec: 15 segments, 1 merges 655.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 660.0 sec: 15 segments, 1 merges 660.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 665.0 sec: 15 segments, 1 merges 665.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 670.0 sec: 15 segments, 1 merges 670.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 675.0 sec: 15 segments, 1 merges 675.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 680.1 sec: 15 segments, 1 merges 680.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 685.1 sec: 15 segments, 1 merges 685.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 690.1 sec: 15 segments, 1 merges 690.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 695.1 sec: 15 segments, 1 merges 695.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 700.1 sec: 15 segments, 1 merges 700.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 705.1 sec: 15 segments, 1 merges 705.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 710.1 sec: 15 segments, 1 merges 710.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 715.1 sec: 15 segments, 1 merges 715.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 720.1 sec: 15 segments, 1 merges 720.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 725.1 sec: 15 segments, 1 merges 725.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 730.1 sec: 15 segments, 1 merges 730.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 735.1 sec: 15 segments, 1 merges 735.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 740.0 sec: 15 segments, 1 merges 740.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 745.0 sec: 15 segments, 1 merges 745.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 750.0 sec: 15 segments, 1 merges 750.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 755.0 sec: 15 segments, 1 merges 755.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 760.0 sec: 15 segments, 1 merges 760.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 765.0 sec: 15 segments, 1 merges 765.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 770.0 sec: 15 segments, 1 merges 770.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 775.0 sec: 15 segments, 1 merges 775.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 780.0 sec: 15 segments, 1 merges 780.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 785.0 sec: 15 segments, 1 merges 785.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 790.1 sec: 15 segments, 1 merges 790.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 795.1 sec: 15 segments, 1 merges 795.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 800.1 sec: 15 segments, 1 merges 800.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 805.1 sec: 15 segments, 1 merges 805.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 810.1 sec: 15 segments, 1 merges 810.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 815.1 sec: 15 segments, 1 merges 815.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 820.1 sec: 15 segments, 1 merges 820.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 825.1 sec: 15 segments, 1 merges 825.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 830.1 sec: 15 segments, 1 merges 830.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 835.1 sec: 15 segments, 1 merges 835.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 840.1 sec: 15 segments, 1 merges 840.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 845.0 sec: 15 segments, 1 merges 845.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 850.0 sec: 15 segments, 1 merges 850.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 855.0 sec: 15 segments, 1 merges 855.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 860.0 sec: 15 segments, 1 merges 860.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 865.0 sec: 15 segments, 1 merges 865.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 870.0 sec: 15 segments, 1 merges 870.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 875.0 sec: 15 segments, 1 merges 875.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 880.0 sec: 15 segments, 1 merges 880.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 885.0 sec: 15 segments, 1 merges 885.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 890.1 sec: 15 segments, 1 merges 890.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 895.1 sec: 15 segments, 1 merges 895.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 900.1 sec: 15 segments, 1 merges 900.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 905.1 sec: 15 segments, 1 merges 905.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 910.1 sec: 15 segments, 1 merges 910.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 915.1 sec: 15 segments, 1 merges 915.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 920.1 sec: 15 segments, 1 merges 920.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 925.1 sec: 15 segments, 1 merges 925.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 930.0 sec: 15 segments, 1 merges 930.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 935.0 sec: 15 segments, 1 merges 935.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 940.0 sec: 15 segments, 1 merges 940.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 945.0 sec: 15 segments, 1 merges 945.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 950.0 sec: 15 segments, 1 merges 950.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 955.0 sec: 15 segments, 1 merges 955.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 960.0 sec: 15 segments, 1 merges 960.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 965.0 sec: 15 segments, 1 merges 965.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 970.0 sec: 15 segments, 1 merges 970.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 975.0 sec: 15 segments, 1 merges 975.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 980.0 sec: 15 segments, 1 merges 980.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 985.1 sec: 15 segments, 1 merges 985.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 990.1 sec: 15 segments, 1 merges 990.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 995.1 sec: 15 segments, 1 merges 995.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1000.1 sec: 15 segments, 1 merges 1000.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1005.1 sec: 15 segments, 1 merges 1005.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1010.1 sec: 15 segments, 1 merges 1010.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1015.1 sec: 15 segments, 1 merges 1015.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1020.1 sec: 15 segments, 1 merges 1020.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1025.1 sec: 15 segments, 1 merges 1025.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1030.1 sec: 15 segments, 1 merges 1030.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1035.1 sec: 15 segments, 1 merges 1035.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1040.1 sec: 15 segments, 1 merges 1040.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1045.0 sec: 15 segments, 1 merges 1045.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1050.0 sec: 15 segments, 1 merges 1050.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1055.0 sec: 15 segments, 1 merges 1055.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1060.0 sec: 15 segments, 1 merges 1060.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1065.0 sec: 15 segments, 1 merges 1065.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1070.0 sec: 15 segments, 1 merges 1070.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1075.0 sec: 15 segments, 1 merges 1075.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1080.0 sec: 15 segments, 1 merges 1080.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1085.0 sec: 15 segments, 1 merges 1085.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1090.0 sec: 15 segments, 1 merges 1090.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1095.0 sec: 15 segments, 1 merges 1095.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1100.1 sec: 15 segments, 1 merges 1100.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1105.1 sec: 15 segments, 1 merges 1105.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1110.1 sec: 15 segments, 1 merges 1110.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1115.1 sec: 15 segments, 1 merges 1115.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1120.1 sec: 15 segments, 1 merges 1120.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1125.1 sec: 15 segments, 1 merges 1125.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1130.1 sec: 15 segments, 1 merges 1130.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1135.1 sec: 15 segments, 1 merges 1135.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1140.1 sec: 15 segments, 1 merges 1140.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1145.1 sec: 15 segments, 1 merges 1145.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1150.1 sec: 15 segments, 1 merges 1150.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1155.0 sec: 15 segments, 1 merges 1155.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1160.0 sec: 15 segments, 1 merges 1160.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1165.0 sec: 15 segments, 1 merges 1165.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1170.0 sec: 15 segments, 1 merges 1170.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1175.0 sec: 15 segments, 1 merges 1175.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1180.0 sec: 15 segments, 1 merges 1180.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1185.0 sec: 15 segments, 1 merges 1185.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1190.0 sec: 15 segments, 1 merges 1190.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1195.0 sec: 15 segments, 1 merges 1195.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1200.0 sec: 15 segments, 1 merges 1200.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1205.0 sec: 15 segments, 1 merges 1205.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1210.1 sec: 15 segments, 1 merges 1210.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1215.1 sec: 15 segments, 1 merges 1215.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1220.1 sec: 15 segments, 1 merges 1220.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1225.1 sec: 15 segments, 1 merges 1225.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1230.1 sec: 15 segments, 1 merges 1230.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1235.1 sec: 15 segments, 1 merges 1235.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1240.1 sec: 15 segments, 1 merges 1240.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1245.1 sec: 15 segments, 1 merges 1245.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1250.1 sec: 15 segments, 1 merges 1250.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1255.1 sec: 15 segments, 1 merges 1255.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1260.1 sec: 15 segments, 1 merges 1260.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1265.1 sec: 15 segments, 1 merges 1265.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1270.1 sec: 15 segments, 1 merges 1270.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1275.0 sec: 15 segments, 1 merges 1275.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1280.0 sec: 15 segments, 1 merges 1280.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1285.0 sec: 15 segments, 1 merges 1285.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1290.0 sec: 15 segments, 1 merges 1290.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1295.0 sec: 15 segments, 1 merges 1295.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1300.0 sec: 15 segments, 1 merges 1300.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1305.0 sec: 15 segments, 1 merges 1305.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1310.1 sec: 15 segments, 1 merges 1310.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1315.1 sec: 15 segments, 1 merges 1315.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1320.1 sec: 15 segments, 1 merges 1320.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1325.1 sec: 15 segments, 1 merges 1325.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1330.1 sec: 15 segments, 1 merges 1330.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1335.1 sec: 15 segments, 1 merges 1335.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1340.1 sec: 15 segments, 1 merges 1340.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1345.1 sec: 15 segments, 1 merges 1345.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1350.1 sec: 15 segments, 1 merges 1350.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1355.1 sec: 15 segments, 1 merges 1355.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1360.1 sec: 15 segments, 1 merges 1360.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1365.1 sec: 15 segments, 1 merges 1365.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1370.1 sec: 15 segments, 1 merges 1370.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1375.0 sec: 15 segments, 1 merges 1375.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1380.0 sec: 15 segments, 1 merges 1380.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1385.0 sec: 15 segments, 1 merges 1385.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1390.0 sec: 15 segments, 1 merges 1390.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1395.0 sec: 15 segments, 1 merges 1395.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1400.0 sec: 15 segments, 1 merges 1400.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1405.0 sec: 15 segments, 1 merges 1405.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1410.0 sec: 15 segments, 1 merges 1410.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1415.0 sec: 15 segments, 1 merges 1415.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1420.0 sec: 15 segments, 1 merges 1420.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1425.0 sec: 15 segments, 1 merges 1425.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1430.1 sec: 15 segments, 1 merges 1430.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1435.1 sec: 15 segments, 1 merges 1435.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1440.1 sec: 15 segments, 1 merges 1440.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1445.1 sec: 15 segments, 1 merges 1445.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1450.1 sec: 15 segments, 1 merges 1450.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1455.1 sec: 15 segments, 1 merges 1455.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1460.1 sec: 15 segments, 1 merges 1460.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1465.1 sec: 15 segments, 1 merges 1465.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1470.1 sec: 15 segments, 1 merges 1470.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1475.1 sec: 15 segments, 1 merges 1475.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1480.1 sec: 15 segments, 1 merges 1480.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1485.1 sec: 15 segments, 1 merges 1485.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1490.1 sec: 15 segments, 1 merges 1490.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1495.0 sec: 15 segments, 1 merges 1495.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1500.0 sec: 15 segments, 1 merges 1500.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1505.0 sec: 15 segments, 1 merges 1505.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1510.0 sec: 15 segments, 1 merges 1510.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1515.0 sec: 15 segments, 1 merges 1515.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1520.0 sec: 15 segments, 1 merges 1520.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1525.0 sec: 15 segments, 1 merges 1525.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1530.0 sec: 15 segments, 1 merges 1530.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1535.0 sec: 15 segments, 1 merges 1535.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1540.0 sec: 15 segments, 1 merges 1540.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1545.0 sec: 15 segments, 1 merges 1545.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1550.0 sec: 15 segments, 1 merges 1550.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1555.1 sec: 15 segments, 1 merges 1555.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1560.1 sec: 15 segments, 1 merges 1560.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1565.1 sec: 15 segments, 1 merges 1565.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1570.1 sec: 15 segments, 1 merges 1570.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1575.1 sec: 15 segments, 1 merges 1575.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1580.1 sec: 15 segments, 1 merges 1580.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1585.1 sec: 15 segments, 1 merges 1585.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1590.0 sec: 15 segments, 1 merges 1590.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1595.0 sec: 15 segments, 1 merges 1595.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1600.0 sec: 15 segments, 1 merges 1600.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1605.0 sec: 15 segments, 1 merges 1605.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1610.0 sec: 15 segments, 1 merges 1610.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1615.0 sec: 15 segments, 1 merges 1615.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1620.0 sec: 15 segments, 1 merges 1620.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1625.0 sec: 15 segments, 1 merges 1625.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1630.0 sec: 15 segments, 1 merges 1630.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1635.0 sec: 15 segments, 1 merges 1635.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1640.0 sec: 15 segments, 1 merges 1640.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1645.0 sec: 15 segments, 1 merges 1645.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1650.1 sec: 15 segments, 1 merges 1650.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1655.1 sec: 15 segments, 1 merges 1655.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1660.1 sec: 15 segments, 1 merges 1660.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1665.1 sec: 15 segments, 1 merges 1665.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1670.1 sec: 15 segments, 1 merges 1670.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1675.1 sec: 15 segments, 1 merges 1675.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1680.1 sec: 15 segments, 1 merges 1680.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1685.1 sec: 15 segments, 1 merges 1685.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1690.1 sec: 15 segments, 1 merges 1690.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1695.1 sec: 15 segments, 1 merges 1695.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1700.1 sec: 15 segments, 1 merges 1700.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1705.1 sec: 15 segments, 1 merges 1705.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1710.0 sec: 15 segments, 1 merges 1710.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1715.0 sec: 15 segments, 1 merges 1715.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1720.0 sec: 15 segments, 1 merges 1720.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1725.0 sec: 15 segments, 1 merges 1725.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1730.0 sec: 15 segments, 1 merges 1730.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1735.0 sec: 15 segments, 1 merges 1735.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1740.0 sec: 15 segments, 1 merges 1740.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1745.0 sec: 15 segments, 1 merges 1745.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1750.0 sec: 15 segments, 1 merges 1750.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1755.0 sec: 15 segments, 1 merges 1755.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1760.0 sec: 15 segments, 1 merges 1760.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1765.1 sec: 15 segments, 1 merges 1765.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1770.1 sec: 15 segments, 1 merges 1770.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1775.1 sec: 15 segments, 1 merges 1775.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1780.1 sec: 15 segments, 1 merges 1780.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1785.1 sec: 15 segments, 1 merges 1785.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1790.1 sec: 15 segments, 1 merges 1790.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1795.1 sec: 15 segments, 1 merges 1795.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1800.1 sec: 15 segments, 1 merges 1800.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1805.1 sec: 15 segments, 1 merges 1805.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1810.1 sec: 15 segments, 1 merges 1810.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1815.1 sec: 15 segments, 1 merges 1815.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1820.1 sec: 15 segments, 1 merges 1820.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1825.1 sec: 15 segments, 1 merges 1825.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1830.0 sec: 15 segments, 1 merges 1830.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1835.0 sec: 15 segments, 1 merges 1835.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1840.0 sec: 15 segments, 1 merges 1840.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1845.0 sec: 15 segments, 1 merges 1845.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1850.0 sec: 15 segments, 1 merges 1850.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1855.0 sec: 15 segments, 1 merges 1855.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1860.0 sec: 15 segments, 1 merges 1860.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1865.1 sec: 15 segments, 1 merges 1865.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1870.1 sec: 15 segments, 1 merges 1870.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1875.1 sec: 15 segments, 1 merges 1875.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1880.1 sec: 15 segments, 1 merges 1880.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1885.1 sec: 15 segments, 1 merges 1885.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1890.1 sec: 15 segments, 1 merges 1890.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1895.1 sec: 15 segments, 1 merges 1895.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1900.0 sec: 15 segments, 1 merges 1900.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1905.0 sec: 15 segments, 1 merges 1905.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1910.0 sec: 15 segments, 1 merges 1910.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1915.0 sec: 15 segments, 1 merges 1915.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1920.0 sec: 15 segments, 1 merges 1920.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1925.0 sec: 15 segments, 1 merges 1925.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1930.0 sec: 15 segments, 1 merges 1930.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1935.0 sec: 15 segments, 1 merges 1935.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1940.0 sec: 15 segments, 1 merges 1940.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1945.0 sec: 15 segments, 1 merges 1945.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1950.0 sec: 15 segments, 1 merges 1950.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1955.1 sec: 15 segments, 1 merges 1955.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1960.1 sec: 15 segments, 1 merges 1960.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1965.1 sec: 15 segments, 1 merges 1965.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1970.1 sec: 15 segments, 1 merges 1970.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1975.1 sec: 15 segments, 1 merges 1975.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1980.1 sec: 15 segments, 1 merges 1980.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1985.1 sec: 15 segments, 1 merges 1985.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1990.1 sec: 15 segments, 1 merges 1990.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 1995.1 sec: 15 segments, 1 merges 1995.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2000.1 sec: 15 segments, 1 merges 2000.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2005.1 sec: 15 segments, 1 merges 2005.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2010.0 sec: 15 segments, 1 merges 2010.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2015.0 sec: 15 segments, 1 merges 2015.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2020.0 sec: 15 segments, 1 merges 2020.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2025.0 sec: 15 segments, 1 merges 2025.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2030.0 sec: 15 segments, 1 merges 2030.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2035.0 sec: 15 segments, 1 merges 2035.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2040.0 sec: 15 segments, 1 merges 2040.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2045.0 sec: 15 segments, 1 merges 2045.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2050.0 sec: 15 segments, 1 merges 2050.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2055.0 sec: 15 segments, 1 merges 2055.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2060.0 sec: 15 segments, 1 merges 2060.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2065.0 sec: 15 segments, 1 merges 2065.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2070.0 sec: 15 segments, 1 merges 2070.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2075.1 sec: 15 segments, 1 merges 2075.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2080.1 sec: 15 segments, 1 merges 2080.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2085.1 sec: 15 segments, 1 merges 2085.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2090.1 sec: 15 segments, 1 merges 2090.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2095.1 sec: 15 segments, 1 merges 2095.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2100.1 sec: 15 segments, 1 merges 2100.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2105.1 sec: 15 segments, 1 merges 2105.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2110.1 sec: 15 segments, 1 merges 2110.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2115.1 sec: 15 segments, 1 merges 2115.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2120.1 sec: 15 segments, 1 merges 2120.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2125.1 sec: 15 segments, 1 merges 2125.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2130.1 sec: 15 segments, 1 merges 2130.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2135.1 sec: 15 segments, 1 merges 2135.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2140.1 sec: 15 segments, 1 merges 2140.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2145.0 sec: 15 segments, 1 merges 2145.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2150.0 sec: 15 segments, 1 merges 2150.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2155.0 sec: 15 segments, 1 merges 2155.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2160.0 sec: 15 segments, 1 merges 2160.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2165.0 sec: 15 segments, 1 merges 2165.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2170.0 sec: 15 segments, 1 merges 2170.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2175.0 sec: 15 segments, 1 merges 2175.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2180.0 sec: 15 segments, 1 merges 2180.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2185.0 sec: 15 segments, 1 merges 2185.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2190.0 sec: 15 segments, 1 merges 2190.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2195.0 sec: 15 segments, 1 merges 2195.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2200.0 sec: 15 segments, 1 merges 2200.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2205.0 sec: 15 segments, 1 merges 2205.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2210.0 sec: 15 segments, 1 merges 2210.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2215.1 sec: 15 segments, 1 merges 2215.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2220.1 sec: 15 segments, 1 merges 2220.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2225.1 sec: 15 segments, 1 merges 2225.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2230.1 sec: 15 segments, 1 merges 2230.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2235.1 sec: 15 segments, 1 merges 2235.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2240.1 sec: 15 segments, 1 merges 2240.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2245.1 sec: 15 segments, 1 merges 2245.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2250.1 sec: 15 segments, 1 merges 2250.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2255.1 sec: 15 segments, 1 merges 2255.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2260.1 sec: 15 segments, 1 merges 2260.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2265.1 sec: 15 segments, 1 merges 2265.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2270.1 sec: 15 segments, 1 merges 2270.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2275.1 sec: 15 segments, 1 merges 2275.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2280.1 sec: 15 segments, 1 merges 2280.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2285.1 sec: 15 segments, 1 merges 2285.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2290.1 sec: 15 segments, 1 merges 2290.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2295.1 sec: 15 segments, 1 merges 2295.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2300.1 sec: 15 segments, 1 merges 2300.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2305.0 sec: 15 segments, 1 merges 2305.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2310.0 sec: 15 segments, 1 merges 2310.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2315.0 sec: 15 segments, 1 merges 2315.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2320.0 sec: 15 segments, 1 merges 2320.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2325.0 sec: 15 segments, 1 merges 2325.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2330.0 sec: 15 segments, 1 merges 2330.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2335.0 sec: 15 segments, 1 merges 2335.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2340.0 sec: 15 segments, 1 merges 2340.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2345.0 sec: 15 segments, 1 merges 2345.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2350.0 sec: 15 segments, 1 merges 2350.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2355.0 sec: 15 segments, 1 merges 2355.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2360.0 sec: 15 segments, 1 merges 2360.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2365.0 sec: 15 segments, 1 merges 2365.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2370.0 sec: 15 segments, 1 merges 2370.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2375.1 sec: 15 segments, 1 merges 2375.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2380.1 sec: 15 segments, 1 merges 2380.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2385.1 sec: 15 segments, 1 merges 2385.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2390.1 sec: 15 segments, 1 merges 2390.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2395.1 sec: 15 segments, 1 merges 2395.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2400.1 sec: 15 segments, 1 merges 2400.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2405.1 sec: 15 segments, 1 merges 2405.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2410.1 sec: 15 segments, 1 merges 2410.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2415.1 sec: 15 segments, 1 merges 2415.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2420.1 sec: 15 segments, 1 merges 2420.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2425.1 sec: 15 segments, 1 merges 2425.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2430.1 sec: 15 segments, 1 merges 2430.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2435.1 sec: 15 segments, 1 merges 2435.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2440.0 sec: 15 segments, 1 merges 2440.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2445.0 sec: 15 segments, 1 merges 2445.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2450.0 sec: 15 segments, 1 merges 2450.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2455.0 sec: 15 segments, 1 merges 2455.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2460.0 sec: 15 segments, 1 merges 2460.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2465.0 sec: 15 segments, 1 merges 2465.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2470.0 sec: 15 segments, 1 merges 2470.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2475.0 sec: 15 segments, 1 merges 2475.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2480.0 sec: 15 segments, 1 merges 2480.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2485.0 sec: 15 segments, 1 merges 2485.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2490.0 sec: 15 segments, 1 merges 2490.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2495.1 sec: 15 segments, 1 merges 2495.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2500.1 sec: 15 segments, 1 merges 2500.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2505.1 sec: 15 segments, 1 merges 2505.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2510.1 sec: 15 segments, 1 merges 2510.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2515.1 sec: 15 segments, 1 merges 2515.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2520.1 sec: 15 segments, 1 merges 2520.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2525.1 sec: 15 segments, 1 merges 2525.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2530.1 sec: 15 segments, 1 merges 2530.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2535.1 sec: 15 segments, 1 merges 2535.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2540.1 sec: 15 segments, 1 merges 2540.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2545.1 sec: 15 segments, 1 merges 2545.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2550.0 sec: 15 segments, 1 merges 2550.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2555.0 sec: 15 segments, 1 merges 2555.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2560.0 sec: 15 segments, 1 merges 2560.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2565.0 sec: 15 segments, 1 merges 2565.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2570.0 sec: 15 segments, 1 merges 2570.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2575.0 sec: 15 segments, 1 merges 2575.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2580.0 sec: 15 segments, 1 merges 2580.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2585.0 sec: 15 segments, 1 merges 2585.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2590.0 sec: 15 segments, 1 merges 2590.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2595.0 sec: 15 segments, 1 merges 2595.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2600.0 sec: 15 segments, 1 merges 2600.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2605.0 sec: 15 segments, 1 merges 2605.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2610.1 sec: 15 segments, 1 merges 2610.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2615.1 sec: 15 segments, 1 merges 2615.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2620.1 sec: 15 segments, 1 merges 2620.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2625.1 sec: 15 segments, 1 merges 2625.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2630.1 sec: 15 segments, 1 merges 2630.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2635.1 sec: 15 segments, 1 merges 2635.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2640.1 sec: 15 segments, 1 merges 2640.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2645.1 sec: 15 segments, 1 merges 2645.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2650.1 sec: 15 segments, 1 merges 2650.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2655.1 sec: 15 segments, 1 merges 2655.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2660.1 sec: 15 segments, 1 merges 2660.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2665.0 sec: 15 segments, 1 merges 2665.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2670.0 sec: 15 segments, 1 merges 2670.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2675.0 sec: 15 segments, 1 merges 2675.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2680.0 sec: 15 segments, 1 merges 2680.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2685.0 sec: 15 segments, 1 merges 2685.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2690.0 sec: 15 segments, 1 merges 2690.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2695.0 sec: 15 segments, 1 merges 2695.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2700.1 sec: 15 segments, 1 merges 2700.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2705.1 sec: 15 segments, 1 merges 2705.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2710.1 sec: 15 segments, 1 merges 2710.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2715.1 sec: 15 segments, 1 merges 2715.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2720.1 sec: 15 segments, 1 merges 2720.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2725.1 sec: 15 segments, 1 merges 2725.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2730.1 sec: 15 segments, 1 merges 2730.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2735.1 sec: 15 segments, 1 merges 2735.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2740.1 sec: 15 segments, 1 merges 2740.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2745.1 sec: 15 segments, 1 merges 2745.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2750.1 sec: 15 segments, 1 merges 2750.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2755.1 sec: 15 segments, 1 merges 2755.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2760.0 sec: 15 segments, 1 merges 2760.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2765.0 sec: 15 segments, 1 merges 2765.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2770.0 sec: 15 segments, 1 merges 2770.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2775.0 sec: 15 segments, 1 merges 2775.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2780.0 sec: 15 segments, 1 merges 2780.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2785.0 sec: 15 segments, 1 merges 2785.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2790.0 sec: 15 segments, 1 merges 2790.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2795.0 sec: 15 segments, 1 merges 2795.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2800.0 sec: 15 segments, 1 merges 2800.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2805.0 sec: 15 segments, 1 merges 2805.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2810.0 sec: 15 segments, 1 merges 2810.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2815.0 sec: 15 segments, 1 merges 2815.0s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2820.1 sec: 15 segments, 1 merges 2820.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2825.1 sec: 15 segments, 1 merges 2825.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2830.1 sec: 15 segments, 1 merges 2830.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2835.1 sec: 15 segments, 1 merges 2835.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2840.1 sec: 15 segments, 1 merges 2840.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2845.1 sec: 15 segments, 1 merges 2845.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2850.1 sec: 15 segments, 1 merges 2850.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2855.1 sec: 15 segments, 1 merges 2855.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2860.1 sec: 15 segments, 1 merges 2860.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2865.1 sec: 15 segments, 1 merges 2865.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2870.1 sec: 15 segments, 1 merges 2870.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2875.1 sec: 15 segments, 1 merges 2875.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2880.1 sec: 15 segments, 1 merges 2880.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2885.1 sec: 15 segments, 1 merges 2885.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2890.1 sec: 15 segments, 1 merges 2890.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2895.1 sec: 15 segments, 1 merges 2895.1s _1fu: 15 segs, 8000.0 K docs, 32012.8 MB 2900.1 sec: 1 segments, 0 merges done first pass waiting for merges done second pass waiting for merges (CMS.sync()) Force merge done in 2903.28 sec index has 1 segments: segments_3: _1fu(11.0.0):C8000000 _1fu: 32156.4 MB encodingByteSize=4 origByteSize=4 realEncodingByteSize=4.0 index disk usage is 32156.35 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=49264135767 cpu@end=52422577357 deltaMS=3158.44159 thread 14 name=Reference Handler cpu@start=3192855 cpu@end=3192855 deltaMS=0.0 thread 15 name=Finalizer cpu@start=155738 cpu@end=155738 deltaMS=0.0 thread 16 name=Signal Dispatcher cpu@start=61468 cpu@end=61468 deltaMS=0.0 thread 40 name=Common-Cleaner cpu@start=37181674 cpu@end=37181674 deltaMS=0.0 thread 41 name=JFR Recorder Thread cpu@start=75359626441 cpu@end=75360465139 deltaMS=0.838698 thread 42 name=JFR Periodic Tasks cpu@start=538279750946 cpu@end=538432825376 deltaMS=153.07443 thread 46 name=Notification Thread cpu@start=101145 cpu@end=101145 deltaMS=0.0 thread 57 name=hnsw-merge-1-thread-1 cpu@start=7528664419517 cpu@end=7528664419517 deltaMS=0.0 thread 58 name=hnsw-merge-1-thread-2 cpu@start=7515828851966 cpu@end=7515828851966 deltaMS=0.0 thread 59 name=hnsw-merge-1-thread-3 cpu@start=7522918301324 cpu@end=7522918301324 deltaMS=0.0 thread 60 name=hnsw-merge-1-thread-4 cpu@start=7526594453152 cpu@end=7526594453152 deltaMS=0.0 thread 61 name=hnsw-merge-1-thread-5 cpu@start=7520691293590 cpu@end=7520691293590 deltaMS=0.0 thread 62 name=hnsw-merge-1-thread-6 cpu@start=7530655879667 cpu@end=7530655879667 deltaMS=0.0 thread 63 name=hnsw-merge-1-thread-7 cpu@start=7524726250402 cpu@end=7524726250402 deltaMS=0.0 thread 64 name=hnsw-merge-1-thread-8 cpu@start=7528570797330 cpu@end=7528570797330 deltaMS=0.0 thread 65 name=hnsw-merge-1-thread-9 cpu@start=7527203528268 cpu@end=7527203528268 deltaMS=0.0 thread 66 name=hnsw-merge-1-thread-10 cpu@start=7525673586877 cpu@end=7525673586877 deltaMS=0.0 thread 67 name=hnsw-merge-1-thread-11 cpu@start=7525908323810 cpu@end=7525908323810 deltaMS=0.0 thread 68 name=hnsw-merge-1-thread-12 cpu@start=7528281687968 cpu@end=7528281687968 deltaMS=0.0 thread 69 name=hnsw-merge-1-thread-13 cpu@start=7524012263559 cpu@end=7524012263559 deltaMS=0.0 thread 70 name=hnsw-merge-1-thread-14 cpu@start=7521647622014 cpu@end=7521647622014 deltaMS=0.0 thread 71 name=hnsw-merge-1-thread-15 cpu@start=7522887257593 cpu@end=7522887257593 deltaMS=0.0 thread 72 name=hnsw-merge-1-thread-16 cpu@start=7523784620335 cpu@end=7523784620335 deltaMS=0.0 Average CPU cores used: 1.0458628842643631 completed 1000 searches in 3167 ms: 315 QPS CPU time=3312 ms checking results SUMMARY: 0.943 3.167 3.312 1.046 8000000 KNN 100 100 N/A N/A 100.000 32 100 no 5660 3023.74 2645.73 2903.28 1 32156.35 null N/A 1.000 31250.000 31250.000 false HNSW Leaf 0 has 4 layers Leaf 0 has 8000000 documents Graph level=3 size=246, Fanout min=5, mean=16.09, max=32, meandelta=404598.81 % 0 10 20 30 40 50 60 70 80 90 100 0 10 11 13 15 16 17 18 20 23 32 Graph level=2 size=7654, Fanout min=7, mean=27.31, max=32, meandelta=267353.38 % 0 10 20 30 40 50 60 70 80 90 100 0 18 22 24 27 31 32 32 32 32 32 Graph level=1 size=247107, Fanout min=1, mean=28.31, max=32, meandelta=258482.77 % 0 10 20 30 40 50 60 70 80 90 100 0 19 24 27 31 32 32 32 32 32 32 Graph level=0 size=8000000, Fanout min=1, mean=37.67, max=64, meandelta=194535.16 % 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=246, connectedness=1.00 Graph level=2 size=7654, connectedness=1.00 Graph level=1 size=247107, connectedness=1.00 Graph level=0 size=8000000, connectedness=1.00 Performance counter stats for '/usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build:/l/util.nightly/build --add-modules jdk.incubator.vector --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/2026.04.13.05.40.34/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': 221,436,631.25 msec task-clock:u 847,370,541,543,476 cycles:u (36.36%) 84,047,342,573,171 instructions:u (36.36%) 13,475,135,734,422 cache-references:u (36.36%) 3,802,873,276,527 cache-misses:u (36.36%) 53,154,786,635,288 L1-dcache-loads:u (36.36%) 3,593,331,889,727 L1-dcache-load-misses:u (36.36%) 4,061,811,611,473 L1-icache-loads:u (36.36%) 40,770,934,492 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,961,466 faults:u 17,110,091 minor-faults:u 8,857 major-faults:u 10,866,264,944,898 branches:u (36.36%) 115,146,322,232 branch-misses:u (36.36%) 10,996,488,886,387 stalled-cycles-frontend:u (36.36%) stalled-cycles-backend:u 7760.666108495 seconds time elapsed 219922.712190000 seconds user 1496.398363000 seconds sys took 2:09:20.693213 to run KnnGraphTester result: KNNResultV1(lucene_git_rev='650684e6b440e0b85d3c51b3cf546c1b757975fe', luceneutil_git_rev='3b5cb4fd987e355464c0e601ff2882b3ec6f1e40', 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.167, net_cpu_ms=3.312, avg_cpu_core_count=1.046, num_docs=8000000, top_k=100, fanout=100, max_conn=32, beam_width=100, quantize_desc='no', total_visited=5660, index_time_sec=3023.74, index_docs_per_sec=2645.73, force_merge_time_sec=2903.28, index_num_segments=1, index_size_on_disk_mb=32156.35, selectivity=None, pre_post_filter='null', vec_disk_mb=31250.0, vec_ram_mb=31250.0, graph_level_conn_p_values={3: (246, {0: 0, 10: 10, 20: 11, 30: 13, 40: 15, 50: 16, 60: 17, 70: 18, 80: 20, 90: 23, 100: 32}), 2: (7654, {0: 0, 10: 18, 20: 22, 30: 24, 40: 27, 50: 31, 60: 32, 70: 32, 80: 32, 90: 32, 100: 32}), 1: (247107, {0: 0, 10: 19, 20: 24, 30: 27, 40: 31, 50: 32, 60: 32, 70: 32, 80: 32, 90: 32, 100: 32}), 0: (8000000, {0: 0, 10: 17, 20: 22, 30: 26, 40: 30, 50: 34, 60: 40, 70: 47, 80: 58, 90: 64, 100: 64})}, combined_run_time=datetime.timedelta(seconds=7760, microseconds=693213)) Profiler summary for /l/logs.nightly/2026.04.13.05.40.34/bench-knn-q32-fmTrue.jfr Version: 2.1 Chunks: 166 Start: 2026-04-13 15:37:42 (UTC) Duration: 5018 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 97876487 1737316355 jdk.FileWrite 13919178 339092334 jdk.FileRead 573745 13505558 jdk.NativeMethodSample 362147 4981493 jdk.CPULoad 93690 1936571 jdk.BooleanFlag 82336 2653822 jdk.ObjectAllocationInNewTLAB 27662 558510 jdk.Checkpoint 13353 22470854 jdk.UnsignedIntFlag 7968 275044 jdk.IntFlag 7304 270854 jdk.StringFlag 5644 222448 jdk.ObjectAllocationOutsideTLAB 1182 22158 jdk.Compilation 984 26985 jdk.CPUInformation 166 249425 jdk.GCConfiguration 166 4409 jdk.JVMInformation 166 150821 jdk.Metadata 166 18347575 jdk.GarbageCollection 24 597 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.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 org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.04.13.05.40.34/bench-knn-q32-fmTrue.jfr Profiler for cpu at stackSize=1 [/l/logs.nightly/2026.04.13.05.40.34/bench-knn-q32-fmTrue.jfr is 2042.86 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 362147 events (total: 362147) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=false PERCENT CPU SAMPLES STACK 78.61% 284689 jdk.jfr.internal.JVM#emitEvent() [Native code] 15.15% 54859 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 2.57% 9307 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] 2.57% 9307 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] 0.75% 2721 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] 0.18% 638 sun.nio.ch.UnixFileDispatcherImpl#force0() [Native code] 0.05% 175 jdk.internal.misc.Unsafe#park() [Native code] 0.02% 74 jdk.jfr.internal.JVM#getStackTraceId() [Native code] 0.02% 73 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] 0.01% 48 sun.nio.ch.NativeThread#current0() [Native code] 0.01% 29 java.lang.Object#wait0() [Native code] 0.01% 27 java.lang.System#nanoTime() [Native code] 0.01% 25 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] 0.01% 25 jdk.internal.misc.Unsafe#unpark() [Native code] 0.01% 24 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] 0.01% 21 jdk.jfr.internal.JVM#shouldRotateDisk() [Native code] 0.00% 17 java.io.FileOutputStream#writeBytes() [Native code] 0.00% 17 java.io.RandomAccessFile#open0() [Native code] 0.00% 13 java.lang.Thread#sleepNanos0() [Native code] 0.00% 12 java.io.FileDescriptor#close0() [Native code] 0.00% 11 sun.nio.fs.UnixNativeDispatcher#access0() [Native code] 0.00% 11 sun.nio.ch.UnixFileDispatcherImpl#size0() [Native code] 0.00% 8 jdk.jfr.internal.JVM#flush() [Native code] 0.00% 8 sun.nio.fs.UnixNativeDispatcher#lstat0() [Native code] 0.00% 2 java.lang.Object#notifyAll() [Native code] 0.00% 1 java.lang.System#currentTimeMillis() [Native code] 0.00% 1 sun.nio.ch.UnixFileDispatcherImpl#allocationGranularity0() [Native code] 0.00% 1 java.lang.Object#hashCode() [Native code] 0.00% 1 sun.nio.fs.UnixNativeDispatcher#rename0() [Native code] 0.00% 1 java.lang.Object#getClass() [Native code] 0.00% 1 java.lang.System#identityHashCode() [Native code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=4 org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.04.13.05.40.34/bench-knn-q32-fmTrue.jfr Profiler for cpu at stackSize=4 [/l/logs.nightly/2026.04.13.05.40.34/bench-knn-q32-fmTrue.jfr is 2042.86 MB /l/logs.nightly/2026.04.13.05.40.34/bench-knn-q32-fmTrue.jfr is 2042.86 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 362147 events (total: 362147) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=false PERCENT CPU SAMPLES STACK 78.53% 284376 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute() [Inlined code] at jdk.jfr.internal.periodic.PeriodicTask#run() [Inlined code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic() [JIT compiled code] 15.15% 54859 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write() [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer() [Inlined code] at sun.nio.ch.IOUtil#write() [Inlined code] 2.57% 9307 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read() [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer() [Inlined code] at sun.nio.ch.IOUtil#read() [Inlined code] 2.53% 9159 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] 0.70% 2527 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [Inlined code] 0.16% 596 sun.nio.ch.UnixFileDispatcherImpl#force0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#force() [Inlined code] at sun.nio.ch.FileChannelImpl#implForce() [JIT compiled code] at sun.nio.ch.FileChannelImpl#force() [JIT compiled code] 0.09% 310 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute() [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicTask#run() [Interpreted code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic() [Interpreted code] 0.05% 194 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [JIT compiled code] 0.04% 148 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] 0.04% 146 jdk.internal.misc.Unsafe#park() [Native code] at java.util.concurrent.locks.LockSupport#park() [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire() [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared() [Inlined code] 0.02% 64 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open() [Inlined code] at sun.nio.fs.UnixChannelFactory#open() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Inlined code] 0.01% 54 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace() [Inlined code] at jdk.internal.event.FileReadEvent#commit() [JIT compiled code] at jdk.internal.event.FileReadEvent#offer() [Inlined code] 0.01% 41 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current() [Inlined code] at sun.nio.ch.NativeThreadSet#add() [Inlined code] at sun.nio.ch.FileChannelImpl#implRead() [Inlined code] 0.01% 32 sun.nio.ch.UnixFileDispatcherImpl#force0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#force() [Interpreted code] at sun.nio.ch.FileChannelImpl#implForce() [Interpreted code] at sun.nio.ch.FileChannelImpl#force() [Interpreted code] 0.01% 29 jdk.internal.misc.Unsafe#park() [Native code] at java.util.concurrent.locks.LockSupport#park() [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire() [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire() [Inlined code] 0.01% 25 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map() [Inlined code] at sun.nio.ch.FileChannelImpl#mapInternal() [JIT compiled code] at sun.nio.ch.FileChannelImpl#map() [Inlined code] 0.01% 24 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat() [Inlined code] at sun.nio.fs.UnixFileAttributes#get() [Inlined code] at sun.nio.fs.UnixFileAttributeViews$Basic#readAttributes() [Inlined code] 0.01% 24 jdk.internal.misc.Unsafe#unpark() [Native code] at java.util.concurrent.locks.LockSupport#unpark() [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext() [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#release() [Inlined code] 0.01% 21 jdk.jfr.internal.JVM#shouldRotateDisk() [Native code] at jdk.jfr.internal.PlatformRecorder#periodicTask() [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0() [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000000f07aa58#run() [Interpreted code] 0.01% 20 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace() [Inlined code] at jdk.internal.event.FileWriteEvent#commit() [JIT compiled code] at jdk.internal.event.FileWriteEvent#offer() [Inlined code] 0.00% 16 java.lang.System#nanoTime() [Native code] at knn.KnnIndexer#waitForMergesWithStatus() [Interpreted code] at knn.KnnIndexer#createIndex() [Interpreted code] at knn.KnnGraphTester#run() [Interpreted code] 0.00% 13 java.lang.Object#wait0() [Native code] at java.lang.Object#wait() [Inlined code] at jdk.jfr.internal.PlatformRecorder#takeNap() [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#periodicTask() [JIT compiled code] 0.00% 11 java.io.FileDescriptor#close0() [Native code] at java.io.FileDescriptor#close() [Inlined code] at java.io.FileDescriptor$1#close() [Inlined code] at sun.nio.ch.FileChannelImpl$Closer#run() [Inlined code] 0.00% 11 java.lang.System#nanoTime() [Native code] at knn.KnnIndexer#waitForMergesWithStatus() [Interpreted code] at knn.KnnGraphTester#forceMerge() [Interpreted code] at knn.KnnGraphTester#run() [Interpreted code] 0.00% 11 java.lang.Object#wait0() [Native code] at java.lang.Object#wait() [Inlined code] at jdk.jfr.internal.PlatformRecorder#takeNap() [Inlined code] at jdk.jfr.internal.PlatformRecorder#periodicTask() [JIT compiled code] 0.00% 11 java.io.FileOutputStream#writeBytes() [Native code] at java.io.FileOutputStream#traceWriteBytes() [JIT compiled code] at java.io.FileOutputStream#write() [JIT compiled code] at java.lang.System$Out#write() [Inlined code] 0.00% 9 java.io.RandomAccessFile#open0() [Native code] at java.io.RandomAccessFile#open() [Interpreted code] at java.io.RandomAccessFile#() [Interpreted code] at java.io.RandomAccessFile#() [Interpreted code] 0.00% 9 sun.nio.ch.UnixFileDispatcherImpl#size0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#size() [Inlined code] at sun.nio.ch.FileChannelImpl#size() [JIT compiled code] at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock#ensureValid() [JIT compiled code] 0.00% 9 sun.nio.ch.UnixFileDispatcherImpl#force0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#force() [JIT compiled code] at sun.nio.ch.FileChannelImpl#implForce() [Interpreted code] at sun.nio.ch.FileChannelImpl#force() [JIT compiled code] 0.00% 9 java.lang.Thread#sleepNanos0() [Native code] at java.lang.Thread#sleepNanos() [Inlined code] at java.lang.Thread#sleep() [JIT compiled code] at knn.KnnIndexer#waitForMergesWithStatus() [Interpreted code] 0.00% 8 sun.nio.fs.UnixNativeDispatcher#access0() [Native code] at sun.nio.fs.UnixNativeDispatcher#access() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#exists() [Inlined code] at java.nio.file.Files#exists() [JIT compiled code] 0.00% 8 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#open() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Inlined code] 0.00% 8 sun.nio.fs.UnixNativeDispatcher#lstat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#lstat() [Inlined code] at sun.nio.fs.UnixFileAttributes#get() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [Inlined code] 0.00% 8 java.io.RandomAccessFile#open0() [Native code] at java.io.RandomAccessFile#open() [Interpreted code] at java.io.RandomAccessFile#() [Interpreted code] at java.io.RandomAccessFile#() [Inlined code] 0.00% 7 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current() [Inlined code] at sun.nio.ch.NativeThreadSet#add() [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite() [Inlined code] 0.00% 6 jdk.jfr.internal.JVM#flush() [Native code] at jdk.jfr.internal.event.EventWriter#flush() [JIT compiled code] at jdk.jfr.internal.event.EventWriter#isValidForSize() [Inlined code] at jdk.jfr.internal.event.EventWriter#putLong() [Inlined code] 0.00% 5 java.lang.Object#wait0() [Native code] at java.lang.Object#wait() [Inlined code] at jdk.jfr.internal.PlatformRecorder#takeNap() [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#periodicTask() [Interpreted code] 0.00% 3 java.io.FileOutputStream#writeBytes() [Native code] at java.io.FileOutputStream#traceWriteBytes() [Interpreted code] at java.io.FileOutputStream#write() [JIT compiled code] at java.lang.System$Out#write() [Inlined code] 0.00% 3 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute() [Inlined code] at jdk.jfr.internal.periodic.PeriodicTask#run() [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic() [Interpreted code] 0.00% 3 sun.nio.fs.UnixNativeDispatcher#access0() [Native code] at sun.nio.fs.UnixNativeDispatcher#access() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#exists() [JIT compiled code] at java.nio.file.Files#exists() [Inlined code] 0.00% 3 java.lang.Thread#sleepNanos0() [Native code] at java.lang.Thread#sleepNanos() [JIT compiled code] at java.lang.Thread#sleep() [JIT compiled code] at knn.KnnIndexer#waitForMergesWithStatus() [Interpreted code] 0.00% 3 java.io.FileOutputStream#writeBytes() [Native code] at java.io.FileOutputStream#traceWriteBytes() [Inlined code] at java.io.FileOutputStream#write() [JIT compiled code] at java.lang.System$Out#write() [Inlined code] 0.00% 2 jdk.jfr.internal.JVM#flush() [Native code] at jdk.jfr.internal.MetadataRepository#flush() [Inlined code] at jdk.jfr.internal.PlatformRecorder#flush() [JIT compiled code] at jdk.jfr.internal.periodic.FlushTask#execute() [Inlined code] 0.00% 2 sun.nio.ch.UnixFileDispatcherImpl#size0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#size() [Inlined code] at sun.nio.ch.FileChannelImpl#mapInternal() [JIT compiled code] at sun.nio.ch.FileChannelImpl#map() [Inlined code] 0.00% 1 java.lang.System#identityHashCode() [Native code] at java.util.IdentityHashMap#hash() [Inlined code] at java.util.IdentityHashMap#put() [JIT compiled code] at java.util.Collections$SetFromMap#add() [JIT compiled code] 0.00% 1 java.lang.Object#hashCode() [Native code] at org.apache.lucene.index.ConcurrentApproximatePriorityQueue#add() [Inlined code] at org.apache.lucene.index.LockableConcurrentApproximatePriorityQueue#addAndUnlock() [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThreadPool#marksAsFreeAndUnlock() [JIT compiled code] 0.00% 1 java.lang.Thread#sleepNanos0() [Native code] at java.lang.Thread#sleepNanos() [Interpreted code] at java.lang.Thread#sleep() [Interpreted code] at knn.KnnIndexer#waitForMergesWithStatus() [Interpreted code] 0.00% 1 sun.nio.fs.UnixNativeDispatcher#rename0() [Native code] at sun.nio.fs.UnixNativeDispatcher#rename() [Interpreted code] at sun.nio.fs.UnixFileSystem#move() [Interpreted code] at sun.nio.fs.UnixFileSystemProvider#move() [Interpreted code] 0.00% 1 java.lang.System#currentTimeMillis() [Native code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic() [Interpreted code] at jdk.jfr.internal.PlatformRecorder#periodicTask() [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0() [Interpreted code] 0.00% 1 java.lang.Object#getClass() [Native code] at java.util.ArrayList#() [JIT compiled code] at org.apache.lucene.search.AbstractKnnVectorQuery#rewrite() [JIT compiled code] at org.apache.lucene.search.KnnFloatVectorQuery#rewrite() [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 org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.04.13.05.40.34/bench-knn-q32-fmTrue.jfr Profiler for cpu at stackSize=12 [/l/logs.nightly/2026.04.13.05.40.34/bench-knn-q32-fmTrue.jfr is 2042.86 MB /l/logs.nightly/2026.04.13.05.40.34/bench-knn-q32-fmTrue.jfr is 2042.86 MB /l/logs.nightly/2026.04.13.05.40.34/bench-knn-q32-fmTrue.jfr is 2042.86 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 362147 events (total: 362147) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=false PERCENT CPU SAMPLES STACK 68.87% 249398 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute() [Inlined code] at jdk.jfr.internal.periodic.PeriodicTask#run() [Inlined code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic() [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#periodicTask() [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0() [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000000f07aa58#run() [Interpreted code] at java.lang.Thread#runWith() [Interpreted code] at java.lang.Thread#run() [Interpreted code] 9.66% 34978 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute() [Inlined code] at jdk.jfr.internal.periodic.PeriodicTask#run() [Inlined code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic() [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#periodicTask() [Interpreted code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0() [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000000f07aa58#run() [Interpreted code] at java.lang.Thread#runWith() [Interpreted code] at java.lang.Thread#run() [Interpreted code] 8.50% 30779 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write() [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer() [Inlined code] at sun.nio.ch.IOUtil#write() [Inlined code] at sun.nio.ch.IOUtil#write() [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite() [Inlined code] at sun.nio.ch.FileChannelImpl#write() [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully() [JIT compiled code] at sun.nio.ch.ChannelOutputStream#write() [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write() [Inlined code] at java.util.zip.CheckedOutputStream#write() [JIT compiled code] 6.65% 24080 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write() [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer() [Inlined code] at sun.nio.ch.IOUtil#write() [Inlined code] at sun.nio.ch.IOUtil#write() [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite() [Inlined code] at sun.nio.ch.FileChannelImpl#write() [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully() [Inlined code] at sun.nio.ch.ChannelOutputStream#write() [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write() [Inlined code] at java.util.zip.CheckedOutputStream#write() [Inlined code] 2.57% 9297 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read() [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer() [Inlined code] at sun.nio.ch.IOUtil#read() [Inlined code] at sun.nio.ch.IOUtil#read() [JIT compiled code] at sun.nio.ch.FileChannelImpl#implRead() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead() [JIT compiled code] at sun.nio.ch.FileChannelImpl#read() [Inlined code] at knn.VectorReader#readNext() [Inlined code] at knn.VectorReaderFloat32#next() [Inlined code] at knn.IndexerThread#_run() [JIT compiled code] at knn.IndexerThread#run() [Interpreted code] 1.21% 4373 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [Inlined code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [JIT compiled code] at org.apache.lucene.store.FilterDirectory#deleteFile() [JIT compiled code] at org.apache.lucene.store.TrackingDirectoryWrapper#deleteFile() [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#lambda$mergeOneFieldToIndex$0() [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$$Lambda.0x000000000f19ab50#close() [Interpreted code] 0.95% 3436 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [Inlined code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete() [Inlined code] at org.apache.lucene.util.FileDeleter#delete() [JIT compiled code] at org.apache.lucene.util.FileDeleter#decRef() [Interpreted code] at org.apache.lucene.index.IndexFileDeleter#decRef() [JIT compiled code] 0.68% 2463 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle() [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup() [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup() [Inlined code] at jdk.internal.foreign.SharedSession$SharedResourceList#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl#close() [Inlined code] at jdk.internal.foreign.ArenaImpl#close() [Inlined code] at org.apache.lucene.store.RefCountedSharedArena#release() [Inlined code] at org.apache.lucene.store.RefCountedSharedArena#close() [Inlined code] 0.36% 1299 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [Inlined code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [Inlined code] at org.apache.lucene.util.FileDeleter#delete() [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete() [Inlined code] at org.apache.lucene.util.FileDeleter#decRef() [JIT compiled code] at org.apache.lucene.index.IndexFileDeleter#decRef() [Inlined code] 0.11% 405 sun.nio.ch.UnixFileDispatcherImpl#force0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#force() [Inlined code] at sun.nio.ch.FileChannelImpl#implForce() [JIT compiled code] at sun.nio.ch.FileChannelImpl#force() [JIT compiled code] at org.apache.lucene.util.IOUtils#fsync() [JIT compiled code] at org.apache.lucene.store.FSDirectory#fsync() [JIT compiled code] at org.apache.lucene.store.FSDirectory#sync() [Interpreted code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#sync() [Interpreted code] at org.apache.lucene.index.IndexWriter#startCommit() [Interpreted code] at org.apache.lucene.index.IndexWriter#prepareCommitInternal() [Interpreted code] at org.apache.lucene.index.IndexWriter#commitInternal() [Interpreted code] at org.apache.lucene.index.IndexWriter#shutdown() [Interpreted code] 0.09% 310 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute() [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicTask#run() [Interpreted code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic() [Interpreted code] at jdk.jfr.internal.PlatformRecorder#periodicTask() [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0() [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000000f07aa58#run() [Interpreted code] at java.lang.Thread#runWith() [Interpreted code] at java.lang.Thread#run() [Interpreted code] 0.05% 194 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle() [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup() [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup() [Inlined code] at jdk.internal.foreign.SharedSession$SharedResourceList#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl#close() [Inlined code] at jdk.internal.foreign.ArenaImpl#close() [Inlined code] at org.apache.lucene.store.RefCountedSharedArena#release() [Inlined code] at org.apache.lucene.store.RefCountedSharedArena#close() [Inlined code] 0.05% 185 sun.nio.ch.UnixFileDispatcherImpl#force0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#force() [Inlined code] at sun.nio.ch.FileChannelImpl#implForce() [JIT compiled code] at sun.nio.ch.FileChannelImpl#force() [JIT compiled code] at org.apache.lucene.util.IOUtils#fsync() [JIT compiled code] at org.apache.lucene.store.FSDirectory#fsync() [JIT compiled code] at org.apache.lucene.store.FSDirectory#sync() [Interpreted code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#sync() [Interpreted code] at org.apache.lucene.index.IndexWriter#startCommit() [Interpreted code] at org.apache.lucene.index.IndexWriter#prepareCommitInternal() [Interpreted code] at org.apache.lucene.index.IndexWriter#commitInternal() [Interpreted code] at org.apache.lucene.index.IndexWriter#commit() [Interpreted code] 0.02% 74 jdk.internal.misc.Unsafe#park() [Native code] at java.util.concurrent.locks.LockSupport#park() [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire() [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared() [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock() [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] 0.02% 72 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [JIT compiled code] at jdk.jfr.internal.RepositoryChunk#delete() [Interpreted code] at jdk.jfr.internal.RepositoryChunk#destroy() [Interpreted code] at jdk.jfr.internal.RepositoryChunk#release() [JIT compiled code] at jdk.jfr.internal.PlatformRecording#removed() [Interpreted code] at jdk.jfr.internal.PlatformRecording#trimToSize() [Interpreted code] at jdk.jfr.internal.PlatformRecording#appendChunk() [Interpreted code] at jdk.jfr.internal.PlatformRecorder#finishChunk() [Interpreted code] 0.02% 71 jdk.internal.misc.Unsafe#park() [Native code] at java.util.concurrent.locks.LockSupport#park() [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire() [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared() [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock() [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [JIT compiled code] 0.01% 54 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace() [Inlined code] at jdk.internal.event.FileReadEvent#commit() [JIT compiled code] at jdk.internal.event.FileReadEvent#offer() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead() [JIT compiled code] at sun.nio.ch.FileChannelImpl#read() [Inlined code] at knn.VectorReader#readNext() [Inlined code] at knn.VectorReaderFloat32#next() [Inlined code] at knn.IndexerThread#_run() [JIT compiled code] at knn.IndexerThread#run() [Interpreted code] 0.01% 52 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [JIT compiled code] at jdk.jfr.internal.RepositoryChunk#delete() [Interpreted code] at jdk.jfr.internal.RepositoryChunk#destroy() [Interpreted code] at jdk.jfr.internal.RepositoryChunk#release() [JIT compiled code] at jdk.jfr.internal.PlatformRecording#removed() [Interpreted code] at jdk.jfr.internal.PlatformRecording#trimToSize() [JIT compiled code] at jdk.jfr.internal.PlatformRecording#appendChunk() [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#finishChunk() [JIT compiled code] 0.01% 51 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open() [Inlined code] at sun.nio.fs.UnixChannelFactory#open() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Inlined code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#newFileChannel() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#newByteChannel() [Inlined code] at java.nio.file.spi.FileSystemProvider#newOutputStream() [JIT compiled code] at java.nio.file.Files#newOutputStream() [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#() [JIT compiled code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#() [Inlined code] at org.apache.lucene.store.FSDirectory#createOutput() [Inlined code] 0.01% 42 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [JIT compiled code] at jdk.jfr.internal.RepositoryChunk#delete() [Interpreted code] at jdk.jfr.internal.RepositoryChunk#destroy() [Interpreted code] at jdk.jfr.internal.RepositoryChunk#release() [JIT compiled code] at jdk.jfr.internal.PlatformRecording#removed() [Interpreted code] at jdk.jfr.internal.PlatformRecording#trimToSize() [JIT compiled code] at jdk.jfr.internal.PlatformRecording#appendChunk() [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#finishChunk() [JIT compiled code] 0.01% 41 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current() [Inlined code] at sun.nio.ch.NativeThreadSet#add() [Inlined code] at sun.nio.ch.FileChannelImpl#implRead() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead() [JIT compiled code] at sun.nio.ch.FileChannelImpl#read() [Inlined code] at knn.VectorReader#readNext() [Inlined code] at knn.VectorReaderFloat32#next() [Inlined code] at knn.IndexerThread#_run() [JIT compiled code] at knn.IndexerThread#run() [Interpreted code] 0.01% 29 sun.nio.ch.UnixFileDispatcherImpl#force0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#force() [Interpreted code] at sun.nio.ch.FileChannelImpl#implForce() [Interpreted code] at sun.nio.ch.FileChannelImpl#force() [Interpreted code] at org.apache.lucene.util.IOUtils#fsync() [Interpreted code] at org.apache.lucene.store.FSDirectory#fsync() [Interpreted code] at org.apache.lucene.store.FSDirectory#sync() [Interpreted code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#sync() [Interpreted code] at org.apache.lucene.index.IndexWriter#startCommit() [Interpreted code] at org.apache.lucene.index.IndexWriter#prepareCommitInternal() [Interpreted code] at org.apache.lucene.index.IndexWriter#commitInternal() [Interpreted code] at org.apache.lucene.index.IndexWriter#commit() [Interpreted code] 0.01% 24 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [JIT compiled code] at jdk.jfr.internal.RepositoryChunk#delete() [Interpreted code] at jdk.jfr.internal.RepositoryChunk#destroy() [Interpreted code] at jdk.jfr.internal.RepositoryChunk#release() [Interpreted code] at jdk.jfr.internal.PlatformRecording#removed() [Interpreted code] at jdk.jfr.internal.PlatformRecording#trimToSize() [Interpreted code] at jdk.jfr.internal.PlatformRecording#appendChunk() [Interpreted code] at jdk.jfr.internal.PlatformRecorder#finishChunk() [Interpreted code] 0.01% 21 jdk.jfr.internal.JVM#shouldRotateDisk() [Native code] at jdk.jfr.internal.PlatformRecorder#periodicTask() [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0() [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000000f07aa58#run() [Interpreted code] at java.lang.Thread#runWith() [Interpreted code] at java.lang.Thread#run() [Interpreted code] 0.01% 21 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle() [Inlined code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl#close() [Inlined code] at jdk.internal.foreign.ArenaImpl#close() [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#close() [JIT compiled code] at org.apache.lucene.store.BufferedChecksumIndexInput#close() [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.FieldsIndexWriter#finish() [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#finish() [JIT compiled code] 0.00% 16 java.lang.System#nanoTime() [Native code] at knn.KnnIndexer#waitForMergesWithStatus() [Interpreted code] at knn.KnnIndexer#createIndex() [Interpreted code] at knn.KnnGraphTester#run() [Interpreted code] at knn.KnnGraphTester#runWithCleanUp() [Interpreted code] at knn.KnnGraphTester#main() [Interpreted code] 0.00% 15 jdk.internal.misc.Unsafe#park() [Native code] at java.util.concurrent.locks.LockSupport#park() [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire() [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire() [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#lock() [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#write() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [Inlined code] 0.00% 13 java.lang.Object#wait0() [Native code] at java.lang.Object#wait() [Inlined code] at jdk.jfr.internal.PlatformRecorder#takeNap() [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#periodicTask() [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0() [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000000f07aa58#run() [Interpreted code] at java.lang.Thread#runWith() [Interpreted code] at java.lang.Thread#run() [Interpreted code] 0.00% 11 java.lang.System#nanoTime() [Native code] at knn.KnnIndexer#waitForMergesWithStatus() [Interpreted code] at knn.KnnGraphTester#forceMerge() [Interpreted code] at knn.KnnGraphTester#run() [Interpreted code] at knn.KnnGraphTester#runWithCleanUp() [Interpreted code] at knn.KnnGraphTester#main() [Interpreted code] 0.00% 11 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle() [Inlined code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl#close() [Inlined code] at jdk.internal.foreign.ArenaImpl#close() [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#close() [JIT compiled code] at org.apache.lucene.store.BufferedChecksumIndexInput#close() [Inlined code] at org.apache.lucene.codecs.lucene94.Lucene94FieldInfosFormat#read() [JIT compiled code] at org.apache.lucene.index.SegmentCoreReaders#() [JIT compiled code] 0.00% 11 java.io.FileOutputStream#writeBytes() [Native code] at java.io.FileOutputStream#traceWriteBytes() [JIT compiled code] at java.io.FileOutputStream#write() [JIT compiled code] at java.lang.System$Out#write() [Inlined code] at java.io.BufferedOutputStream#flushBuffer() [JIT compiled code] at java.io.BufferedOutputStream#flush() [JIT compiled code] at java.io.PrintStream#write() [JIT compiled code] at sun.nio.cs.StreamEncoder#writeBytes() [JIT compiled code] at sun.nio.cs.StreamEncoder#implFlushBuffer() [Inlined code] at sun.nio.cs.StreamEncoder#flushBuffer() [JIT compiled code] at java.io.OutputStreamWriter#flushBuffer() [Inlined code] at java.io.PrintStream#write() [JIT compiled code] 0.00% 11 java.lang.Object#wait0() [Native code] at java.lang.Object#wait() [Inlined code] at jdk.jfr.internal.PlatformRecorder#takeNap() [Inlined code] at jdk.jfr.internal.PlatformRecorder#periodicTask() [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0() [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000000f07aa58#run() [Interpreted code] at java.lang.Thread#runWith() [Interpreted code] at java.lang.Thread#run() [Interpreted code] 0.00% 11 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle() [Inlined code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl#close() [Inlined code] at jdk.internal.foreign.ArenaImpl#close() [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#close() [JIT compiled code] at org.apache.lucene.store.BufferedChecksumIndexInput#close() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsReader#() [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsFormat#fieldsReader() [JIT compiled code] 0.00% 10 java.io.FileDescriptor#close0() [Native code] at java.io.FileDescriptor#close() [Inlined code] at java.io.FileDescriptor$1#close() [Inlined code] at sun.nio.ch.FileChannelImpl$Closer#run() [Inlined code] at jdk.internal.ref.CleanerImpl$PhantomCleanableRef#performCleanup() [Inlined code] at jdk.internal.ref.PhantomCleanable#clean() [Inlined code] at sun.nio.ch.FileChannelImpl#implCloseChannel() [Inlined code] at java.nio.channels.spi.AbstractInterruptibleChannel#close() [JIT compiled code] at sun.nio.ch.ChannelOutputStream#close() [JIT compiled code] at java.io.FilterOutputStream#close() [JIT compiled code] at java.io.FilterOutputStream#close() [JIT compiled code] at java.io.FilterOutputStream#close() [Inlined code] 0.00% 10 jdk.internal.misc.Unsafe#unpark() [Native code] at java.util.concurrent.locks.LockSupport#unpark() [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext() [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#release() [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#unlock() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] 0.00% 10 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle() [Inlined code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl#close() [Inlined code] at jdk.internal.foreign.ArenaImpl#close() [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#close() [JIT compiled code] at org.apache.lucene.store.BufferedChecksumIndexInput#close() [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.FieldsIndexWriter#finish() [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#finish() [JIT compiled code] 0.00% 9 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read() [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer() [Inlined code] at sun.nio.ch.IOUtil#read() [Inlined code] at sun.nio.ch.IOUtil#read() [JIT compiled code] at sun.nio.ch.FileChannelImpl#implRead() [JIT compiled code] at sun.nio.ch.FileChannelImpl#traceImplRead() [Inlined code] at sun.nio.ch.FileChannelImpl#read() [Inlined code] at knn.VectorReader#readNext() [Inlined code] at knn.VectorReaderFloat32#next() [JIT compiled code] at knn.KnnGraphTester#testSearch() [Interpreted code] at knn.KnnGraphTester#run() [Interpreted code] 0.00% 9 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace() [Inlined code] at jdk.internal.event.FileWriteEvent#commit() [JIT compiled code] at jdk.internal.event.FileWriteEvent#offer() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite() [Inlined code] at sun.nio.ch.FileChannelImpl#write() [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully() [Inlined code] at sun.nio.ch.ChannelOutputStream#write() [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write() [Inlined code] at java.util.zip.CheckedOutputStream#write() [Inlined code] at java.io.BufferedOutputStream#flushBuffer() [Inlined code] at java.io.BufferedOutputStream#write() [Inlined code] 0.00% 9 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace() [Inlined code] at jdk.internal.event.FileWriteEvent#commit() [JIT compiled code] at jdk.internal.event.FileWriteEvent#offer() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite() [Inlined code] at sun.nio.ch.FileChannelImpl#write() [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully() [JIT compiled code] at sun.nio.ch.ChannelOutputStream#write() [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write() [Inlined code] at java.util.zip.CheckedOutputStream#write() [JIT compiled code] at java.io.BufferedOutputStream#write() [Inlined code] at org.apache.lucene.store.OutputStreamIndexOutput#writeBytes() [Inlined code] 0.00% 9 sun.nio.ch.UnixFileDispatcherImpl#force0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#force() [JIT compiled code] at sun.nio.ch.FileChannelImpl#implForce() [Interpreted code] at sun.nio.ch.FileChannelImpl#force() [JIT compiled code] at org.apache.lucene.util.IOUtils#fsync() [JIT compiled code] at org.apache.lucene.store.FSDirectory#fsync() [Interpreted code] at org.apache.lucene.store.FSDirectory#sync() [Interpreted code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#sync() [Interpreted code] at org.apache.lucene.index.IndexWriter#startCommit() [Interpreted code] at org.apache.lucene.index.IndexWriter#prepareCommitInternal() [Interpreted code] at org.apache.lucene.index.IndexWriter#commitInternal() [Interpreted code] at org.apache.lucene.index.IndexWriter#commit() [Interpreted code] 0.00% 8 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat() [Inlined code] at sun.nio.fs.UnixFileAttributes#get() [Inlined code] at sun.nio.fs.UnixFileAttributeViews$Basic#readAttributes() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#readAttributes() [Inlined code] at sun.nio.fs.LinuxFileSystemProvider#readAttributes() [Inlined code] at java.nio.file.Files#readAttributes() [Inlined code] at java.nio.file.Files#size() [Inlined code] at org.apache.lucene.store.FSDirectory#fileLength() [Inlined code] at org.apache.lucene.index.SegmentCommitInfo#sizeInBytes() [JIT compiled code] at org.apache.lucene.index.MergePolicy#size() [JIT compiled code] at org.apache.lucene.index.TieredMergePolicy#getSortedBySegmentSize() [JIT compiled code] 0.00% 7 jdk.internal.misc.Unsafe#park() [Native code] at java.util.concurrent.locks.LockSupport#park() [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire() [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire() [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#lock() [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#write() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [Interpreted code] 0.00% 7 jdk.internal.misc.Unsafe#unpark() [Native code] at java.util.concurrent.locks.LockSupport#unpark() [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext() [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#release() [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#unlock() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Interpreted code] 0.00% 7 jdk.internal.misc.Unsafe#unpark() [Native code] at java.util.concurrent.locks.LockSupport#unpark() [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext() [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#release() [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#unlock() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] 0.00% 7 java.io.RandomAccessFile#open0() [Native code] at java.io.RandomAccessFile#open() [Interpreted code] at java.io.RandomAccessFile#() [Interpreted code] at java.io.RandomAccessFile#() [Interpreted code] at jdk.jfr.internal.RepositoryChunk#() [Interpreted code] at jdk.jfr.internal.Repository#newChunk() [Interpreted code] at jdk.jfr.internal.PlatformRecorder#rotateDisk() [Interpreted code] at jdk.jfr.internal.PlatformRecorder#periodicTask() [Interpreted code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0() [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000000f07aa58#run() [Interpreted code] at java.lang.Thread#runWith() [Interpreted code] at java.lang.Thread#run() [Interpreted code] 0.00% 6 java.lang.Thread#sleepNanos0() [Native code] at java.lang.Thread#sleepNanos() [Inlined code] at java.lang.Thread#sleep() [JIT compiled code] at knn.KnnIndexer#waitForMergesWithStatus() [Interpreted code] at knn.KnnIndexer#createIndex() [Interpreted code] at knn.KnnGraphTester#run() [Interpreted code] at knn.KnnGraphTester#runWithCleanUp() [Interpreted code] at knn.KnnGraphTester#main() [Interpreted code] 0.00% 6 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map() [Inlined code] at sun.nio.ch.FileChannelImpl#mapInternal() [JIT compiled code] at sun.nio.ch.FileChannelImpl#map() [Inlined code] at org.apache.lucene.store.MMapDirectory#map() [JIT compiled code] at org.apache.lucene.store.MMapDirectory#openInput() [JIT compiled code] at org.apache.lucene.store.FilterDirectory#openInput() [JIT compiled code] at org.apache.lucene.store.FilterDirectory#openInput() [Inlined code] at org.apache.lucene.store.Directory#openChecksumInput() [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.FieldsIndexWriter#finish() [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#finish() [JIT compiled code] at org.apache.lucene.index.StoredFieldsConsumer#flush() [JIT compiled code] 0.00% 6 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open() [Inlined code] at sun.nio.fs.UnixChannelFactory#open() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Inlined code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#newFileChannel() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#newByteChannel() [Inlined code] at java.nio.file.spi.FileSystemProvider#newOutputStream() [JIT compiled code] at java.nio.file.Files#newOutputStream() [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#() [JIT compiled code] at org.apache.lucene.store.FSDirectory#createTempOutput() [JIT compiled code] at org.apache.lucene.store.FilterDirectory#createTempOutput() [JIT compiled code] 0.00% 6 jdk.internal.misc.Unsafe#park() [Native code] at java.util.concurrent.locks.LockSupport#park() [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire() [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire() [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#lock() [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#write() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [JIT compiled code] 0.00% 6 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [Inlined code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [Inlined code] at org.apache.lucene.store.TrackingDirectoryWrapper#deleteFile() [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.FieldsIndexWriter#finish() [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#finish() [JIT compiled code] at org.apache.lucene.index.StoredFieldsConsumer#flush() [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 org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.04.13.05.40.34/bench-knn-q32-fmTrue.jfr Profiler for heap at stackSize=1 [/l/logs.nightly/2026.04.13.05.40.34/bench-knn-q32-fmTrue.jfr is 2042.86 MB /l/logs.nightly/2026.04.13.05.40.34/bench-knn-q32-fmTrue.jfr is 2042.86 MB /l/logs.nightly/2026.04.13.05.40.34/bench-knn-q32-fmTrue.jfr is 2042.86 MB /l/logs.nightly/2026.04.13.05.40.34/bench-knn-q32-fmTrue.jfr is 2042.86 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 28836 events (total: 212521M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=false PERCENT HEAP SAMPLES STACK 53.87% 114493M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] 29.83% 63393M org.apache.lucene.util.TernaryLongHeap#() [JIT compiled code] 3.43% 7283M org.apache.lucene.util.hnsw.NeighborQueue#nodes() [Inlined code] 2.59% 5508M java.util.Arrays#copyOf() [Inlined code] 2.53% 5367M java.lang.Integer#valueOf() [Inlined code] 1.45% 3084M org.apache.lucene.util.hnsw.NeighborArray#() [Inlined code] 1.17% 2477M org.apache.lucene.util.ArrayUtil#copyOfSubArray() [Inlined code] 1.10% 2334M org.apache.lucene.util.hnsw.NeighborArray#sort() [Inlined code] 0.67% 1415M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] 0.45% 955M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode() [Inlined code] 0.39% 828M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager() [Inlined code] 0.37% 789M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse() [Inlined code] 0.36% 761M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse() [JIT compiled code] 0.18% 372M java.lang.invoke.DirectMethodHandle#allocateInstance() [Inlined code] 0.17% 369M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document() [JIT compiled code] 0.14% 307M org.apache.lucene.util.SparseFixedBitSet#() [JIT compiled code] 0.12% 256M java.util.DualPivotQuicksort#tryMergeRuns() [JIT compiled code] 0.12% 247M org.apache.lucene.internal.hppc.IntIntHashMap#allocateBuffers() [Interpreted code] 0.11% 232M java.util.DualPivotQuicksort#sort() [JIT compiled code] 0.09% 187M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode() [JIT compiled code] 0.07% 143M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager() [Interpreted code] 0.05% 101M org.apache.lucene.util.hnsw.OnHeapHnswGraph#() [JIT compiled code] 0.05% 101M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire() [JIT compiled code] 0.05% 100M java.lang.Thread#beforeSleep() [Inlined code] 0.04% 95M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal() [Inlined code] 0.04% 93M knn.KnnIndexer#createIndex() [Interpreted code] 0.04% 90M jdk.incubator.vector.FloatVector#lanewiseTemplate() [Inlined code] 0.04% 89M java.util.ArrayList#grow() [Inlined code] 0.04% 84M org.apache.lucene.util.FixedBitSet#() [Inlined code] 0.04% 77M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge() [Interpreted code] 0.03% 73M java.lang.reflect.Array#newInstance() [Inlined code] 0.03% 73M knn.KnnIndexer#waitForMergesWithStatus() [Interpreted code] 0.03% 72M java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject#await() [Interpreted code] 0.03% 67M knn.IndexerThread#_run() [JIT compiled code] 0.03% 61M java.util.HashMap#newNode() [Inlined code] 0.03% 60M jdk.jfr.internal.ShutdownHook#run() [Interpreted code] 0.03% 59M jdk.internal.misc.Unsafe#allocateUninitializedArray() [Inlined code] 0.03% 54M java.util.HashMap#resize() [JIT compiled code] 0.02% 47M org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#writeGraph() [JIT compiled code] 0.02% 40M java.util.concurrent.locks.ReentrantReadWriteLock$Sync$ThreadLocalHoldCounter#initialValue() [Inlined code] 0.02% 38M org.apache.lucene.document.Document#() [Inlined code] 0.02% 32M knn.KnnGraphTester#printGraphFanout() [Interpreted code] 0.01% 29M java.lang.ThreadLocal$ThreadLocalMap#set() [Inlined code] 0.01% 28M java.util.logging.LogManager#reset() [Interpreted code] 0.01% 16M org.apache.lucene.util.packed.DirectMonotonicWriter#() [Inlined code] 0.01% 11M org.apache.lucene.util.SparseFixedBitSet#insertLong() [Inlined code] 0.00% 10M java.util.HashSet#toArray() [JIT compiled code] 0.00% 9M org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel() [JIT compiled code] 0.00% 9M java.nio.HeapByteBuffer#() [Inlined code] 0.00% 9M java.util.Arrays#copyOfRange() [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 org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.04.13.05.40.34/bench-knn-q32-fmTrue.jfr Profiler for heap at stackSize=4 [/l/logs.nightly/2026.04.13.05.40.34/bench-knn-q32-fmTrue.jfr is 2042.86 MB /l/logs.nightly/2026.04.13.05.40.34/bench-knn-q32-fmTrue.jfr is 2042.86 MB /l/logs.nightly/2026.04.13.05.40.34/bench-knn-q32-fmTrue.jfr is 2042.86 MB /l/logs.nightly/2026.04.13.05.40.34/bench-knn-q32-fmTrue.jfr is 2042.86 MB /l/logs.nightly/2026.04.13.05.40.34/bench-knn-q32-fmTrue.jfr is 2042.86 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 28836 events (total: 212521M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=false PERCENT HEAP SAMPLES STACK 44.80% 95208M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder() [Inlined code] 18.31% 38918M org.apache.lucene.util.TernaryLongHeap#() [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#() [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollector#() [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector() [JIT compiled code] 11.52% 24475M org.apache.lucene.util.TernaryLongHeap#() [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#() [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#() [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector() [Interpreted code] 9.02% 19175M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder() [Inlined code] 3.43% 7283M org.apache.lucene.util.hnsw.NeighborQueue#nodes() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] 2.58% 5491M java.util.Arrays#copyOf() [Inlined code] at java.util.ArrayDeque#grow() [JIT compiled code] at java.util.ArrayDeque#addFirst() [Inlined code] at java.util.ArrayDeque#push() [Inlined code] 2.52% 5348M java.lang.Integer#valueOf() [Inlined code] at knn.KnnGraphTester#printGraphConnectedNess() [JIT compiled code] at knn.KnnGraphTester#printFanoutHist() [Interpreted code] at knn.KnnGraphTester#printFanoutHist() [Interpreted code] 1.17% 2477M org.apache.lucene.util.ArrayUtil#copyOfSubArray() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue() [Inlined code] 1.10% 2328M org.apache.lucene.util.hnsw.NeighborArray#sort() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor() [Inlined code] 0.80% 1705M org.apache.lucene.util.hnsw.NeighborArray#() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] 0.56% 1189M org.apache.lucene.util.hnsw.NeighborArray#() [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] 0.43% 919M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] 0.39% 828M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager() [Inlined code] at org.apache.lucene.search.AbstractKnnVectorQuery#rewrite() [JIT compiled code] at org.apache.lucene.search.KnnFloatVectorQuery#rewrite() [Inlined code] at knn.KnnGraphTester$ProfiledKnnFloatVectorQuery#rewrite() [JIT compiled code] 0.37% 789M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] 0.36% 761M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] 0.32% 671M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [JIT compiled code] 0.30% 638M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] 0.15% 319M java.lang.invoke.DirectMethodHandle#allocateInstance() [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() [Inlined code] 0.14% 307M org.apache.lucene.util.SparseFixedBitSet#() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#createBitSet() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#search() [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsReader#search() [JIT compiled code] 0.12% 256M java.util.DualPivotQuicksort#tryMergeRuns() [JIT compiled code] at java.util.DualPivotQuicksort#sort() [JIT compiled code] at java.util.DualPivotQuicksort#sort() [Inlined code] at java.util.Arrays#sort() [Inlined code] 0.09% 189M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document() [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader#serializedDocument() [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#copyOneDoc() [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#merge() [JIT compiled code] 0.09% 189M org.apache.lucene.util.hnsw.NeighborArray#() [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode() [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure() [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph() [Interpreted code] 0.09% 187M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode() [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure() [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph() [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph() [Interpreted code] 0.08% 178M java.util.DualPivotQuicksort#sort() [JIT compiled code] at java.util.DualPivotQuicksort#sort() [Inlined code] at java.util.Arrays#sort() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#writeGraph() [JIT compiled code] 0.07% 155M org.apache.lucene.internal.hppc.IntIntHashMap#allocateBuffers() [Interpreted code] at org.apache.lucene.internal.hppc.IntIntHashMap#ensureCapacity() [Interpreted code] at org.apache.lucene.internal.hppc.IntIntHashMap#() [Inlined code] at org.apache.lucene.internal.hppc.IntIntHashMap#() [Inlined code] 0.07% 155M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document() [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader#serializedDocument() [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#copyOneDoc() [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#merge() [JIT compiled code] 0.07% 143M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager() [Interpreted code] at org.apache.lucene.search.AbstractKnnVectorQuery#rewrite() [Interpreted code] at org.apache.lucene.search.KnnFloatVectorQuery#rewrite() [Interpreted code] at knn.KnnGraphTester$ProfiledKnnFloatVectorQuery#rewrite() [Interpreted code] 0.05% 101M org.apache.lucene.util.hnsw.OnHeapHnswGraph#() [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph() [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph() [Interpreted code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder() [Interpreted code] 0.05% 101M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire() [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared() [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock() [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read() [Inlined code] 0.05% 100M java.lang.Thread#beforeSleep() [Inlined code] at java.lang.Thread#sleepNanos() [JIT compiled code] at java.lang.Thread#sleep() [JIT compiled code] at knn.KnnIndexer#waitForMergesWithStatus() [Interpreted code] 0.04% 95M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal() [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment() [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template() [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0() [Inlined code] 0.04% 93M knn.KnnIndexer#createIndex() [Interpreted code] at knn.KnnGraphTester#run() [Interpreted code] at knn.KnnGraphTester#runWithCleanUp() [Interpreted code] at knn.KnnGraphTester#main() [Interpreted code] 0.04% 90M jdk.incubator.vector.FloatVector#lanewiseTemplate() [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise() [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise() [Inlined code] at jdk.incubator.vector.FloatVector#fma() [Inlined code] 0.04% 89M java.util.ArrayList#grow() [Inlined code] at java.util.ArrayList#grow() [Inlined code] at java.util.ArrayList#add() [Inlined code] at java.util.ArrayList#add() [Inlined code] 0.04% 84M org.apache.lucene.util.FixedBitSet#() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#() [JIT compiled code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder() [Interpreted code] 0.04% 81M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.ArrayUtil#grow() [Inlined code] at org.apache.lucene.internal.hppc.IntArrayList#ensureBufferSpace() [Inlined code] 0.04% 77M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge() [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run() [Interpreted code] 0.04% 75M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue() [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue() [Inlined code] 0.03% 73M java.lang.reflect.Array#newInstance() [Inlined code] at org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#grow() [JIT compiled code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode() [Inlined code] 0.03% 72M java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject#await() [Interpreted code] at java.util.concurrent.LinkedBlockingQueue#take() [JIT compiled code] at java.util.concurrent.ThreadPoolExecutor#getTask() [JIT compiled code] at java.util.concurrent.ThreadPoolExecutor#runWorker() [Interpreted code] 0.03% 67M knn.IndexerThread#_run() [JIT compiled code] at knn.IndexerThread#run() [Interpreted code] 0.03% 67M org.apache.lucene.internal.hppc.IntIntHashMap#allocateBuffers() [Interpreted code] at org.apache.lucene.internal.hppc.IntIntHashMap#ensureCapacity() [Interpreted code] at org.apache.lucene.internal.hppc.IntIntHashMap#() [Interpreted code] at org.apache.lucene.internal.hppc.IntIntHashMap#() [Interpreted code] 0.03% 61M java.util.HashMap#newNode() [Inlined code] at java.util.HashMap#putVal() [Inlined code] at java.util.HashMap#put() [Inlined code] at java.util.HashSet#add() [Inlined code] 0.03% 60M jdk.jfr.internal.ShutdownHook#run() [Interpreted code] 0.03% 55M jdk.internal.misc.Unsafe#allocateUninitializedArray() [Inlined code] at java.lang.StringConcatHelper#newArray() [Inlined code] at java.lang.StringConcatHelper#newArrayWithSuffix() [Inlined code] at java.lang.String$$StringConcat.0x000000000f17f400#concat() [Inlined code] 0.03% 53M knn.KnnIndexer#waitForMergesWithStatus() [Interpreted code] at knn.KnnIndexer#createIndex() [Interpreted code] at knn.KnnGraphTester#run() [Interpreted code] at knn.KnnGraphTester#runWithCleanUp() [Interpreted code] 0.02% 52M java.lang.invoke.DirectMethodHandle#allocateInstance() [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() [JIT compiled code] 0.02% 44M java.util.HashMap#resize() [JIT compiled code] at java.util.HashMap#putVal() [Inlined code] at java.util.HashMap#put() [Inlined code] at java.util.HashSet#add() [Inlined code] 0.02% 40M java.util.concurrent.locks.ReentrantReadWriteLock$Sync$ThreadLocalHoldCounter#initialValue() [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync$ThreadLocalHoldCounter#initialValue() [JIT compiled code] at java.lang.ThreadLocal#setInitialValue() [JIT compiled code] at java.lang.ThreadLocal#get() [Inlined code] 0.02% 38M org.apache.lucene.document.Document#() [Inlined code] at knn.IndexerThread#_run() [JIT compiled code] at knn.IndexerThread#run() [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 org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.04.13.05.40.34/bench-knn-q32-fmTrue.jfr Profiler for heap at stackSize=12 [/l/logs.nightly/2026.04.13.05.40.34/bench-knn-q32-fmTrue.jfr is 2042.86 MB /l/logs.nightly/2026.04.13.05.40.34/bench-knn-q32-fmTrue.jfr is 2042.86 MB /l/logs.nightly/2026.04.13.05.40.34/bench-knn-q32-fmTrue.jfr is 2042.86 MB /l/logs.nightly/2026.04.13.05.40.34/bench-knn-q32-fmTrue.jfr is 2042.86 MB /l/logs.nightly/2026.04.13.05.40.34/bench-knn-q32-fmTrue.jfr is 2042.86 MB /l/logs.nightly/2026.04.13.05.40.34/bench-knn-q32-fmTrue.jfr is 2042.86 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 28836 events (total: 212521M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=false PERCENT HEAP SAMPLES STACK 18.28% 38854M org.apache.lucene.util.TernaryLongHeap#() [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#() [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollector#() [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector() [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector() [Inlined code] at org.apache.lucene.search.IndexSearcher#search() [JIT compiled code] at org.apache.lucene.search.IndexSearcher#searchAfter() [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search() [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery() [JIT compiled code] at knn.KnnGraphTester#testSearch() [Interpreted code] at knn.KnnGraphTester#run() [Interpreted code] at knn.KnnGraphTester#runWithCleanUp() [Interpreted code] 18.07% 38392M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000f19fa90#call() [Inlined code] 10.38% 22054M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000f19fa90#call() [Interpreted code] 10.11% 21485M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000f19fa90#call() [JIT compiled code] 7.68% 16320M org.apache.lucene.util.TernaryLongHeap#() [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#() [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#() [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector() [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector() [Interpreted code] at org.apache.lucene.search.IndexSearcher#search() [Interpreted code] at org.apache.lucene.search.IndexSearcher#searchAfter() [Interpreted code] at org.apache.lucene.search.IndexSearcher#search() [Interpreted code] at knn.KnnGraphTester#doFloatVectorQuery() [Interpreted code] at knn.KnnGraphTester#testSearch() [Interpreted code] at knn.KnnGraphTester#run() [Interpreted code] at knn.KnnGraphTester#runWithCleanUp() [Interpreted code] 3.84% 8155M org.apache.lucene.util.TernaryLongHeap#() [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#() [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#() [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector() [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector() [Interpreted code] at org.apache.lucene.search.IndexSearcher#search() [Interpreted code] at org.apache.lucene.search.IndexSearcher#searchAfter() [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search() [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery() [JIT compiled code] at knn.KnnGraphTester#testSearch() [Interpreted code] at knn.KnnGraphTester#run() [Interpreted code] at knn.KnnGraphTester#runWithCleanUp() [Interpreted code] 3.33% 7070M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [Inlined code] 2.58% 5491M java.util.Arrays#copyOf() [Inlined code] at java.util.ArrayDeque#grow() [JIT compiled code] at java.util.ArrayDeque#addFirst() [Inlined code] at java.util.ArrayDeque#push() [Inlined code] at knn.KnnGraphTester#printGraphConnectedNess() [JIT compiled code] at knn.KnnGraphTester#printFanoutHist() [Interpreted code] at knn.KnnGraphTester#printFanoutHist() [Interpreted code] at knn.KnnGraphTester#run() [Interpreted code] at knn.KnnGraphTester#runWithCleanUp() [Interpreted code] at knn.KnnGraphTester#main() [Interpreted code] 2.52% 5348M java.lang.Integer#valueOf() [Inlined code] at knn.KnnGraphTester#printGraphConnectedNess() [JIT compiled code] at knn.KnnGraphTester#printFanoutHist() [Interpreted code] at knn.KnnGraphTester#printFanoutHist() [Interpreted code] at knn.KnnGraphTester#run() [Interpreted code] at knn.KnnGraphTester#runWithCleanUp() [Interpreted code] at knn.KnnGraphTester#main() [Interpreted code] 2.01% 4269M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] 2.00% 4247M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder() [Inlined code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure() [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph() [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph() [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph() [Interpreted code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder() [Interpreted code] at org.apache.lucene.util.hnsw.IncrementalHnswGraphMerger#merge() [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField() [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField() [Interpreted code] 1.71% 3631M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [JIT compiled code] 1.66% 3536M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [Interpreted code] 1.42% 3022M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue() [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue() [Inlined code] at org.apache.lucene.index.IndexingChain#processField() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] 1.17% 2477M org.apache.lucene.util.ArrayUtil#copyOfSubArray() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue() [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue() [Inlined code] at org.apache.lucene.index.IndexingChain#processField() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments() [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument() [Inlined code] 1.15% 2442M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Interpreted code] 1.10% 2347M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] 0.86% 1831M org.apache.lucene.util.hnsw.NeighborQueue#nodes() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000f19fa90#call() [JIT compiled code] at java.util.concurrent.FutureTask#run() [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run() [Interpreted code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0() [Inlined code] 0.80% 1694M org.apache.lucene.util.hnsw.NeighborQueue#nodes() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000f19fa90#call() [Inlined code] at java.util.concurrent.FutureTask#run() [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run() [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0() [Inlined code] 0.79% 1670M org.apache.lucene.util.hnsw.NeighborQueue#nodes() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000f19fa90#call() [Interpreted code] at java.util.concurrent.FutureTask#run() [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run() [Interpreted code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0() [Inlined code] 0.68% 1455M org.apache.lucene.util.hnsw.NeighborQueue#nodes() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000f19fa90#call() [Inlined code] at java.util.concurrent.FutureTask#run() [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run() [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll() [JIT compiled code] 0.47% 991M org.apache.lucene.util.hnsw.NeighborArray#sort() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000f19fa90#call() [Inlined code] 0.34% 715M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager() [Inlined code] at org.apache.lucene.search.AbstractKnnVectorQuery#rewrite() [JIT compiled code] at org.apache.lucene.search.KnnFloatVectorQuery#rewrite() [Inlined code] at knn.KnnGraphTester$ProfiledKnnFloatVectorQuery#rewrite() [JIT compiled code] at org.apache.lucene.search.IndexSearcher#rewrite() [JIT compiled code] at org.apache.lucene.search.IndexSearcher#rewrite() [Inlined code] at org.apache.lucene.search.IndexSearcher#search() [JIT compiled code] at org.apache.lucene.search.IndexSearcher#searchAfter() [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search() [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery() [JIT compiled code] at knn.KnnGraphTester#testSearch() [Interpreted code] at knn.KnnGraphTester#run() [Interpreted code] 0.31% 648M org.apache.lucene.util.hnsw.NeighborArray#sort() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000f19fa90#call() [Interpreted code] 0.30% 638M org.apache.lucene.util.hnsw.NeighborArray#sort() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000f19fa90#call() [JIT compiled code] 0.26% 554M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue() [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue() [Inlined code] at org.apache.lucene.index.IndexingChain#processField() [JIT compiled code] 0.21% 452M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000f19fa90#call() [JIT compiled code] at java.util.concurrent.FutureTask#run() [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run() [Interpreted code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0() [Inlined code] 0.21% 442M org.apache.lucene.util.hnsw.NeighborArray#() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000f19fa90#call() [Inlined code] at java.util.concurrent.FutureTask#run() [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run() [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0() [Inlined code] 0.19% 409M org.apache.lucene.util.hnsw.NeighborArray#() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000f19fa90#call() [JIT compiled code] at java.util.concurrent.FutureTask#run() [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run() [Interpreted code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0() [Inlined code] 0.19% 399M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#replayBufferedVectors() [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue() [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue() [Inlined code] at org.apache.lucene.index.IndexingChain#processField() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] 0.19% 397M org.apache.lucene.util.hnsw.NeighborArray#() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000f19fa90#call() [Interpreted code] at java.util.concurrent.FutureTask#run() [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run() [Interpreted code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0() [Inlined code] 0.17% 357M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000f19fa90#call() [Inlined code] at java.util.concurrent.FutureTask#run() [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run() [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0() [Inlined code] 0.17% 355M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000f19fa90#call() [Inlined code] at java.util.concurrent.FutureTask#run() [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run() [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll() [JIT compiled code] 0.16% 330M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000f19fa90#call() [Inlined code] at java.util.concurrent.FutureTask#run() [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run() [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#build() [JIT compiled code] at org.apache.lucene.util.hnsw.IncrementalHnswGraphMerger#merge() [Interpreted code] 0.15% 324M org.apache.lucene.util.hnsw.NeighborQueue#nodes() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue() [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue() [Inlined code] at org.apache.lucene.index.IndexingChain#processField() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments() [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument() [Inlined code] 0.15% 313M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000f19fa90#call() [Interpreted code] at java.util.concurrent.FutureTask#run() [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run() [Interpreted code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0() [Inlined code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x000000000f19d000#run() [JIT compiled code] at java.util.concurrent.ThreadPoolExecutor#runWorker() [Interpreted code] 0.15% 309M org.apache.lucene.util.hnsw.NeighborArray#() [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000f19fa90#call() [JIT compiled code] at java.util.concurrent.FutureTask#run() [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run() [Interpreted code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0() [Inlined code] 0.14% 307M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000f19fa90#call() [Inlined code] at java.util.concurrent.FutureTask#run() [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run() [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0() [Inlined code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x000000000f19d000#run() [JIT compiled code] at java.util.concurrent.ThreadPoolExecutor#runWorker() [Interpreted code] 0.14% 307M org.apache.lucene.util.SparseFixedBitSet#() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#createBitSet() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#search() [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsReader#search() [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsReader#search() [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsReader#search() [JIT compiled code] at org.apache.lucene.index.CodecReader#searchNearestVectors() [JIT compiled code] at org.apache.lucene.search.KnnFloatVectorQuery#approximateSearch() [JIT compiled code] at org.apache.lucene.search.AbstractKnnVectorQuery#getLeafResults() [JIT compiled code] at org.apache.lucene.search.AbstractKnnVectorQuery#searchLeaf() [JIT compiled code] at org.apache.lucene.search.AbstractKnnVectorQuery#lambda$rewrite$0() [Inlined code] at org.apache.lucene.search.AbstractKnnVectorQuery$$Lambda.0x000000000f1b6970#call() [JIT compiled code] 0.14% 304M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000f19fa90#call() [Interpreted code] at java.util.concurrent.FutureTask#run() [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run() [Interpreted code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0() [Inlined code] 0.14% 292M org.apache.lucene.util.hnsw.NeighborArray#() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000f19fa90#call() [Inlined code] at java.util.concurrent.FutureTask#run() [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run() [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll() [JIT compiled code] 0.13% 274M org.apache.lucene.util.hnsw.NeighborArray#() [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000f19fa90#call() [Inlined code] at java.util.concurrent.FutureTask#run() [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run() [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0() [Inlined code] 0.12% 264M org.apache.lucene.util.hnsw.NeighborQueue#nodes() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000f19fa90#call() [Interpreted code] at java.util.concurrent.FutureTask#run() [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run() [Interpreted code] at org.apache.lucene.search.TaskExecutor#invokeAll() [JIT compiled code] 0.12% 256M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000f19fa90#call() [Inlined code] at java.util.concurrent.FutureTask#run() [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run() [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0() [Inlined code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x000000000f19d000#run() [JIT compiled code] 0.12% 255M org.apache.lucene.util.hnsw.NeighborArray#() [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000f19fa90#call() [Interpreted code] at java.util.concurrent.FutureTask#run() [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run() [Interpreted code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0() [Inlined code] 0.12% 248M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000f19fa90#call() [Inlined code] at java.util.concurrent.FutureTask#run() [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run() [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#build() [JIT compiled code] 0.11% 237M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue() [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue() [Inlined code] at org.apache.lucene.index.IndexingChain#processField() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] 0.11% 234M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000f19fa90#call() [Interpreted code] at java.util.concurrent.FutureTask#run() [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run() [Interpreted code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0() [Inlined code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x000000000f19d000#run() [JIT compiled code] 0.11% 234M org.apache.lucene.util.hnsw.NeighborArray#() [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000f19fa90#call() [Inlined code] at java.util.concurrent.FutureTask#run() [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run() [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll() [JIT compiled code] 0.10% 219M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000f19fa90#call() [JIT compiled code] at java.util.concurrent.FutureTask#run() [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run() [Interpreted code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0() [Inlined code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x000000000f19d000#run() [JIT compiled code] at java.util.concurrent.ThreadPoolExecutor#runWorker() [Interpreted code] now remove KNN index knn-reuse/indices/dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-fm recall latency(ms) netCPU avgCpuCount nDoc searchType topK fanout traversalSimilarity resultSimilarity resultCount maxConn beamWidth quantized index(s) index_docs/s force_merge(s) num_segments index_size(MB) overSample vec_disk(MB) vec_RAM(MB) bp-reorder indexType 0.897 13.601 14.238 1.047 8000000 KNN 100 100 N/A N/A 100.000 32 100 4 bits 941.51 8496.95 0.00 18 36040.46 1.000 35278.320 4028.320 false HNSW 0.881 2.379 2.486 1.045 8000000 KNN 100 100 N/A N/A 100.000 32 100 4 bits 940.39 8507.08 1091.04 1 36186.01 1.000 35278.320 4028.320 false HNSW 0.954 15.366 16.092 1.047 8000000 KNN 100 100 N/A N/A 100.000 32 100 7 bits 1488.53 5374.44 0.00 20 39936.92 1.000 39184.570 7934.570 false HNSW 0.930 2.549 2.664 1.045 8000000 KNN 100 100 N/A N/A 100.000 32 100 7 bits 1477.04 5416.23 1119.17 1 40090.68 1.000 39184.570 7934.570 false HNSW 0.974 10.573 11.080 1.048 8000000 KNN 100 100 N/A N/A 100.000 32 100 no 3104.49 2576.91 0.00 12 32022.03 1.000 31250.000 31250.000 false HNSW 0.943 3.167 3.312 1.046 8000000 KNN 100 100 N/A N/A 100.000 32 100 no 3023.74 2645.73 2903.28 1 32156.35 1.000 31250.000 31250.000 false HNSW saving all results to /l/logs.nightly/2026.04.13.05.40.34/knn_results.pk done! took 21998.7 seconds total removing KNN indices dir /l/util.nightly/knn-reuse/indices [2026-04-13 13:02:45.900979] now generate KNN nightly charts [2026-04-13 13:02:49.460162] 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=3562937 Profiler summary for /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr Version: 2.1 Chunks: 16 Start: 2026-04-13 17:02:49 (UTC) Duration: 132 s Event Type Count Size (bytes) ============================================================= jdk.FileWrite 3994841 83376986 jdk.CPUTimeSample 3816797 67196640 jdk.FileRead 796347 18853134 jdk.ObjectAllocationInNewTLAB 241875 4377438 jdk.ObjectAllocationOutsideTLAB 63565 1048901 jdk.NativeMethodSample 28163 377489 jdk.BooleanFlag 11072 350892 jdk.Compilation 6299 162372 jdk.CPULoad 2363 46660 jdk.UnsignedIntFlag 992 34266 jdk.IntFlag 896 32152 jdk.Checkpoint 859 25816514 jdk.StringFlag 720 26887 jdk.GarbageCollection 46 1089 jdk.CPUInformation 16 24027 jdk.GCConfiguration 16 411 jdk.JVMInformation 16 16923 jdk.Metadata 16 1768428 jdk.ActiveRecording 0 0 jdk.ActiveSetting 0 0 jdk.AllocationRequiringGC 0 0 jdk.BooleanFlagChanged 0 0 jdk.CPUTimeSamplesLost 0 0 jdk.CPUTimeStampCounter 0 0 jdk.ClassDefine 0 0 jdk.ClassLoad 0 0 jdk.ClassLoaderStatistics 0 0 jdk.ClassLoadingStatistics 0 0 jdk.ClassRedefinition 0 0 jdk.ClassUnload 0 0 jdk.CodeCacheConfiguration 0 0 jdk.CodeCacheFull 0 0 jdk.CodeCacheStatistics 0 0 jdk.CompilationFailure 0 0 jdk.CompilerConfiguration 0 0 jdk.CompilerInlining 0 0 jdk.CompilerPhase 0 0 jdk.CompilerQueueUtilization 0 0 jdk.CompilerStatistics 0 0 jdk.ConcurrentModeFailure 0 0 jdk.ContainerCPUThrottling 0 0 jdk.ContainerCPUUsage 0 0 jdk.ContainerConfiguration 0 0 jdk.ContainerIOUsage 0 0 jdk.ContainerMemoryUsage 0 0 jdk.ContinuationFreeze 0 0 jdk.ContinuationFreezeFast 0 0 jdk.ContinuationFreezeSlow 0 0 jdk.ContinuationThaw 0 0 jdk.ContinuationThawFast 0 0 jdk.ContinuationThawSlow 0 0 jdk.DataLoss 0 0 jdk.Deoptimization 0 0 jdk.DeprecatedInvocation 0 0 jdk.Deserialization 0 0 jdk.DirectBufferStatistics 0 0 jdk.DoubleFlag 0 0 jdk.DoubleFlagChanged 0 0 jdk.DumpReason 0 0 jdk.EvacuationFailed 0 0 jdk.EvacuationInformation 0 0 jdk.ExceptionStatistics 0 0 jdk.ExecuteVMOperation 0 0 jdk.ExecutionSample 0 0 jdk.FileForce 0 0 jdk.FinalizerStatistics 0 0 jdk.Flush 0 0 jdk.G1AdaptiveIHOP 0 0 jdk.G1BasicIHOP 0 0 jdk.G1EvacuationOldStatistics 0 0 jdk.G1EvacuationYoungStatistics 0 0 jdk.G1GarbageCollection 0 0 jdk.G1HeapRegionInformation 0 0 jdk.G1HeapRegionTypeChange 0 0 jdk.G1HeapSummary 0 0 jdk.G1MMU 0 0 jdk.GCCPUTime 0 0 jdk.GCHeapConfiguration 0 0 jdk.GCHeapMemoryPoolUsage 0 0 jdk.GCHeapMemoryUsage 0 0 jdk.GCHeapSummary 0 0 jdk.GCPhaseConcurrent 0 0 jdk.GCPhaseConcurrentLevel1 0 0 jdk.GCPhaseConcurrentLevel2 0 0 jdk.GCPhaseParallel 0 0 jdk.GCPhasePause 0 0 jdk.GCPhasePauseLevel1 0 0 jdk.GCPhasePauseLevel2 0 0 jdk.GCPhasePauseLevel3 0 0 jdk.GCPhasePauseLevel4 0 0 jdk.GCReferenceStatistics 0 0 jdk.GCSurvivorConfiguration 0 0 jdk.GCTLABConfiguration 0 0 jdk.HeapDump 0 0 jdk.InitialEnvironmentVariable 0 0 jdk.InitialSecurityProperty 0 0 jdk.InitialSystemProperty 0 0 jdk.IntFlagChanged 0 0 jdk.JITRestart 0 0 jdk.JavaAgent 0 0 jdk.JavaErrorThrow 0 0 jdk.JavaExceptionThrow 0 0 jdk.JavaMonitorDeflate 0 0 jdk.JavaMonitorEnter 0 0 jdk.JavaMonitorInflate 0 0 jdk.JavaMonitorNotify 0 0 jdk.JavaMonitorStatistics 0 0 jdk.JavaMonitorWait 0 0 jdk.JavaThreadStatistics 0 0 jdk.LongFlag 0 0 jdk.LongFlagChanged 0 0 jdk.MetaspaceAllocationFailure 0 0 jdk.MetaspaceChunkFreeListSummary 0 0 jdk.MetaspaceGCThreshold 0 0 jdk.MetaspaceOOM 0 0 jdk.MetaspaceSummary 0 0 jdk.MethodTiming 0 0 jdk.MethodTrace 0 0 jdk.ModuleExport 0 0 jdk.ModuleRequire 0 0 jdk.NativeAgent 0 0 jdk.NativeLibrary 0 0 jdk.NativeLibraryLoad 0 0 jdk.NativeLibraryUnload 0 0 jdk.NativeMemoryUsage 0 0 jdk.NativeMemoryUsageTotal 0 0 jdk.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 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 194.08 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 28163 events (total: 28163) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=false PERCENT CPU SAMPLES STACK 41.35% 11645 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 27.12% 7639 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] 19.30% 5435 jdk.jfr.internal.JVM#emitEvent() [Native code] 5.81% 1637 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] 5.50% 1549 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] 0.40% 114 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] 0.12% 33 java.io.FileOutputStream#writeBytes() [Native code] 0.10% 27 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] 0.09% 24 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] 0.06% 16 java.util.zip.Inflater#inflateBytesBytes() [Native code] 0.04% 12 jdk.jfr.internal.JVM#getStackTraceId() [Native code] 0.03% 9 sun.nio.ch.UnixFileDispatcherImpl#size0() [Native code] 0.02% 7 java.io.FileDescriptor#close0() [Native code] 0.02% 5 sun.nio.ch.NativeThread#current0() [Native code] 0.01% 3 sun.nio.fs.UnixNativeDispatcher#lstat0() [Native code] 0.01% 2 java.nio.MappedMemoryUtils#isLoaded0() [Native code] 0.01% 2 java.lang.Object#getClass() [Native code] 0.00% 1 java.lang.System#nanoTime() [Native code] 0.00% 1 java.io.FileInputStream#readBytes() [Native code] 0.00% 1 jdk.internal.misc.Unsafe#allocateMemory0() [Native code] 0.00% 1 java.lang.ClassLoader#defineClass1() [Native code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=2 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 194.08 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 194.08 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 28163 events (total: 28163) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=false PERCENT CPU SAMPLES STACK 41.20% 11602 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write() [Inlined code] 26.89% 7573 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read() [Inlined code] 16.68% 4697 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute() [JIT compiled code] 5.47% 1540 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] 4.29% 1208 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [JIT compiled code] 2.62% 738 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute() [Interpreted code] 1.43% 403 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [Inlined code] 0.22% 62 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read() [JIT compiled code] 0.18% 51 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open() [JIT compiled code] 0.13% 37 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write() [JIT compiled code] 0.13% 36 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open() [Inlined code] 0.10% 27 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open() [Interpreted code] 0.10% 27 java.io.FileOutputStream#writeBytes() [Native code] at java.io.FileOutputStream#traceWriteBytes() [JIT compiled code] 0.09% 26 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [Interpreted code] 0.07% 20 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map() [JIT compiled code] 0.06% 17 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat() [Inlined code] 0.05% 14 java.util.zip.Inflater#inflateBytesBytes() [Native code] at java.util.zip.Inflater#inflate() [JIT compiled code] 0.04% 12 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace() [Inlined code] 0.03% 9 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat() [JIT compiled code] 0.03% 9 sun.nio.ch.UnixFileDispatcherImpl#size0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#size() [Inlined code] 0.03% 8 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Interpreted code] 0.02% 7 java.io.FileDescriptor#close0() [Native code] at java.io.FileDescriptor#close() [Inlined code] 0.02% 6 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write() [Interpreted code] 0.02% 6 java.io.FileOutputStream#writeBytes() [Native code] at java.io.FileOutputStream#traceWriteBytes() [Interpreted code] 0.02% 5 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current() [Inlined code] 0.01% 4 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map() [Interpreted code] 0.01% 4 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read() [Interpreted code] 0.01% 3 sun.nio.fs.UnixNativeDispatcher#lstat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#lstat() [JIT compiled code] 0.01% 2 java.nio.MappedMemoryUtils#isLoaded0() [Native code] at java.nio.MappedMemoryUtils#isLoaded() [JIT compiled code] 0.01% 2 java.util.zip.Inflater#inflateBytesBytes() [Native code] at java.util.zip.Inflater#inflate() [Interpreted code] 0.00% 1 java.lang.System#nanoTime() [Native code] at org.apache.lucene.index.IndexingChain#flush() [Interpreted code] 0.00% 1 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat() [Interpreted code] 0.00% 1 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [JIT compiled code] 0.00% 1 jdk.internal.misc.Unsafe#allocateMemory0() [Native code] at jdk.internal.misc.Unsafe#allocateMemory() [JIT compiled code] 0.00% 1 java.lang.ClassLoader#defineClass1() [Native code] at java.lang.ClassLoader#defineClass() [JIT compiled code] 0.00% 1 java.io.FileInputStream#readBytes() [Native code] at java.io.FileInputStream#traceReadBytes() [Interpreted code] 0.00% 1 java.lang.Object#getClass() [Native code] at org.apache.lucene.index.IndexingChain#processDocument() [Interpreted code] 0.00% 1 java.lang.Object#getClass() [Native code] at org.apache.lucene.index.IndexingChain#processDocument() [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 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 194.08 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 194.08 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 194.08 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 28163 events (total: 28163) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=false PERCENT CPU SAMPLES STACK 41.20% 11602 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write() [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer() [Inlined code] at sun.nio.ch.IOUtil#write() [Inlined code] 26.89% 7573 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read() [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer() [Inlined code] at sun.nio.ch.IOUtil#read() [Inlined code] 16.68% 4697 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute() [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicTask#run() [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic() [JIT compiled code] 4.50% 1268 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [JIT compiled code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [JIT compiled code] 4.29% 1208 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] 2.51% 708 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute() [Interpreted code] at jdk.jfr.internal.periodic.PeriodicTask#run() [Interpreted code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic() [Interpreted code] 1.43% 403 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] 0.97% 272 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [JIT compiled code] 0.20% 56 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read() [JIT compiled code] at sun.nio.ch.IOUtil#readIntoNativeBuffer() [JIT compiled code] at sun.nio.ch.IOUtil#read() [JIT compiled code] 0.18% 51 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#open() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [JIT compiled code] 0.13% 36 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open() [Inlined code] at sun.nio.fs.UnixChannelFactory#open() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Inlined code] 0.13% 36 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write() [JIT compiled code] at sun.nio.ch.IOUtil#writeFromNativeBuffer() [JIT compiled code] at sun.nio.ch.IOUtil#write() [JIT compiled code] 0.10% 28 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute() [Interpreted code] at jdk.jfr.internal.periodic.PeriodicTask#run() [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic() [Interpreted code] 0.10% 27 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open() [Interpreted code] at sun.nio.fs.UnixChannelFactory#open() [Interpreted code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Interpreted code] 0.10% 27 java.io.FileOutputStream#writeBytes() [Native code] at java.io.FileOutputStream#traceWriteBytes() [JIT compiled code] at java.io.FileOutputStream#write() [JIT compiled code] at java.lang.System$Out#write() [Inlined code] 0.08% 23 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [Interpreted code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [Interpreted code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Interpreted code] 0.07% 20 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map() [JIT compiled code] at sun.nio.ch.FileChannelImpl#mapInternal() [JIT compiled code] at sun.nio.ch.FileChannelImpl#map() [JIT compiled code] 0.06% 17 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat() [Inlined code] at sun.nio.fs.UnixFileAttributes#get() [Inlined code] at sun.nio.fs.UnixFileAttributeViews$Basic#readAttributes() [Inlined code] 0.04% 11 java.util.zip.Inflater#inflateBytesBytes() [Native code] at java.util.zip.Inflater#inflate() [JIT compiled code] at java.util.zip.InflaterInputStream#read() [JIT compiled code] at jdk.internal.loader.Resource#getBytes() [JIT compiled code] 0.04% 10 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace() [Inlined code] at jdk.internal.event.FileWriteEvent#commit() [JIT compiled code] at jdk.internal.event.FileWriteEvent#offer() [Inlined code] 0.03% 9 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat() [JIT compiled code] at sun.nio.fs.UnixFileAttributes#get() [Inlined code] at sun.nio.fs.UnixFileAttributeViews$Basic#readAttributes() [JIT compiled code] 0.03% 8 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Interpreted code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [Interpreted code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [Interpreted code] 0.02% 7 sun.nio.ch.UnixFileDispatcherImpl#size0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#size() [Inlined code] at sun.nio.ch.FileChannelImpl#size() [JIT compiled code] at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock#ensureValid() [JIT compiled code] 0.02% 6 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read() [JIT compiled code] at sun.nio.ch.IOUtil#readIntoNativeBuffer() [Interpreted code] at sun.nio.ch.IOUtil#read() [JIT compiled code] 0.02% 6 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write() [Interpreted code] at sun.nio.ch.IOUtil#writeFromNativeBuffer() [Interpreted code] at sun.nio.ch.IOUtil#write() [Interpreted code] 0.02% 5 java.io.FileOutputStream#writeBytes() [Native code] at java.io.FileOutputStream#traceWriteBytes() [Interpreted code] at java.io.FileOutputStream#write() [Interpreted code] at java.lang.System$Out#write() [Interpreted code] 0.01% 4 java.io.FileDescriptor#close0() [Native code] at java.io.FileDescriptor#close() [Inlined code] at java.io.FileDescriptor$1#close() [Inlined code] at sun.nio.ch.FileChannelImpl$Closer#run() [Inlined code] 0.01% 4 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read() [Interpreted code] at sun.nio.ch.IOUtil#readIntoNativeBuffer() [Interpreted code] at sun.nio.ch.IOUtil#read() [Interpreted code] 0.01% 3 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current() [Inlined code] at sun.nio.ch.NativeThreadSet#add() [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite() [Inlined code] 0.01% 3 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map() [Interpreted code] at sun.nio.ch.FileChannelImpl#mapInternal() [Interpreted code] at sun.nio.ch.FileChannelImpl#map() [Interpreted code] 0.01% 3 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [Interpreted code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] 0.01% 3 java.io.FileDescriptor#close0() [Native code] at java.io.FileDescriptor#close() [Inlined code] at java.io.FileDescriptor$1#close() [Inlined code] at sun.nio.ch.FileChannelImpl$Closer#run() [JIT compiled code] 0.01% 3 sun.nio.fs.UnixNativeDispatcher#lstat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#lstat() [JIT compiled code] at sun.nio.fs.UnixFileAttributes#get() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [JIT compiled code] 0.01% 2 sun.nio.ch.UnixFileDispatcherImpl#size0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#size() [Inlined code] at sun.nio.ch.FileChannelImpl#size() [JIT compiled code] at org.apache.lucene.store.MMapDirectory#openInput() [JIT compiled code] 0.01% 2 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace() [Inlined code] at jdk.internal.event.FileReadEvent#commit() [JIT compiled code] at jdk.internal.event.FileReadEvent#offer() [Inlined code] 0.01% 2 java.util.zip.Inflater#inflateBytesBytes() [Native code] at java.util.zip.Inflater#inflate() [Interpreted code] at java.util.zip.InflaterInputStream#read() [Interpreted code] at jdk.internal.loader.Resource#getBytes() [Interpreted code] 0.01% 2 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current() [Inlined code] at sun.nio.ch.NativeThreadSet#add() [JIT compiled code] at sun.nio.ch.FileChannelImpl#implWrite() [JIT compiled code] 0.01% 2 java.nio.MappedMemoryUtils#isLoaded0() [Native code] at java.nio.MappedMemoryUtils#isLoaded() [JIT compiled code] at java.nio.MappedMemoryUtils$1#isLoaded() [JIT compiled code] at jdk.internal.misc.ScopedMemoryAccess#isLoadedInternal() [Inlined code] 0.01% 2 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute() [Interpreted code] at jdk.jfr.internal.periodic.PeriodicTask#run() [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic() [JIT compiled code] 0.01% 2 java.util.zip.Inflater#inflateBytesBytes() [Native code] at java.util.zip.Inflater#inflate() [JIT compiled code] at java.util.zip.InflaterInputStream#read() [JIT compiled code] at jdk.internal.loader.Resource#getBytes() [Interpreted code] 0.00% 1 java.io.FileOutputStream#writeBytes() [Native code] at java.io.FileOutputStream#traceWriteBytes() [Interpreted code] at java.io.FileOutputStream#write() [JIT compiled code] at java.lang.System$Out#write() [Inlined code] 0.00% 1 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write() [JIT compiled code] at sun.nio.ch.IOUtil#writeFromNativeBuffer() [Interpreted code] at sun.nio.ch.IOUtil#write() [JIT compiled code] 0.00% 1 java.lang.Object#getClass() [Native code] at org.apache.lucene.index.IndexingChain#processDocument() [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [Inlined code] 0.00% 1 java.lang.Object#getClass() [Native code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [Inlined code] 0.00% 1 java.io.FileInputStream#readBytes() [Native code] at java.io.FileInputStream#traceReadBytes() [Interpreted code] at java.io.FileInputStream#read() [Interpreted code] at jdk.internal.loader.Resource#getBytes() [Interpreted code] 0.00% 1 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [JIT compiled code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [Interpreted code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [JIT compiled code] 0.00% 1 java.util.zip.Inflater#inflateBytesBytes() [Native code] at java.util.zip.Inflater#inflate() [JIT compiled code] at java.util.zip.InflaterInputStream#read() [JIT compiled code] at java.io.InputStream#readNBytes() [Interpreted code] 0.00% 1 java.lang.System#nanoTime() [Native code] at org.apache.lucene.index.IndexingChain#flush() [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush() [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush() [Interpreted code] 0.00% 1 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map() [Interpreted code] at sun.nio.ch.FileChannelImpl#mapInternal() [Interpreted code] at sun.nio.ch.FileChannelImpl#map() [JIT compiled code] 0.00% 1 java.lang.ClassLoader#defineClass1() [Native code] at java.lang.ClassLoader#defineClass() [JIT compiled code] at java.security.SecureClassLoader#defineClass() [JIT compiled code] at jdk.internal.loader.BuiltinClassLoader#defineClass() [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 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 194.08 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 194.08 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 194.08 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 194.08 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 28163 events (total: 28163) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=false PERCENT CPU SAMPLES STACK 41.19% 11600 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write() [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer() [Inlined code] at sun.nio.ch.IOUtil#write() [Inlined code] at sun.nio.ch.IOUtil#write() [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite() [Inlined code] at sun.nio.ch.FileChannelImpl#write() [Inlined code] 22.67% 6384 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read() [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer() [Inlined code] at sun.nio.ch.IOUtil#read() [Inlined code] at sun.nio.ch.IOUtil#read() [Inlined code] at sun.nio.ch.FileChannelImpl#implRead() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead() [Inlined code] at sun.nio.ch.FileChannelImpl#read() [JIT compiled code] 16.68% 4697 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute() [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicTask#run() [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic() [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#periodicTask() [Interpreted code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0() [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000001c07aa58#run() [Interpreted code] at java.lang.Thread#runWith() [Interpreted code] 4.28% 1204 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [JIT compiled code] 4.22% 1189 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read() [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer() [Inlined code] at sun.nio.ch.IOUtil#read() [Inlined code] at sun.nio.ch.IOUtil#read() [Inlined code] at sun.nio.ch.FileChannelImpl#implRead() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead() [JIT compiled code] at sun.nio.ch.FileChannelImpl#read() [Inlined code] 3.82% 1076 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [JIT compiled code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle() [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup() [Inlined code] at jdk.internal.foreign.SharedSession$SharedResourceList#cleanup() [JIT compiled code] 2.51% 708 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute() [Interpreted code] at jdk.jfr.internal.periodic.PeriodicTask#run() [Interpreted code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic() [Interpreted code] at jdk.jfr.internal.PlatformRecorder#periodicTask() [Interpreted code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0() [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000001c07aa58#run() [Interpreted code] at java.lang.Thread#runWith() [Interpreted code] 1.43% 403 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [JIT compiled code] 0.97% 272 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle() [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup() [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup() [Inlined code] at jdk.internal.foreign.SharedSession$SharedResourceList#cleanup() [Inlined code] 0.59% 165 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [JIT compiled code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle() [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup() [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup() [Interpreted code] at jdk.internal.foreign.SharedSession$SharedResourceList#cleanup() [Interpreted code] 0.20% 56 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read() [JIT compiled code] at sun.nio.ch.IOUtil#readIntoNativeBuffer() [JIT compiled code] at sun.nio.ch.IOUtil#read() [JIT compiled code] at sun.nio.ch.IOUtil#read() [JIT compiled code] at sun.nio.ch.FileChannelImpl#implRead() [JIT compiled code] at sun.nio.ch.FileChannelImpl#traceImplRead() [JIT compiled code] at sun.nio.ch.FileChannelImpl#read() [JIT compiled code] 0.16% 44 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#open() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#newFileChannel() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#newByteChannel() [Inlined code] at java.nio.file.spi.FileSystemProvider#newOutputStream() [JIT compiled code] 0.13% 36 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write() [JIT compiled code] at sun.nio.ch.IOUtil#writeFromNativeBuffer() [JIT compiled code] at sun.nio.ch.IOUtil#write() [JIT compiled code] at sun.nio.ch.IOUtil#write() [JIT compiled code] at sun.nio.ch.FileChannelImpl#implWrite() [JIT compiled code] at sun.nio.ch.FileChannelImpl#traceImplWrite() [JIT compiled code] at sun.nio.ch.FileChannelImpl#write() [JIT compiled code] 0.12% 35 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open() [Inlined code] at sun.nio.fs.UnixChannelFactory#open() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Inlined code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#newFileChannel() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#newByteChannel() [Inlined code] at java.nio.file.spi.FileSystemProvider#newOutputStream() [JIT compiled code] 0.10% 28 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute() [Interpreted code] at jdk.jfr.internal.periodic.PeriodicTask#run() [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic() [Interpreted code] at jdk.jfr.internal.PlatformRecorder#periodicTask() [Interpreted code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0() [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000001c07aa58#run() [Interpreted code] at java.lang.Thread#runWith() [Interpreted code] 0.10% 27 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open() [Interpreted code] at sun.nio.fs.UnixChannelFactory#open() [Interpreted code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Interpreted code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Interpreted code] at sun.nio.fs.UnixFileSystemProvider#newFileChannel() [Interpreted code] at sun.nio.fs.UnixFileSystemProvider#newByteChannel() [Interpreted code] at java.nio.file.spi.FileSystemProvider#newOutputStream() [Interpreted code] 0.10% 27 java.io.FileOutputStream#writeBytes() [Native code] at java.io.FileOutputStream#traceWriteBytes() [JIT compiled code] at java.io.FileOutputStream#write() [JIT compiled code] at java.lang.System$Out#write() [Inlined code] at java.io.BufferedOutputStream#flushBuffer() [Inlined code] at java.io.BufferedOutputStream#flush() [JIT compiled code] at java.io.PrintStream#write() [JIT compiled code] at sun.nio.cs.StreamEncoder#writeBytes() [JIT compiled code] 0.08% 23 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [Interpreted code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [Interpreted code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Interpreted code] at java.nio.file.Files#delete() [Interpreted code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [Interpreted code] at org.apache.lucene.store.FSDirectory#deleteFile() [Interpreted code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [Interpreted code] 0.07% 21 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [JIT compiled code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle() [Inlined code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup() [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl#close() [Inlined code] at jdk.internal.foreign.ArenaImpl#close() [JIT compiled code] 0.04% 12 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map() [JIT compiled code] at sun.nio.ch.FileChannelImpl#mapInternal() [JIT compiled code] at sun.nio.ch.FileChannelImpl#map() [JIT compiled code] at org.apache.lucene.store.MMapDirectory#map() [JIT compiled code] at org.apache.lucene.store.MMapDirectory#openInput() [JIT compiled code] at org.apache.lucene.store.FilterDirectory#openInput() [JIT compiled code] at org.apache.lucene.store.FilterDirectory#openInput() [JIT compiled code] 0.04% 10 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace() [Inlined code] at jdk.internal.event.FileWriteEvent#commit() [JIT compiled code] at jdk.internal.event.FileWriteEvent#offer() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite() [Inlined code] at sun.nio.ch.FileChannelImpl#write() [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully() [Inlined code] at sun.nio.ch.ChannelOutputStream#write() [Inlined code] 0.03% 8 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat() [Inlined code] at sun.nio.fs.UnixFileAttributes#get() [Inlined code] at sun.nio.fs.UnixFileAttributeViews$Basic#readAttributes() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#readAttributes() [Inlined code] at sun.nio.fs.LinuxFileSystemProvider#readAttributes() [Inlined code] at java.nio.file.Files#readAttributes() [Inlined code] at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock#ensureValid() [JIT compiled code] 0.03% 8 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat() [JIT compiled code] at sun.nio.fs.UnixFileAttributes#get() [Inlined code] at sun.nio.fs.UnixFileAttributeViews$Basic#readAttributes() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#readAttributes() [JIT compiled code] at sun.nio.fs.LinuxFileSystemProvider#readAttributes() [JIT compiled code] at java.nio.file.Files#readAttributes() [Inlined code] at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock#ensureValid() [JIT compiled code] 0.02% 7 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat() [Inlined code] at sun.nio.fs.UnixFileAttributes#get() [Inlined code] at sun.nio.fs.UnixFileAttributeViews$Basic#readAttributes() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#readAttributes() [Inlined code] at sun.nio.fs.LinuxFileSystemProvider#readAttributes() [JIT compiled code] at java.nio.file.Files#readAttributes() [Inlined code] at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock#ensureValid() [JIT compiled code] 0.02% 7 java.util.zip.Inflater#inflateBytesBytes() [Native code] at java.util.zip.Inflater#inflate() [JIT compiled code] at java.util.zip.InflaterInputStream#read() [JIT compiled code] at jdk.internal.loader.Resource#getBytes() [JIT compiled code] at jdk.internal.loader.URLClassPath$JarLoader$1#getBytes() [JIT compiled code] at jdk.internal.loader.BuiltinClassLoader#defineClass() [JIT compiled code] at jdk.internal.loader.BuiltinClassLoader#findClassOnClassPathOrNull() [JIT compiled code] at jdk.internal.loader.BuiltinClassLoader#loadClassOrNull() [JIT compiled code] 0.02% 6 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read() [JIT compiled code] at sun.nio.ch.IOUtil#readIntoNativeBuffer() [Interpreted code] at sun.nio.ch.IOUtil#read() [JIT compiled code] at sun.nio.ch.IOUtil#read() [JIT compiled code] at sun.nio.ch.FileChannelImpl#implRead() [JIT compiled code] at sun.nio.ch.FileChannelImpl#traceImplRead() [Interpreted code] at sun.nio.ch.FileChannelImpl#read() [Interpreted code] 0.02% 6 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write() [Interpreted code] at sun.nio.ch.IOUtil#writeFromNativeBuffer() [Interpreted code] at sun.nio.ch.IOUtil#write() [Interpreted code] at sun.nio.ch.IOUtil#write() [Interpreted code] at sun.nio.ch.FileChannelImpl#implWrite() [Interpreted code] at sun.nio.ch.FileChannelImpl#traceImplWrite() [Interpreted code] at sun.nio.ch.FileChannelImpl#write() [Interpreted code] 0.01% 4 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Interpreted code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [Interpreted code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [Interpreted code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle() [Interpreted code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup() [Interpreted code] at jdk.internal.foreign.MemorySessionImpl#close() [Interpreted code] at jdk.internal.foreign.ArenaImpl#close() [Interpreted code] 0.01% 4 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#open() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#newFileChannel() [JIT compiled code] at java.nio.channels.FileChannel#open() [JIT compiled code] at java.nio.channels.FileChannel#open() [Inlined code] 0.01% 4 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [JIT compiled code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [Interpreted code] at org.apache.lucene.store.FSDirectory#deleteFile() [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [JIT compiled code] 0.01% 4 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read() [Interpreted code] at sun.nio.ch.IOUtil#readIntoNativeBuffer() [Interpreted code] at sun.nio.ch.IOUtil#read() [Interpreted code] at sun.nio.ch.IOUtil#read() [Interpreted code] at sun.nio.ch.FileChannelImpl#implRead() [Interpreted code] at sun.nio.ch.FileChannelImpl#traceImplRead() [Interpreted code] at sun.nio.ch.FileChannelImpl#read() [Interpreted code] 0.01% 4 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Interpreted code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [Interpreted code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [Interpreted code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle() [Interpreted code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup() [Interpreted code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup() [Interpreted code] at jdk.internal.foreign.SharedSession$SharedResourceList#cleanup() [Interpreted code] 0.01% 4 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [JIT compiled code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle() [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup() [Interpreted code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup() [Interpreted code] at jdk.internal.foreign.SharedSession$SharedResourceList#cleanup() [Interpreted code] 0.01% 4 java.io.FileDescriptor#close0() [Native code] at java.io.FileDescriptor#close() [Inlined code] at java.io.FileDescriptor$1#close() [Inlined code] at sun.nio.ch.FileChannelImpl$Closer#run() [Inlined code] at jdk.internal.ref.CleanerImpl$PhantomCleanableRef#performCleanup() [Inlined code] at jdk.internal.ref.PhantomCleanable#clean() [Inlined code] at sun.nio.ch.FileChannelImpl#implCloseChannel() [Inlined code] at java.nio.channels.spi.AbstractInterruptibleChannel#close() [JIT compiled code] 0.01% 3 java.io.FileOutputStream#writeBytes() [Native code] at java.io.FileOutputStream#traceWriteBytes() [Interpreted code] at java.io.FileOutputStream#write() [Interpreted code] at java.lang.System$Out#write() [Interpreted code] at java.io.BufferedOutputStream#flushBuffer() [Inlined code] at java.io.BufferedOutputStream#flush() [JIT compiled code] at java.io.PrintStream#write() [Interpreted code] at sun.nio.cs.StreamEncoder#writeBytes() [Interpreted code] 0.01% 3 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map() [JIT compiled code] at sun.nio.ch.FileChannelImpl#mapInternal() [JIT compiled code] at sun.nio.ch.FileChannelImpl#map() [JIT compiled code] at org.apache.lucene.store.MMapDirectory#map() [JIT compiled code] at org.apache.lucene.store.MMapDirectory#openInput() [JIT compiled code] at org.apache.lucene.store.Directory#openChecksumInput() [JIT compiled code] at org.apache.lucene.codecs.lucene94.Lucene94FieldInfosFormat#read() [Interpreted code] 0.01% 3 java.io.FileDescriptor#close0() [Native code] at java.io.FileDescriptor#close() [Inlined code] at java.io.FileDescriptor$1#close() [Inlined code] at sun.nio.ch.FileChannelImpl$Closer#run() [JIT compiled code] at jdk.internal.ref.CleanerImpl$PhantomCleanableRef#performCleanup() [JIT compiled code] at jdk.internal.ref.PhantomCleanable#clean() [Inlined code] at sun.nio.ch.FileChannelImpl#implCloseChannel() [JIT compiled code] at java.nio.channels.spi.AbstractInterruptibleChannel#close() [JIT compiled code] 0.01% 3 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current() [Inlined code] at sun.nio.ch.NativeThreadSet#add() [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite() [Inlined code] at sun.nio.ch.FileChannelImpl#write() [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully() [Inlined code] at sun.nio.ch.ChannelOutputStream#write() [Inlined code] 0.01% 3 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [Interpreted code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [JIT compiled code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [Interpreted code] at org.apache.lucene.store.FSDirectory#deleteFile() [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [JIT compiled code] 0.01% 3 sun.nio.ch.UnixFileDispatcherImpl#size0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#size() [Inlined code] at sun.nio.ch.FileChannelImpl#size() [JIT compiled code] at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock#ensureValid() [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#createOutput() [JIT compiled code] at org.apache.lucene.store.TrackingDirectoryWrapper#createOutput() [JIT compiled code] at org.apache.lucene.codecs.lucene90.Lucene90NormsConsumer#() [Interpreted code] at org.apache.lucene.codecs.lucene90.Lucene90NormsFormat#normsConsumer() [Interpreted code] 0.01% 3 sun.nio.fs.UnixNativeDispatcher#lstat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#lstat() [JIT compiled code] at sun.nio.fs.UnixFileAttributes#get() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [JIT compiled code] 0.01% 3 java.util.zip.Inflater#inflateBytesBytes() [Native code] at java.util.zip.Inflater#inflate() [JIT compiled code] at java.util.zip.InflaterInputStream#read() [JIT compiled code] at jdk.internal.loader.Resource#getBytes() [JIT compiled code] at jdk.internal.loader.URLClassPath$JarLoader$1#getBytes() [Interpreted code] at jdk.internal.loader.BuiltinClassLoader#defineClass() [Interpreted code] at jdk.internal.loader.BuiltinClassLoader#findClassOnClassPathOrNull() [JIT compiled code] at jdk.internal.loader.BuiltinClassLoader#loadClassOrNull() [JIT compiled code] 0.01% 2 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current() [Inlined code] at sun.nio.ch.NativeThreadSet#add() [JIT compiled code] at sun.nio.ch.FileChannelImpl#implWrite() [JIT compiled code] at sun.nio.ch.FileChannelImpl#traceImplWrite() [JIT compiled code] at sun.nio.ch.FileChannelImpl#write() [JIT compiled code] at sun.nio.ch.ChannelOutputStream#writeFully() [JIT compiled code] at sun.nio.ch.ChannelOutputStream#write() [JIT compiled code] 0.01% 2 java.io.FileOutputStream#writeBytes() [Native code] at java.io.FileOutputStream#traceWriteBytes() [Interpreted code] at java.io.FileOutputStream#write() [Interpreted code] at java.lang.System$Out#write() [Interpreted code] at java.io.BufferedOutputStream#flushBuffer() [Interpreted code] at java.io.BufferedOutputStream#flush() [Interpreted code] at java.io.PrintStream#write() [Interpreted code] at sun.nio.cs.StreamEncoder#writeBytes() [Interpreted code] 0.01% 2 java.nio.MappedMemoryUtils#isLoaded0() [Native code] at java.nio.MappedMemoryUtils#isLoaded() [JIT compiled code] at java.nio.MappedMemoryUtils$1#isLoaded() [JIT compiled code] at jdk.internal.misc.ScopedMemoryAccess#isLoadedInternal() [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#isLoaded() [Inlined code] at jdk.internal.foreign.MappedMemorySegmentImpl#isLoaded() [JIT compiled code] at org.apache.lucene.store.MemorySegmentIndexInput#lambda$prefetch$0() [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput$$Lambda.0x000000001c1b7a10#apply() [JIT compiled code] 0.01% 2 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute() [Interpreted code] at jdk.jfr.internal.periodic.PeriodicTask#run() [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic() [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#periodicTask() [Interpreted code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0() [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000001c07aa58#run() [Interpreted code] at java.lang.Thread#runWith() [Interpreted code] 0.01% 2 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat() [Inlined code] at sun.nio.fs.UnixFileAttributes#get() [Inlined code] at sun.nio.fs.UnixFileAttributeViews$Basic#readAttributes() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#readAttributes() [Inlined code] at sun.nio.fs.LinuxFileSystemProvider#readAttributes() [Inlined code] at java.nio.file.Files#readAttributes() [Inlined code] at java.nio.file.Files#size() [Inlined code] 0.01% 2 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [JIT compiled code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle() [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup() [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup() [Inlined code] at jdk.internal.foreign.SharedSession$SharedResourceList#cleanup() [Inlined code] 0.01% 2 java.util.zip.Inflater#inflateBytesBytes() [Native code] at java.util.zip.Inflater#inflate() [JIT compiled code] at java.util.zip.InflaterInputStream#read() [JIT compiled code] at jdk.internal.loader.Resource#getBytes() [Interpreted code] at jdk.internal.loader.URLClassPath$JarLoader$1#getBytes() [Interpreted code] at jdk.internal.loader.BuiltinClassLoader#defineClass() [Interpreted code] at jdk.internal.loader.BuiltinClassLoader#findClassOnClassPathOrNull() [Interpreted code] at jdk.internal.loader.BuiltinClassLoader#loadClassOrNull() [JIT compiled code] 0.01% 2 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#open() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#newFileChannel() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#newByteChannel() [JIT compiled code] at java.nio.file.spi.FileSystemProvider#newOutputStream() [Interpreted code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=12 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 194.08 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 194.08 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 194.08 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 194.08 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 194.08 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 28163 events (total: 28163) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=false PERCENT CPU SAMPLES STACK 31.03% 8739 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write() [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer() [Inlined code] at sun.nio.ch.IOUtil#write() [Inlined code] at sun.nio.ch.IOUtil#write() [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite() [Inlined code] at sun.nio.ch.FileChannelImpl#write() [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully() [Inlined code] at sun.nio.ch.ChannelOutputStream#write() [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write() [Inlined code] at java.util.zip.CheckedOutputStream#write() [JIT compiled code] 18.67% 5258 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read() [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer() [Inlined code] at sun.nio.ch.IOUtil#read() [Inlined code] at sun.nio.ch.IOUtil#read() [Inlined code] at sun.nio.ch.FileChannelImpl#implRead() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead() [Inlined code] at sun.nio.ch.FileChannelImpl#read() [JIT compiled code] at perf.LineFileDocs#readDocs() [JIT compiled code] at perf.LineFileDocs$1#run() [Interpreted code] 16.68% 4697 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute() [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicTask#run() [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic() [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#periodicTask() [Interpreted code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0() [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000001c07aa58#run() [Interpreted code] at java.lang.Thread#runWith() [Interpreted code] at java.lang.Thread#run() [Interpreted code] 10.15% 2859 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write() [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer() [Inlined code] at sun.nio.ch.IOUtil#write() [Inlined code] at sun.nio.ch.IOUtil#write() [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite() [Inlined code] at sun.nio.ch.FileChannelImpl#write() [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully() [Inlined code] at sun.nio.ch.ChannelOutputStream#write() [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write() [Inlined code] at java.util.zip.CheckedOutputStream#write() [Inlined code] 4.22% 1189 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read() [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer() [Inlined code] at sun.nio.ch.IOUtil#read() [Inlined code] at sun.nio.ch.IOUtil#read() [Inlined code] at sun.nio.ch.FileChannelImpl#implRead() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead() [JIT compiled code] at sun.nio.ch.FileChannelImpl#read() [Inlined code] at perf.LineFileDocs#readDocs() [JIT compiled code] at perf.LineFileDocs$1#run() [Interpreted code] 4.00% 1126 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read() [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer() [Inlined code] at sun.nio.ch.IOUtil#read() [Inlined code] at sun.nio.ch.IOUtil#read() [Inlined code] at sun.nio.ch.FileChannelImpl#implRead() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead() [Inlined code] at sun.nio.ch.FileChannelImpl#read() [JIT compiled code] at perf.LineFileDocs#readDocs() [Interpreted code] at perf.LineFileDocs$1#run() [Interpreted code] 3.82% 1076 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [JIT compiled code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle() [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup() [Inlined code] at jdk.internal.foreign.SharedSession$SharedResourceList#cleanup() [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl#close() [Inlined code] at jdk.internal.foreign.ArenaImpl#close() [JIT compiled code] at org.apache.lucene.store.RefCountedSharedArena#release() [JIT compiled code] at org.apache.lucene.store.RefCountedSharedArena#close() [JIT compiled code] 2.51% 708 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute() [Interpreted code] at jdk.jfr.internal.periodic.PeriodicTask#run() [Interpreted code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic() [Interpreted code] at jdk.jfr.internal.PlatformRecorder#periodicTask() [Interpreted code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0() [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000001c07aa58#run() [Interpreted code] at java.lang.Thread#runWith() [Interpreted code] at java.lang.Thread#run() [Interpreted code] 1.52% 428 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete() [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete() [Inlined code] at org.apache.lucene.util.FileDeleter#decRef() [JIT compiled code] at org.apache.lucene.index.IndexFileDeleter#decRef() [JIT compiled code] 1.43% 403 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete() [Inlined code] at org.apache.lucene.util.FileDeleter#delete() [JIT compiled code] at org.apache.lucene.util.FileDeleter#deleteFilesIfNoRef() [Interpreted code] at org.apache.lucene.index.IndexFileDeleter#refresh() [Interpreted code] 0.97% 272 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle() [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup() [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup() [Inlined code] at jdk.internal.foreign.SharedSession$SharedResourceList#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl#close() [Inlined code] at jdk.internal.foreign.ArenaImpl#close() [Inlined code] at org.apache.lucene.store.RefCountedSharedArena#release() [Inlined code] at org.apache.lucene.store.RefCountedSharedArena#close() [Inlined code] 0.75% 211 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete() [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete() [Inlined code] at org.apache.lucene.util.FileDeleter#decRef() [JIT compiled code] at org.apache.lucene.index.IndexFileDeleter#decRef() [Inlined code] 0.71% 200 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete() [Inlined code] at org.apache.lucene.util.FileDeleter#delete() [JIT compiled code] at org.apache.lucene.util.FileDeleter#decRef() [JIT compiled code] at org.apache.lucene.index.IndexFileDeleter#decRef() [Interpreted code] 0.58% 163 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete() [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete() [Interpreted code] at org.apache.lucene.util.FileDeleter#decRef() [JIT compiled code] at org.apache.lucene.index.IndexFileDeleter#decRef() [Interpreted code] 0.51% 144 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [JIT compiled code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle() [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup() [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup() [Interpreted code] at jdk.internal.foreign.SharedSession$SharedResourceList#cleanup() [Interpreted code] at jdk.internal.foreign.MemorySessionImpl#close() [Inlined code] at jdk.internal.foreign.ArenaImpl#close() [JIT compiled code] at org.apache.lucene.store.RefCountedSharedArena#release() [JIT compiled code] at org.apache.lucene.store.RefCountedSharedArena#close() [JIT compiled code] 0.36% 102 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete() [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete() [Interpreted code] at org.apache.lucene.util.FileDeleter#decRef() [Interpreted code] at org.apache.lucene.index.IndexFileDeleter#decRef() [Interpreted code] 0.20% 56 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read() [JIT compiled code] at sun.nio.ch.IOUtil#readIntoNativeBuffer() [JIT compiled code] at sun.nio.ch.IOUtil#read() [JIT compiled code] at sun.nio.ch.IOUtil#read() [JIT compiled code] at sun.nio.ch.FileChannelImpl#implRead() [JIT compiled code] at sun.nio.ch.FileChannelImpl#traceImplRead() [JIT compiled code] at sun.nio.ch.FileChannelImpl#read() [JIT compiled code] at perf.LineFileDocs#readDocs() [Interpreted code] at perf.LineFileDocs$1#run() [Interpreted code] 0.16% 44 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#open() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#newFileChannel() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#newByteChannel() [Inlined code] at java.nio.file.spi.FileSystemProvider#newOutputStream() [JIT compiled code] at java.nio.file.Files#newOutputStream() [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#() [JIT compiled code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#() [JIT compiled code] at org.apache.lucene.store.FSDirectory#createOutput() [JIT compiled code] 0.14% 39 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete() [Inlined code] at org.apache.lucene.util.FileDeleter#delete() [JIT compiled code] at org.apache.lucene.util.FileDeleter#decRef() [Interpreted code] at org.apache.lucene.index.IndexFileDeleter#decRef() [JIT compiled code] 0.13% 36 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write() [JIT compiled code] at sun.nio.ch.IOUtil#writeFromNativeBuffer() [JIT compiled code] at sun.nio.ch.IOUtil#write() [JIT compiled code] at sun.nio.ch.IOUtil#write() [JIT compiled code] at sun.nio.ch.FileChannelImpl#implWrite() [JIT compiled code] at sun.nio.ch.FileChannelImpl#traceImplWrite() [JIT compiled code] at sun.nio.ch.FileChannelImpl#write() [JIT compiled code] at sun.nio.ch.ChannelOutputStream#writeFully() [JIT compiled code] at sun.nio.ch.ChannelOutputStream#write() [JIT compiled code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write() [JIT compiled code] at java.util.zip.CheckedOutputStream#write() [JIT compiled code] 0.12% 34 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete() [Inlined code] at org.apache.lucene.util.FileDeleter#delete() [JIT compiled code] at org.apache.lucene.util.FileDeleter#deleteFilesIfNoRef() [Interpreted code] at org.apache.lucene.index.IndexFileDeleter#refresh() [Interpreted code] 0.12% 33 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open() [Inlined code] at sun.nio.fs.UnixChannelFactory#open() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Inlined code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#newFileChannel() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#newByteChannel() [Inlined code] at java.nio.file.spi.FileSystemProvider#newOutputStream() [JIT compiled code] at java.nio.file.Files#newOutputStream() [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#() [JIT compiled code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#() [JIT compiled code] at org.apache.lucene.store.FSDirectory#createOutput() [JIT compiled code] 0.10% 28 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute() [Interpreted code] at jdk.jfr.internal.periodic.PeriodicTask#run() [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic() [Interpreted code] at jdk.jfr.internal.PlatformRecorder#periodicTask() [Interpreted code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0() [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000001c07aa58#run() [Interpreted code] at java.lang.Thread#runWith() [Interpreted code] at java.lang.Thread#run() [Interpreted code] 0.10% 27 java.io.FileOutputStream#writeBytes() [Native code] at java.io.FileOutputStream#traceWriteBytes() [JIT compiled code] at java.io.FileOutputStream#write() [JIT compiled code] at java.lang.System$Out#write() [Inlined code] at java.io.BufferedOutputStream#flushBuffer() [Inlined code] at java.io.BufferedOutputStream#flush() [JIT compiled code] at java.io.PrintStream#write() [JIT compiled code] at sun.nio.cs.StreamEncoder#writeBytes() [JIT compiled code] at sun.nio.cs.StreamEncoder#implFlushBuffer() [Inlined code] at sun.nio.cs.StreamEncoder#flushBuffer() [JIT compiled code] at java.io.OutputStreamWriter#flushBuffer() [Inlined code] at java.io.PrintStream#writeln() [JIT compiled code] 0.08% 23 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [Interpreted code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [Interpreted code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Interpreted code] at java.nio.file.Files#delete() [Interpreted code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [Interpreted code] at org.apache.lucene.store.FSDirectory#deleteFile() [Interpreted code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [Interpreted code] at org.apache.lucene.util.FileDeleter#delete() [Interpreted code] at org.apache.lucene.util.FileDeleter#delete() [Interpreted code] at org.apache.lucene.util.FileDeleter#decRef() [Interpreted code] at org.apache.lucene.index.IndexFileDeleter#decRef() [Interpreted code] 0.07% 21 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [JIT compiled code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle() [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup() [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup() [Interpreted code] at jdk.internal.foreign.SharedSession$SharedResourceList#cleanup() [Interpreted code] at jdk.internal.foreign.MemorySessionImpl#close() [Inlined code] at jdk.internal.foreign.ArenaImpl#close() [JIT compiled code] at org.apache.lucene.store.RefCountedSharedArena#release() [Interpreted code] at org.apache.lucene.store.RefCountedSharedArena#close() [Interpreted code] 0.06% 18 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open() [Interpreted code] at sun.nio.fs.UnixChannelFactory#open() [Interpreted code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Interpreted code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Interpreted code] at sun.nio.fs.UnixFileSystemProvider#newFileChannel() [Interpreted code] at sun.nio.fs.UnixFileSystemProvider#newByteChannel() [Interpreted code] at java.nio.file.spi.FileSystemProvider#newOutputStream() [Interpreted code] at java.nio.file.Files#newOutputStream() [Interpreted code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#() [Interpreted code] at org.apache.lucene.store.FSDirectory#createTempOutput() [Interpreted code] at org.apache.lucene.store.FilterDirectory#createTempOutput() [Interpreted code] 0.06% 17 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete() [Interpreted code] at org.apache.lucene.util.FileDeleter#delete() [Interpreted code] at org.apache.lucene.util.FileDeleter#decRef() [Interpreted code] at org.apache.lucene.index.IndexFileDeleter#decRef() [Interpreted code] 0.03% 9 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open() [Interpreted code] at sun.nio.fs.UnixChannelFactory#open() [Interpreted code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Interpreted code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Interpreted code] at sun.nio.fs.UnixFileSystemProvider#newFileChannel() [Interpreted code] at sun.nio.fs.UnixFileSystemProvider#newByteChannel() [Interpreted code] at java.nio.file.spi.FileSystemProvider#newOutputStream() [Interpreted code] at java.nio.file.Files#newOutputStream() [Interpreted code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#() [Interpreted code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#() [Interpreted code] at org.apache.lucene.store.FSDirectory#createOutput() [Interpreted code] 0.02% 6 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map() [JIT compiled code] at sun.nio.ch.FileChannelImpl#mapInternal() [JIT compiled code] at sun.nio.ch.FileChannelImpl#map() [JIT compiled code] at org.apache.lucene.store.MMapDirectory#map() [JIT compiled code] at org.apache.lucene.store.MMapDirectory#openInput() [JIT compiled code] at org.apache.lucene.store.FilterDirectory#openInput() [JIT compiled code] at org.apache.lucene.store.FilterDirectory#openInput() [JIT compiled code] at org.apache.lucene.store.Directory#openChecksumInput() [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.FieldsIndexWriter#finish() [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#finish() [Interpreted code] at org.apache.lucene.index.StoredFieldsConsumer#flush() [Interpreted code] 0.02% 6 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read() [JIT compiled code] at sun.nio.ch.IOUtil#readIntoNativeBuffer() [Interpreted code] at sun.nio.ch.IOUtil#read() [JIT compiled code] at sun.nio.ch.IOUtil#read() [JIT compiled code] at sun.nio.ch.FileChannelImpl#implRead() [JIT compiled code] at sun.nio.ch.FileChannelImpl#traceImplRead() [Interpreted code] at sun.nio.ch.FileChannelImpl#read() [Interpreted code] at perf.LineFileDocs#readDocs() [Interpreted code] at perf.LineFileDocs$1#run() [Interpreted code] 0.02% 6 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write() [Interpreted code] at sun.nio.ch.IOUtil#writeFromNativeBuffer() [Interpreted code] at sun.nio.ch.IOUtil#write() [Interpreted code] at sun.nio.ch.IOUtil#write() [Interpreted code] at sun.nio.ch.FileChannelImpl#implWrite() [Interpreted code] at sun.nio.ch.FileChannelImpl#traceImplWrite() [Interpreted code] at sun.nio.ch.FileChannelImpl#write() [Interpreted code] at sun.nio.ch.ChannelOutputStream#writeFully() [Interpreted code] at sun.nio.ch.ChannelOutputStream#write() [Interpreted code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write() [Interpreted code] at java.util.zip.CheckedOutputStream#write() [Interpreted code] 0.02% 6 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [JIT compiled code] at org.apache.lucene.store.TrackingDirectoryWrapper#deleteFile() [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.FieldsIndexWriter#finish() [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#finish() [Interpreted code] at org.apache.lucene.index.StoredFieldsConsumer#flush() [Interpreted code] 0.02% 5 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [JIT compiled code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle() [Inlined code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup() [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl#close() [Inlined code] at jdk.internal.foreign.ArenaImpl#close() [JIT compiled code] at org.apache.lucene.store.MemorySegmentIndexInput#close() [JIT compiled code] at org.apache.lucene.store.BufferedChecksumIndexInput#close() [Inlined code] at org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#() [JIT compiled code] at org.apache.lucene.codecs.lucene90.Lucene90NormsFormat#normsProducer() [JIT compiled code] 0.02% 5 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [JIT compiled code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle() [Inlined code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup() [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl#close() [Inlined code] at jdk.internal.foreign.ArenaImpl#close() [JIT compiled code] at org.apache.lucene.store.MemorySegmentIndexInput#close() [JIT compiled code] at org.apache.lucene.store.BufferedChecksumIndexInput#close() [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader#() [Interpreted code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsFormat#fieldsReader() [Interpreted code] 0.01% 4 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat() [JIT compiled code] at sun.nio.fs.UnixFileAttributes#get() [Inlined code] at sun.nio.fs.UnixFileAttributeViews$Basic#readAttributes() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#readAttributes() [JIT compiled code] at sun.nio.fs.LinuxFileSystemProvider#readAttributes() [JIT compiled code] at java.nio.file.Files#readAttributes() [Inlined code] at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock#ensureValid() [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#createOutput() [JIT compiled code] at org.apache.lucene.store.TrackingDirectoryWrapper#createOutput() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#() [Interpreted code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsFormat#fieldsConsumer() [Interpreted code] 0.01% 4 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [JIT compiled code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle() [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup() [Interpreted code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup() [Interpreted code] at jdk.internal.foreign.SharedSession$SharedResourceList#cleanup() [Interpreted code] at jdk.internal.foreign.MemorySessionImpl#close() [Interpreted code] at jdk.internal.foreign.ArenaImpl#close() [Interpreted code] at org.apache.lucene.store.RefCountedSharedArena#release() [Interpreted code] at org.apache.lucene.store.RefCountedSharedArena#close() [Interpreted code] 0.01% 4 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [JIT compiled code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [Interpreted code] at org.apache.lucene.store.FSDirectory#deleteFile() [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete() [Interpreted code] at org.apache.lucene.util.FileDeleter#delete() [Interpreted code] at org.apache.lucene.util.FileDeleter#decRef() [Interpreted code] at org.apache.lucene.index.IndexFileDeleter#decRef() [Interpreted code] 0.01% 4 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace() [Inlined code] at jdk.internal.event.FileWriteEvent#commit() [JIT compiled code] at jdk.internal.event.FileWriteEvent#offer() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite() [Inlined code] at sun.nio.ch.FileChannelImpl#write() [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully() [Inlined code] at sun.nio.ch.ChannelOutputStream#write() [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write() [Inlined code] at java.util.zip.CheckedOutputStream#write() [JIT compiled code] at java.io.BufferedOutputStream#flushBuffer() [Inlined code] at java.io.BufferedOutputStream#flush() [JIT compiled code] 0.01% 4 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read() [Interpreted code] at sun.nio.ch.IOUtil#readIntoNativeBuffer() [Interpreted code] at sun.nio.ch.IOUtil#read() [Interpreted code] at sun.nio.ch.IOUtil#read() [Interpreted code] at sun.nio.ch.FileChannelImpl#implRead() [Interpreted code] at sun.nio.ch.FileChannelImpl#traceImplRead() [Interpreted code] at sun.nio.ch.FileChannelImpl#read() [Interpreted code] at perf.LineFileDocs#readDocs() [Interpreted code] at perf.LineFileDocs$1#run() [Interpreted code] 0.01% 4 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Interpreted code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [Interpreted code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [Interpreted code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle() [Interpreted code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup() [Interpreted code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup() [Interpreted code] at jdk.internal.foreign.SharedSession$SharedResourceList#cleanup() [Interpreted code] at jdk.internal.foreign.MemorySessionImpl#close() [Interpreted code] at jdk.internal.foreign.ArenaImpl#close() [Interpreted code] at org.apache.lucene.store.RefCountedSharedArena#release() [Interpreted code] at org.apache.lucene.store.RefCountedSharedArena#close() [Interpreted code] 0.01% 4 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat() [Inlined code] at sun.nio.fs.UnixFileAttributes#get() [Inlined code] at sun.nio.fs.UnixFileAttributeViews$Basic#readAttributes() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#readAttributes() [Inlined code] at sun.nio.fs.LinuxFileSystemProvider#readAttributes() [Inlined code] at java.nio.file.Files#readAttributes() [Inlined code] at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock#ensureValid() [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#createOutput() [JIT compiled code] at org.apache.lucene.store.TrackingDirectoryWrapper#createOutput() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#() [Interpreted code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsFormat#fieldsConsumer() [Interpreted code] 0.01% 4 java.io.FileDescriptor#close0() [Native code] at java.io.FileDescriptor#close() [Inlined code] at java.io.FileDescriptor$1#close() [Inlined code] at sun.nio.ch.FileChannelImpl$Closer#run() [Inlined code] at jdk.internal.ref.CleanerImpl$PhantomCleanableRef#performCleanup() [Inlined code] at jdk.internal.ref.PhantomCleanable#clean() [Inlined code] at sun.nio.ch.FileChannelImpl#implCloseChannel() [Inlined code] at java.nio.channels.spi.AbstractInterruptibleChannel#close() [JIT compiled code] at sun.nio.ch.ChannelOutputStream#close() [JIT compiled code] at java.io.FilterOutputStream#close() [JIT compiled code] at java.io.FilterOutputStream#close() [JIT compiled code] at java.io.FilterOutputStream#close() [JIT compiled code] 0.01% 3 sun.nio.fs.UnixNativeDispatcher#lstat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#lstat() [JIT compiled code] at sun.nio.fs.UnixFileAttributes#get() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete() [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete() [Inlined code] at org.apache.lucene.util.FileDeleter#decRef() [JIT compiled code] 0.01% 3 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map() [JIT compiled code] at sun.nio.ch.FileChannelImpl#mapInternal() [JIT compiled code] at sun.nio.ch.FileChannelImpl#map() [JIT compiled code] at org.apache.lucene.store.MMapDirectory#map() [JIT compiled code] at org.apache.lucene.store.MMapDirectory#openInput() [JIT compiled code] at org.apache.lucene.store.Directory#openChecksumInput() [JIT compiled code] at org.apache.lucene.codecs.lucene94.Lucene94FieldInfosFormat#read() [Interpreted code] at org.apache.lucene.index.SegmentCoreReaders#() [Interpreted code] at org.apache.lucene.index.SegmentReader#() [Interpreted code] at org.apache.lucene.index.ReadersAndUpdates#getReader() [Interpreted code] at org.apache.lucene.index.ReadersAndUpdates#getReaderForMerge() [Interpreted code] 0.01% 3 sun.nio.ch.UnixFileDispatcherImpl#size0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#size() [Inlined code] at sun.nio.ch.FileChannelImpl#size() [JIT compiled code] at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock#ensureValid() [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#createOutput() [JIT compiled code] at org.apache.lucene.store.TrackingDirectoryWrapper#createOutput() [JIT compiled code] at org.apache.lucene.codecs.lucene90.Lucene90NormsConsumer#() [Interpreted code] at org.apache.lucene.codecs.lucene90.Lucene90NormsFormat#normsConsumer() [Interpreted code] at org.apache.lucene.index.IndexingChain#writeNorms() [Interpreted code] at org.apache.lucene.index.IndexingChain#flush() [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush() [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush() [Interpreted code] 0.01% 3 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [Interpreted code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [JIT compiled code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [Interpreted code] at org.apache.lucene.store.FSDirectory#deleteFile() [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete() [Interpreted code] at org.apache.lucene.util.FileDeleter#delete() [Interpreted code] at org.apache.lucene.util.FileDeleter#decRef() [Interpreted code] at org.apache.lucene.index.IndexFileDeleter#decRef() [Interpreted code] 0.01% 3 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [JIT compiled code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle() [Inlined code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup() [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl#close() [Inlined code] at jdk.internal.foreign.ArenaImpl#close() [JIT compiled code] at org.apache.lucene.store.MemorySegmentIndexInput#close() [JIT compiled code] at org.apache.lucene.store.BufferedChecksumIndexInput#close() [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.FieldsIndexWriter#finish() [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#finish() [Interpreted code] 0.01% 3 java.io.FileOutputStream#writeBytes() [Native code] at java.io.FileOutputStream#traceWriteBytes() [Interpreted code] at java.io.FileOutputStream#write() [Interpreted code] at java.lang.System$Out#write() [Interpreted code] at java.io.BufferedOutputStream#flushBuffer() [Inlined code] at java.io.BufferedOutputStream#flush() [JIT compiled code] at java.io.PrintStream#write() [Interpreted code] at sun.nio.cs.StreamEncoder#writeBytes() [Interpreted code] at sun.nio.cs.StreamEncoder#implFlushBuffer() [Interpreted code] at sun.nio.cs.StreamEncoder#flushBuffer() [Interpreted code] at java.io.OutputStreamWriter#flushBuffer() [Interpreted code] at java.io.PrintStream#writeln() [Interpreted code] 0.01% 3 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map() [JIT compiled code] at sun.nio.ch.FileChannelImpl#mapInternal() [JIT compiled code] at sun.nio.ch.FileChannelImpl#map() [JIT compiled code] at org.apache.lucene.store.MMapDirectory#map() [JIT compiled code] at org.apache.lucene.store.MMapDirectory#openInput() [JIT compiled code] at org.apache.lucene.store.FilterDirectory#openInput() [JIT compiled code] at org.apache.lucene.store.FilterDirectory#openInput() [JIT compiled code] at org.apache.lucene.store.Directory#openChecksumInput() [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.FieldsIndexWriter#finish() [Interpreted code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#finish() [Interpreted code] at org.apache.lucene.index.StoredFieldsConsumer#flush() [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 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 194.08 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 194.08 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 194.08 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 194.08 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 194.08 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 194.08 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 305416 events (total: 320740M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=false PERCENT HEAP SAMPLES STACK 19.96% 64017M perf.LineFileDocs#nextDoc() [JIT compiled code] 13.32% 42726M java.lang.StringUTF16#compress() [Inlined code] 8.39% 26909M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState() [Inlined code] 7.27% 23308M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#() [Inlined code] 7.03% 22553M perf.LineFileDocs#readDocs() [JIT compiled code] 6.96% 22325M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock() [Inlined code] 4.58% 14676M org.apache.lucene.index.ParallelPostingsArray#() [Inlined code] 3.61% 11581M org.apache.lucene.codecs.lucene104.PForUtil#encode() [JIT compiled code] 3.45% 11061M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] 3.24% 10388M org.apache.lucene.util.ArrayUtil#copyOfSubArray() [Inlined code] 2.69% 8620M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms() [JIT compiled code] 1.80% 5783M org.apache.lucene.util.TimSorter#() [Inlined code] 1.69% 5433M org.apache.lucene.util.BytesRef#() [Inlined code] 1.51% 4835M java.util.ArrayList#grow() [Inlined code] 1.32% 4231M perf.LineFileDocs#readDocs() [Interpreted code] 1.12% 3604M org.apache.lucene.util.BytesRefHash#rehash() [JIT compiled code] 0.94% 3020M org.apache.lucene.document.IntPoint#pack() [Inlined code] 0.92% 2936M org.apache.lucene.document.StringField#setStringValue() [Inlined code] 0.82% 2629M java.util.Formatter#parse() [Inlined code] 0.81% 2608M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#() [Inlined code] 0.66% 2128M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs() [JIT compiled code] 0.52% 1666M org.apache.lucene.util.ArrayUtil#timSort() [Inlined code] 0.52% 1665M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlock() [JIT compiled code] 0.51% 1634M java.lang.Integer#toString() [Inlined code] 0.49% 1575M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock() [Inlined code] 0.48% 1546M perf.LineFileDocs#newDocState() [Interpreted code] 0.44% 1398M java.util.Arrays#copyOfRange() [Inlined code] 0.36% 1144M java.lang.String#format() [Inlined code] 0.34% 1099M java.util.Formatter$FormatSpecifierParser#parse() [Inlined code] 0.33% 1050M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] 0.30% 960M java.lang.AbstractStringBuilder#() [Inlined code] 0.30% 951M java.util.Formatter#() [Inlined code] 0.29% 941M java.lang.StringLatin1#newString() [Inlined code] 0.29% 930M java.lang.StringBuilder#toString() [Inlined code] 0.29% 916M java.lang.StringLatin1#replace() [Inlined code] 0.27% 875M java.util.List#of() [Inlined code] 0.20% 652M jdk.internal.misc.Unsafe#allocateUninitializedArray() [Inlined code] 0.15% 474M org.apache.lucene.util.StringSorter#fallbackSorter() [Inlined code] 0.14% 461M java.lang.invoke.DirectMethodHandle#allocateInstance() [Inlined code] 0.13% 408M java.util.ArrayList#iterator() [JIT compiled code] 0.12% 368M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#writeImpacts() [JIT compiled code] 0.11% 355M org.apache.lucene.util.PagedBytes$PagedBytesDataOutput#writeBytes() [Inlined code] 0.10% 325M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingBlock#compileIndex() [JIT compiled code] 0.10% 313M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#bytesRefToTrie() [Inlined code] 0.09% 304M org.apache.lucene.util.ArrayUtil#growExact() [JIT compiled code] 0.09% 298M java.nio.HeapByteBuffer#asReadOnlyBuffer() [Inlined code] 0.08% 251M org.apache.lucene.util.BytesRef#deepCopyOf() [Inlined code] 0.07% 234M java.lang.Thread#beforeSleep() [Interpreted code] 0.07% 219M java.util.ArrayList#subList() [Inlined code] 0.05% 171M perf.StatisticsHelper#startStatistics() [Interpreted code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=2 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 194.08 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 194.08 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 194.08 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 194.08 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 194.08 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 194.08 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 194.08 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 305416 events (total: 320740M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=false PERCENT HEAP SAMPLES STACK 19.95% 63974M perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.LineFileDocs#nextDoc() [Inlined code] 13.32% 42726M java.lang.StringUTF16#compress() [Inlined code] at java.lang.String#() [Inlined code] 8.38% 26888M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState() [Inlined code] 7.27% 23308M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#() [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance() [Inlined code] 7.03% 22553M perf.LineFileDocs#readDocs() [JIT compiled code] at perf.LineFileDocs$1#run() [Interpreted code] 6.96% 22325M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock() [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer() [JIT compiled code] 4.58% 14676M org.apache.lucene.index.ParallelPostingsArray#() [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#() [Inlined code] 3.45% 11058M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] 3.19% 10216M org.apache.lucene.util.ArrayUtil#copyOfSubArray() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#() [Inlined code] 2.85% 9132M org.apache.lucene.codecs.lucene104.PForUtil#encode() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition() [JIT compiled code] 2.67% 8555M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms() [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] 1.80% 5783M org.apache.lucene.util.TimSorter#() [Inlined code] at org.apache.lucene.util.ArrayTimSorter#() [Inlined code] 1.63% 5215M org.apache.lucene.util.BytesRef#() [Inlined code] at org.apache.lucene.util.BytesRef#() [Inlined code] 1.51% 4835M java.util.ArrayList#grow() [Inlined code] at java.util.ArrayList#grow() [Inlined code] 1.32% 4231M perf.LineFileDocs#readDocs() [Interpreted code] at perf.LineFileDocs$1#run() [Interpreted code] 1.12% 3604M org.apache.lucene.util.BytesRefHash#rehash() [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add() [JIT compiled code] 0.94% 3020M org.apache.lucene.document.IntPoint#pack() [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues() [Inlined code] 0.92% 2936M org.apache.lucene.document.StringField#setStringValue() [Inlined code] at perf.LineFileDocs#nextDoc() [JIT compiled code] 0.82% 2629M java.util.Formatter#parse() [Inlined code] at java.util.Formatter#format() [Inlined code] 0.81% 2608M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#bytesRefToTrie() [Inlined code] 0.76% 2435M org.apache.lucene.codecs.lucene104.PForUtil#encode() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock() [JIT compiled code] 0.66% 2128M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock() [JIT compiled code] 0.52% 1666M org.apache.lucene.util.ArrayUtil#timSort() [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings() [JIT compiled code] 0.52% 1665M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlock() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlocks() [JIT compiled code] 0.49% 1575M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock() [Inlined code] at org.apache.lucene.util.IntBlockPool#nextBuffer() [JIT compiled code] 0.48% 1546M perf.LineFileDocs#newDocState() [Interpreted code] at perf.IndexThreads$IndexThread#run() [Interpreted code] 0.47% 1518M java.lang.Integer#toString() [Inlined code] at perf.LineFileDocs#intToID() [JIT compiled code] 0.34% 1099M java.util.Formatter$FormatSpecifierParser#parse() [Inlined code] at java.util.Formatter#parse() [Inlined code] 0.33% 1054M java.lang.String#format() [Inlined code] at perf.LineFileDocs#intToID() [JIT compiled code] 0.33% 1047M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] 0.30% 960M java.lang.AbstractStringBuilder#() [Inlined code] at java.lang.StringBuilder#() [Inlined code] 0.30% 951M java.util.Formatter#() [Inlined code] at java.lang.String#format() [Inlined code] 0.29% 941M java.lang.StringLatin1#newString() [Inlined code] at java.lang.Integer#toString() [Inlined code] 0.29% 930M java.lang.StringBuilder#toString() [Inlined code] at java.util.Formatter#toString() [Inlined code] 0.29% 916M java.lang.StringLatin1#replace() [Inlined code] at java.lang.String#replace() [Inlined code] 0.27% 875M java.util.List#of() [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument() [JIT compiled code] 0.25% 801M java.util.Arrays#copyOfRange() [Inlined code] at java.lang.String#() [Inlined code] 0.20% 652M jdk.internal.misc.Unsafe#allocateUninitializedArray() [Inlined code] at java.lang.StringConcatHelper#newArray() [Inlined code] 0.19% 597M java.util.Arrays#copyOfRange() [Inlined code] at java.lang.StringLatin1#newString() [Inlined code] 0.14% 457M org.apache.lucene.util.StringSorter#fallbackSorter() [Inlined code] at org.apache.lucene.util.StringSorter$MSBStringRadixSorter#getFallbackSorter() [Inlined code] 0.14% 440M java.lang.invoke.DirectMethodHandle#allocateInstance() [Inlined code] at java.lang.invoke.LambdaForm$DMH.0x000000001c1b4400#newInvokeSpecial() [Inlined code] 0.12% 373M java.util.ArrayList#iterator() [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic() [Interpreted code] 0.12% 368M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#writeImpacts() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock() [JIT compiled code] 0.11% 355M org.apache.lucene.util.PagedBytes$PagedBytesDataOutput#writeBytes() [Inlined code] at org.apache.lucene.index.PointValuesWriter#addPackedValue() [Inlined code] 0.10% 325M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingBlock#compileIndex() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlocks() [JIT compiled code] 0.10% 313M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#bytesRefToTrie() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingBlock#compileIndex() [JIT compiled code] 0.09% 283M org.apache.lucene.util.ArrayUtil#growExact() [JIT compiled code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] 0.08% 251M org.apache.lucene.util.BytesRef#deepCopyOf() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#() [Inlined code] 0.07% 234M java.lang.Thread#beforeSleep() [Interpreted code] at java.lang.Thread#sleepNanos() [Interpreted code] 0.07% 227M java.nio.HeapByteBuffer#asReadOnlyBuffer() [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#toBufferList() [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 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 194.08 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 194.08 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 194.08 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 194.08 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 194.08 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 194.08 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 194.08 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 194.08 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 305416 events (total: 320740M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=false PERCENT HEAP SAMPLES STACK 19.95% 63974M perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.LineFileDocs#nextDoc() [Inlined code] at perf.IndexThreads$IndexThread#run() [JIT compiled code] 13.31% 42676M java.lang.StringUTF16#compress() [Inlined code] at java.lang.String#() [Inlined code] at java.lang.String#() [Inlined code] at perf.LineFileDocs#nextDoc() [JIT compiled code] 8.35% 26773M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState() [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] 7.27% 23308M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#() [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance() [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow() [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow() [JIT compiled code] 7.03% 22553M perf.LineFileDocs#readDocs() [JIT compiled code] at perf.LineFileDocs$1#run() [Interpreted code] 5.36% 17176M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock() [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer() [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice() [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice() [Inlined code] 4.58% 14676M org.apache.lucene.index.ParallelPostingsArray#() [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#() [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance() [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow() [Inlined code] 3.16% 10149M org.apache.lucene.util.ArrayUtil#copyOfSubArray() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] 2.84% 9100M org.apache.lucene.codecs.lucene104.PForUtil#encode() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition() [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] 2.67% 8555M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms() [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] 1.80% 5783M org.apache.lucene.util.TimSorter#() [Inlined code] at org.apache.lucene.util.ArrayTimSorter#() [Inlined code] at org.apache.lucene.util.ArrayUtil#timSort() [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings() [JIT compiled code] 1.59% 5105M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write() [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush() [Interpreted code] 1.59% 5103M org.apache.lucene.util.BytesRef#() [Inlined code] at org.apache.lucene.util.BytesRef#() [Inlined code] at org.apache.lucene.document.StringField#setStringValue() [Inlined code] at perf.LineFileDocs#nextDoc() [JIT compiled code] 1.51% 4833M java.util.ArrayList#grow() [Inlined code] at java.util.ArrayList#grow() [Inlined code] at java.util.ArrayList#add() [Inlined code] at java.util.ArrayList#add() [Inlined code] 1.50% 4815M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge() [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge() [Interpreted code] 1.32% 4231M perf.LineFileDocs#readDocs() [Interpreted code] at perf.LineFileDocs$1#run() [Interpreted code] 1.04% 3327M org.apache.lucene.util.BytesRefHash#rehash() [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add() [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add() [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream() [JIT compiled code] 0.99% 3170M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock() [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer() [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices() [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add() [JIT compiled code] 0.92% 2936M org.apache.lucene.document.StringField#setStringValue() [Inlined code] at perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.LineFileDocs#nextDoc() [Inlined code] at perf.IndexThreads$IndexThread#run() [JIT compiled code] 0.91% 2929M org.apache.lucene.document.IntPoint#pack() [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues() [Inlined code] at org.apache.lucene.document.IntPoint#setIntValue() [Inlined code] at perf.LineFileDocs#nextDoc() [JIT compiled code] 0.82% 2629M java.util.Formatter#parse() [Inlined code] at java.util.Formatter#format() [Inlined code] at java.util.Formatter#format() [Inlined code] at java.lang.String#format() [Inlined code] 0.81% 2608M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#bytesRefToTrie() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingBlock#compileIndex() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlocks() [JIT compiled code] 0.75% 2419M org.apache.lucene.codecs.lucene104.PForUtil#encode() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc() [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] 0.66% 2128M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc() [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] 0.52% 1657M org.apache.lucene.util.ArrayUtil#timSort() [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings() [JIT compiled code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings() [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] 0.51% 1632M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlock() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlocks() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#pushTerm() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] 0.51% 1631M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock() [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer() [JIT compiled code] at org.apache.lucene.util.BytesRefBlockPool#addBytesRef() [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add() [JIT compiled code] 0.48% 1546M perf.LineFileDocs#newDocState() [Interpreted code] at perf.IndexThreads$IndexThread#run() [Interpreted code] 0.47% 1518M java.lang.Integer#toString() [Inlined code] at perf.LineFileDocs#intToID() [JIT compiled code] at perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.LineFileDocs#nextDoc() [Inlined code] 0.43% 1367M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock() [Inlined code] at org.apache.lucene.util.IntBlockPool#nextBuffer() [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices() [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add() [JIT compiled code] 0.34% 1099M java.util.Formatter$FormatSpecifierParser#parse() [Inlined code] at java.util.Formatter#parse() [Inlined code] at java.util.Formatter#format() [Inlined code] at java.util.Formatter#format() [Inlined code] 0.33% 1068M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write() [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush() [JIT compiled code] 0.33% 1054M java.lang.String#format() [Inlined code] at perf.LineFileDocs#intToID() [JIT compiled code] at perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.LineFileDocs#nextDoc() [Inlined code] 0.33% 1047M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.ArrayUtil#grow() [Inlined code] at org.apache.lucene.index.PointValuesWriter#addPackedValue() [Inlined code] 0.30% 960M java.lang.AbstractStringBuilder#() [Inlined code] at java.lang.StringBuilder#() [Inlined code] at java.util.Formatter#() [Inlined code] at java.lang.String#format() [Inlined code] 0.29% 928M java.util.Formatter#() [Inlined code] at java.lang.String#format() [Inlined code] at perf.LineFileDocs#intToID() [JIT compiled code] at perf.LineFileDocs#nextDoc() [JIT compiled code] 0.28% 893M java.lang.StringLatin1#replace() [Inlined code] at java.lang.String#replace() [Inlined code] at perf.LineFileDocs#intToID() [JIT compiled code] at perf.LineFileDocs#nextDoc() [JIT compiled code] 0.28% 883M java.lang.StringBuilder#toString() [Inlined code] at java.util.Formatter#toString() [Inlined code] at java.lang.String#format() [Inlined code] at perf.LineFileDocs#intToID() [JIT compiled code] 0.27% 875M java.util.List#of() [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument() [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument() [Inlined code] at perf.IndexThreads$IndexThread#run() [JIT compiled code] 0.27% 872M java.lang.StringLatin1#newString() [Inlined code] at java.lang.Integer#toString() [Inlined code] at perf.LineFileDocs#intToID() [JIT compiled code] at perf.LineFileDocs#nextDoc() [JIT compiled code] 0.25% 801M java.util.Arrays#copyOfRange() [Inlined code] at java.lang.String#() [Inlined code] at java.lang.StringBuilder#toString() [Inlined code] at java.util.Formatter#toString() [Inlined code] 0.20% 639M jdk.internal.misc.Unsafe#allocateUninitializedArray() [Inlined code] at java.lang.StringConcatHelper#newArray() [Inlined code] at java.lang.StringLatin1#replace() [Inlined code] at java.lang.String#replace() [Inlined code] 0.18% 570M java.util.Arrays#copyOfRange() [Inlined code] at java.lang.StringLatin1#newString() [Inlined code] at java.lang.Integer#toString() [Inlined code] at perf.LineFileDocs#intToID() [JIT compiled code] 0.14% 457M org.apache.lucene.util.StringSorter#fallbackSorter() [Inlined code] at org.apache.lucene.util.StringSorter$MSBStringRadixSorter#getFallbackSorter() [Inlined code] at org.apache.lucene.util.MSBRadixSorter#sort() [Inlined code] at org.apache.lucene.util.MSBRadixSorter#radixSort() [JIT compiled code] 0.14% 440M java.lang.invoke.DirectMethodHandle#allocateInstance() [Inlined code] at java.lang.invoke.LambdaForm$DMH.0x000000001c1b4400#newInvokeSpecial() [Inlined code] at java.lang.invoke.Invokers$Holder#linkToTargetMethod() [Inlined code] at org.apache.lucene.util.StringSorter$MSBStringRadixSorter#getFallbackSorter() [Inlined code] 0.12% 373M java.util.ArrayList#iterator() [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic() [Interpreted code] at jdk.jfr.internal.PlatformRecorder#periodicTask() [Interpreted code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0() [Interpreted code] 0.12% 368M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#writeImpacts() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc() [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] 0.11% 347M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock() [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer() [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices() [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add() [Inlined code] 0.10% 325M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingBlock#compileIndex() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlocks() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#pushTerm() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] 0.10% 313M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#bytesRefToTrie() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingBlock#compileIndex() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlocks() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#pushTerm() [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 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 194.08 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 194.08 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 194.08 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 194.08 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 194.08 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 194.08 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 194.08 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 194.08 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 194.08 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 305416 events (total: 320740M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=false PERCENT HEAP SAMPLES STACK 19.95% 63974M perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.LineFileDocs#nextDoc() [Inlined code] at perf.IndexThreads$IndexThread#run() [JIT compiled code] 13.29% 42610M java.lang.StringUTF16#compress() [Inlined code] at java.lang.String#() [Inlined code] at java.lang.String#() [Inlined code] at perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.LineFileDocs#nextDoc() [Inlined code] at perf.IndexThreads$IndexThread#run() [JIT compiled code] 7.03% 22553M perf.LineFileDocs#readDocs() [JIT compiled code] at perf.LineFileDocs$1#run() [Interpreted code] 6.61% 21199M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#() [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance() [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow() [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow() [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add() [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add() [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream() [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert() [Inlined code] 3.83% 12278M org.apache.lucene.index.ParallelPostingsArray#() [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#() [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance() [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow() [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow() [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add() [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add() [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream() [JIT compiled code] 3.69% 11850M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState() [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge() [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms() [Interpreted code] 2.49% 7998M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock() [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer() [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice() [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice() [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte() [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt() [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx() [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm() [JIT compiled code] 2.19% 7032M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState() [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write() [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush() [Interpreted code] at org.apache.lucene.index.IndexingChain#flush() [Interpreted code] 1.79% 5750M org.apache.lucene.util.TimSorter#() [Inlined code] at org.apache.lucene.util.ArrayTimSorter#() [Inlined code] at org.apache.lucene.util.ArrayUtil#timSort() [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings() [JIT compiled code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings() [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] 1.74% 5579M org.apache.lucene.codecs.lucene104.PForUtil#encode() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition() [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge() [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms() [Interpreted code] 1.73% 5553M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock() [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer() [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice() [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice() [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte() [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt() [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm() [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice() [Inlined code] 1.59% 5103M org.apache.lucene.util.BytesRef#() [Inlined code] at org.apache.lucene.util.BytesRef#() [Inlined code] at org.apache.lucene.document.StringField#setStringValue() [Inlined code] at perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.LineFileDocs#nextDoc() [Inlined code] at perf.IndexThreads$IndexThread#run() [JIT compiled code] 1.54% 4952M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState() [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write() [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush() [Interpreted code] at org.apache.lucene.index.IndexingChain#flush() [JIT compiled code] 1.50% 4815M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge() [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms() [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000001c1d55b8#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging() [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge() [Interpreted code] 1.40% 4489M org.apache.lucene.util.ArrayUtil#copyOfSubArray() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge() [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms() [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000001c1d55b8#merge() [Interpreted code] 1.32% 4231M perf.LineFileDocs#readDocs() [Interpreted code] at perf.LineFileDocs$1#run() [Interpreted code] 1.13% 3623M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock() [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer() [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice() [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice() [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte() [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt() [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx() [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm() [JIT compiled code] 1.08% 3460M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms() [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge() [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms() [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000001c1d55b8#merge() [Interpreted code] 1.02% 3264M org.apache.lucene.util.BytesRefHash#rehash() [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add() [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add() [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream() [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert() [Inlined code] at org.apache.lucene.index.IndexingChain#processField() [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] 0.95% 3053M java.util.ArrayList#grow() [Inlined code] at java.util.ArrayList#grow() [Inlined code] at java.util.ArrayList#add() [Inlined code] at java.util.ArrayList#add() [Inlined code] at java.util.Formatter$FormatSpecifierParser#parse() [Inlined code] at java.util.Formatter#parse() [Inlined code] at java.util.Formatter#format() [Inlined code] at java.util.Formatter#format() [Inlined code] 0.92% 2936M org.apache.lucene.document.StringField#setStringValue() [Inlined code] at perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.LineFileDocs#nextDoc() [Inlined code] at perf.IndexThreads$IndexThread#run() [JIT compiled code] 0.91% 2929M org.apache.lucene.document.IntPoint#pack() [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues() [Inlined code] at org.apache.lucene.document.IntPoint#setIntValue() [Inlined code] at perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.LineFileDocs#nextDoc() [Inlined code] at perf.IndexThreads$IndexThread#run() [JIT compiled code] 0.91% 2907M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write() [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush() [Interpreted code] at org.apache.lucene.index.IndexingChain#flush() [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush() [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush() [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush() [Inlined code] 0.85% 2742M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock() [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer() [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices() [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add() [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream() [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert() [Inlined code] at org.apache.lucene.index.IndexingChain#processField() [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] 0.84% 2695M org.apache.lucene.util.ArrayUtil#copyOfSubArray() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write() [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush() [Interpreted code] at org.apache.lucene.index.IndexingChain#flush() [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush() [Interpreted code] 0.83% 2648M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState() [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write() [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush() [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush() [JIT compiled code] 0.79% 2526M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms() [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write() [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush() [Interpreted code] at org.apache.lucene.index.IndexingChain#flush() [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush() [Interpreted code] 0.75% 2407M java.util.Formatter#parse() [Inlined code] at java.util.Formatter#format() [Inlined code] at java.util.Formatter#format() [Inlined code] at java.lang.String#format() [Inlined code] at perf.LineFileDocs#intToID() [JIT compiled code] at perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.LineFileDocs#nextDoc() [Inlined code] at perf.IndexThreads$IndexThread#run() [JIT compiled code] 0.75% 2397M org.apache.lucene.index.ParallelPostingsArray#() [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#() [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance() [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow() [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow() [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add() [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add() [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTerm() [Inlined code] 0.66% 2108M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#() [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance() [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow() [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow() [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add() [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add() [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTerm() [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invert() [Inlined code] 0.58% 1858M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write() [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush() [Interpreted code] at org.apache.lucene.index.IndexingChain#flush() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush() [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush() [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush() [Inlined code] 0.57% 1842M org.apache.lucene.util.ArrayUtil#copyOfSubArray() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write() [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush() [Interpreted code] at org.apache.lucene.index.IndexingChain#flush() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush() [Interpreted code] 0.53% 1685M org.apache.lucene.codecs.lucene104.PForUtil#encode() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc() [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge() [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge() [Interpreted code] 0.52% 1664M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms() [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write() [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush() [Interpreted code] at org.apache.lucene.index.IndexingChain#flush() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush() [Interpreted code] 0.52% 1657M org.apache.lucene.util.ArrayUtil#timSort() [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings() [JIT compiled code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings() [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge() [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge() [Interpreted code] 0.51% 1646M org.apache.lucene.codecs.lucene104.PForUtil#encode() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition() [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write() [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush() [Interpreted code] at org.apache.lucene.index.IndexingChain#flush() [Interpreted code] 0.48% 1546M perf.LineFileDocs#newDocState() [Interpreted code] at perf.IndexThreads$IndexThread#run() [Interpreted code] 0.47% 1518M java.lang.Integer#toString() [Inlined code] at perf.LineFileDocs#intToID() [JIT compiled code] at perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.LineFileDocs#nextDoc() [Inlined code] at perf.IndexThreads$IndexThread#run() [JIT compiled code] 0.46% 1470M java.util.ArrayList#grow() [Inlined code] at java.util.ArrayList#grow() [Inlined code] at java.util.ArrayList#add() [Inlined code] at java.util.ArrayList#add() [Inlined code] at org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc() [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] 0.42% 1343M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#bytesRefToTrie() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingBlock#compileIndex() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlocks() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#pushTerm() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write() [Interpreted code] 0.41% 1311M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc() [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge() [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge() [Interpreted code] 0.38% 1226M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#bytesRefToTrie() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingBlock#compileIndex() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlocks() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#pushTerm() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge() [Interpreted code] 0.37% 1198M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock() [Inlined code] at org.apache.lucene.util.IntBlockPool#nextBuffer() [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices() [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add() [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream() [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert() [Inlined code] at org.apache.lucene.index.IndexingChain#processField() [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] 0.37% 1190M org.apache.lucene.codecs.lucene104.PForUtil#encode() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition() [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write() [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush() [Interpreted code] at org.apache.lucene.index.IndexingChain#flush() [JIT compiled code] 0.33% 1054M java.lang.String#format() [Inlined code] at perf.LineFileDocs#intToID() [JIT compiled code] at perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.LineFileDocs#nextDoc() [Inlined code] at perf.IndexThreads$IndexThread#run() [JIT compiled code] 0.33% 1053M org.apache.lucene.util.ArrayUtil#copyOfSubArray() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write() [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush() [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush() [Interpreted code] 0.33% 1047M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.ArrayUtil#grow() [Inlined code] at org.apache.lucene.index.PointValuesWriter#addPackedValue() [Inlined code] at org.apache.lucene.index.IndexingChain#processField() [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [JIT compiled code] 0.32% 1037M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock() [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer() [JIT compiled code] at org.apache.lucene.util.BytesRefBlockPool#addBytesRef() [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add() [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add() [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream() [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert() [Inlined code] at org.apache.lucene.index.IndexingChain#processField() [Inlined code] 0.31% 993M java.util.Formatter$FormatSpecifierParser#parse() [Inlined code] at java.util.Formatter#parse() [Inlined code] at java.util.Formatter#format() [Inlined code] at java.util.Formatter#format() [Inlined code] at java.lang.String#format() [Inlined code] at perf.LineFileDocs#intToID() [JIT compiled code] at perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.LineFileDocs#nextDoc() [Inlined code] 0.29% 928M java.util.Formatter#() [Inlined code] at java.lang.String#format() [Inlined code] at perf.LineFileDocs#intToID() [JIT compiled code] at perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.LineFileDocs#nextDoc() [Inlined code] at perf.IndexThreads$IndexThread#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=12 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 194.08 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 194.08 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 194.08 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 194.08 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 194.08 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 194.08 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 194.08 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 194.08 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 194.08 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 194.08 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 305416 events (total: 320740M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=false PERCENT HEAP SAMPLES STACK 19.95% 63974M perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.LineFileDocs#nextDoc() [Inlined code] at perf.IndexThreads$IndexThread#run() [JIT compiled code] 13.29% 42610M java.lang.StringUTF16#compress() [Inlined code] at java.lang.String#() [Inlined code] at java.lang.String#() [Inlined code] at perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.LineFileDocs#nextDoc() [Inlined code] at perf.IndexThreads$IndexThread#run() [JIT compiled code] 7.03% 22553M perf.LineFileDocs#readDocs() [JIT compiled code] at perf.LineFileDocs$1#run() [Interpreted code] 6.07% 19474M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#() [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance() [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow() [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow() [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add() [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add() [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream() [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert() [Inlined code] at org.apache.lucene.index.IndexingChain#processField() [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [JIT compiled code] 3.69% 11850M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState() [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge() [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms() [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000001c1d55b8#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging() [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge() [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle() [Interpreted code] 3.55% 11393M org.apache.lucene.index.ParallelPostingsArray#() [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#() [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance() [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow() [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow() [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add() [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add() [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream() [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert() [Inlined code] at org.apache.lucene.index.IndexingChain#processField() [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] 2.01% 6436M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock() [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer() [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice() [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice() [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte() [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt() [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx() [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm() [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice() [Inlined code] at org.apache.lucene.index.TermsHashPerField#add() [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream() [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert() [JIT compiled code] 1.79% 5750M org.apache.lucene.util.TimSorter#() [Inlined code] at org.apache.lucene.util.ArrayTimSorter#() [Inlined code] at org.apache.lucene.util.ArrayUtil#timSort() [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings() [JIT compiled code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings() [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge() [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms() [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000001c1d55b8#merge() [Interpreted code] 1.74% 5579M org.apache.lucene.codecs.lucene104.PForUtil#encode() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition() [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge() [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms() [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000001c1d55b8#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging() [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge() [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle() [Interpreted code] 1.72% 5508M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState() [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write() [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush() [Interpreted code] at org.apache.lucene.index.IndexingChain#flush() [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush() [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush() [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush() [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate() [JIT compiled code] 1.60% 5125M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock() [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer() [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice() [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice() [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte() [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt() [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm() [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice() [Inlined code] at org.apache.lucene.index.TermsHashPerField#add() [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream() [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert() [Inlined code] at org.apache.lucene.index.IndexingChain#processField() [Inlined code] 1.59% 5103M org.apache.lucene.util.BytesRef#() [Inlined code] at org.apache.lucene.util.BytesRef#() [Inlined code] at org.apache.lucene.document.StringField#setStringValue() [Inlined code] at perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.LineFileDocs#nextDoc() [Inlined code] at perf.IndexThreads$IndexThread#run() [JIT compiled code] 1.50% 4815M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge() [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms() [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000001c1d55b8#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging() [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge() [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle() [Interpreted code] at org.apache.lucene.index.IndexWriter#merge() [Interpreted code] at org.apache.lucene.index.IndexWriter$IndexWriterMergeSource#merge() [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler#doMerge() [Interpreted code] 1.44% 4609M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState() [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write() [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush() [Interpreted code] at org.apache.lucene.index.IndexingChain#flush() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush() [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush() [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush() [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate() [JIT compiled code] 1.40% 4489M org.apache.lucene.util.ArrayUtil#copyOfSubArray() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge() [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms() [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000001c1d55b8#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging() [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge() [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle() [Interpreted code] at org.apache.lucene.index.IndexWriter#merge() [Interpreted code] 1.32% 4231M perf.LineFileDocs#readDocs() [Interpreted code] at perf.LineFileDocs$1#run() [Interpreted code] 1.12% 3607M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock() [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer() [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice() [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice() [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte() [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt() [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx() [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm() [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice() [Inlined code] at org.apache.lucene.index.TermsHashPerField#add() [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream() [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert() [Inlined code] 1.08% 3460M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms() [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge() [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms() [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000001c1d55b8#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging() [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge() [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle() [Interpreted code] at org.apache.lucene.index.IndexWriter#merge() [Interpreted code] 1.02% 3264M org.apache.lucene.util.BytesRefHash#rehash() [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add() [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add() [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream() [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert() [Inlined code] at org.apache.lucene.index.IndexingChain#processField() [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments() [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument() [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument() [Inlined code] 0.92% 2936M org.apache.lucene.document.StringField#setStringValue() [Inlined code] at perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.LineFileDocs#nextDoc() [Inlined code] at perf.IndexThreads$IndexThread#run() [JIT compiled code] 0.91% 2929M org.apache.lucene.document.IntPoint#pack() [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues() [Inlined code] at org.apache.lucene.document.IntPoint#setIntValue() [Inlined code] at perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.LineFileDocs#nextDoc() [Inlined code] at perf.IndexThreads$IndexThread#run() [JIT compiled code] 0.89% 2860M java.util.ArrayList#grow() [Inlined code] at java.util.ArrayList#grow() [Inlined code] at java.util.ArrayList#add() [Inlined code] at java.util.ArrayList#add() [Inlined code] at java.util.Formatter$FormatSpecifierParser#parse() [Inlined code] at java.util.Formatter#parse() [Inlined code] at java.util.Formatter#format() [Inlined code] at java.util.Formatter#format() [Inlined code] at java.lang.String#format() [Inlined code] at perf.LineFileDocs#intToID() [JIT compiled code] at perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.LineFileDocs#nextDoc() [Inlined code] 0.85% 2742M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock() [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer() [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices() [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add() [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream() [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert() [Inlined code] at org.apache.lucene.index.IndexingChain#processField() [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments() [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument() [JIT compiled code] 0.75% 2407M java.util.Formatter#parse() [Inlined code] at java.util.Formatter#format() [Inlined code] at java.util.Formatter#format() [Inlined code] at java.lang.String#format() [Inlined code] at perf.LineFileDocs#intToID() [JIT compiled code] at perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.LineFileDocs#nextDoc() [Inlined code] at perf.IndexThreads$IndexThread#run() [JIT compiled code] 0.70% 2249M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write() [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush() [Interpreted code] at org.apache.lucene.index.IndexingChain#flush() [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush() [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush() [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush() [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate() [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments() [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument() [JIT compiled code] 0.67% 2153M org.apache.lucene.index.ParallelPostingsArray#() [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#() [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance() [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow() [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow() [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add() [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add() [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTerm() [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invert() [Inlined code] at org.apache.lucene.index.IndexingChain#processField() [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] 0.64% 2048M org.apache.lucene.util.ArrayUtil#copyOfSubArray() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write() [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush() [Interpreted code] at org.apache.lucene.index.IndexingChain#flush() [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush() [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush() [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush() [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate() [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [JIT compiled code] 0.58% 1864M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms() [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write() [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush() [Interpreted code] at org.apache.lucene.index.IndexingChain#flush() [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush() [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush() [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush() [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate() [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [JIT compiled code] 0.58% 1858M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write() [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush() [Interpreted code] at org.apache.lucene.index.IndexingChain#flush() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush() [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush() [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush() [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate() [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments() [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument() [JIT compiled code] 0.55% 1763M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#() [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance() [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow() [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow() [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add() [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add() [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTerm() [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invert() [Inlined code] at org.apache.lucene.index.IndexingChain#processField() [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [JIT compiled code] 0.54% 1742M org.apache.lucene.util.ArrayUtil#copyOfSubArray() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write() [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush() [Interpreted code] at org.apache.lucene.index.IndexingChain#flush() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush() [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush() [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush() [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate() [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [JIT compiled code] 0.53% 1685M org.apache.lucene.codecs.lucene104.PForUtil#encode() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc() [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge() [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms() [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000001c1d55b8#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging() [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge() [Interpreted code] 0.52% 1675M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState() [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write() [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush() [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush() [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush() [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush() [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate() [JIT compiled code] 0.52% 1657M org.apache.lucene.util.ArrayUtil#timSort() [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings() [JIT compiled code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings() [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge() [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms() [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000001c1d55b8#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging() [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge() [Interpreted code] 0.50% 1602M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#() [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance() [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow() [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow() [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add() [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add() [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream() [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert() [Inlined code] at org.apache.lucene.index.IndexingChain#processField() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [Inlined code] 0.49% 1562M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock() [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer() [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice() [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice() [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte() [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt() [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx() [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm() [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice() [Inlined code] at org.apache.lucene.index.TermsHashPerField#add() [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream() [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert() [Inlined code] 0.49% 1562M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms() [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write() [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush() [Interpreted code] at org.apache.lucene.index.IndexingChain#flush() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush() [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush() [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush() [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate() [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [JIT compiled code] 0.48% 1546M perf.LineFileDocs#newDocState() [Interpreted code] at perf.IndexThreads$IndexThread#run() [Interpreted code] 0.47% 1518M java.lang.Integer#toString() [Inlined code] at perf.LineFileDocs#intToID() [JIT compiled code] at perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.LineFileDocs#nextDoc() [Inlined code] at perf.IndexThreads$IndexThread#run() [JIT compiled code] 0.41% 1317M org.apache.lucene.codecs.lucene104.PForUtil#encode() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition() [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write() [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush() [Interpreted code] at org.apache.lucene.index.IndexingChain#flush() [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush() [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush() [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush() [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate() [JIT compiled code] 0.41% 1311M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc() [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge() [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms() [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000001c1d55b8#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging() [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge() [Interpreted code] 0.38% 1226M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#bytesRefToTrie() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingBlock#compileIndex() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlocks() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#pushTerm() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge() [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms() [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000001c1d55b8#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging() [Interpreted code] 0.37% 1198M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock() [Inlined code] at org.apache.lucene.util.IntBlockPool#nextBuffer() [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices() [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add() [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream() [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert() [Inlined code] at org.apache.lucene.index.IndexingChain#processField() [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments() [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument() [JIT compiled code] 0.36% 1162M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState() [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write() [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush() [Interpreted code] at org.apache.lucene.index.IndexingChain#flush() [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush() [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush() [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush() [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate() [Inlined code] 0.34% 1104M org.apache.lucene.codecs.lucene104.PForUtil#encode() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition() [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write() [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush() [Interpreted code] at org.apache.lucene.index.IndexingChain#flush() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush() [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush() [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush() [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate() [JIT compiled code] 0.33% 1054M java.lang.String#format() [Inlined code] at perf.LineFileDocs#intToID() [JIT compiled code] at perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.LineFileDocs#nextDoc() [Inlined code] at perf.IndexThreads$IndexThread#run() [JIT compiled code] 0.33% 1047M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.ArrayUtil#grow() [Inlined code] at org.apache.lucene.index.PointValuesWriter#addPackedValue() [Inlined code] at org.apache.lucene.index.IndexingChain#processField() [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments() [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument() [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument() [Inlined code] at perf.IndexThreads$IndexThread#run() [JIT compiled code] 0.32% 1020M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock() [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer() [JIT compiled code] at org.apache.lucene.util.BytesRefBlockPool#addBytesRef() [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add() [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add() [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream() [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert() [Inlined code] at org.apache.lucene.index.IndexingChain#processField() [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments() [JIT compiled code] 0.31% 993M java.util.Formatter$FormatSpecifierParser#parse() [Inlined code] at java.util.Formatter#parse() [Inlined code] at java.util.Formatter#format() [Inlined code] at java.util.Formatter#format() [Inlined code] at java.lang.String#format() [Inlined code] at perf.LineFileDocs#intToID() [JIT compiled code] at perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.LineFileDocs#nextDoc() [Inlined code] at perf.IndexThreads$IndexThread#run() [JIT compiled code] 0.30% 955M java.util.ArrayList#grow() [Inlined code] at java.util.ArrayList#grow() [Inlined code] at java.util.ArrayList#add() [Inlined code] at java.util.ArrayList#add() [Inlined code] at org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc() [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge() [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge() [Interpreted code] move log to /l/logs.nightly/2026.04.13.05.40.34/fastIndexMediumDocs.log move vmstat log to /l/logs.nightly/2026.04.13.05.40.34/fastIndexMediumDocs.vmstat.log move top log to /l/logs.nightly/2026.04.13.05.40.34/fastIndexMediumDocs.top.log [2026-04-13 13:05:25.352285] took 105.1 sec [2026-04-13 13:05:25.356369] medIndexAtClose None [2026-04-13 13:05:25.357628] 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', '-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=3565126 Profiler summary for /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr Version: 2.1 Chunks: 34 Start: 2026-04-13 20:36:45 (UTC) Duration: 1431 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 96049642 1920988587 jdk.FileWrite 6053258 165361383 jdk.NativeMethodSample 168266 2672110 jdk.ObjectAllocationInNewTLAB 114055 2479557 jdk.FileRead 78112 2244969 jdk.BooleanFlag 23528 776526 jdk.ObjectAllocationOutsideTLAB 7934 157390 jdk.CPULoad 3994 83874 jdk.UnsignedIntFlag 2108 75582 jdk.IntFlag 1904 70822 jdk.StringFlag 1530 59840 jdk.Checkpoint 938 43233821 jdk.Compilation 95 2671 jdk.CPUInformation 34 51102 jdk.GCConfiguration 34 918 jdk.JVMInformation 34 40732 jdk.Metadata 34 3757952 jdk.GarbageCollection 15 393 jdk.ActiveRecording 0 0 jdk.ActiveSetting 0 0 jdk.AllocationRequiringGC 0 0 jdk.BooleanFlagChanged 0 0 jdk.CPUTimeSamplesLost 0 0 jdk.CPUTimeStampCounter 0 0 jdk.ClassDefine 0 0 jdk.ClassLoad 0 0 jdk.ClassLoaderStatistics 0 0 jdk.ClassLoadingStatistics 0 0 jdk.ClassRedefinition 0 0 jdk.ClassUnload 0 0 jdk.CodeCacheConfiguration 0 0 jdk.CodeCacheFull 0 0 jdk.CodeCacheStatistics 0 0 jdk.CompilationFailure 0 0 jdk.CompilerConfiguration 0 0 jdk.CompilerInlining 0 0 jdk.CompilerPhase 0 0 jdk.CompilerQueueUtilization 0 0 jdk.CompilerStatistics 0 0 jdk.ConcurrentModeFailure 0 0 jdk.ContainerCPUThrottling 0 0 jdk.ContainerCPUUsage 0 0 jdk.ContainerConfiguration 0 0 jdk.ContainerIOUsage 0 0 jdk.ContainerMemoryUsage 0 0 jdk.ContinuationFreeze 0 0 jdk.ContinuationFreezeFast 0 0 jdk.ContinuationFreezeSlow 0 0 jdk.ContinuationThaw 0 0 jdk.ContinuationThawFast 0 0 jdk.ContinuationThawSlow 0 0 jdk.DataLoss 0 0 jdk.Deoptimization 0 0 jdk.DeprecatedInvocation 0 0 jdk.Deserialization 0 0 jdk.DirectBufferStatistics 0 0 jdk.DoubleFlag 0 0 jdk.DoubleFlagChanged 0 0 jdk.DumpReason 0 0 jdk.EvacuationFailed 0 0 jdk.EvacuationInformation 0 0 jdk.ExceptionStatistics 0 0 jdk.ExecuteVMOperation 0 0 jdk.ExecutionSample 0 0 jdk.FileForce 0 0 jdk.FinalizerStatistics 0 0 jdk.Flush 0 0 jdk.G1AdaptiveIHOP 0 0 jdk.G1BasicIHOP 0 0 jdk.G1EvacuationOldStatistics 0 0 jdk.G1EvacuationYoungStatistics 0 0 jdk.G1GarbageCollection 0 0 jdk.G1HeapRegionInformation 0 0 jdk.G1HeapRegionTypeChange 0 0 jdk.G1HeapSummary 0 0 jdk.G1MMU 0 0 jdk.GCCPUTime 0 0 jdk.GCHeapConfiguration 0 0 jdk.GCHeapMemoryPoolUsage 0 0 jdk.GCHeapMemoryUsage 0 0 jdk.GCHeapSummary 0 0 jdk.GCPhaseConcurrent 0 0 jdk.GCPhaseConcurrentLevel1 0 0 jdk.GCPhaseConcurrentLevel2 0 0 jdk.GCPhaseParallel 0 0 jdk.GCPhasePause 0 0 jdk.GCPhasePauseLevel1 0 0 jdk.GCPhasePauseLevel2 0 0 jdk.GCPhasePauseLevel3 0 0 jdk.GCPhasePauseLevel4 0 0 jdk.GCReferenceStatistics 0 0 jdk.GCSurvivorConfiguration 0 0 jdk.GCTLABConfiguration 0 0 jdk.HeapDump 0 0 jdk.InitialEnvironmentVariable 0 0 jdk.InitialSecurityProperty 0 0 jdk.InitialSystemProperty 0 0 jdk.IntFlagChanged 0 0 jdk.JITRestart 0 0 jdk.JavaAgent 0 0 jdk.JavaErrorThrow 0 0 jdk.JavaExceptionThrow 0 0 jdk.JavaMonitorDeflate 0 0 jdk.JavaMonitorEnter 0 0 jdk.JavaMonitorInflate 0 0 jdk.JavaMonitorNotify 0 0 jdk.JavaMonitorStatistics 0 0 jdk.JavaMonitorWait 0 0 jdk.JavaThreadStatistics 0 0 jdk.LongFlag 0 0 jdk.LongFlagChanged 0 0 jdk.MetaspaceAllocationFailure 0 0 jdk.MetaspaceChunkFreeListSummary 0 0 jdk.MetaspaceGCThreshold 0 0 jdk.MetaspaceOOM 0 0 jdk.MetaspaceSummary 0 0 jdk.MethodTiming 0 0 jdk.MethodTrace 0 0 jdk.ModuleExport 0 0 jdk.ModuleRequire 0 0 jdk.NativeAgent 0 0 jdk.NativeLibrary 0 0 jdk.NativeLibraryLoad 0 0 jdk.NativeLibraryUnload 0 0 jdk.NativeMemoryUsage 0 0 jdk.NativeMemoryUsageTotal 0 0 jdk.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 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 2042.83 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 168266 events (total: 168266) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=false PERCENT CPU SAMPLES STACK 69.25% 116525 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 12.56% 21139 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] 7.70% 12961 jdk.jfr.internal.JVM#emitEvent() [Native code] 4.56% 7668 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] 4.03% 6776 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] 0.64% 1070 jdk.internal.misc.Unsafe#park() [Native code] 0.55% 926 jdk.jfr.internal.JVM#getStackTraceId() [Native code] 0.23% 381 jdk.internal.misc.Unsafe#unpark() [Native code] 0.18% 305 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] 0.12% 196 sun.nio.ch.NativeThread#current0() [Native code] 0.05% 87 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] 0.04% 72 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] 0.02% 35 java.io.FileDescriptor#close0() [Native code] 0.02% 26 java.lang.invoke.LambdaForm$MH.0x00000000191f8c00#invoke() [Inlined code] 0.01% 23 java.io.FileOutputStream#writeBytes() [Native code] 0.01% 20 sun.nio.ch.UnixFileDispatcherImpl#size0() [Native code] 0.01% 15 jdk.jfr.internal.JVM#flush() [Native code] 0.01% 10 sun.nio.fs.UnixNativeDispatcher#lstat0() [Native code] 0.00% 7 java.lang.Thread#sleepNanos0() [Native code] 0.00% 5 sun.nio.fs.UnixNativeDispatcher#access0() [Native code] 0.00% 5 java.io.RandomAccessFile#open0() [Native code] 0.00% 4 java.nio.MappedMemoryUtils#isLoaded0() [Native code] 0.00% 3 java.lang.Object#wait0() [Native code] 0.00% 2 sun.nio.ch.UnixFileDispatcherImpl#allocationGranularity0() [Native code] 0.00% 2 java.lang.Object#notifyAll() [Native code] 0.00% 1 jdk.internal.misc.VM#getNanoTimeAdjustment() [Native code] 0.00% 1 java.lang.reflect.Array#newArray() [Native code] 0.00% 1 jdk.jfr.internal.JVM#addStringConstant() [Native code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=2 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 2042.83 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2042.83 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 168266 events (total: 168266) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=false PERCENT CPU SAMPLES STACK 69.25% 116525 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write() [Inlined code] 12.56% 21139 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read() [Inlined code] 7.70% 12961 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute() [Inlined code] 4.56% 7668 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [Inlined code] 4.03% 6776 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] 0.64% 1070 jdk.internal.misc.Unsafe#park() [Native code] at java.util.concurrent.locks.LockSupport#park() [Inlined code] 0.55% 926 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace() [Inlined code] 0.22% 373 jdk.internal.misc.Unsafe#unpark() [Native code] at java.util.concurrent.locks.LockSupport#unpark() [JIT compiled code] 0.18% 305 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open() [Inlined code] 0.12% 196 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current() [Inlined code] 0.05% 87 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat() [Inlined code] 0.04% 72 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map() [Inlined code] 0.02% 35 java.io.FileDescriptor#close0() [Native code] at java.io.FileDescriptor#close() [Inlined code] 0.02% 26 java.lang.invoke.LambdaForm$MH.0x00000000191f8c00#invoke() [Inlined code] at java.lang.invoke.LambdaForm$MH.0x00000000191e0c00#invokeExact_MT() [Inlined code] 0.01% 23 java.io.FileOutputStream#writeBytes() [Native code] at java.io.FileOutputStream#traceWriteBytes() [JIT compiled code] 0.01% 20 sun.nio.ch.UnixFileDispatcherImpl#size0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#size() [Inlined code] 0.01% 14 jdk.jfr.internal.JVM#flush() [Native code] at jdk.jfr.internal.event.EventWriter#flush() [JIT compiled code] 0.01% 10 sun.nio.fs.UnixNativeDispatcher#lstat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#lstat() [Inlined code] 0.00% 8 jdk.internal.misc.Unsafe#unpark() [Native code] at java.util.concurrent.locks.LockSupport#unpark() [Inlined code] 0.00% 7 java.lang.Thread#sleepNanos0() [Native code] at java.lang.Thread#sleepNanos() [Inlined code] 0.00% 5 java.io.RandomAccessFile#open0() [Native code] at java.io.RandomAccessFile#open() [Inlined code] 0.00% 5 sun.nio.fs.UnixNativeDispatcher#access0() [Native code] at sun.nio.fs.UnixNativeDispatcher#access() [JIT compiled code] 0.00% 4 java.nio.MappedMemoryUtils#isLoaded0() [Native code] at java.nio.MappedMemoryUtils#isLoaded() [Inlined code] 0.00% 2 sun.nio.ch.UnixFileDispatcherImpl#allocationGranularity0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#allocationGranularity() [Inlined code] 0.00% 2 java.lang.Object#wait0() [Native code] at java.lang.Object#wait() [Inlined code] 0.00% 1 jdk.internal.misc.VM#getNanoTimeAdjustment() [Native code] at java.time.Clock#currentInstant() [JIT compiled code] 0.00% 1 jdk.jfr.internal.JVM#addStringConstant() [Native code] at jdk.jfr.internal.StringPool#storeString() [JIT compiled code] 0.00% 1 java.lang.Object#wait0() [Native code] at java.lang.Object#wait() [JIT compiled code] 0.00% 1 java.lang.reflect.Array#newArray() [Native code] at java.lang.reflect.Array#newInstance() [Inlined code] 0.00% 1 java.lang.Object#notifyAll() [Native code] at org.apache.lucene.index.ConcurrentMergeScheduler#runOnMergeFinished() [Interpreted code] 0.00% 1 java.lang.Object#notifyAll() [Native code] at jdk.jfr.internal.util.Utils#notifyFlush() [JIT compiled code] 0.00% 1 jdk.jfr.internal.JVM#flush() [Native code] at jdk.jfr.internal.MetadataRepository#flush() [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 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 2042.83 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2042.83 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2042.83 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 168266 events (total: 168266) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=false PERCENT CPU SAMPLES STACK 69.25% 116525 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write() [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer() [Inlined code] at sun.nio.ch.IOUtil#write() [Inlined code] 12.56% 21139 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read() [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer() [Inlined code] at sun.nio.ch.IOUtil#read() [Inlined code] 7.70% 12961 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute() [Inlined code] at jdk.jfr.internal.periodic.PeriodicTask#run() [Inlined code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic() [JIT compiled code] 4.41% 7413 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] 4.03% 6776 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [Inlined code] 0.52% 877 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace() [Inlined code] at jdk.internal.event.FileWriteEvent#commit() [JIT compiled code] at jdk.internal.event.FileWriteEvent#offer() [Inlined code] 0.52% 873 jdk.internal.misc.Unsafe#park() [Native code] at java.util.concurrent.locks.LockSupport#park() [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire() [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared() [Inlined code] 0.22% 362 jdk.internal.misc.Unsafe#unpark() [Native code] at java.util.concurrent.locks.LockSupport#unpark() [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext() [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#release() [Inlined code] 0.18% 305 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open() [Inlined code] at sun.nio.fs.UnixChannelFactory#open() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Inlined code] 0.15% 255 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] 0.11% 187 jdk.internal.misc.Unsafe#park() [Native code] at java.util.concurrent.locks.LockSupport#park() [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire() [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire() [Inlined code] 0.10% 164 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current() [Inlined code] at sun.nio.ch.NativeThreadSet#add() [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite() [Inlined code] 0.05% 87 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat() [Inlined code] at sun.nio.fs.UnixFileAttributes#get() [Inlined code] at sun.nio.fs.UnixFileAttributeViews$Basic#readAttributes() [Inlined code] 0.04% 72 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map() [Inlined code] at sun.nio.ch.FileChannelImpl#mapInternal() [JIT compiled code] at sun.nio.ch.FileChannelImpl#map() [Inlined code] 0.03% 49 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace() [Inlined code] at jdk.internal.event.FileReadEvent#commit() [JIT compiled code] at jdk.internal.event.FileReadEvent#offer() [Inlined code] 0.02% 35 java.io.FileDescriptor#close0() [Native code] at java.io.FileDescriptor#close() [Inlined code] at java.io.FileDescriptor$1#close() [Inlined code] at sun.nio.ch.FileChannelImpl$Closer#run() [JIT compiled code] 0.02% 32 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current() [Inlined code] at sun.nio.ch.NativeThreadSet#add() [Inlined code] at sun.nio.ch.FileChannelImpl#implRead() [Inlined code] 0.02% 26 java.lang.invoke.LambdaForm$MH.0x00000000191f8c00#invoke() [Inlined code] at java.lang.invoke.LambdaForm$MH.0x00000000191e0c00#invokeExact_MT() [Inlined code] at jdk.internal.foreign.abi.DowncallStub.0x0000000019093000#invoke() [Inlined code] at java.lang.invoke.LambdaForm$DMH.0x0000000019093400#invokeStatic() [Inlined code] 0.01% 23 java.io.FileOutputStream#writeBytes() [Native code] at java.io.FileOutputStream#traceWriteBytes() [JIT compiled code] at java.io.FileOutputStream#write() [JIT compiled code] at java.lang.System$Out#write() [Inlined code] 0.01% 14 sun.nio.ch.UnixFileDispatcherImpl#size0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#size() [Inlined code] at sun.nio.ch.FileChannelImpl#size() [JIT compiled code] at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock#ensureValid() [JIT compiled code] 0.01% 14 jdk.jfr.internal.JVM#flush() [Native code] at jdk.jfr.internal.event.EventWriter#flush() [JIT compiled code] at jdk.jfr.internal.event.EventWriter#isValidForSize() [Inlined code] at jdk.jfr.internal.event.EventWriter#putLong() [Inlined code] 0.01% 10 sun.nio.fs.UnixNativeDispatcher#lstat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#lstat() [Inlined code] at sun.nio.fs.UnixFileAttributes#get() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [Inlined code] 0.01% 10 jdk.internal.misc.Unsafe#park() [Native code] at java.util.concurrent.locks.LockSupport#park() [Inlined code] at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode#block() [Inlined code] at java.util.concurrent.ForkJoinPool#unmanagedBlock() [Inlined code] 0.00% 8 jdk.internal.misc.Unsafe#unpark() [Native code] at java.util.concurrent.locks.LockSupport#unpark() [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNextIfShared() [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire() [JIT compiled code] 0.00% 7 java.lang.Thread#sleepNanos0() [Native code] at java.lang.Thread#sleepNanos() [Inlined code] at java.lang.Thread#sleep() [JIT compiled code] at perf.Indexer#_main() [Interpreted code] 0.00% 6 jdk.internal.misc.Unsafe#unpark() [Native code] at java.util.concurrent.locks.LockSupport#unpark() [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext() [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#releaseShared() [Inlined code] 0.00% 5 sun.nio.fs.UnixNativeDispatcher#access0() [Native code] at sun.nio.fs.UnixNativeDispatcher#access() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#exists() [JIT compiled code] at java.nio.file.Files#exists() [Inlined code] 0.00% 5 jdk.internal.misc.Unsafe#unpark() [Native code] at java.util.concurrent.locks.LockSupport#unpark() [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedSynchronizer#signalNext() [Inlined code] at java.util.concurrent.locks.AbstractQueuedSynchronizer#release() [Inlined code] 0.00% 5 java.io.RandomAccessFile#open0() [Native code] at java.io.RandomAccessFile#open() [Inlined code] at java.io.RandomAccessFile#() [JIT compiled code] at java.io.RandomAccessFile#() [Inlined code] 0.00% 4 sun.nio.ch.UnixFileDispatcherImpl#size0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#size() [Inlined code] at sun.nio.ch.FileChannelImpl#size() [JIT compiled code] at org.apache.lucene.store.MMapDirectory#openInput() [JIT compiled code] 0.00% 4 java.nio.MappedMemoryUtils#isLoaded0() [Native code] at java.nio.MappedMemoryUtils#isLoaded() [Inlined code] at java.nio.MappedMemoryUtils$1#isLoaded() [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#isLoadedInternal() [Inlined code] 0.00% 2 sun.nio.ch.UnixFileDispatcherImpl#allocationGranularity0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#allocationGranularity() [Inlined code] at sun.nio.ch.FileChannelImpl#mapInternal() [JIT compiled code] at sun.nio.ch.FileChannelImpl#map() [Inlined code] 0.00% 2 java.lang.Object#wait0() [Native code] at java.lang.Object#wait() [Inlined code] at jdk.jfr.internal.PlatformRecorder#takeNap() [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#periodicTask() [Interpreted code] 0.00% 2 sun.nio.ch.UnixFileDispatcherImpl#size0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#size() [Inlined code] at sun.nio.ch.FileChannelImpl#mapInternal() [JIT compiled code] at sun.nio.ch.FileChannelImpl#map() [Inlined code] 0.00% 1 java.lang.reflect.Array#newArray() [Native code] at java.lang.reflect.Array#newInstance() [Inlined code] at java.util.HashMap#prepareArray() [JIT compiled code] at java.util.HashMap$Values#toArray() [Inlined code] 0.00% 1 jdk.jfr.internal.JVM#flush() [Native code] at jdk.jfr.internal.MetadataRepository#flush() [Inlined code] at jdk.jfr.internal.PlatformRecorder#flush() [JIT compiled code] at jdk.jfr.internal.periodic.FlushTask#execute() [Inlined code] 0.00% 1 java.lang.Object#notifyAll() [Native code] at org.apache.lucene.index.ConcurrentMergeScheduler#runOnMergeFinished() [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run() [Interpreted code] 0.00% 1 jdk.jfr.internal.JVM#addStringConstant() [Native code] at jdk.jfr.internal.StringPool#storeString() [JIT compiled code] at jdk.jfr.internal.StringPool#addString() [JIT compiled code] at jdk.jfr.internal.event.EventWriter#putString() [JIT compiled code] 0.00% 1 jdk.internal.misc.VM#getNanoTimeAdjustment() [Native code] at java.time.Clock#currentInstant() [JIT compiled code] at java.time.Clock$SystemClock#instant() [Inlined code] at java.time.LocalDateTime#now() [JIT compiled code] 0.00% 1 java.lang.Object#wait0() [Native code] at java.lang.Object#wait() [JIT compiled code] at org.apache.lucene.index.IndexWriter#doWait() [Interpreted code] at org.apache.lucene.index.IndexWriter#abortMerges() [Interpreted code] 0.00% 1 java.lang.Object#notifyAll() [Native code] at jdk.jfr.internal.util.Utils#notifyFlush() [JIT compiled code] at jdk.jfr.internal.periodic.FlushTask#execute() [Inlined code] at jdk.jfr.internal.periodic.PeriodicTask#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=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=8 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 2042.83 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2042.83 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2042.83 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2042.83 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 168266 events (total: 168266) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=false PERCENT CPU SAMPLES STACK 69.25% 116525 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write() [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer() [Inlined code] at sun.nio.ch.IOUtil#write() [Inlined code] at sun.nio.ch.IOUtil#write() [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite() [JIT compiled code] at sun.nio.ch.FileChannelImpl#write() [Inlined code] 12.56% 21137 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read() [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer() [Inlined code] at sun.nio.ch.IOUtil#read() [Inlined code] at sun.nio.ch.IOUtil#read() [Inlined code] at sun.nio.ch.FileChannelImpl#implRead() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead() [Inlined code] at sun.nio.ch.FileChannelImpl#read() [JIT compiled code] 7.70% 12961 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute() [Inlined code] at jdk.jfr.internal.periodic.PeriodicTask#run() [Inlined code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic() [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#periodicTask() [Interpreted code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0() [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000001907aa58#run() [Interpreted code] at java.lang.Thread#runWith() [Interpreted code] 3.89% 6540 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle() [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup() [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup() [Inlined code] at jdk.internal.foreign.SharedSession$SharedResourceList#cleanup() [Inlined code] 2.33% 3916 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [Inlined code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [JIT compiled code] 2.08% 3497 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [Inlined code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [Inlined code] 0.52% 877 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace() [Inlined code] at jdk.internal.event.FileWriteEvent#commit() [JIT compiled code] at jdk.internal.event.FileWriteEvent#offer() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite() [JIT compiled code] at sun.nio.ch.FileChannelImpl#write() [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully() [Inlined code] at sun.nio.ch.ChannelOutputStream#write() [Inlined code] 0.52% 873 jdk.internal.misc.Unsafe#park() [Native code] at java.util.concurrent.locks.LockSupport#park() [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire() [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared() [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock() [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel() [JIT compiled code] 0.22% 362 jdk.internal.misc.Unsafe#unpark() [Native code] at java.util.concurrent.locks.LockSupport#unpark() [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext() [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#release() [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#unlock() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [JIT compiled code] 0.16% 275 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open() [Inlined code] at sun.nio.fs.UnixChannelFactory#open() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Inlined code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#newFileChannel() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#newByteChannel() [Inlined code] at java.nio.file.spi.FileSystemProvider#newOutputStream() [JIT compiled code] 0.15% 255 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at jdk.jfr.internal.RepositoryChunk#delete() [JIT compiled code] at jdk.jfr.internal.RepositoryChunk#destroy() [JIT compiled code] at jdk.jfr.internal.RepositoryChunk#release() [JIT compiled code] 0.14% 236 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle() [Inlined code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl#close() [Inlined code] at jdk.internal.foreign.ArenaImpl#close() [Inlined code] 0.11% 187 jdk.internal.misc.Unsafe#park() [Native code] at java.util.concurrent.locks.LockSupport#park() [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire() [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire() [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#lock() [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#write() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] 0.10% 164 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current() [Inlined code] at sun.nio.ch.NativeThreadSet#add() [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite() [JIT compiled code] at sun.nio.ch.FileChannelImpl#write() [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully() [Inlined code] at sun.nio.ch.ChannelOutputStream#write() [Inlined code] 0.04% 71 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat() [Inlined code] at sun.nio.fs.UnixFileAttributes#get() [Inlined code] at sun.nio.fs.UnixFileAttributeViews$Basic#readAttributes() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#readAttributes() [Inlined code] at sun.nio.fs.LinuxFileSystemProvider#readAttributes() [Inlined code] at java.nio.file.Files#readAttributes() [Inlined code] at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock#ensureValid() [JIT compiled code] 0.02% 36 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace() [Inlined code] at jdk.internal.event.FileReadEvent#commit() [JIT compiled code] at jdk.internal.event.FileReadEvent#offer() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead() [Inlined code] at sun.nio.ch.FileChannelImpl#read() [JIT compiled code] at perf.LineFileDocs#readDocs() [JIT compiled code] at perf.LineFileDocs$1#run() [Interpreted code] 0.02% 35 java.io.FileDescriptor#close0() [Native code] at java.io.FileDescriptor#close() [Inlined code] at java.io.FileDescriptor$1#close() [Inlined code] at sun.nio.ch.FileChannelImpl$Closer#run() [JIT compiled code] at jdk.internal.ref.CleanerImpl$PhantomCleanableRef#performCleanup() [Inlined code] at jdk.internal.ref.PhantomCleanable#clean() [Inlined code] at sun.nio.ch.FileChannelImpl#implCloseChannel() [Inlined code] at java.nio.channels.spi.AbstractInterruptibleChannel#close() [Inlined code] 0.02% 30 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open() [Inlined code] at sun.nio.fs.UnixChannelFactory#open() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Inlined code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#newFileChannel() [JIT compiled code] at java.nio.channels.FileChannel#open() [Inlined code] at java.nio.channels.FileChannel#open() [Inlined code] 0.02% 26 java.lang.invoke.LambdaForm$MH.0x00000000191f8c00#invoke() [Inlined code] at java.lang.invoke.LambdaForm$MH.0x00000000191e0c00#invokeExact_MT() [Inlined code] at jdk.internal.foreign.abi.DowncallStub.0x0000000019093000#invoke() [Inlined code] at java.lang.invoke.LambdaForm$DMH.0x0000000019093400#invokeStatic() [Inlined code] at java.lang.invoke.LambdaForm$MH.0x00000000191f8800#invoke() [Inlined code] at java.lang.invoke.LambdaForm$MH.0x00000000191e0400#invokeExact_MT() [Inlined code] at org.apache.lucene.store.PosixNativeAccess#madvise() [JIT compiled code] at org.apache.lucene.store.PosixNativeAccess#madvise() [Inlined code] 0.02% 26 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current() [Inlined code] at sun.nio.ch.NativeThreadSet#add() [Inlined code] at sun.nio.ch.FileChannelImpl#implRead() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead() [Inlined code] at sun.nio.ch.FileChannelImpl#read() [JIT compiled code] at perf.LineFileDocs#readDocs() [JIT compiled code] at perf.LineFileDocs$1#run() [Interpreted code] 0.01% 25 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map() [Inlined code] at sun.nio.ch.FileChannelImpl#mapInternal() [JIT compiled code] at sun.nio.ch.FileChannelImpl#map() [Inlined code] at org.apache.lucene.store.MMapDirectory#map() [JIT compiled code] at org.apache.lucene.store.MMapDirectory#openInput() [JIT compiled code] at org.apache.lucene.store.FilterDirectory#openInput() [JIT compiled code] at org.apache.lucene.store.FilterDirectory#openInput() [Inlined code] 0.01% 23 java.io.FileOutputStream#writeBytes() [Native code] at java.io.FileOutputStream#traceWriteBytes() [JIT compiled code] at java.io.FileOutputStream#write() [JIT compiled code] at java.lang.System$Out#write() [Inlined code] at java.io.BufferedOutputStream#flushBuffer() [Inlined code] at java.io.BufferedOutputStream#flush() [JIT compiled code] at java.io.PrintStream#write() [JIT compiled code] at sun.nio.cs.StreamEncoder#writeBytes() [JIT compiled code] 0.01% 15 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat() [Inlined code] at sun.nio.fs.UnixFileAttributes#get() [Inlined code] at sun.nio.fs.UnixFileAttributeViews$Basic#readAttributes() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#readAttributes() [Inlined code] at sun.nio.fs.LinuxFileSystemProvider#readAttributes() [Inlined code] at java.nio.file.Files#readAttributes() [Inlined code] at java.nio.file.Files#size() [Inlined code] 0.01% 13 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace() [Inlined code] at jdk.internal.event.FileReadEvent#commit() [JIT compiled code] at jdk.internal.event.FileReadEvent#offer() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead() [Inlined code] at sun.nio.ch.FileChannelImpl#read() [JIT compiled code] at perf.LineFileDocs#readVector() [Inlined code] at perf.LineFileDocs#readDocs() [JIT compiled code] 0.01% 11 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map() [Inlined code] at sun.nio.ch.FileChannelImpl#mapInternal() [JIT compiled code] at sun.nio.ch.FileChannelImpl#map() [Inlined code] at org.apache.lucene.store.MMapDirectory#map() [JIT compiled code] at org.apache.lucene.store.MMapDirectory#openInput() [JIT compiled code] at org.apache.lucene.store.FilterDirectory#openInput() [JIT compiled code] at org.apache.lucene.store.FilterDirectory#openInput() [JIT compiled code] 0.01% 10 sun.nio.fs.UnixNativeDispatcher#lstat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#lstat() [Inlined code] at sun.nio.fs.UnixFileAttributes#get() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [Inlined code] 0.01% 10 jdk.internal.misc.Unsafe#park() [Native code] at java.util.concurrent.locks.LockSupport#park() [Inlined code] at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode#block() [Inlined code] at java.util.concurrent.ForkJoinPool#unmanagedBlock() [Inlined code] at java.util.concurrent.ForkJoinPool#managedBlock() [Inlined code] at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject#await() [Inlined code] at java.util.concurrent.ArrayBlockingQueue#put() [JIT compiled code] at perf.LineFileDocs#readDocs() [JIT compiled code] 0.00% 8 jdk.internal.misc.Unsafe#unpark() [Native code] at java.util.concurrent.locks.LockSupport#unpark() [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNextIfShared() [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire() [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared() [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock() [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek() [Inlined code] 0.00% 7 java.lang.Thread#sleepNanos0() [Native code] at java.lang.Thread#sleepNanos() [Inlined code] at java.lang.Thread#sleep() [JIT compiled code] at perf.Indexer#_main() [Interpreted code] at perf.Indexer#main() [Interpreted code] 0.00% 6 jdk.internal.misc.Unsafe#unpark() [Native code] at java.util.concurrent.locks.LockSupport#unpark() [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext() [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#releaseShared() [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#unlock() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] 0.00% 6 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current() [Inlined code] at sun.nio.ch.NativeThreadSet#add() [Inlined code] at sun.nio.ch.FileChannelImpl#implRead() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead() [Inlined code] at sun.nio.ch.FileChannelImpl#read() [JIT compiled code] at perf.LineFileDocs#readVector() [Inlined code] at perf.LineFileDocs#readDocs() [JIT compiled code] 0.00% 5 jdk.internal.misc.Unsafe#unpark() [Native code] at java.util.concurrent.locks.LockSupport#unpark() [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedSynchronizer#signalNext() [Inlined code] at java.util.concurrent.locks.AbstractQueuedSynchronizer#release() [Inlined code] at java.util.concurrent.locks.ReentrantLock#unlock() [Inlined code] at java.util.concurrent.ArrayBlockingQueue#take() [JIT compiled code] at perf.LineFileDocs#reserve() [Inlined code] at perf.LineFileDocs#nextDoc() [JIT compiled code] 0.00% 5 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map() [Inlined code] at sun.nio.ch.FileChannelImpl#mapInternal() [JIT compiled code] at sun.nio.ch.FileChannelImpl#map() [Inlined code] at org.apache.lucene.store.MMapDirectory#map() [JIT compiled code] at org.apache.lucene.store.MMapDirectory#openInput() [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader#() [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsFormat#fieldsReader() [JIT compiled code] 0.00% 5 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map() [Inlined code] at sun.nio.ch.FileChannelImpl#mapInternal() [JIT compiled code] at sun.nio.ch.FileChannelImpl#map() [Inlined code] at org.apache.lucene.store.MMapDirectory#map() [JIT compiled code] at org.apache.lucene.store.MMapDirectory#openInput() [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.FieldsIndexReader#() [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader#() [JIT compiled code] 0.00% 5 sun.nio.fs.UnixNativeDispatcher#access0() [Native code] at sun.nio.fs.UnixNativeDispatcher#access() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#exists() [JIT compiled code] at java.nio.file.Files#exists() [Inlined code] at jdk.jfr.internal.management.ChunkFilename#next() [JIT compiled code] at jdk.jfr.internal.Repository#newChunk() [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#rotateDisk() [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#periodicTask() [Interpreted code] 0.00% 5 java.io.RandomAccessFile#open0() [Native code] at java.io.RandomAccessFile#open() [Inlined code] at java.io.RandomAccessFile#() [JIT compiled code] at java.io.RandomAccessFile#() [Inlined code] at jdk.jfr.internal.RepositoryChunk#() [JIT compiled code] at jdk.jfr.internal.Repository#newChunk() [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#rotateDisk() [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#periodicTask() [Interpreted code] 0.00% 4 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map() [Inlined code] at sun.nio.ch.FileChannelImpl#mapInternal() [JIT compiled code] at sun.nio.ch.FileChannelImpl#map() [Inlined code] at org.apache.lucene.store.MMapDirectory#map() [JIT compiled code] at org.apache.lucene.store.MMapDirectory#openInput() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsFormat#fieldsProducer() [JIT compiled code] 0.00% 4 sun.nio.ch.UnixFileDispatcherImpl#size0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#size() [Inlined code] at sun.nio.ch.FileChannelImpl#size() [JIT compiled code] at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock#ensureValid() [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#createOutput() [Inlined code] at org.apache.lucene.store.TrackingDirectoryWrapper#createOutput() [JIT compiled code] at org.apache.lucene.codecs.lucene90.Lucene90NormsConsumer#() [Inlined code] at org.apache.lucene.codecs.lucene90.Lucene90NormsFormat#normsConsumer() [Inlined code] 0.00% 4 jdk.jfr.internal.JVM#flush() [Native code] at jdk.jfr.internal.event.EventWriter#flush() [JIT compiled code] at jdk.jfr.internal.event.EventWriter#isValidForSize() [Inlined code] at jdk.jfr.internal.event.EventWriter#putLong() [Inlined code] at jdk.jfr.internal.event.EventWriter#putString() [JIT compiled code] at jdk.internal.event.FileWriteEvent#commit() [JIT compiled code] at jdk.internal.event.FileWriteEvent#offer() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite() [JIT compiled code] 0.00% 4 jdk.jfr.internal.JVM#flush() [Native code] at jdk.jfr.internal.event.EventWriter#flush() [JIT compiled code] at jdk.jfr.internal.event.EventWriter#isValidForSize() [Inlined code] at jdk.jfr.internal.event.EventWriter#putLong() [Inlined code] at jdk.jfr.internal.event.EventWriter#putEventThread() [Inlined code] at jdk.internal.event.FileWriteEvent#commit() [JIT compiled code] at jdk.internal.event.FileWriteEvent#offer() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite() [JIT compiled code] 0.00% 4 java.nio.MappedMemoryUtils#isLoaded0() [Native code] at java.nio.MappedMemoryUtils#isLoaded() [Inlined code] at java.nio.MappedMemoryUtils$1#isLoaded() [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#isLoadedInternal() [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#isLoaded() [Inlined code] at jdk.internal.foreign.MappedMemorySegmentImpl#isLoaded() [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#lambda$prefetch$0() [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput$$Lambda.0x00000000191c2a00#apply() [Inlined code] 0.00% 4 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map() [Inlined code] at sun.nio.ch.FileChannelImpl#mapInternal() [JIT compiled code] at sun.nio.ch.FileChannelImpl#map() [Inlined code] at org.apache.lucene.store.MMapDirectory#map() [JIT compiled code] at org.apache.lucene.store.MMapDirectory#openInput() [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsReader#openDataInput() [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsReader#() [JIT compiled code] 0.00% 4 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map() [Inlined code] at sun.nio.ch.FileChannelImpl#mapInternal() [JIT compiled code] at sun.nio.ch.FileChannelImpl#map() [Inlined code] at org.apache.lucene.store.MMapDirectory#map() [JIT compiled code] at org.apache.lucene.store.MMapDirectory#openInput() [JIT compiled code] at org.apache.lucene.store.Directory#openChecksumInput() [JIT compiled code] at org.apache.lucene.codecs.lucene94.Lucene94FieldInfosFormat#read() [JIT compiled code] 0.00% 3 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map() [Inlined code] at sun.nio.ch.FileChannelImpl#mapInternal() [JIT compiled code] at sun.nio.ch.FileChannelImpl#map() [Inlined code] at org.apache.lucene.store.MMapDirectory#map() [JIT compiled code] at org.apache.lucene.store.MMapDirectory#openInput() [JIT compiled code] at org.apache.lucene.codecs.lucene90.Lucene90PointsReader#() [JIT compiled code] at org.apache.lucene.codecs.lucene90.Lucene90PointsFormat#fieldsReader() [Inlined code] 0.00% 3 sun.nio.ch.UnixFileDispatcherImpl#size0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#size() [Inlined code] at sun.nio.ch.FileChannelImpl#size() [JIT compiled code] at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock#ensureValid() [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#createOutput() [Inlined code] at org.apache.lucene.store.TrackingDirectoryWrapper#createOutput() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsFormat#fieldsConsumer() [JIT compiled code] 0.00% 3 jdk.jfr.internal.JVM#flush() [Native code] at jdk.jfr.internal.event.EventWriter#flush() [JIT compiled code] at jdk.jfr.internal.event.EventWriter#isValidForSize() [Inlined code] at jdk.jfr.internal.event.EventWriter#putLong() [Inlined code] at jdk.internal.event.FileWriteEvent#commit() [JIT compiled code] at jdk.internal.event.FileWriteEvent#offer() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite() [JIT compiled code] at sun.nio.ch.FileChannelImpl#write() [Inlined code] 0.00% 3 jdk.jfr.internal.JVM#flush() [Native code] at jdk.jfr.internal.event.EventWriter#flush() [JIT compiled code] at jdk.jfr.internal.event.EventWriter#isValidForSize() [Inlined code] at jdk.jfr.internal.event.EventWriter#putLong() [Inlined code] at jdk.jfr.internal.event.EventWriter#beginEvent() [Inlined code] at jdk.internal.event.FileWriteEvent#commit() [JIT compiled code] at jdk.internal.event.FileWriteEvent#offer() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite() [JIT compiled code] 0.00% 2 sun.nio.ch.UnixFileDispatcherImpl#size0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#size() [Inlined code] at sun.nio.ch.FileChannelImpl#size() [JIT compiled code] at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock#ensureValid() [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [Inlined code] at org.apache.lucene.util.FileDeleter#delete() [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete() [Inlined code] at org.apache.lucene.util.FileDeleter#decRef() [JIT compiled code] 0.00% 2 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map() [Inlined code] at sun.nio.ch.FileChannelImpl#mapInternal() [JIT compiled code] at sun.nio.ch.FileChannelImpl#map() [Inlined code] at org.apache.lucene.store.MMapDirectory#map() [JIT compiled code] at org.apache.lucene.store.MMapDirectory#openInput() [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsReader#openDataInput() [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsReader#() [JIT compiled code] 0.00% 2 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map() [Inlined code] at sun.nio.ch.FileChannelImpl#mapInternal() [JIT compiled code] at sun.nio.ch.FileChannelImpl#map() [Inlined code] at org.apache.lucene.store.MMapDirectory#map() [JIT compiled code] at org.apache.lucene.store.MMapDirectory#openInput() [JIT compiled code] at org.apache.lucene.store.Directory#openChecksumInput() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#() [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 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 2042.83 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2042.83 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2042.83 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2042.83 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2042.83 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 168266 events (total: 168266) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=false PERCENT CPU SAMPLES STACK 69.25% 116525 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write() [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer() [Inlined code] at sun.nio.ch.IOUtil#write() [Inlined code] at sun.nio.ch.IOUtil#write() [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite() [JIT compiled code] at sun.nio.ch.FileChannelImpl#write() [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully() [Inlined code] at sun.nio.ch.ChannelOutputStream#write() [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write() [Inlined code] at java.util.zip.CheckedOutputStream#write() [JIT compiled code] 8.46% 14228 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read() [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer() [Inlined code] at sun.nio.ch.IOUtil#read() [Inlined code] at sun.nio.ch.IOUtil#read() [Inlined code] at sun.nio.ch.FileChannelImpl#implRead() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead() [Inlined code] at sun.nio.ch.FileChannelImpl#read() [JIT compiled code] at perf.LineFileDocs#readVector() [Inlined code] at perf.LineFileDocs#readDocs() [JIT compiled code] at perf.LineFileDocs$1#run() [Interpreted code] 7.70% 12961 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute() [Inlined code] at jdk.jfr.internal.periodic.PeriodicTask#run() [Inlined code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic() [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#periodicTask() [Interpreted code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0() [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000001907aa58#run() [Interpreted code] at java.lang.Thread#runWith() [Interpreted code] at java.lang.Thread#run() [Interpreted code] 4.11% 6909 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read() [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer() [Inlined code] at sun.nio.ch.IOUtil#read() [Inlined code] at sun.nio.ch.IOUtil#read() [Inlined code] at sun.nio.ch.FileChannelImpl#implRead() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead() [Inlined code] at sun.nio.ch.FileChannelImpl#read() [JIT compiled code] at perf.LineFileDocs#readDocs() [JIT compiled code] at perf.LineFileDocs$1#run() [Interpreted code] 3.89% 6540 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle() [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup() [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup() [Inlined code] at jdk.internal.foreign.SharedSession$SharedResourceList#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl#close() [Inlined code] at jdk.internal.foreign.ArenaImpl#close() [Inlined code] at org.apache.lucene.store.RefCountedSharedArena#release() [Inlined code] at org.apache.lucene.store.RefCountedSharedArena#close() [Inlined code] 2.07% 3478 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [Inlined code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [Inlined code] at org.apache.lucene.util.FileDeleter#delete() [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete() [Inlined code] at org.apache.lucene.util.FileDeleter#decRef() [JIT compiled code] at org.apache.lucene.index.IndexFileDeleter#decRef() [Inlined code] 1.56% 2620 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [Inlined code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [JIT compiled code] at org.apache.lucene.store.FilterDirectory#deleteFile() [JIT compiled code] at org.apache.lucene.store.TrackingDirectoryWrapper#deleteFile() [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#lambda$mergeOneFieldToIndex$0() [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$$Lambda.0x00000000191f0ac0#close() [Interpreted code] 0.52% 873 jdk.internal.misc.Unsafe#park() [Native code] at java.util.concurrent.locks.LockSupport#park() [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire() [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared() [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock() [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] 0.46% 769 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [Inlined code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete() [Inlined code] at org.apache.lucene.util.FileDeleter#delete() [JIT compiled code] at org.apache.lucene.util.FileDeleter#deleteFilesIfNoRef() [Interpreted code] at org.apache.lucene.index.IndexFileDeleter#refresh() [Interpreted code] 0.35% 594 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace() [Inlined code] at jdk.internal.event.FileWriteEvent#commit() [JIT compiled code] at jdk.internal.event.FileWriteEvent#offer() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite() [JIT compiled code] at sun.nio.ch.FileChannelImpl#write() [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully() [Inlined code] at sun.nio.ch.ChannelOutputStream#write() [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write() [Inlined code] at java.util.zip.CheckedOutputStream#write() [JIT compiled code] at java.io.BufferedOutputStream#flushBuffer() [Inlined code] at java.io.BufferedOutputStream#write() [Inlined code] 0.31% 515 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [Inlined code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [JIT compiled code] at org.apache.lucene.store.FilterDirectory#deleteFile() [JIT compiled code] at org.apache.lucene.store.TrackingDirectoryWrapper#deleteFile() [JIT compiled code] at org.apache.lucene.util.IOUtils#deleteFilesSuppressingExceptions() [Interpreted code] at org.apache.lucene.util.IOUtils#deleteFilesSuppressingExceptions() [Interpreted code] 0.22% 362 jdk.internal.misc.Unsafe#unpark() [Native code] at java.util.concurrent.locks.LockSupport#unpark() [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext() [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#release() [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#unlock() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] 0.16% 261 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open() [Inlined code] at sun.nio.fs.UnixChannelFactory#open() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Inlined code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#newFileChannel() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#newByteChannel() [Inlined code] at java.nio.file.spi.FileSystemProvider#newOutputStream() [JIT compiled code] at java.nio.file.Files#newOutputStream() [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#() [JIT compiled code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#() [Inlined code] at org.apache.lucene.store.FSDirectory#createOutput() [Inlined code] 0.15% 255 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at jdk.jfr.internal.RepositoryChunk#delete() [JIT compiled code] at jdk.jfr.internal.RepositoryChunk#destroy() [JIT compiled code] at jdk.jfr.internal.RepositoryChunk#release() [JIT compiled code] at jdk.jfr.internal.PlatformRecording#removed() [JIT compiled code] at jdk.jfr.internal.PlatformRecording#trimToSize() [JIT compiled code] at jdk.jfr.internal.PlatformRecording#appendChunk() [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#finishChunk() [JIT compiled code] 0.13% 223 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace() [Inlined code] at jdk.internal.event.FileWriteEvent#commit() [JIT compiled code] at jdk.internal.event.FileWriteEvent#offer() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite() [JIT compiled code] at sun.nio.ch.FileChannelImpl#write() [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully() [Inlined code] at sun.nio.ch.ChannelOutputStream#write() [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write() [Inlined code] at java.util.zip.CheckedOutputStream#write() [JIT compiled code] at java.io.BufferedOutputStream#write() [Inlined code] at org.apache.lucene.store.OutputStreamIndexOutput#writeBytes() [Inlined code] 0.11% 187 jdk.internal.misc.Unsafe#park() [Native code] at java.util.concurrent.locks.LockSupport#park() [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire() [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire() [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#lock() [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#write() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [JIT compiled code] 0.06% 97 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current() [Inlined code] at sun.nio.ch.NativeThreadSet#add() [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite() [JIT compiled code] at sun.nio.ch.FileChannelImpl#write() [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully() [Inlined code] at sun.nio.ch.ChannelOutputStream#write() [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write() [Inlined code] at java.util.zip.CheckedOutputStream#write() [JIT compiled code] at java.io.BufferedOutputStream#flushBuffer() [Inlined code] at java.io.BufferedOutputStream#write() [Inlined code] 0.03% 43 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace() [Inlined code] at jdk.internal.event.FileWriteEvent#commit() [JIT compiled code] at jdk.internal.event.FileWriteEvent#offer() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite() [JIT compiled code] at sun.nio.ch.FileChannelImpl#write() [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully() [Inlined code] at sun.nio.ch.ChannelOutputStream#write() [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write() [Inlined code] at java.util.zip.CheckedOutputStream#write() [JIT compiled code] at java.io.BufferedOutputStream#flushBuffer() [Inlined code] at java.io.BufferedOutputStream#flush() [JIT compiled code] 0.02% 40 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle() [Inlined code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl#close() [Inlined code] at jdk.internal.foreign.ArenaImpl#close() [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#close() [JIT compiled code] at org.apache.lucene.store.BufferedChecksumIndexInput#close() [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.FieldsIndexWriter#finish() [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#finish() [JIT compiled code] 0.02% 36 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace() [Inlined code] at jdk.internal.event.FileReadEvent#commit() [JIT compiled code] at jdk.internal.event.FileReadEvent#offer() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead() [Inlined code] at sun.nio.ch.FileChannelImpl#read() [JIT compiled code] at perf.LineFileDocs#readDocs() [JIT compiled code] at perf.LineFileDocs$1#run() [Interpreted code] 0.02% 33 java.io.FileDescriptor#close0() [Native code] at java.io.FileDescriptor#close() [Inlined code] at java.io.FileDescriptor$1#close() [Inlined code] at sun.nio.ch.FileChannelImpl$Closer#run() [JIT compiled code] at jdk.internal.ref.CleanerImpl$PhantomCleanableRef#performCleanup() [Inlined code] at jdk.internal.ref.PhantomCleanable#clean() [Inlined code] at sun.nio.ch.FileChannelImpl#implCloseChannel() [Inlined code] at java.nio.channels.spi.AbstractInterruptibleChannel#close() [Inlined code] at sun.nio.ch.ChannelOutputStream#close() [JIT compiled code] at java.io.FilterOutputStream#close() [JIT compiled code] at java.io.FilterOutputStream#close() [JIT compiled code] at java.io.FilterOutputStream#close() [Inlined code] 0.02% 28 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current() [Inlined code] at sun.nio.ch.NativeThreadSet#add() [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite() [JIT compiled code] at sun.nio.ch.FileChannelImpl#write() [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully() [Inlined code] at sun.nio.ch.ChannelOutputStream#write() [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write() [Inlined code] at java.util.zip.CheckedOutputStream#write() [JIT compiled code] at java.io.BufferedOutputStream#flushBuffer() [Inlined code] at java.io.BufferedOutputStream#flush() [JIT compiled code] 0.02% 26 java.lang.invoke.LambdaForm$MH.0x00000000191f8c00#invoke() [Inlined code] at java.lang.invoke.LambdaForm$MH.0x00000000191e0c00#invokeExact_MT() [Inlined code] at jdk.internal.foreign.abi.DowncallStub.0x0000000019093000#invoke() [Inlined code] at java.lang.invoke.LambdaForm$DMH.0x0000000019093400#invokeStatic() [Inlined code] at java.lang.invoke.LambdaForm$MH.0x00000000191f8800#invoke() [Inlined code] at java.lang.invoke.LambdaForm$MH.0x00000000191e0400#invokeExact_MT() [Inlined code] at org.apache.lucene.store.PosixNativeAccess#madvise() [JIT compiled code] at org.apache.lucene.store.PosixNativeAccess#madvise() [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#lambda$updateReadAdvice$0() [JIT compiled code] at org.apache.lucene.store.MemorySegmentIndexInput$$Lambda.0x00000000191dcbb0#apply() [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#advise() [JIT compiled code] at org.apache.lucene.store.MemorySegmentIndexInput#updateReadAdvice() [JIT compiled code] 0.02% 26 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current() [Inlined code] at sun.nio.ch.NativeThreadSet#add() [Inlined code] at sun.nio.ch.FileChannelImpl#implRead() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead() [Inlined code] at sun.nio.ch.FileChannelImpl#read() [JIT compiled code] at perf.LineFileDocs#readDocs() [JIT compiled code] at perf.LineFileDocs$1#run() [Interpreted code] 0.01% 25 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current() [Inlined code] at sun.nio.ch.NativeThreadSet#add() [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite() [JIT compiled code] at sun.nio.ch.FileChannelImpl#write() [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully() [Inlined code] at sun.nio.ch.ChannelOutputStream#write() [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write() [Inlined code] at java.util.zip.CheckedOutputStream#write() [JIT compiled code] at java.io.BufferedOutputStream#write() [Inlined code] at org.apache.lucene.store.OutputStreamIndexOutput#writeBytes() [Inlined code] 0.01% 25 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle() [Inlined code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl#close() [Inlined code] at jdk.internal.foreign.ArenaImpl#close() [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#close() [JIT compiled code] at org.apache.lucene.store.BufferedChecksumIndexInput#close() [Inlined code] at org.apache.lucene.codecs.lucene94.Lucene94FieldInfosFormat#read() [JIT compiled code] at org.apache.lucene.index.SegmentCoreReaders#() [JIT compiled code] 0.01% 23 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle() [Inlined code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl#close() [Inlined code] at jdk.internal.foreign.ArenaImpl#close() [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#close() [JIT compiled code] at org.apache.lucene.store.BufferedChecksumIndexInput#close() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsReader#readMetadata() [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsReader#() [JIT compiled code] 0.01% 23 java.io.FileOutputStream#writeBytes() [Native code] at java.io.FileOutputStream#traceWriteBytes() [JIT compiled code] at java.io.FileOutputStream#write() [JIT compiled code] at java.lang.System$Out#write() [Inlined code] at java.io.BufferedOutputStream#flushBuffer() [Inlined code] at java.io.BufferedOutputStream#flush() [JIT compiled code] at java.io.PrintStream#write() [JIT compiled code] at sun.nio.cs.StreamEncoder#writeBytes() [JIT compiled code] at sun.nio.cs.StreamEncoder#implFlushBuffer() [Inlined code] at sun.nio.cs.StreamEncoder#flushBuffer() [JIT compiled code] at java.io.OutputStreamWriter#flushBuffer() [Inlined code] at java.io.PrintStream#writeln() [JIT compiled code] 0.01% 23 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle() [Inlined code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl#close() [Inlined code] at jdk.internal.foreign.ArenaImpl#close() [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#close() [JIT compiled code] at org.apache.lucene.store.BufferedChecksumIndexInput#close() [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.FieldsIndexWriter#finish() [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#finish() [JIT compiled code] 0.01% 21 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle() [Inlined code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl#close() [Inlined code] at jdk.internal.foreign.ArenaImpl#close() [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#close() [JIT compiled code] at org.apache.lucene.store.BufferedChecksumIndexInput#close() [Inlined code] at org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#() [JIT compiled code] at org.apache.lucene.codecs.lucene90.Lucene90NormsFormat#normsProducer() [JIT compiled code] 0.01% 19 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [Inlined code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [Inlined code] at org.apache.lucene.store.TrackingDirectoryWrapper#deleteFile() [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.FieldsIndexWriter#finish() [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#finish() [JIT compiled code] at org.apache.lucene.index.StoredFieldsConsumer#flush() [Inlined code] 0.01% 19 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map() [Inlined code] at sun.nio.ch.FileChannelImpl#mapInternal() [JIT compiled code] at sun.nio.ch.FileChannelImpl#map() [Inlined code] at org.apache.lucene.store.MMapDirectory#map() [JIT compiled code] at org.apache.lucene.store.MMapDirectory#openInput() [JIT compiled code] at org.apache.lucene.store.FilterDirectory#openInput() [JIT compiled code] at org.apache.lucene.store.FilterDirectory#openInput() [Inlined code] at org.apache.lucene.store.Directory#openChecksumInput() [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.FieldsIndexWriter#finish() [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#finish() [JIT compiled code] at org.apache.lucene.index.StoredFieldsConsumer#flush() [Inlined code] 0.01% 18 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle() [Inlined code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl#close() [Inlined code] at jdk.internal.foreign.ArenaImpl#close() [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#close() [JIT compiled code] at org.apache.lucene.store.BufferedChecksumIndexInput#close() [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader#() [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsFormat#fieldsReader() [JIT compiled code] 0.01% 18 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle() [Inlined code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl#close() [Inlined code] at jdk.internal.foreign.ArenaImpl#close() [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#close() [JIT compiled code] at org.apache.lucene.store.BufferedChecksumIndexInput#close() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsFormat#fieldsProducer() [JIT compiled code] 0.01% 17 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat() [Inlined code] at sun.nio.fs.UnixFileAttributes#get() [Inlined code] at sun.nio.fs.UnixFileAttributeViews$Basic#readAttributes() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#readAttributes() [Inlined code] at sun.nio.fs.LinuxFileSystemProvider#readAttributes() [Inlined code] at java.nio.file.Files#readAttributes() [Inlined code] at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock#ensureValid() [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [Inlined code] at org.apache.lucene.util.FileDeleter#delete() [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete() [Inlined code] at org.apache.lucene.util.FileDeleter#decRef() [JIT compiled code] 0.01% 17 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle() [Inlined code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl#close() [Inlined code] at jdk.internal.foreign.ArenaImpl#close() [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#close() [JIT compiled code] at org.apache.lucene.store.BufferedChecksumIndexInput#close() [Inlined code] at org.apache.lucene.codecs.lucene90.Lucene90PointsReader#() [JIT compiled code] at org.apache.lucene.codecs.lucene90.Lucene90PointsFormat#fieldsReader() [Inlined code] 0.01% 17 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle() [Inlined code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl#close() [Inlined code] at jdk.internal.foreign.ArenaImpl#close() [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#close() [JIT compiled code] at org.apache.lucene.store.BufferedChecksumIndexInput#close() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsReader#() [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsFormat#fieldsReader() [JIT compiled code] 0.01% 16 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace() [Inlined code] at jdk.internal.event.FileWriteEvent#commit() [JIT compiled code] at jdk.internal.event.FileWriteEvent#offer() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite() [JIT compiled code] at sun.nio.ch.FileChannelImpl#write() [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully() [Inlined code] at sun.nio.ch.ChannelOutputStream#write() [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write() [Inlined code] at java.util.zip.CheckedOutputStream#write() [JIT compiled code] at java.io.BufferedOutputStream#flushBuffer() [Inlined code] at java.io.BufferedOutputStream#write() [JIT compiled code] 0.01% 15 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle() [Inlined code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl#close() [Inlined code] at jdk.internal.foreign.ArenaImpl#close() [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#close() [JIT compiled code] at org.apache.lucene.store.BufferedChecksumIndexInput#close() [JIT compiled code] at org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#() [Inlined code] at org.apache.lucene.codecs.lucene90.Lucene90NormsFormat#normsProducer() [Inlined code] 0.01% 15 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle() [Inlined code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl#close() [Inlined code] at jdk.internal.foreign.ArenaImpl#close() [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#close() [JIT compiled code] at org.apache.lucene.store.BufferedChecksumIndexInput#close() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsReader#() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsFormat#fieldsProducer() [JIT compiled code] 0.01% 14 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open() [Inlined code] at sun.nio.fs.UnixChannelFactory#open() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Inlined code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#newFileChannel() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#newByteChannel() [Inlined code] at java.nio.file.spi.FileSystemProvider#newOutputStream() [JIT compiled code] at java.nio.file.Files#newOutputStream() [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#() [JIT compiled code] at org.apache.lucene.store.FSDirectory#createTempOutput() [JIT compiled code] at org.apache.lucene.store.FilterDirectory#createTempOutput() [JIT compiled code] 0.01% 14 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current() [Inlined code] at sun.nio.ch.NativeThreadSet#add() [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite() [JIT compiled code] at sun.nio.ch.FileChannelImpl#write() [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully() [Inlined code] at sun.nio.ch.ChannelOutputStream#write() [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write() [Inlined code] at java.util.zip.CheckedOutputStream#write() [JIT compiled code] at java.io.BufferedOutputStream#flushBuffer() [Inlined code] at java.io.BufferedOutputStream#write() [JIT compiled code] 0.01% 13 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace() [Inlined code] at jdk.internal.event.FileReadEvent#commit() [JIT compiled code] at jdk.internal.event.FileReadEvent#offer() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead() [Inlined code] at sun.nio.ch.FileChannelImpl#read() [JIT compiled code] at perf.LineFileDocs#readVector() [Inlined code] at perf.LineFileDocs#readDocs() [JIT compiled code] at perf.LineFileDocs$1#run() [Interpreted code] 0.01% 13 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat() [Inlined code] at sun.nio.fs.UnixFileAttributes#get() [Inlined code] at sun.nio.fs.UnixFileAttributeViews$Basic#readAttributes() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#readAttributes() [Inlined code] at sun.nio.fs.LinuxFileSystemProvider#readAttributes() [Inlined code] at java.nio.file.Files#readAttributes() [Inlined code] at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock#ensureValid() [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#createOutput() [Inlined code] at org.apache.lucene.store.TrackingDirectoryWrapper#createOutput() [JIT compiled code] at org.apache.lucene.codecs.lucene90.Lucene90NormsConsumer#() [Inlined code] at org.apache.lucene.codecs.lucene90.Lucene90NormsFormat#normsConsumer() [Inlined code] 0.01% 12 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat() [Inlined code] at sun.nio.fs.UnixFileAttributes#get() [Inlined code] at sun.nio.fs.UnixFileAttributeViews$Basic#readAttributes() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#readAttributes() [Inlined code] at sun.nio.fs.LinuxFileSystemProvider#readAttributes() [Inlined code] at java.nio.file.Files#readAttributes() [Inlined code] at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock#ensureValid() [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#createOutput() [Inlined code] at org.apache.lucene.store.TrackingDirectoryWrapper#createOutput() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsFormat#fieldsConsumer() [JIT compiled code] 0.01% 11 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [Inlined code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [JIT compiled code] at org.apache.lucene.store.TrackingDirectoryWrapper#deleteFile() [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.FieldsIndexWriter#finish() [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#finish() [JIT compiled code] at org.apache.lucene.index.StoredFieldsConsumer#flush() [Inlined code] 0.01% 10 jdk.internal.misc.Unsafe#park() [Native code] at java.util.concurrent.locks.LockSupport#park() [Inlined code] at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode#block() [Inlined code] at java.util.concurrent.ForkJoinPool#unmanagedBlock() [Inlined code] at java.util.concurrent.ForkJoinPool#managedBlock() [Inlined code] at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject#await() [Inlined code] at java.util.concurrent.ArrayBlockingQueue#put() [JIT compiled code] at perf.LineFileDocs#readDocs() [JIT compiled code] at perf.LineFileDocs$1#run() [Interpreted code] 0.01% 9 sun.nio.fs.UnixNativeDispatcher#lstat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#lstat() [Inlined code] at sun.nio.fs.UnixFileAttributes#get() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [Inlined code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [Inlined code] at org.apache.lucene.util.FileDeleter#delete() [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete() [Inlined code] at org.apache.lucene.util.FileDeleter#decRef() [JIT compiled code] 0.00% 8 jdk.internal.misc.Unsafe#unpark() [Native code] at java.util.concurrent.locks.LockSupport#unpark() [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNextIfShared() [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire() [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared() [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock() [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] 0.00% 8 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat() [Inlined code] at sun.nio.fs.UnixFileAttributes#get() [Inlined code] at sun.nio.fs.UnixFileAttributeViews$Basic#readAttributes() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#readAttributes() [Inlined code] at sun.nio.fs.LinuxFileSystemProvider#readAttributes() [Inlined code] at java.nio.file.Files#readAttributes() [Inlined code] at java.nio.file.Files#size() [Inlined code] at org.apache.lucene.store.FSDirectory#fileLength() [Inlined code] at org.apache.lucene.index.SegmentCommitInfo#sizeInBytes() [JIT compiled code] at org.apache.lucene.index.MergePolicy#size() [JIT compiled code] at org.apache.lucene.index.TieredMergePolicy#getSortedBySegmentSize() [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 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 2042.83 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2042.83 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2042.83 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2042.83 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2042.83 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2042.83 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 121988 events (total: 120144M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=false PERCENT HEAP SAMPLES STACK 47.95% 57604M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] 8.05% 9676M org.apache.lucene.util.ArrayUtil#copyOfSubArray() [Inlined code] 6.79% 8154M java.nio.HeapByteBuffer#() [Inlined code] 5.92% 7116M perf.LineFileDocs#readVector() [Inlined code] 3.31% 3972M perf.LineFileDocs#nextDoc() [JIT compiled code] 2.86% 3438M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState() [Inlined code] 2.83% 3396M org.apache.lucene.util.hnsw.NeighborQueue#nodes() [Inlined code] 2.34% 2815M java.lang.StringUTF16#compress() [Inlined code] 2.09% 2515M org.apache.lucene.util.hnsw.NeighborArray#sort() [Inlined code] 1.85% 2224M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#() [Inlined code] 1.53% 1839M perf.LineFileDocs#readDocs() [JIT compiled code] 1.28% 1541M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock() [Inlined code] 1.25% 1503M org.apache.lucene.util.hnsw.NeighborArray#() [Inlined code] 1.22% 1462M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] 1.05% 1261M org.apache.lucene.index.ParallelPostingsArray#() [Inlined code] 0.92% 1108M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms() [JIT compiled code] 0.83% 991M org.apache.lucene.codecs.lucene104.PForUtil#encode() [JIT compiled code] 0.76% 907M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode() [JIT compiled code] 0.73% 875M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse() [Inlined code] 0.72% 861M org.apache.lucene.util.TimSorter#() [Inlined code] 0.70% 838M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] 0.37% 440M org.apache.lucene.util.BytesRef#() [Inlined code] 0.32% 389M java.util.ArrayList#grow() [Inlined code] 0.30% 356M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#() [Inlined code] 0.29% 349M org.apache.lucene.util.BytesRefHash#rehash() [JIT compiled code] 0.22% 263M org.apache.lucene.document.IntPoint#pack() [Inlined code] 0.22% 261M org.apache.lucene.util.ArrayUtil#timSort() [Inlined code] 0.22% 259M java.lang.invoke.DirectMethodHandle#allocateInstance() [Inlined code] 0.17% 205M org.apache.lucene.document.StringField#setStringValue() [Inlined code] 0.16% 190M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs() [JIT compiled code] 0.14% 165M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal() [Inlined code] 0.14% 165M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock() [Inlined code] 0.13% 161M java.util.Formatter#parse() [Inlined code] 0.13% 151M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlock() [JIT compiled code] 0.12% 140M java.lang.Integer#toString() [Inlined code] 0.12% 139M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document() [JIT compiled code] 0.11% 132M jdk.incubator.vector.FloatVector#lanewiseTemplate() [Inlined code] 0.10% 121M java.util.Arrays#copyOfRange() [Inlined code] 0.10% 120M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire() [JIT compiled code] 0.09% 107M java.lang.reflect.Array#newInstance() [Inlined code] 0.09% 106M java.lang.AbstractStringBuilder#() [Inlined code] 0.07% 86M java.nio.ByteBuffer#wrap() [Inlined code] 0.07% 79M java.util.Formatter#() [Inlined code] 0.07% 79M java.nio.FloatBuffer#wrap() [Inlined code] 0.07% 78M java.lang.String#format() [Inlined code] 0.06% 76M java.lang.StringLatin1#replace() [Inlined code] 0.06% 72M jdk.internal.misc.Unsafe#allocateUninitializedArray() [Inlined code] 0.06% 66M org.apache.lucene.util.StringSorter#fallbackSorter() [Inlined code] 0.06% 66M java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject#await() [Interpreted code] 0.05% 65M java.util.List#of() [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 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 2042.83 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2042.83 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2042.83 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2042.83 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2042.83 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2042.83 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2042.83 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 121988 events (total: 120144M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=false PERCENT HEAP SAMPLES STACK 47.83% 57470M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] 6.97% 8373M org.apache.lucene.util.ArrayUtil#copyOfSubArray() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue() [Inlined code] 6.79% 8154M java.nio.HeapByteBuffer#() [Inlined code] at java.nio.ByteBuffer#allocate() [Inlined code] 5.92% 7116M perf.LineFileDocs#readVector() [Inlined code] at perf.LineFileDocs#readDocs() [JIT compiled code] 3.31% 3972M perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.LineFileDocs#nextDoc() [Inlined code] 2.86% 3438M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState() [Inlined code] 2.83% 3396M org.apache.lucene.util.hnsw.NeighborQueue#nodes() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes() [Inlined code] 2.34% 2815M java.lang.StringUTF16#compress() [Inlined code] at java.lang.String#() [Inlined code] 2.09% 2515M org.apache.lucene.util.hnsw.NeighborArray#sort() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse() [JIT compiled code] 1.85% 2224M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#() [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance() [Inlined code] 1.53% 1839M perf.LineFileDocs#readDocs() [JIT compiled code] at perf.LineFileDocs$1#run() [Interpreted code] 1.28% 1541M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock() [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer() [JIT compiled code] 1.22% 1462M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] 1.06% 1272M org.apache.lucene.util.ArrayUtil#copyOfSubArray() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#() [Inlined code] 1.05% 1261M org.apache.lucene.index.ParallelPostingsArray#() [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#() [Inlined code] 0.92% 1108M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms() [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] 0.83% 995M org.apache.lucene.util.hnsw.NeighborArray#() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#() [Inlined code] 0.73% 875M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] 0.72% 861M org.apache.lucene.util.TimSorter#() [Inlined code] at org.apache.lucene.util.ArrayTimSorter#() [Inlined code] 0.71% 855M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] 0.61% 735M org.apache.lucene.codecs.lucene104.PForUtil#encode() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition() [JIT compiled code] 0.51% 607M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [JIT compiled code] 0.42% 508M org.apache.lucene.util.hnsw.NeighborArray#() [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode() [JIT compiled code] 0.34% 404M org.apache.lucene.util.BytesRef#() [Inlined code] at org.apache.lucene.util.BytesRef#() [Inlined code] 0.32% 389M java.util.ArrayList#grow() [Inlined code] at java.util.ArrayList#grow() [Inlined code] 0.30% 356M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#bytesRefToTrie() [Inlined code] 0.29% 349M org.apache.lucene.util.BytesRefHash#rehash() [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add() [JIT compiled code] 0.22% 263M org.apache.lucene.document.IntPoint#pack() [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues() [Inlined code] 0.22% 261M org.apache.lucene.util.ArrayUtil#timSort() [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings() [JIT compiled code] 0.21% 256M org.apache.lucene.codecs.lucene104.PForUtil#encode() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock() [JIT compiled code] 0.19% 231M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] 0.17% 205M org.apache.lucene.document.StringField#setStringValue() [Inlined code] at perf.LineFileDocs#nextDoc() [JIT compiled code] 0.16% 190M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock() [JIT compiled code] 0.15% 182M java.lang.invoke.DirectMethodHandle#allocateInstance() [Inlined code] at java.lang.invoke.DirectMethodHandle$Holder#newInvokeSpecial() [Inlined code] 0.14% 165M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal() [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment() [Inlined code] 0.14% 165M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock() [Inlined code] at org.apache.lucene.util.IntBlockPool#nextBuffer() [JIT compiled code] 0.13% 161M java.util.Formatter#parse() [Inlined code] at java.util.Formatter#format() [Inlined code] 0.13% 151M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlock() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlocks() [JIT compiled code] 0.12% 140M java.lang.Integer#toString() [Inlined code] at perf.LineFileDocs#intToID() [JIT compiled code] 0.12% 139M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document() [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader#serializedDocument() [Inlined code] 0.11% 134M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [Inlined code] 0.11% 132M jdk.incubator.vector.FloatVector#lanewiseTemplate() [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise() [Inlined code] 0.09% 112M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire() [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared() [Inlined code] 0.09% 106M java.lang.AbstractStringBuilder#() [Inlined code] at java.lang.StringBuilder#() [Inlined code] 0.09% 104M java.lang.reflect.Array#newInstance() [Inlined code] at org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] 0.07% 82M java.nio.ByteBuffer#wrap() [Inlined code] at java.nio.ByteBuffer#wrap() [Inlined code] 0.07% 79M java.util.Formatter#() [Inlined code] at java.lang.String#format() [Inlined code] 0.07% 79M java.nio.FloatBuffer#wrap() [Inlined code] at java.nio.FloatBuffer#wrap() [Inlined code] 0.07% 78M java.lang.String#format() [Inlined code] at perf.LineFileDocs#intToID() [JIT compiled code] 0.06% 76M java.lang.StringLatin1#replace() [Inlined code] at java.lang.String#replace() [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 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 2042.83 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2042.83 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2042.83 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2042.83 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2042.83 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2042.83 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2042.83 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2042.83 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 121988 events (total: 120144M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=false PERCENT HEAP SAMPLES STACK 43.71% 52520M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder() [Inlined code] 6.97% 8373M org.apache.lucene.util.ArrayUtil#copyOfSubArray() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue() [Inlined code] 6.78% 8151M java.nio.HeapByteBuffer#() [Inlined code] at java.nio.ByteBuffer#allocate() [Inlined code] at perf.LineFileDocs#readVector() [Inlined code] at perf.LineFileDocs#readDocs() [JIT compiled code] 5.92% 7116M perf.LineFileDocs#readVector() [Inlined code] at perf.LineFileDocs#readDocs() [JIT compiled code] at perf.LineFileDocs$1#run() [Interpreted code] 4.12% 4949M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder() [Inlined code] 3.31% 3972M perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.LineFileDocs#nextDoc() [Inlined code] at perf.IndexThreads$IndexThread#run() [JIT compiled code] 2.86% 3438M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState() [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] 2.34% 2815M java.lang.StringUTF16#compress() [Inlined code] at java.lang.String#() [Inlined code] at java.lang.String#() [Inlined code] at perf.LineFileDocs#nextDoc() [JIT compiled code] 2.05% 2461M org.apache.lucene.util.hnsw.NeighborQueue#nodes() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [JIT compiled code] 1.85% 2224M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#() [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance() [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow() [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow() [JIT compiled code] 1.59% 1905M org.apache.lucene.util.hnsw.NeighborArray#sort() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor() [JIT compiled code] 1.53% 1839M perf.LineFileDocs#readDocs() [JIT compiled code] at perf.LineFileDocs$1#run() [Interpreted code] 1.06% 1272M org.apache.lucene.util.ArrayUtil#copyOfSubArray() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] 1.05% 1261M org.apache.lucene.index.ParallelPostingsArray#() [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#() [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance() [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow() [Inlined code] 0.96% 1147M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock() [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer() [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice() [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice() [Inlined code] 0.92% 1108M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms() [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] 0.78% 934M org.apache.lucene.util.hnsw.NeighborQueue#nodes() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] 0.72% 861M org.apache.lucene.util.TimSorter#() [Inlined code] at org.apache.lucene.util.ArrayTimSorter#() [Inlined code] at org.apache.lucene.util.ArrayUtil#timSort() [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings() [JIT compiled code] 0.63% 753M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge() [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge() [Interpreted code] 0.61% 735M org.apache.lucene.codecs.lucene104.PForUtil#encode() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition() [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] 0.59% 709M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write() [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush() [JIT compiled code] 0.56% 672M org.apache.lucene.util.hnsw.NeighborArray#() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [JIT compiled code] 0.53% 632M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [JIT compiled code] 0.51% 610M org.apache.lucene.util.hnsw.NeighborArray#sort() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor() [Inlined code] 0.51% 607M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] 0.41% 495M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] 0.33% 400M org.apache.lucene.util.BytesRef#() [Inlined code] at org.apache.lucene.util.BytesRef#() [Inlined code] at org.apache.lucene.document.StringField#setStringValue() [Inlined code] at perf.LineFileDocs#nextDoc() [JIT compiled code] 0.32% 389M java.util.ArrayList#grow() [Inlined code] at java.util.ArrayList#grow() [Inlined code] at java.util.ArrayList#add() [Inlined code] at java.util.ArrayList#add() [Inlined code] 0.30% 356M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#bytesRefToTrie() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingBlock#compileIndex() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlocks() [JIT compiled code] 0.30% 356M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue() [Inlined code] 0.28% 339M org.apache.lucene.util.hnsw.NeighborArray#() [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [JIT compiled code] 0.27% 323M org.apache.lucene.util.hnsw.NeighborArray#() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] 0.27% 319M org.apache.lucene.util.BytesRefHash#rehash() [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add() [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add() [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream() [JIT compiled code] 0.22% 263M org.apache.lucene.document.IntPoint#pack() [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues() [Inlined code] at org.apache.lucene.document.IntPoint#setIntValue() [Inlined code] at perf.LineFileDocs#nextDoc() [JIT compiled code] 0.22% 261M org.apache.lucene.util.ArrayUtil#timSort() [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings() [JIT compiled code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings() [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] 0.21% 256M org.apache.lucene.codecs.lucene104.PForUtil#encode() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc() [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] 0.20% 243M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock() [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer() [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices() [Inlined code] at org.apache.lucene.index.TermsHashPerField#add() [JIT compiled code] 0.20% 242M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] 0.19% 229M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue() [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue() [JIT compiled code] 0.17% 205M org.apache.lucene.document.StringField#setStringValue() [Inlined code] at perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.LineFileDocs#nextDoc() [Inlined code] at perf.IndexThreads$IndexThread#run() [JIT compiled code] 0.16% 190M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc() [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] 0.15% 179M java.lang.invoke.DirectMethodHandle#allocateInstance() [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() [JIT compiled code] 0.14% 165M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal() [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment() [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template() [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0() [Inlined code] 0.14% 165M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock() [Inlined code] at org.apache.lucene.util.IntBlockPool#nextBuffer() [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices() [Inlined code] at org.apache.lucene.index.TermsHashPerField#add() [JIT compiled code] 0.13% 161M java.util.Formatter#parse() [Inlined code] at java.util.Formatter#format() [Inlined code] at java.util.Formatter#format() [Inlined code] at java.lang.String#format() [Inlined code] 0.13% 151M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlock() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlocks() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#pushTerm() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] 0.13% 150M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock() [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer() [JIT compiled code] at org.apache.lucene.util.BytesRefBlockPool#addBytesRef() [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add() [JIT compiled code] 0.12% 143M org.apache.lucene.util.hnsw.NeighborArray#() [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] 0.12% 140M java.lang.Integer#toString() [Inlined code] at perf.LineFileDocs#intToID() [JIT compiled code] at perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.LineFileDocs#nextDoc() [Inlined code] 0.12% 139M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document() [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader#serializedDocument() [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#copyOneDoc() [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#merge() [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 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 2042.83 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2042.83 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2042.83 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2042.83 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2042.83 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2042.83 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2042.83 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2042.83 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2042.83 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 121988 events (total: 120144M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=false PERCENT HEAP SAMPLES STACK 28.02% 33665M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] 11.14% 13387M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue() [Inlined code] 6.97% 8373M org.apache.lucene.util.ArrayUtil#copyOfSubArray() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue() [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] 6.78% 8151M java.nio.HeapByteBuffer#() [Inlined code] at java.nio.ByteBuffer#allocate() [Inlined code] at perf.LineFileDocs#readVector() [Inlined code] at perf.LineFileDocs#readDocs() [JIT compiled code] at perf.LineFileDocs$1#run() [Interpreted code] 5.92% 7116M perf.LineFileDocs#readVector() [Inlined code] at perf.LineFileDocs#readDocs() [JIT compiled code] at perf.LineFileDocs$1#run() [Interpreted code] 3.31% 3972M perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.LineFileDocs#nextDoc() [Inlined code] at perf.IndexThreads$IndexThread#run() [JIT compiled code] 3.20% 3842M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [JIT compiled code] 2.39% 2871M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] 2.34% 2815M java.lang.StringUTF16#compress() [Inlined code] at java.lang.String#() [Inlined code] at java.lang.String#() [Inlined code] at perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.LineFileDocs#nextDoc() [Inlined code] at perf.IndexThreads$IndexThread#run() [JIT compiled code] 2.05% 2461M org.apache.lucene.util.hnsw.NeighborQueue#nodes() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] 1.70% 2039M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#() [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance() [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow() [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow() [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add() [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add() [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream() [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert() [Inlined code] 1.59% 1905M org.apache.lucene.util.hnsw.NeighborArray#sort() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] 1.53% 1839M perf.LineFileDocs#readDocs() [JIT compiled code] at perf.LineFileDocs$1#run() [Interpreted code] 1.49% 1786M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState() [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write() [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush() [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush() [JIT compiled code] 1.37% 1651M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState() [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge() [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms() [Interpreted code] 1.10% 1321M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] 1.05% 1264M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] 0.83% 1002M org.apache.lucene.index.ParallelPostingsArray#() [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#() [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance() [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow() [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow() [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add() [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add() [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream() [JIT compiled code] 0.75% 899M org.apache.lucene.util.hnsw.NeighborQueue#nodes() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue() [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] 0.72% 861M org.apache.lucene.util.TimSorter#() [Inlined code] at org.apache.lucene.util.ArrayTimSorter#() [Inlined code] at org.apache.lucene.util.ArrayUtil#timSort() [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings() [JIT compiled code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings() [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] 0.63% 756M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder() [Inlined code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure() [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph() [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph() [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph() [Interpreted code] 0.63% 753M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge() [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms() [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000191df830#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging() [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge() [Interpreted code] 0.56% 672M org.apache.lucene.util.hnsw.NeighborArray#() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] 0.54% 642M org.apache.lucene.util.ArrayUtil#copyOfSubArray() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write() [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush() [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush() [JIT compiled code] 0.53% 632M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] 0.52% 629M org.apache.lucene.util.ArrayUtil#copyOfSubArray() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge() [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms() [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000191df830#merge() [Interpreted code] 0.51% 611M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms() [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write() [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush() [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush() [JIT compiled code] 0.51% 608M org.apache.lucene.util.hnsw.NeighborArray#sort() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue() [Inlined code] 0.51% 607M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000191f3868#call() [JIT compiled code] at java.util.concurrent.FutureTask#run() [JIT compiled code] 0.46% 554M org.apache.lucene.codecs.lucene104.PForUtil#encode() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition() [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge() [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms() [Interpreted code] 0.45% 543M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock() [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer() [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice() [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice() [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte() [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt() [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx() [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm() [JIT compiled code] 0.41% 496M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms() [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge() [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms() [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000191df830#merge() [Interpreted code] 0.41% 495M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000191f3868#call() [JIT compiled code] 0.37% 446M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write() [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush() [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush() [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush() [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush() [Inlined code] 0.33% 400M org.apache.lucene.util.BytesRef#() [Inlined code] at org.apache.lucene.util.BytesRef#() [Inlined code] at org.apache.lucene.document.StringField#setStringValue() [Inlined code] at perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.LineFileDocs#nextDoc() [Inlined code] at perf.IndexThreads$IndexThread#run() [JIT compiled code] 0.30% 361M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#replayBufferedVectors() [JIT compiled code] 0.30% 356M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue() [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] 0.29% 354M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock() [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer() [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice() [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice() [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte() [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt() [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm() [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice() [Inlined code] 0.28% 339M org.apache.lucene.util.hnsw.NeighborArray#() [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] 0.27% 319M org.apache.lucene.util.BytesRefHash#rehash() [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add() [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add() [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream() [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert() [Inlined code] at org.apache.lucene.index.IndexingChain#processField() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] 0.26% 312M org.apache.lucene.util.hnsw.NeighborArray#() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue() [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] 0.22% 263M org.apache.lucene.document.IntPoint#pack() [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues() [Inlined code] at org.apache.lucene.document.IntPoint#setIntValue() [Inlined code] at perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.LineFileDocs#nextDoc() [Inlined code] at perf.IndexThreads$IndexThread#run() [JIT compiled code] 0.22% 261M org.apache.lucene.util.ArrayUtil#timSort() [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings() [JIT compiled code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings() [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge() [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge() [Interpreted code] 0.22% 259M org.apache.lucene.index.ParallelPostingsArray#() [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#() [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance() [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow() [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow() [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add() [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add() [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTerm() [Inlined code] 0.21% 249M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock() [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer() [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice() [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice() [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte() [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt() [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx() [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm() [JIT compiled code] 0.20% 235M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue() [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] 0.19% 229M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock() [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer() [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices() [Inlined code] at org.apache.lucene.index.TermsHashPerField#add() [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream() [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert() [Inlined code] at org.apache.lucene.index.IndexingChain#processField() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] 0.19% 229M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue() [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [JIT compiled code] 0.19% 225M java.util.ArrayList#grow() [Inlined code] at java.util.ArrayList#grow() [Inlined code] at java.util.ArrayList#add() [Inlined code] at java.util.ArrayList#add() [Inlined code] at java.util.Formatter$FormatSpecifierParser#parse() [Inlined code] at java.util.Formatter#parse() [Inlined code] at java.util.Formatter#format() [Inlined code] at java.util.Formatter#format() [Inlined code] 0.17% 208M org.apache.lucene.codecs.lucene104.PForUtil#encode() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc() [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge() [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge() [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 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 2042.83 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2042.83 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2042.83 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2042.83 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2042.83 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2042.83 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2042.83 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2042.83 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2042.83 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2042.83 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 121988 events (total: 120144M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=false PERCENT HEAP SAMPLES STACK 28.02% 33665M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000191f3868#call() [JIT compiled code] 11.14% 13387M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue() [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] 6.97% 8373M org.apache.lucene.util.ArrayUtil#copyOfSubArray() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue() [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments() [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument() [JIT compiled code] 6.78% 8151M java.nio.HeapByteBuffer#() [Inlined code] at java.nio.ByteBuffer#allocate() [Inlined code] at perf.LineFileDocs#readVector() [Inlined code] at perf.LineFileDocs#readDocs() [JIT compiled code] at perf.LineFileDocs$1#run() [Interpreted code] 5.92% 7116M perf.LineFileDocs#readVector() [Inlined code] at perf.LineFileDocs#readDocs() [JIT compiled code] at perf.LineFileDocs$1#run() [Interpreted code] 3.31% 3972M perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.LineFileDocs#nextDoc() [Inlined code] at perf.IndexThreads$IndexThread#run() [JIT compiled code] 3.20% 3842M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] 2.39% 2871M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [JIT compiled code] 2.34% 2815M java.lang.StringUTF16#compress() [Inlined code] at java.lang.String#() [Inlined code] at java.lang.String#() [Inlined code] at perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.LineFileDocs#nextDoc() [Inlined code] at perf.IndexThreads$IndexThread#run() [JIT compiled code] 1.91% 2290M org.apache.lucene.util.hnsw.NeighborQueue#nodes() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000191f3868#call() [JIT compiled code] at java.util.concurrent.FutureTask#run() [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run() [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0() [Inlined code] 1.70% 2039M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#() [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance() [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow() [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow() [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add() [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add() [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream() [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert() [Inlined code] at org.apache.lucene.index.IndexingChain#processField() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [JIT compiled code] 1.59% 1905M org.apache.lucene.util.hnsw.NeighborArray#sort() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000191f3868#call() [JIT compiled code] 1.53% 1839M perf.LineFileDocs#readDocs() [JIT compiled code] at perf.LineFileDocs$1#run() [Interpreted code] 1.37% 1651M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState() [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge() [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms() [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000191df830#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging() [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge() [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle() [Interpreted code] 1.07% 1282M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue() [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField() [JIT compiled code] 1.03% 1239M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue() [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] 0.89% 1068M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState() [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write() [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush() [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush() [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush() [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush() [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate() [JIT compiled code] 0.83% 1002M org.apache.lucene.index.ParallelPostingsArray#() [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#() [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance() [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow() [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow() [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add() [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add() [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream() [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert() [Inlined code] at org.apache.lucene.index.IndexingChain#processField() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] 0.75% 899M org.apache.lucene.util.hnsw.NeighborQueue#nodes() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue() [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments() [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument() [JIT compiled code] 0.72% 861M org.apache.lucene.util.TimSorter#() [Inlined code] at org.apache.lucene.util.ArrayTimSorter#() [Inlined code] at org.apache.lucene.util.ArrayUtil#timSort() [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings() [JIT compiled code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings() [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge() [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms() [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000191df830#merge() [Interpreted code] 0.63% 756M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder() [Inlined code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure() [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph() [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph() [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph() [Interpreted code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder() [Interpreted code] at org.apache.lucene.util.hnsw.IncrementalHnswGraphMerger#merge() [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField() [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField() [Interpreted code] 0.63% 753M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge() [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms() [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000191df830#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging() [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge() [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle() [Interpreted code] at org.apache.lucene.index.IndexWriter#merge() [Interpreted code] at org.apache.lucene.index.IndexWriter$IndexWriterMergeSource#merge() [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler#doMerge() [Interpreted code] 0.53% 635M org.apache.lucene.util.hnsw.NeighborArray#() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000191f3868#call() [JIT compiled code] at java.util.concurrent.FutureTask#run() [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run() [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0() [Inlined code] 0.52% 629M org.apache.lucene.util.ArrayUtil#copyOfSubArray() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge() [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms() [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000191df830#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging() [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge() [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle() [Interpreted code] at org.apache.lucene.index.IndexWriter#merge() [Interpreted code] 0.51% 608M org.apache.lucene.util.hnsw.NeighborArray#sort() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue() [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] 0.50% 596M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000191f3868#call() [JIT compiled code] at java.util.concurrent.FutureTask#run() [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run() [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0() [Inlined code] 0.47% 567M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000191f3868#call() [JIT compiled code] at java.util.concurrent.FutureTask#run() [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run() [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0() [Inlined code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x00000000191f3dc0#run() [JIT compiled code] at java.util.concurrent.ThreadPoolExecutor#runWorker() [Interpreted code] 0.46% 554M org.apache.lucene.codecs.lucene104.PForUtil#encode() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition() [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge() [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms() [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000191df830#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging() [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge() [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle() [Interpreted code] 0.41% 496M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms() [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge() [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms() [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000191df830#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging() [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge() [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle() [Interpreted code] at org.apache.lucene.index.IndexWriter#merge() [Interpreted code] 0.39% 471M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000191f3868#call() [JIT compiled code] at java.util.concurrent.FutureTask#run() [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run() [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0() [Inlined code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x00000000191f3dc0#run() [JIT compiled code] 0.37% 446M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write() [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush() [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush() [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush() [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush() [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate() [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments() [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument() [JIT compiled code] 0.36% 436M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock() [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer() [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice() [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice() [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte() [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt() [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx() [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm() [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice() [Inlined code] at org.apache.lucene.index.TermsHashPerField#add() [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream() [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert() [JIT compiled code] 0.36% 435M org.apache.lucene.util.ArrayUtil#copyOfSubArray() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write() [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush() [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush() [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush() [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush() [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate() [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [JIT compiled code] 0.34% 407M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState() [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write() [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush() [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush() [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush() [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#postUpdate() [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [JIT compiled code] 0.33% 400M org.apache.lucene.util.BytesRef#() [Inlined code] at org.apache.lucene.util.BytesRef#() [Inlined code] at org.apache.lucene.document.StringField#setStringValue() [Inlined code] at perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.LineFileDocs#nextDoc() [Inlined code] at perf.IndexThreads$IndexThread#run() [JIT compiled code] 0.32% 384M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms() [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write() [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush() [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush() [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush() [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush() [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate() [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [JIT compiled code] 0.30% 361M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#replayBufferedVectors() [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue() [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] 0.30% 356M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue() [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments() [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument() [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument() [Inlined code] 0.29% 350M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock() [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer() [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice() [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice() [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte() [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt() [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm() [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice() [Inlined code] at org.apache.lucene.index.TermsHashPerField#add() [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream() [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert() [Inlined code] at org.apache.lucene.index.IndexingChain#processField() [JIT compiled code] 0.27% 326M org.apache.lucene.util.hnsw.NeighborArray#() [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000191f3868#call() [JIT compiled code] at java.util.concurrent.FutureTask#run() [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run() [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0() [Inlined code] 0.27% 319M org.apache.lucene.util.BytesRefHash#rehash() [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add() [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add() [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream() [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert() [Inlined code] at org.apache.lucene.index.IndexingChain#processField() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments() [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument() [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument() [Inlined code] 0.26% 312M org.apache.lucene.util.hnsw.NeighborArray#() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue() [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments() [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument() [JIT compiled code] 0.26% 309M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState() [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write() [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush() [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush() [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush() [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush() [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#flushAllThreads() [Interpreted code] 0.22% 263M org.apache.lucene.document.IntPoint#pack() [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues() [Inlined code] at org.apache.lucene.document.IntPoint#setIntValue() [Inlined code] at perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.LineFileDocs#nextDoc() [Inlined code] at perf.IndexThreads$IndexThread#run() [JIT compiled code] 0.22% 261M org.apache.lucene.util.ArrayUtil#timSort() [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings() [JIT compiled code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings() [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge() [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms() [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000191df830#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging() [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge() [Interpreted code] 0.22% 259M org.apache.lucene.index.ParallelPostingsArray#() [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#() [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance() [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow() [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow() [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add() [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add() [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTerm() [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invert() [Inlined code] at org.apache.lucene.index.IndexingChain#processField() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] 0.21% 249M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock() [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer() [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice() [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice() [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte() [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt() [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx() [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm() [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice() [Inlined code] at org.apache.lucene.index.TermsHashPerField#add() [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream() [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert() [Inlined code] 0.20% 235M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue() [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments() [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument() [JIT compiled code] 0.19% 229M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock() [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer() [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices() [Inlined code] at org.apache.lucene.index.TermsHashPerField#add() [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream() [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert() [Inlined code] at org.apache.lucene.index.IndexingChain#processField() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments() [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument() [JIT compiled code] 0.19% 229M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue() [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments() [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument() [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument() [Inlined code] at perf.IndexThreads$IndexThread#run() [JIT compiled code] move log to /l/logs.nightly/2026.04.13.05.40.34/fastIndexMediumDocsWithVectors.log move vmstat log to /l/logs.nightly/2026.04.13.05.40.34/fastIndexMediumDocsWithVectors.vmstat.log move top log to /l/logs.nightly/2026.04.13.05.40.34/fastIndexMediumDocsWithVectors.top.log [2026-04-13 17:02:27.602728] took 13894.8 sec [2026-04-13 17:02:27.606908] medIndexVectorsAtClose None [2026-04-13 17:02:27.614921] 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=3712882 Profiler summary for /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr Version: 2.1 Chunks: 162 Start: 2026-04-13 22:40:49 (UTC) Duration: 1328 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 82587280 1651648898 jdk.FileWrite 11477031 313179076 jdk.NativeMethodSample 279684 4379301 jdk.ObjectAllocationInNewTLAB 210772 4495936 jdk.FileRead 196228 5736862 jdk.BooleanFlag 112104 3699918 jdk.ObjectAllocationOutsideTLAB 27176 526910 jdk.CPULoad 19971 419391 jdk.UnsignedIntFlag 10044 360126 jdk.IntFlag 9072 337446 jdk.StringFlag 7290 287550 jdk.Checkpoint 6134 135730925 jdk.CPUInformation 162 243486 jdk.GCConfiguration 162 4374 jdk.JVMInformation 162 201852 jdk.Metadata 162 17905536 jdk.Compilation 156 4339 jdk.GarbageCollection 41 1066 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.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 org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr Profiler for cpu at stackSize=1 [medium quantized vectors index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2040.08 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 279684 events (total: 279684) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=false PERCENT CPU SAMPLES STACK 44.96% 125739 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 31.12% 87031 jdk.jfr.internal.JVM#emitEvent() [Native code] 16.19% 45275 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] 3.90% 10896 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] 3.20% 8952 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] 0.19% 533 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] 0.10% 270 jdk.jfr.internal.JVM#getStackTraceId() [Native code] 0.09% 251 jdk.internal.misc.Unsafe#park() [Native code] 0.05% 131 jdk.internal.misc.Unsafe#unpark() [Native code] 0.05% 130 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] 0.04% 115 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] 0.03% 88 sun.nio.ch.NativeThread#current0() [Native code] 0.02% 49 java.io.FileDescriptor#close0() [Native code] 0.01% 40 java.io.FileOutputStream#writeBytes() [Native code] 0.01% 37 sun.nio.ch.UnixFileDispatcherImpl#size0() [Native code] 0.01% 32 sun.nio.fs.UnixNativeDispatcher#lstat0() [Native code] 0.01% 31 java.io.RandomAccessFile#open0() [Native code] 0.01% 20 jdk.jfr.internal.JVM#flush() [Native code] 0.01% 19 sun.nio.fs.UnixNativeDispatcher#access0() [Native code] 0.00% 11 java.nio.MappedMemoryUtils#isLoaded0() [Native code] 0.00% 8 java.lang.Object#wait0() [Native code] 0.00% 6 java.lang.Thread#sleepNanos0() [Native code] 0.00% 4 jdk.jfr.internal.JVM#addStringConstant() [Native code] 0.00% 3 jdk.internal.misc.VM#getNanoTimeAdjustment() [Native code] 0.00% 3 jdk.jfr.internal.JVM#shouldRotateDisk() [Native code] 0.00% 2 sun.nio.ch.UnixFileDispatcherImpl#allocationGranularity0() [Native code] 0.00% 1 jdk.internal.misc.Unsafe#allocateInstance() [Native code] 0.00% 1 jdk.jfr.internal.JVM#nanosNow() [Native code] 0.00% 1 java.lang.Object#clone() [Native code] 0.00% 1 java.lang.System#nanoTime() [Native code] 0.00% 1 java.lang.reflect.Array#newArray() [Native code] 0.00% 1 java.lang.Object#notifyAll() [Native code] 0.00% 1 java.lang.Object#getClass() [Native code] 0.00% 1 java.lang.ref.PhantomReference#clear0() [Native code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=2 org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr Profiler for cpu at stackSize=2 [medium quantized vectors index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2040.08 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2040.08 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 279684 events (total: 279684) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=false PERCENT CPU SAMPLES STACK 44.96% 125739 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write() [Inlined code] 31.12% 87031 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute() [Inlined code] 16.19% 45275 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read() [Inlined code] 3.90% 10896 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [Inlined code] 3.20% 8952 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] 0.19% 533 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open() [Inlined code] 0.10% 270 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace() [Inlined code] 0.09% 250 jdk.internal.misc.Unsafe#park() [Native code] at java.util.concurrent.locks.LockSupport#park() [Inlined code] 0.05% 130 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat() [Inlined code] 0.04% 122 jdk.internal.misc.Unsafe#unpark() [Native code] at java.util.concurrent.locks.LockSupport#unpark() [JIT compiled code] 0.04% 115 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map() [Inlined code] 0.03% 88 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current() [Inlined code] 0.02% 49 java.io.FileDescriptor#close0() [Native code] at java.io.FileDescriptor#close() [Inlined code] 0.01% 40 java.io.FileOutputStream#writeBytes() [Native code] at java.io.FileOutputStream#traceWriteBytes() [JIT compiled code] 0.01% 37 sun.nio.ch.UnixFileDispatcherImpl#size0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#size() [Inlined code] 0.01% 32 sun.nio.fs.UnixNativeDispatcher#lstat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#lstat() [Inlined code] 0.01% 31 java.io.RandomAccessFile#open0() [Native code] at java.io.RandomAccessFile#open() [Inlined code] 0.01% 19 sun.nio.fs.UnixNativeDispatcher#access0() [Native code] at sun.nio.fs.UnixNativeDispatcher#access() [JIT compiled code] 0.01% 19 jdk.jfr.internal.JVM#flush() [Native code] at jdk.jfr.internal.event.EventWriter#flush() [JIT compiled code] 0.00% 11 java.nio.MappedMemoryUtils#isLoaded0() [Native code] at java.nio.MappedMemoryUtils#isLoaded() [Inlined code] 0.00% 9 jdk.internal.misc.Unsafe#unpark() [Native code] at java.util.concurrent.locks.LockSupport#unpark() [Inlined code] 0.00% 7 java.lang.Object#wait0() [Native code] at java.lang.Object#wait() [Inlined code] 0.00% 6 java.lang.Thread#sleepNanos0() [Native code] at java.lang.Thread#sleepNanos() [Inlined code] 0.00% 4 jdk.jfr.internal.JVM#addStringConstant() [Native code] at jdk.jfr.internal.StringPool#storeString() [JIT compiled code] 0.00% 3 jdk.internal.misc.VM#getNanoTimeAdjustment() [Native code] at java.time.Clock#currentInstant() [JIT compiled code] 0.00% 2 sun.nio.ch.UnixFileDispatcherImpl#allocationGranularity0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#allocationGranularity() [Inlined code] 0.00% 2 jdk.jfr.internal.JVM#shouldRotateDisk() [Native code] at jdk.jfr.internal.PlatformRecorder#periodicTask() [JIT compiled code] 0.00% 1 jdk.jfr.internal.JVM#nanosNow() [Native code] at jdk.jfr.internal.MetadataRepository#awaitEpochMilliShift() [JIT compiled code] 0.00% 1 jdk.internal.misc.Unsafe#allocateInstance() [Native code] at java.lang.invoke.DirectMethodHandle#allocateInstance() [Inlined code] 0.00% 1 java.lang.Object#getClass() [Native code] at java.util.ArrayList#() [JIT compiled code] 0.00% 1 java.lang.Object#wait0() [Native code] at java.lang.Object#wait() [JIT compiled code] 0.00% 1 java.lang.reflect.Array#newArray() [Native code] at java.lang.reflect.Array#newInstance() [Inlined code] 0.00% 1 java.lang.System#nanoTime() [Native code] at java.lang.ref.ReferenceQueue#remove0() [Interpreted code] 0.00% 1 java.lang.Object#clone() [Native code] at org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getMergeInstance() [JIT compiled code] 0.00% 1 jdk.jfr.internal.JVM#shouldRotateDisk() [Native code] at jdk.jfr.internal.PlatformRecorder#periodicTask() [Interpreted code] 0.00% 1 jdk.internal.misc.Unsafe#park() [Native code] at java.util.concurrent.locks.LockSupport#park() [JIT compiled code] 0.00% 1 java.lang.Object#notifyAll() [Native code] at jdk.jfr.internal.util.Utils#notifyFlush() [JIT compiled code] 0.00% 1 java.lang.ref.PhantomReference#clear0() [Native code] at java.lang.ref.PhantomReference#clearImpl() [Inlined code] 0.00% 1 jdk.jfr.internal.JVM#flush() [Native code] at jdk.jfr.internal.MetadataRepository#flush() [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 org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr Profiler for cpu at stackSize=4 [medium quantized vectors index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2040.08 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2040.08 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2040.08 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 279684 events (total: 279684) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=false PERCENT CPU SAMPLES STACK 44.96% 125739 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write() [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer() [Inlined code] at sun.nio.ch.IOUtil#write() [Inlined code] 31.12% 87031 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute() [Inlined code] at jdk.jfr.internal.periodic.PeriodicTask#run() [Inlined code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic() [JIT compiled code] 16.19% 45275 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read() [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer() [Inlined code] at sun.nio.ch.IOUtil#read() [Inlined code] 3.75% 10490 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] 3.20% 8952 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [Inlined code] 0.19% 533 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open() [Inlined code] at sun.nio.fs.UnixChannelFactory#open() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Inlined code] 0.15% 406 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] 0.08% 235 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace() [Inlined code] at jdk.internal.event.FileWriteEvent#commit() [JIT compiled code] at jdk.internal.event.FileWriteEvent#offer() [Inlined code] 0.07% 191 jdk.internal.misc.Unsafe#park() [Native code] at java.util.concurrent.locks.LockSupport#park() [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire() [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared() [Inlined code] 0.05% 130 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat() [Inlined code] at sun.nio.fs.UnixFileAttributes#get() [Inlined code] at sun.nio.fs.UnixFileAttributeViews$Basic#readAttributes() [Inlined code] 0.04% 121 jdk.internal.misc.Unsafe#unpark() [Native code] at java.util.concurrent.locks.LockSupport#unpark() [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext() [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#release() [JIT compiled code] 0.04% 109 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map() [Inlined code] at sun.nio.ch.FileChannelImpl#mapInternal() [JIT compiled code] at sun.nio.ch.FileChannelImpl#map() [Inlined code] 0.02% 54 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current() [Inlined code] at sun.nio.ch.NativeThreadSet#add() [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite() [Inlined code] 0.02% 43 java.io.FileDescriptor#close0() [Native code] at java.io.FileDescriptor#close() [Inlined code] at java.io.FileDescriptor$1#close() [Inlined code] at sun.nio.ch.FileChannelImpl$Closer#run() [JIT compiled code] 0.01% 40 java.io.FileOutputStream#writeBytes() [Native code] at java.io.FileOutputStream#traceWriteBytes() [JIT compiled code] at java.io.FileOutputStream#write() [JIT compiled code] at java.lang.System$Out#write() [Inlined code] 0.01% 37 jdk.internal.misc.Unsafe#park() [Native code] at java.util.concurrent.locks.LockSupport#park() [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire() [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire() [Inlined code] 0.01% 35 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace() [Inlined code] at jdk.internal.event.FileReadEvent#commit() [JIT compiled code] at jdk.internal.event.FileReadEvent#offer() [Inlined code] 0.01% 33 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current() [Inlined code] at sun.nio.ch.NativeThreadSet#add() [Inlined code] at sun.nio.ch.FileChannelImpl#implRead() [Inlined code] 0.01% 32 sun.nio.fs.UnixNativeDispatcher#lstat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#lstat() [Inlined code] at sun.nio.fs.UnixFileAttributes#get() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [Inlined code] 0.01% 31 java.io.RandomAccessFile#open0() [Native code] at java.io.RandomAccessFile#open() [Inlined code] at java.io.RandomAccessFile#() [JIT compiled code] at java.io.RandomAccessFile#() [Inlined code] 0.01% 27 sun.nio.ch.UnixFileDispatcherImpl#size0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#size() [Inlined code] at sun.nio.ch.FileChannelImpl#size() [JIT compiled code] at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock#ensureValid() [JIT compiled code] 0.01% 22 jdk.internal.misc.Unsafe#park() [Native code] at java.util.concurrent.locks.LockSupport#park() [Inlined code] at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode#block() [Inlined code] at java.util.concurrent.ForkJoinPool#unmanagedBlock() [Inlined code] 0.01% 19 jdk.jfr.internal.JVM#flush() [Native code] at jdk.jfr.internal.event.EventWriter#flush() [JIT compiled code] at jdk.jfr.internal.event.EventWriter#isValidForSize() [Inlined code] at jdk.jfr.internal.event.EventWriter#putLong() [Inlined code] 0.01% 19 sun.nio.fs.UnixNativeDispatcher#access0() [Native code] at sun.nio.fs.UnixNativeDispatcher#access() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#exists() [JIT compiled code] at java.nio.file.Files#exists() [Inlined code] 0.00% 11 java.nio.MappedMemoryUtils#isLoaded0() [Native code] at java.nio.MappedMemoryUtils#isLoaded() [Inlined code] at java.nio.MappedMemoryUtils$1#isLoaded() [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#isLoadedInternal() [Inlined code] 0.00% 9 jdk.internal.misc.Unsafe#unpark() [Native code] at java.util.concurrent.locks.LockSupport#unpark() [Inlined code] at java.util.concurrent.locks.AbstractQueuedSynchronizer#signalNext() [Inlined code] at java.util.concurrent.locks.AbstractQueuedSynchronizer#release() [Inlined code] 0.00% 7 sun.nio.ch.UnixFileDispatcherImpl#size0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#size() [Inlined code] at sun.nio.ch.FileChannelImpl#size() [JIT compiled code] at org.apache.lucene.store.MMapDirectory#openInput() [JIT compiled code] 0.00% 6 java.io.FileDescriptor#close0() [Native code] at java.io.FileDescriptor#close() [Inlined code] at java.io.RandomAccessFile$1#close() [JIT compiled code] at java.io.FileDescriptor#closeAll() [JIT compiled code] 0.00% 6 java.lang.Object#wait0() [Native code] at java.lang.Object#wait() [Inlined code] at jdk.jfr.internal.PlatformRecorder#takeNap() [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#periodicTask() [JIT compiled code] 0.00% 6 java.lang.Thread#sleepNanos0() [Native code] at java.lang.Thread#sleepNanos() [Inlined code] at java.lang.Thread#sleep() [JIT compiled code] at perf.Indexer#_main() [Interpreted code] 0.00% 6 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map() [Inlined code] at sun.nio.ch.FileChannelImpl#mapInternal() [JIT compiled code] at sun.nio.ch.FileChannelImpl#map() [JIT compiled code] 0.00% 3 sun.nio.ch.UnixFileDispatcherImpl#size0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#size() [Inlined code] at sun.nio.ch.FileChannelImpl#mapInternal() [JIT compiled code] at sun.nio.ch.FileChannelImpl#map() [Inlined code] 0.00% 3 jdk.jfr.internal.JVM#addStringConstant() [Native code] at jdk.jfr.internal.StringPool#storeString() [JIT compiled code] at jdk.jfr.internal.StringPool#ensureCurrentGeneration() [Inlined code] at jdk.jfr.internal.StringPool#addString() [Inlined code] 0.00% 2 jdk.jfr.internal.JVM#shouldRotateDisk() [Native code] at jdk.jfr.internal.PlatformRecorder#periodicTask() [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0() [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000007407aa58#run() [Interpreted code] 0.00% 2 sun.nio.ch.UnixFileDispatcherImpl#allocationGranularity0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#allocationGranularity() [Inlined code] at sun.nio.ch.FileChannelImpl#mapInternal() [JIT compiled code] at sun.nio.ch.FileChannelImpl#map() [Inlined code] 0.00% 2 jdk.internal.misc.VM#getNanoTimeAdjustment() [Native code] at java.time.Clock#currentInstant() [JIT compiled code] at java.time.Instant#now() [Inlined code] at org.apache.lucene.index.IndexWriter#setDiagnostics() [JIT compiled code] 0.00% 1 java.lang.Object#clone() [Native code] at org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getMergeInstance() [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush() [JIT compiled code] 0.00% 1 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current() [Inlined code] at sun.nio.ch.NativeThreadSet#add() [Inlined code] at sun.nio.ch.FileChannelImpl#size() [JIT compiled code] 0.00% 1 java.lang.ref.PhantomReference#clear0() [Native code] at java.lang.ref.PhantomReference#clearImpl() [Inlined code] at java.lang.ref.Reference#clear() [Inlined code] at jdk.internal.ref.PhantomCleanable#clear() [JIT compiled code] 0.00% 1 jdk.jfr.internal.JVM#flush() [Native code] at jdk.jfr.internal.MetadataRepository#flush() [Inlined code] at jdk.jfr.internal.PlatformRecorder#flush() [JIT compiled code] at jdk.jfr.internal.periodic.FlushTask#execute() [Inlined code] 0.00% 1 java.lang.Object#wait0() [Native code] at java.lang.Object#wait() [JIT compiled code] at java.lang.ref.ReferenceQueue#remove0() [Interpreted code] at java.lang.ref.ReferenceQueue#remove() [Interpreted code] 0.00% 1 jdk.jfr.internal.JVM#nanosNow() [Native code] at jdk.jfr.internal.MetadataRepository#awaitEpochMilliShift() [JIT compiled code] at jdk.jfr.internal.MetadataRepository#setOutput() [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#rotateDisk() [JIT compiled code] 0.00% 1 jdk.jfr.internal.JVM#addStringConstant() [Native code] at jdk.jfr.internal.StringPool#storeString() [JIT compiled code] at jdk.jfr.internal.StringPool#addString() [Inlined code] at jdk.jfr.internal.event.EventWriter#putString() [JIT compiled code] 0.00% 1 java.lang.System#nanoTime() [Native code] at java.lang.ref.ReferenceQueue#remove0() [Interpreted code] at java.lang.ref.ReferenceQueue#remove() [Interpreted code] at jdk.internal.ref.CleanerImpl#run() [Interpreted code] 0.00% 1 java.lang.reflect.Array#newArray() [Native code] at java.lang.reflect.Array#newInstance() [Inlined code] at java.util.HashMap#prepareArray() [JIT compiled code] at java.util.HashMap$Values#toArray() [Inlined code] 0.00% 1 jdk.internal.misc.Unsafe#park() [Native code] at java.util.concurrent.locks.LockSupport#park() [JIT compiled code] at java.util.concurrent.FutureTask#awaitDone() [JIT compiled code] at java.util.concurrent.FutureTask#get() [JIT compiled code] 0.00% 1 jdk.jfr.internal.JVM#shouldRotateDisk() [Native code] at jdk.jfr.internal.PlatformRecorder#periodicTask() [Interpreted code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0() [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000007407aa58#run() [Interpreted code] 0.00% 1 jdk.internal.misc.Unsafe#allocateInstance() [Native code] at java.lang.invoke.DirectMethodHandle#allocateInstance() [Inlined code] at java.lang.invoke.DirectMethodHandle$Holder#newInvokeSpecial() [Inlined code] at java.lang.invoke.Invokers$Holder#linkToTargetMethod() [Inlined code] 0.00% 1 jdk.internal.misc.VM#getNanoTimeAdjustment() [Native code] at java.time.Clock#currentInstant() [JIT compiled code] at java.time.Instant#now() [Inlined code] at jdk.jfr.internal.JVMSupport#awaitUniqueTimestamp() [JIT compiled code] 0.00% 1 jdk.internal.misc.Unsafe#unpark() [Native code] at java.util.concurrent.locks.LockSupport#unpark() [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext() [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#releaseShared() [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 org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr Profiler for cpu at stackSize=8 [medium quantized vectors index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2040.08 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2040.08 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2040.08 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2040.08 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 279684 events (total: 279684) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=false PERCENT CPU SAMPLES STACK 44.96% 125739 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write() [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer() [Inlined code] at sun.nio.ch.IOUtil#write() [Inlined code] at sun.nio.ch.IOUtil#write() [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite() [Inlined code] at sun.nio.ch.FileChannelImpl#write() [Inlined code] 29.12% 81437 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute() [Inlined code] at jdk.jfr.internal.periodic.PeriodicTask#run() [Inlined code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic() [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#periodicTask() [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0() [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000007407aa58#run() [Interpreted code] at java.lang.Thread#runWith() [Interpreted code] 16.19% 45275 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read() [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer() [Inlined code] at sun.nio.ch.IOUtil#read() [Inlined code] at sun.nio.ch.IOUtil#read() [Inlined code] at sun.nio.ch.FileChannelImpl#implRead() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead() [Inlined code] at sun.nio.ch.FileChannelImpl#read() [JIT compiled code] 3.13% 8760 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [Inlined code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [Inlined code] 3.06% 8571 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle() [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup() [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup() [Inlined code] at jdk.internal.foreign.SharedSession$SharedResourceList#cleanup() [Inlined code] 2.00% 5594 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute() [Inlined code] at jdk.jfr.internal.periodic.PeriodicTask#run() [Inlined code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic() [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#periodicTask() [Interpreted code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0() [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000007407aa58#run() [Interpreted code] at java.lang.Thread#runWith() [Interpreted code] 0.62% 1730 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [Inlined code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [JIT compiled code] 0.16% 453 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open() [Inlined code] at sun.nio.fs.UnixChannelFactory#open() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Inlined code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#newFileChannel() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#newByteChannel() [Inlined code] at java.nio.file.spi.FileSystemProvider#newOutputStream() [Inlined code] 0.15% 406 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at jdk.jfr.internal.RepositoryChunk#delete() [JIT compiled code] at jdk.jfr.internal.RepositoryChunk#destroy() [JIT compiled code] at jdk.jfr.internal.RepositoryChunk#release() [JIT compiled code] 0.14% 381 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle() [Inlined code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl#close() [Inlined code] at jdk.internal.foreign.ArenaImpl#close() [Inlined code] 0.08% 235 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace() [Inlined code] at jdk.internal.event.FileWriteEvent#commit() [JIT compiled code] at jdk.internal.event.FileWriteEvent#offer() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite() [Inlined code] at sun.nio.ch.FileChannelImpl#write() [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully() [Inlined code] at sun.nio.ch.ChannelOutputStream#write() [Inlined code] 0.07% 191 jdk.internal.misc.Unsafe#park() [Native code] at java.util.concurrent.locks.LockSupport#park() [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire() [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared() [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock() [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel() [JIT compiled code] 0.04% 121 jdk.internal.misc.Unsafe#unpark() [Native code] at java.util.concurrent.locks.LockSupport#unpark() [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext() [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#release() [JIT compiled code] at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#unlock() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [JIT compiled code] 0.04% 98 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat() [Inlined code] at sun.nio.fs.UnixFileAttributes#get() [Inlined code] at sun.nio.fs.UnixFileAttributeViews$Basic#readAttributes() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#readAttributes() [Inlined code] at sun.nio.fs.LinuxFileSystemProvider#readAttributes() [Inlined code] at java.nio.file.Files#readAttributes() [Inlined code] at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock#ensureValid() [JIT compiled code] 0.03% 72 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open() [Inlined code] at sun.nio.fs.UnixChannelFactory#open() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Inlined code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#newFileChannel() [JIT compiled code] at java.nio.channels.FileChannel#open() [Inlined code] at java.nio.channels.FileChannel#open() [Inlined code] 0.02% 54 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current() [Inlined code] at sun.nio.ch.NativeThreadSet#add() [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite() [Inlined code] at sun.nio.ch.FileChannelImpl#write() [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully() [Inlined code] at sun.nio.ch.ChannelOutputStream#write() [Inlined code] 0.01% 41 java.io.FileDescriptor#close0() [Native code] at java.io.FileDescriptor#close() [Inlined code] at java.io.FileDescriptor$1#close() [Inlined code] at sun.nio.ch.FileChannelImpl$Closer#run() [JIT compiled code] at jdk.internal.ref.CleanerImpl$PhantomCleanableRef#performCleanup() [Inlined code] at jdk.internal.ref.PhantomCleanable#clean() [Inlined code] at sun.nio.ch.FileChannelImpl#implCloseChannel() [Inlined code] at java.nio.channels.spi.AbstractInterruptibleChannel#close() [Inlined code] 0.01% 40 java.io.FileOutputStream#writeBytes() [Native code] at java.io.FileOutputStream#traceWriteBytes() [JIT compiled code] at java.io.FileOutputStream#write() [JIT compiled code] at java.lang.System$Out#write() [Inlined code] at java.io.BufferedOutputStream#flushBuffer() [Inlined code] at java.io.BufferedOutputStream#flush() [JIT compiled code] at java.io.PrintStream#write() [JIT compiled code] at sun.nio.cs.StreamEncoder#writeBytes() [JIT compiled code] 0.01% 37 jdk.internal.misc.Unsafe#park() [Native code] at java.util.concurrent.locks.LockSupport#park() [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire() [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire() [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#lock() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswLock#write() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] 0.01% 32 sun.nio.fs.UnixNativeDispatcher#lstat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#lstat() [Inlined code] at sun.nio.fs.UnixFileAttributes#get() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [Inlined code] 0.01% 29 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace() [Inlined code] at jdk.internal.event.FileReadEvent#commit() [JIT compiled code] at jdk.internal.event.FileReadEvent#offer() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead() [Inlined code] at sun.nio.ch.FileChannelImpl#read() [JIT compiled code] at perf.LineFileDocs#readDocs() [JIT compiled code] at perf.LineFileDocs$1#run() [Interpreted code] 0.01% 29 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current() [Inlined code] at sun.nio.ch.NativeThreadSet#add() [Inlined code] at sun.nio.ch.FileChannelImpl#implRead() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead() [Inlined code] at sun.nio.ch.FileChannelImpl#read() [JIT compiled code] at perf.LineFileDocs#readDocs() [JIT compiled code] at perf.LineFileDocs$1#run() [Interpreted code] 0.01% 26 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat() [Inlined code] at sun.nio.fs.UnixFileAttributes#get() [Inlined code] at sun.nio.fs.UnixFileAttributeViews$Basic#readAttributes() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#readAttributes() [Inlined code] at sun.nio.fs.LinuxFileSystemProvider#readAttributes() [Inlined code] at java.nio.file.Files#readAttributes() [Inlined code] at java.nio.file.Files#size() [Inlined code] 0.01% 24 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map() [Inlined code] at sun.nio.ch.FileChannelImpl#mapInternal() [JIT compiled code] at sun.nio.ch.FileChannelImpl#map() [Inlined code] at org.apache.lucene.store.MMapDirectory#map() [Inlined code] at org.apache.lucene.store.MMapDirectory#openInput() [JIT compiled code] at org.apache.lucene.store.FilterDirectory#openInput() [JIT compiled code] at org.apache.lucene.store.FilterDirectory#openInput() [Inlined code] 0.01% 21 jdk.internal.misc.Unsafe#park() [Native code] at java.util.concurrent.locks.LockSupport#park() [Inlined code] at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode#block() [Inlined code] at java.util.concurrent.ForkJoinPool#unmanagedBlock() [Inlined code] at java.util.concurrent.ForkJoinPool#managedBlock() [Inlined code] at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject#await() [Inlined code] at java.util.concurrent.ArrayBlockingQueue#put() [JIT compiled code] at perf.LineFileDocs#readDocs() [JIT compiled code] 0.01% 17 java.io.RandomAccessFile#open0() [Native code] at java.io.RandomAccessFile#open() [Inlined code] at java.io.RandomAccessFile#() [JIT compiled code] at java.io.RandomAccessFile#() [Inlined code] at jdk.jfr.internal.RepositoryChunk#() [JIT compiled code] at jdk.jfr.internal.Repository#newChunk() [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#rotateDisk() [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#periodicTask() [JIT compiled code] 0.01% 14 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map() [Inlined code] at sun.nio.ch.FileChannelImpl#mapInternal() [JIT compiled code] at sun.nio.ch.FileChannelImpl#map() [Inlined code] at org.apache.lucene.store.MMapDirectory#map() [Inlined code] at org.apache.lucene.store.MMapDirectory#openInput() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsFormat#fieldsProducer() [JIT compiled code] 0.00% 12 sun.nio.fs.UnixNativeDispatcher#access0() [Native code] at sun.nio.fs.UnixNativeDispatcher#access() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#exists() [JIT compiled code] at java.nio.file.Files#exists() [Inlined code] at jdk.jfr.internal.management.ChunkFilename#next() [JIT compiled code] at jdk.jfr.internal.Repository#newChunk() [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#rotateDisk() [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#periodicTask() [JIT compiled code] 0.00% 11 java.io.RandomAccessFile#open0() [Native code] at java.io.RandomAccessFile#open() [Inlined code] at java.io.RandomAccessFile#() [JIT compiled code] at java.io.RandomAccessFile#() [Inlined code] at jdk.jfr.internal.RepositoryChunk#() [JIT compiled code] at jdk.jfr.internal.Repository#newChunk() [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#rotateDisk() [Inlined code] at jdk.jfr.internal.PlatformRecorder#periodicTask() [JIT compiled code] 0.00% 11 java.nio.MappedMemoryUtils#isLoaded0() [Native code] at java.nio.MappedMemoryUtils#isLoaded() [Inlined code] at java.nio.MappedMemoryUtils$1#isLoaded() [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#isLoadedInternal() [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#isLoaded() [Inlined code] at jdk.internal.foreign.MappedMemorySegmentImpl#isLoaded() [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#lambda$prefetch$0() [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput$$Lambda.0x00000000741cd6d8#apply() [Inlined code] 0.00% 9 jdk.internal.misc.Unsafe#unpark() [Native code] at java.util.concurrent.locks.LockSupport#unpark() [Inlined code] at java.util.concurrent.locks.AbstractQueuedSynchronizer#signalNext() [Inlined code] at java.util.concurrent.locks.AbstractQueuedSynchronizer#release() [Inlined code] at java.util.concurrent.locks.ReentrantLock#unlock() [Inlined code] at java.util.concurrent.ArrayBlockingQueue#take() [JIT compiled code] at perf.LineFileDocs#reserve() [Inlined code] at perf.LineFileDocs#nextDoc() [JIT compiled code] 0.00% 9 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map() [Inlined code] at sun.nio.ch.FileChannelImpl#mapInternal() [JIT compiled code] at sun.nio.ch.FileChannelImpl#map() [Inlined code] at org.apache.lucene.store.MMapDirectory#map() [Inlined code] at org.apache.lucene.store.MMapDirectory#openInput() [JIT compiled code] at org.apache.lucene.store.FilterDirectory#openInput() [JIT compiled code] at org.apache.lucene.store.FilterDirectory#openInput() [JIT compiled code] 0.00% 8 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map() [Inlined code] at sun.nio.ch.FileChannelImpl#mapInternal() [JIT compiled code] at sun.nio.ch.FileChannelImpl#map() [Inlined code] at org.apache.lucene.store.MMapDirectory#map() [Inlined code] at org.apache.lucene.store.MMapDirectory#openInput() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsReader#() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsFormat#fieldsProducer() [JIT compiled code] 0.00% 8 jdk.jfr.internal.JVM#flush() [Native code] at jdk.jfr.internal.event.EventWriter#flush() [JIT compiled code] at jdk.jfr.internal.event.EventWriter#isValidForSize() [Inlined code] at jdk.jfr.internal.event.EventWriter#putLong() [Inlined code] at jdk.jfr.internal.event.EventWriter#beginEvent() [Inlined code] at jdk.internal.event.FileWriteEvent#commit() [JIT compiled code] at jdk.internal.event.FileWriteEvent#offer() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite() [Inlined code] 0.00% 8 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map() [Inlined code] at sun.nio.ch.FileChannelImpl#mapInternal() [JIT compiled code] at sun.nio.ch.FileChannelImpl#map() [Inlined code] at org.apache.lucene.store.MMapDirectory#map() [Inlined code] at org.apache.lucene.store.MMapDirectory#openInput() [JIT compiled code] at org.apache.lucene.store.Directory#openChecksumInput() [JIT compiled code] at org.apache.lucene.codecs.lucene94.Lucene94FieldInfosFormat#read() [JIT compiled code] 0.00% 7 sun.nio.ch.UnixFileDispatcherImpl#size0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#size() [Inlined code] at sun.nio.ch.FileChannelImpl#size() [JIT compiled code] at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock#ensureValid() [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#createOutput() [Inlined code] at org.apache.lucene.store.TrackingDirectoryWrapper#createOutput() [JIT compiled code] at org.apache.lucene.codecs.lucene90.Lucene90NormsConsumer#() [Inlined code] at org.apache.lucene.codecs.lucene90.Lucene90NormsFormat#normsConsumer() [Inlined code] 0.00% 7 jdk.jfr.internal.JVM#flush() [Native code] at jdk.jfr.internal.event.EventWriter#flush() [JIT compiled code] at jdk.jfr.internal.event.EventWriter#isValidForSize() [Inlined code] at jdk.jfr.internal.event.EventWriter#putLong() [Inlined code] at jdk.internal.event.FileWriteEvent#commit() [JIT compiled code] at jdk.internal.event.FileWriteEvent#offer() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite() [Inlined code] at sun.nio.ch.FileChannelImpl#write() [Inlined code] 0.00% 6 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat() [Inlined code] at sun.nio.fs.UnixFileAttributes#get() [Inlined code] at sun.nio.fs.UnixFileAttributeViews$Basic#readAttributes() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#readAttributes() [Inlined code] at sun.nio.fs.LinuxFileSystemProvider#readAttributes() [JIT compiled code] at java.nio.file.Files#readAttributes() [Inlined code] at java.nio.file.Files#size() [Inlined code] 0.00% 6 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open() [Inlined code] at sun.nio.fs.UnixChannelFactory#open() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Inlined code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#newFileChannel() [JIT compiled code] at java.nio.channels.FileChannel#open() [JIT compiled code] at java.nio.channels.FileChannel#open() [Inlined code] 0.00% 6 java.lang.Object#wait0() [Native code] at java.lang.Object#wait() [Inlined code] at jdk.jfr.internal.PlatformRecorder#takeNap() [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#periodicTask() [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0() [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000007407aa58#run() [Interpreted code] at java.lang.Thread#runWith() [Interpreted code] at java.lang.Thread#run() [Interpreted code] 0.00% 6 sun.nio.ch.UnixFileDispatcherImpl#size0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#size() [Inlined code] at sun.nio.ch.FileChannelImpl#size() [JIT compiled code] at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock#ensureValid() [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [Inlined code] at org.apache.lucene.util.FileDeleter#delete() [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete() [Inlined code] at org.apache.lucene.util.FileDeleter#decRef() [JIT compiled code] 0.00% 6 java.lang.Thread#sleepNanos0() [Native code] at java.lang.Thread#sleepNanos() [Inlined code] at java.lang.Thread#sleep() [JIT compiled code] at perf.Indexer#_main() [Interpreted code] at perf.Indexer#main() [Interpreted code] 0.00% 6 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map() [Inlined code] at sun.nio.ch.FileChannelImpl#mapInternal() [JIT compiled code] at sun.nio.ch.FileChannelImpl#map() [Inlined code] at org.apache.lucene.store.MMapDirectory#map() [Inlined code] at org.apache.lucene.store.MMapDirectory#openInput() [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsReader#openDataInput() [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsReader#() [JIT compiled code] 0.00% 5 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map() [Inlined code] at sun.nio.ch.FileChannelImpl#mapInternal() [JIT compiled code] at sun.nio.ch.FileChannelImpl#map() [Inlined code] at org.apache.lucene.store.MMapDirectory#map() [Inlined code] at org.apache.lucene.store.MMapDirectory#openInput() [JIT compiled code] at org.apache.lucene.codecs.lucene90.Lucene90PointsReader#() [JIT compiled code] at org.apache.lucene.codecs.lucene90.Lucene90PointsFormat#fieldsReader() [Inlined code] 0.00% 5 java.io.FileDescriptor#close0() [Native code] at java.io.FileDescriptor#close() [Inlined code] at java.io.RandomAccessFile$1#close() [JIT compiled code] at java.io.FileDescriptor#closeAll() [JIT compiled code] at java.io.RandomAccessFile#close() [JIT compiled code] at jdk.jfr.internal.RepositoryChunk#finish() [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#finishChunk() [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#rotateDisk() [JIT compiled code] 0.00% 5 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace() [Inlined code] at jdk.internal.event.FileReadEvent#commit() [JIT compiled code] at jdk.internal.event.FileReadEvent#offer() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead() [Inlined code] at sun.nio.ch.FileChannelImpl#read() [JIT compiled code] at perf.LineFileDocs#readVector() [Inlined code] at perf.LineFileDocs#readDocs() [JIT compiled code] 0.00% 5 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map() [Inlined code] at sun.nio.ch.FileChannelImpl#mapInternal() [JIT compiled code] at sun.nio.ch.FileChannelImpl#map() [Inlined code] at org.apache.lucene.store.MMapDirectory#map() [Inlined code] at org.apache.lucene.store.MMapDirectory#openInput() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsReader#openDataInput() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsReader#() [JIT compiled code] 0.00% 4 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map() [Inlined code] at sun.nio.ch.FileChannelImpl#mapInternal() [JIT compiled code] at sun.nio.ch.FileChannelImpl#map() [Inlined code] at org.apache.lucene.store.MMapDirectory#map() [Inlined code] at org.apache.lucene.store.MMapDirectory#openInput() [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader#() [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsFormat#fieldsReader() [JIT compiled code] 0.00% 4 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map() [Inlined code] at sun.nio.ch.FileChannelImpl#mapInternal() [JIT compiled code] at sun.nio.ch.FileChannelImpl#map() [Inlined code] at org.apache.lucene.store.MMapDirectory#map() [Inlined code] at org.apache.lucene.store.MMapDirectory#openInput() [JIT compiled code] at org.apache.lucene.store.Directory#openChecksumInput() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsReader#() [JIT compiled code] 0.00% 4 jdk.jfr.internal.JVM#flush() [Native code] at jdk.jfr.internal.event.EventWriter#flush() [JIT compiled code] at jdk.jfr.internal.event.EventWriter#isValidForSize() [Inlined code] at jdk.jfr.internal.event.EventWriter#putLong() [Inlined code] at jdk.jfr.internal.event.EventWriter#putString() [JIT compiled code] at jdk.internal.event.FileWriteEvent#commit() [JIT compiled code] at jdk.internal.event.FileWriteEvent#offer() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite() [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 org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr Profiler for cpu at stackSize=12 [medium quantized vectors index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2040.08 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2040.08 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2040.08 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2040.08 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2040.08 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 279684 events (total: 279684) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=false PERCENT CPU SAMPLES STACK 44.96% 125739 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write() [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer() [Inlined code] at sun.nio.ch.IOUtil#write() [Inlined code] at sun.nio.ch.IOUtil#write() [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite() [Inlined code] at sun.nio.ch.FileChannelImpl#write() [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully() [Inlined code] at sun.nio.ch.ChannelOutputStream#write() [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write() [Inlined code] at java.util.zip.CheckedOutputStream#write() [JIT compiled code] 29.12% 81437 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute() [Inlined code] at jdk.jfr.internal.periodic.PeriodicTask#run() [Inlined code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic() [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#periodicTask() [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0() [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000007407aa58#run() [Interpreted code] at java.lang.Thread#runWith() [Interpreted code] at java.lang.Thread#run() [Interpreted code] 10.99% 30739 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read() [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer() [Inlined code] at sun.nio.ch.IOUtil#read() [Inlined code] at sun.nio.ch.IOUtil#read() [Inlined code] at sun.nio.ch.FileChannelImpl#implRead() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead() [Inlined code] at sun.nio.ch.FileChannelImpl#read() [JIT compiled code] at perf.LineFileDocs#readVector() [Inlined code] at perf.LineFileDocs#readDocs() [JIT compiled code] at perf.LineFileDocs$1#run() [Interpreted code] 4.79% 13409 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read() [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer() [Inlined code] at sun.nio.ch.IOUtil#read() [Inlined code] at sun.nio.ch.IOUtil#read() [Inlined code] at sun.nio.ch.FileChannelImpl#implRead() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead() [Inlined code] at sun.nio.ch.FileChannelImpl#read() [JIT compiled code] at perf.LineFileDocs#readDocs() [JIT compiled code] at perf.LineFileDocs$1#run() [Interpreted code] 3.12% 8739 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [Inlined code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [Inlined code] at org.apache.lucene.util.FileDeleter#delete() [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete() [Inlined code] at org.apache.lucene.util.FileDeleter#decRef() [JIT compiled code] at org.apache.lucene.index.IndexFileDeleter#decRef() [Inlined code] 3.06% 8571 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle() [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup() [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup() [Inlined code] at jdk.internal.foreign.SharedSession$SharedResourceList#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl#close() [Inlined code] at jdk.internal.foreign.ArenaImpl#close() [Inlined code] at org.apache.lucene.store.RefCountedSharedArena#release() [Inlined code] at org.apache.lucene.store.RefCountedSharedArena#close() [Inlined code] 2.00% 5594 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute() [Inlined code] at jdk.jfr.internal.periodic.PeriodicTask#run() [Inlined code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic() [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#periodicTask() [Interpreted code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0() [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000007407aa58#run() [Interpreted code] at java.lang.Thread#runWith() [Interpreted code] at java.lang.Thread#run() [Interpreted code] 0.50% 1399 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [Inlined code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [JIT compiled code] at org.apache.lucene.store.FilterDirectory#deleteFile() [JIT compiled code] at org.apache.lucene.store.TrackingDirectoryWrapper#deleteFile() [JIT compiled code] at org.apache.lucene.util.IOUtils#deleteFilesIgnoringExceptions() [Interpreted code] at org.apache.lucene.util.IOUtils#deleteFilesIgnoringExceptions() [Interpreted code] 0.30% 845 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read() [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer() [Inlined code] at sun.nio.ch.IOUtil#read() [Inlined code] at sun.nio.ch.IOUtil#read() [Inlined code] at sun.nio.ch.FileChannelImpl#implRead() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead() [Inlined code] at sun.nio.ch.FileChannelImpl#read() [JIT compiled code] at perf.LineFileDocs#readVector() [JIT compiled code] at perf.LineFileDocs#readDocs() [Interpreted code] at perf.LineFileDocs$1#run() [Interpreted code] 0.15% 425 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open() [Inlined code] at sun.nio.fs.UnixChannelFactory#open() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Inlined code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#newFileChannel() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#newByteChannel() [Inlined code] at java.nio.file.spi.FileSystemProvider#newOutputStream() [Inlined code] at java.nio.file.Files#newOutputStream() [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#() [JIT compiled code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#() [Inlined code] at org.apache.lucene.store.FSDirectory#createOutput() [Inlined code] 0.15% 406 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at jdk.jfr.internal.RepositoryChunk#delete() [JIT compiled code] at jdk.jfr.internal.RepositoryChunk#destroy() [JIT compiled code] at jdk.jfr.internal.RepositoryChunk#release() [JIT compiled code] at jdk.jfr.internal.PlatformRecording#removed() [JIT compiled code] at jdk.jfr.internal.PlatformRecording#trimToSize() [JIT compiled code] at jdk.jfr.internal.PlatformRecording#appendChunk() [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#finishChunk() [JIT compiled code] 0.11% 314 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [Inlined code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete() [Inlined code] at org.apache.lucene.util.FileDeleter#delete() [JIT compiled code] at org.apache.lucene.util.FileDeleter#deleteFilesIfNoRef() [Interpreted code] at org.apache.lucene.index.IndexFileDeleter#refresh() [Interpreted code] 0.10% 282 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read() [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer() [Inlined code] at sun.nio.ch.IOUtil#read() [Inlined code] at sun.nio.ch.IOUtil#read() [Inlined code] at sun.nio.ch.FileChannelImpl#implRead() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead() [Inlined code] at sun.nio.ch.FileChannelImpl#read() [JIT compiled code] at perf.LineFileDocs#readDocs() [Interpreted code] at perf.LineFileDocs$1#run() [Interpreted code] 0.07% 202 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace() [Inlined code] at jdk.internal.event.FileWriteEvent#commit() [JIT compiled code] at jdk.internal.event.FileWriteEvent#offer() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite() [Inlined code] at sun.nio.ch.FileChannelImpl#write() [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully() [Inlined code] at sun.nio.ch.ChannelOutputStream#write() [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write() [Inlined code] at java.util.zip.CheckedOutputStream#write() [JIT compiled code] at java.io.BufferedOutputStream#flushBuffer() [Inlined code] at java.io.BufferedOutputStream#write() [Inlined code] 0.07% 191 jdk.internal.misc.Unsafe#park() [Native code] at java.util.concurrent.locks.LockSupport#park() [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire() [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared() [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock() [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] 0.04% 121 jdk.internal.misc.Unsafe#unpark() [Native code] at java.util.concurrent.locks.LockSupport#unpark() [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext() [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#release() [JIT compiled code] at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#unlock() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] 0.02% 62 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle() [Inlined code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl#close() [Inlined code] at jdk.internal.foreign.ArenaImpl#close() [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#close() [JIT compiled code] at org.apache.lucene.store.BufferedChecksumIndexInput#close() [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.FieldsIndexWriter#finish() [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#finish() [JIT compiled code] 0.02% 46 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current() [Inlined code] at sun.nio.ch.NativeThreadSet#add() [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite() [Inlined code] at sun.nio.ch.FileChannelImpl#write() [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully() [Inlined code] at sun.nio.ch.ChannelOutputStream#write() [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write() [Inlined code] at java.util.zip.CheckedOutputStream#write() [JIT compiled code] at java.io.BufferedOutputStream#flushBuffer() [Inlined code] at java.io.BufferedOutputStream#write() [Inlined code] 0.01% 41 java.io.FileDescriptor#close0() [Native code] at java.io.FileDescriptor#close() [Inlined code] at java.io.FileDescriptor$1#close() [Inlined code] at sun.nio.ch.FileChannelImpl$Closer#run() [JIT compiled code] at jdk.internal.ref.CleanerImpl$PhantomCleanableRef#performCleanup() [Inlined code] at jdk.internal.ref.PhantomCleanable#clean() [Inlined code] at sun.nio.ch.FileChannelImpl#implCloseChannel() [Inlined code] at java.nio.channels.spi.AbstractInterruptibleChannel#close() [Inlined code] at sun.nio.ch.ChannelOutputStream#close() [JIT compiled code] at java.io.FilterOutputStream#close() [JIT compiled code] at java.io.FilterOutputStream#close() [JIT compiled code] at java.io.FilterOutputStream#close() [Inlined code] 0.01% 40 java.io.FileOutputStream#writeBytes() [Native code] at java.io.FileOutputStream#traceWriteBytes() [JIT compiled code] at java.io.FileOutputStream#write() [JIT compiled code] at java.lang.System$Out#write() [Inlined code] at java.io.BufferedOutputStream#flushBuffer() [Inlined code] at java.io.BufferedOutputStream#flush() [JIT compiled code] at java.io.PrintStream#write() [JIT compiled code] at sun.nio.cs.StreamEncoder#writeBytes() [JIT compiled code] at sun.nio.cs.StreamEncoder#implFlushBuffer() [Inlined code] at sun.nio.cs.StreamEncoder#flushBuffer() [JIT compiled code] at java.io.OutputStreamWriter#flushBuffer() [Inlined code] at java.io.PrintStream#writeln() [JIT compiled code] 0.01% 37 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle() [Inlined code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl#close() [Inlined code] at jdk.internal.foreign.ArenaImpl#close() [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#close() [JIT compiled code] at org.apache.lucene.store.BufferedChecksumIndexInput#close() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsReader#() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsReader#() [JIT compiled code] 0.01% 37 jdk.internal.misc.Unsafe#park() [Native code] at java.util.concurrent.locks.LockSupport#park() [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire() [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire() [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#lock() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswLock#write() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [JIT compiled code] 0.01% 36 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle() [Inlined code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl#close() [Inlined code] at jdk.internal.foreign.ArenaImpl#close() [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#close() [JIT compiled code] at org.apache.lucene.store.BufferedChecksumIndexInput#close() [Inlined code] at org.apache.lucene.codecs.lucene90.Lucene90PointsReader#() [JIT compiled code] at org.apache.lucene.codecs.lucene90.Lucene90PointsFormat#fieldsReader() [Inlined code] 0.01% 35 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle() [Inlined code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl#close() [Inlined code] at jdk.internal.foreign.ArenaImpl#close() [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#close() [JIT compiled code] at org.apache.lucene.store.BufferedChecksumIndexInput#close() [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader#() [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsFormat#fieldsReader() [JIT compiled code] 0.01% 31 sun.nio.fs.UnixNativeDispatcher#lstat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#lstat() [Inlined code] at sun.nio.fs.UnixFileAttributes#get() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [Inlined code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [Inlined code] at org.apache.lucene.util.FileDeleter#delete() [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete() [Inlined code] at org.apache.lucene.util.FileDeleter#decRef() [JIT compiled code] 0.01% 30 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat() [Inlined code] at sun.nio.fs.UnixFileAttributes#get() [Inlined code] at sun.nio.fs.UnixFileAttributeViews$Basic#readAttributes() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#readAttributes() [Inlined code] at sun.nio.fs.LinuxFileSystemProvider#readAttributes() [Inlined code] at java.nio.file.Files#readAttributes() [Inlined code] at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock#ensureValid() [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [Inlined code] at org.apache.lucene.util.FileDeleter#delete() [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete() [Inlined code] at org.apache.lucene.util.FileDeleter#decRef() [JIT compiled code] 0.01% 30 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle() [Inlined code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl#close() [Inlined code] at jdk.internal.foreign.ArenaImpl#close() [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#close() [JIT compiled code] at org.apache.lucene.store.BufferedChecksumIndexInput#close() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsReader#() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104HnswScalarQuantizedVectorsFormat#fieldsReader() [JIT compiled code] 0.01% 30 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle() [Inlined code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl#close() [Inlined code] at jdk.internal.foreign.ArenaImpl#close() [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#close() [JIT compiled code] at org.apache.lucene.store.BufferedChecksumIndexInput#close() [Inlined code] at org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#() [JIT compiled code] at org.apache.lucene.codecs.lucene90.Lucene90NormsFormat#normsProducer() [JIT compiled code] 0.01% 29 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace() [Inlined code] at jdk.internal.event.FileReadEvent#commit() [JIT compiled code] at jdk.internal.event.FileReadEvent#offer() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead() [Inlined code] at sun.nio.ch.FileChannelImpl#read() [JIT compiled code] at perf.LineFileDocs#readDocs() [JIT compiled code] at perf.LineFileDocs$1#run() [Interpreted code] 0.01% 29 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current() [Inlined code] at sun.nio.ch.NativeThreadSet#add() [Inlined code] at sun.nio.ch.FileChannelImpl#implRead() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead() [Inlined code] at sun.nio.ch.FileChannelImpl#read() [JIT compiled code] at perf.LineFileDocs#readDocs() [JIT compiled code] at perf.LineFileDocs$1#run() [Interpreted code] 0.01% 28 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open() [Inlined code] at sun.nio.fs.UnixChannelFactory#open() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Inlined code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#newFileChannel() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#newByteChannel() [Inlined code] at java.nio.file.spi.FileSystemProvider#newOutputStream() [Inlined code] at java.nio.file.Files#newOutputStream() [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#() [JIT compiled code] at org.apache.lucene.store.FSDirectory#createTempOutput() [JIT compiled code] at org.apache.lucene.store.FilterDirectory#createTempOutput() [JIT compiled code] 0.01% 28 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle() [Inlined code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl#close() [Inlined code] at jdk.internal.foreign.ArenaImpl#close() [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#close() [JIT compiled code] at org.apache.lucene.store.BufferedChecksumIndexInput#close() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsFormat#fieldsProducer() [JIT compiled code] 0.01% 27 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle() [Inlined code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl#close() [Inlined code] at jdk.internal.foreign.ArenaImpl#close() [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#close() [JIT compiled code] at org.apache.lucene.store.BufferedChecksumIndexInput#close() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsReader#() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsFormat#fieldsProducer() [JIT compiled code] 0.01% 24 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle() [Inlined code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl#close() [Inlined code] at jdk.internal.foreign.ArenaImpl#close() [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#close() [JIT compiled code] at org.apache.lucene.store.BufferedChecksumIndexInput#close() [Inlined code] at org.apache.lucene.codecs.lucene94.Lucene94FieldInfosFormat#read() [JIT compiled code] at org.apache.lucene.index.SegmentCoreReaders#() [JIT compiled code] 0.01% 23 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle() [Inlined code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl#close() [Inlined code] at jdk.internal.foreign.ArenaImpl#close() [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#close() [JIT compiled code] at org.apache.lucene.store.BufferedChecksumIndexInput#close() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsReader#readMetadata() [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsReader#() [JIT compiled code] 0.01% 22 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map() [Inlined code] at sun.nio.ch.FileChannelImpl#mapInternal() [JIT compiled code] at sun.nio.ch.FileChannelImpl#map() [Inlined code] at org.apache.lucene.store.MMapDirectory#map() [Inlined code] at org.apache.lucene.store.MMapDirectory#openInput() [JIT compiled code] at org.apache.lucene.store.FilterDirectory#openInput() [JIT compiled code] at org.apache.lucene.store.FilterDirectory#openInput() [Inlined code] at org.apache.lucene.store.Directory#openChecksumInput() [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.FieldsIndexWriter#finish() [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#finish() [JIT compiled code] at org.apache.lucene.index.StoredFieldsConsumer#flush() [Inlined code] 0.01% 21 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [Inlined code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [Inlined code] at org.apache.lucene.store.TrackingDirectoryWrapper#deleteFile() [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.FieldsIndexWriter#finish() [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#finish() [JIT compiled code] at org.apache.lucene.index.StoredFieldsConsumer#flush() [Inlined code] 0.01% 21 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle() [Inlined code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl#close() [Inlined code] at jdk.internal.foreign.ArenaImpl#close() [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#close() [JIT compiled code] at org.apache.lucene.store.BufferedChecksumIndexInput#close() [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.FieldsIndexWriter#finish() [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#finish() [JIT compiled code] 0.01% 21 jdk.internal.misc.Unsafe#park() [Native code] at java.util.concurrent.locks.LockSupport#park() [Inlined code] at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode#block() [Inlined code] at java.util.concurrent.ForkJoinPool#unmanagedBlock() [Inlined code] at java.util.concurrent.ForkJoinPool#managedBlock() [Inlined code] at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject#await() [Inlined code] at java.util.concurrent.ArrayBlockingQueue#put() [JIT compiled code] at perf.LineFileDocs#readDocs() [JIT compiled code] at perf.LineFileDocs$1#run() [Interpreted code] 0.01% 20 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle() [Inlined code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl#close() [Inlined code] at jdk.internal.foreign.ArenaImpl#close() [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#close() [JIT compiled code] at org.apache.lucene.store.BufferedChecksumIndexInput#close() [JIT compiled code] at org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#() [Inlined code] at org.apache.lucene.codecs.lucene90.Lucene90NormsFormat#normsProducer() [Inlined code] 0.01% 17 java.io.RandomAccessFile#open0() [Native code] at java.io.RandomAccessFile#open() [Inlined code] at java.io.RandomAccessFile#() [JIT compiled code] at java.io.RandomAccessFile#() [Inlined code] at jdk.jfr.internal.RepositoryChunk#() [JIT compiled code] at jdk.jfr.internal.Repository#newChunk() [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#rotateDisk() [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#periodicTask() [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0() [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000007407aa58#run() [Interpreted code] at java.lang.Thread#runWith() [Interpreted code] at java.lang.Thread#run() [Interpreted code] 0.01% 16 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace() [Inlined code] at jdk.internal.event.FileWriteEvent#commit() [JIT compiled code] at jdk.internal.event.FileWriteEvent#offer() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite() [Inlined code] at sun.nio.ch.FileChannelImpl#write() [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully() [Inlined code] at sun.nio.ch.ChannelOutputStream#write() [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write() [Inlined code] at java.util.zip.CheckedOutputStream#write() [JIT compiled code] at java.io.BufferedOutputStream#write() [Inlined code] at org.apache.lucene.store.OutputStreamIndexOutput#writeBytes() [Inlined code] 0.01% 14 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map() [Inlined code] at sun.nio.ch.FileChannelImpl#mapInternal() [JIT compiled code] at sun.nio.ch.FileChannelImpl#map() [Inlined code] at org.apache.lucene.store.MMapDirectory#map() [Inlined code] at org.apache.lucene.store.MMapDirectory#openInput() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsFormat#fieldsProducer() [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsReader#() [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat#fieldsProducer() [JIT compiled code] at org.apache.lucene.index.SegmentCoreReaders#() [JIT compiled code] at org.apache.lucene.index.SegmentReader#() [JIT compiled code] 0.01% 14 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat() [Inlined code] at sun.nio.fs.UnixFileAttributes#get() [Inlined code] at sun.nio.fs.UnixFileAttributeViews$Basic#readAttributes() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#readAttributes() [Inlined code] at sun.nio.fs.LinuxFileSystemProvider#readAttributes() [Inlined code] at java.nio.file.Files#readAttributes() [Inlined code] at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock#ensureValid() [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#createOutput() [Inlined code] at org.apache.lucene.store.TrackingDirectoryWrapper#createOutput() [JIT compiled code] at org.apache.lucene.codecs.lucene90.Lucene90NormsConsumer#() [Inlined code] at org.apache.lucene.codecs.lucene90.Lucene90NormsFormat#normsConsumer() [Inlined code] 0.00% 13 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat() [Inlined code] at sun.nio.fs.UnixFileAttributes#get() [Inlined code] at sun.nio.fs.UnixFileAttributeViews$Basic#readAttributes() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#readAttributes() [Inlined code] at sun.nio.fs.LinuxFileSystemProvider#readAttributes() [Inlined code] at java.nio.file.Files#readAttributes() [Inlined code] at java.nio.file.Files#size() [Inlined code] at org.apache.lucene.store.FSDirectory#fileLength() [JIT compiled code] at org.apache.lucene.index.SegmentCommitInfo#sizeInBytes() [Inlined code] at org.apache.lucene.index.MergePolicy#size() [JIT compiled code] at org.apache.lucene.index.TieredMergePolicy#getSortedBySegmentSize() [Inlined code] 0.00% 12 sun.nio.fs.UnixNativeDispatcher#access0() [Native code] at sun.nio.fs.UnixNativeDispatcher#access() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#exists() [JIT compiled code] at java.nio.file.Files#exists() [Inlined code] at jdk.jfr.internal.management.ChunkFilename#next() [JIT compiled code] at jdk.jfr.internal.Repository#newChunk() [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#rotateDisk() [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#periodicTask() [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0() [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000007407aa58#run() [Interpreted code] at java.lang.Thread#runWith() [Interpreted code] at java.lang.Thread#run() [Interpreted code] 0.00% 12 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace() [Inlined code] at jdk.internal.event.FileWriteEvent#commit() [JIT compiled code] at jdk.internal.event.FileWriteEvent#offer() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite() [Inlined code] at sun.nio.ch.FileChannelImpl#write() [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully() [Inlined code] at sun.nio.ch.ChannelOutputStream#write() [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write() [Inlined code] at java.util.zip.CheckedOutputStream#write() [JIT compiled code] at java.io.BufferedOutputStream#flushBuffer() [Inlined code] at java.io.BufferedOutputStream#flush() [JIT compiled code] 0.00% 11 java.nio.MappedMemoryUtils#isLoaded0() [Native code] at java.nio.MappedMemoryUtils#isLoaded() [Inlined code] at java.nio.MappedMemoryUtils$1#isLoaded() [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#isLoadedInternal() [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#isLoaded() [Inlined code] at jdk.internal.foreign.MappedMemorySegmentImpl#isLoaded() [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#lambda$prefetch$0() [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput$$Lambda.0x00000000741cd6d8#apply() [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#advise() [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#prefetch() [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput$SingleSegmentImpl#prefetch() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#prefetchPostings() [JIT compiled code] 0.00% 11 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat() [Inlined code] at sun.nio.fs.UnixFileAttributes#get() [Inlined code] at sun.nio.fs.UnixFileAttributeViews$Basic#readAttributes() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#readAttributes() [Inlined code] at sun.nio.fs.LinuxFileSystemProvider#readAttributes() [Inlined code] at java.nio.file.Files#readAttributes() [Inlined code] at java.nio.file.Files#size() [Inlined code] at org.apache.lucene.store.FSDirectory#fileLength() [JIT compiled code] at org.apache.lucene.index.SegmentCommitInfo#sizeInBytes() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#sealFlushedSegment() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush() [JIT compiled code] 0.00% 11 java.io.RandomAccessFile#open0() [Native code] at java.io.RandomAccessFile#open() [Inlined code] at java.io.RandomAccessFile#() [JIT compiled code] at java.io.RandomAccessFile#() [Inlined code] at jdk.jfr.internal.RepositoryChunk#() [JIT compiled code] at jdk.jfr.internal.Repository#newChunk() [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#rotateDisk() [Inlined code] at jdk.jfr.internal.PlatformRecorder#periodicTask() [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0() [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000007407aa58#run() [Interpreted code] at java.lang.Thread#runWith() [Interpreted code] at java.lang.Thread#run() [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 org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr Profiler for heap at stackSize=1 [medium quantized vectors index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2040.08 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2040.08 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2040.08 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2040.08 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2040.08 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2040.08 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 237946 events (total: 330989M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=false PERCENT HEAP SAMPLES STACK 33.92% 112280M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] 21.38% 70766M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms() [Inlined code] 7.06% 23361M org.apache.lucene.util.ArrayUtil#copyOfSubArray() [Inlined code] 5.82% 19252M perf.LineFileDocs#readVector() [Inlined code] 5.79% 19159M java.nio.HeapByteBuffer#() [Inlined code] 2.96% 9798M perf.LineFileDocs#nextDoc() [JIT compiled code] 2.86% 9469M org.apache.lucene.util.hnsw.NeighborQueue#nodes() [Inlined code] 2.41% 7985M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState() [Inlined code] 2.14% 7073M java.lang.StringUTF16#compress() [Inlined code] 1.68% 5564M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#() [Inlined code] 1.45% 4806M org.apache.lucene.util.hnsw.NeighborArray#sort() [Inlined code] 1.38% 4582M perf.LineFileDocs#readDocs() [JIT compiled code] 1.00% 3309M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] 0.95% 3132M org.apache.lucene.index.ParallelPostingsArray#() [Inlined code] 0.91% 3023M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock() [Inlined code] 0.88% 2918M org.apache.lucene.util.hnsw.NeighborArray#() [Inlined code] 0.77% 2565M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms() [JIT compiled code] 0.63% 2084M org.apache.lucene.codecs.lucene104.PForUtil#encode() [JIT compiled code] 0.56% 1870M org.apache.lucene.util.TimSorter#() [Inlined code] 0.51% 1689M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse() [Inlined code] 0.49% 1616M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] 0.35% 1145M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode() [JIT compiled code] 0.34% 1116M org.apache.lucene.util.BytesRef#() [Inlined code] 0.29% 951M org.apache.lucene.util.BytesRefHash#rehash() [JIT compiled code] 0.25% 838M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize() [JIT compiled code] 0.24% 799M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#() [Inlined code] 0.24% 785M java.util.ArrayList#grow() [Inlined code] 0.18% 601M org.apache.lucene.util.ArrayUtil#timSort() [Inlined code] 0.17% 557M org.apache.lucene.document.IntPoint#pack() [Inlined code] 0.16% 518M org.apache.lucene.document.StringField#setStringValue() [Inlined code] 0.15% 512M java.lang.invoke.DirectMethodHandle#allocateInstance() [Inlined code] 0.13% 445M java.util.Formatter#parse() [Inlined code] 0.12% 381M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs() [JIT compiled code] 0.11% 356M perf.LineFileDocs#readVector() [JIT compiled code] 0.09% 308M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlock() [JIT compiled code] 0.09% 298M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire() [JIT compiled code] 0.09% 295M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock() [Inlined code] 0.09% 293M java.lang.Integer#toString() [Inlined code] 0.08% 277M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document() [JIT compiled code] 0.07% 247M java.util.Arrays#copyOfRange() [Inlined code] 0.06% 193M jdk.internal.misc.Unsafe#allocateUninitializedArray() [Inlined code] 0.06% 187M java.lang.String#format() [Inlined code] 0.06% 186M java.lang.reflect.Array#newInstance() [Inlined code] 0.05% 166M java.lang.AbstractStringBuilder#() [Inlined code] 0.05% 166M java.util.Formatter#() [Inlined code] 0.05% 153M java.util.Formatter$FormatSpecifierParser#parse() [Inlined code] 0.05% 150M java.lang.StringLatin1#replace() [Inlined code] 0.04% 147M java.util.List#of() [Inlined code] 0.04% 140M org.apache.lucene.util.StringSorter#fallbackSorter() [Inlined code] 0.04% 138M java.lang.StringLatin1#newString() [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 org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr Profiler for heap at stackSize=2 [medium quantized vectors index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2040.08 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2040.08 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2040.08 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2040.08 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2040.08 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2040.08 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2040.08 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 237946 events (total: 330989M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=false PERCENT HEAP SAMPLES STACK 33.80% 111871M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] 11.06% 36593M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal() [Inlined code] 10.32% 34173M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal() [JIT compiled code] 6.16% 20395M org.apache.lucene.util.ArrayUtil#copyOfSubArray() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue() [Inlined code] 5.82% 19252M perf.LineFileDocs#readVector() [Inlined code] at perf.LineFileDocs#readDocs() [JIT compiled code] 5.79% 19155M java.nio.HeapByteBuffer#() [Inlined code] at java.nio.ByteBuffer#allocate() [Inlined code] 2.96% 9798M perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.LineFileDocs#nextDoc() [Inlined code] 2.86% 9469M org.apache.lucene.util.hnsw.NeighborQueue#nodes() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes() [Inlined code] 2.41% 7985M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState() [Inlined code] 2.14% 7073M java.lang.StringUTF16#compress() [Inlined code] at java.lang.String#() [Inlined code] 1.68% 5564M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#() [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance() [Inlined code] 1.45% 4806M org.apache.lucene.util.hnsw.NeighborArray#sort() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse() [JIT compiled code] 1.38% 4582M perf.LineFileDocs#readDocs() [JIT compiled code] at perf.LineFileDocs$1#run() [Interpreted code] 1.00% 3309M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] 0.95% 3132M org.apache.lucene.index.ParallelPostingsArray#() [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#() [Inlined code] 0.91% 3023M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock() [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer() [JIT compiled code] 0.88% 2921M org.apache.lucene.util.ArrayUtil#copyOfSubArray() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#() [Inlined code] 0.77% 2565M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms() [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] 0.56% 1870M org.apache.lucene.util.TimSorter#() [Inlined code] at org.apache.lucene.util.ArrayTimSorter#() [Inlined code] 0.56% 1843M org.apache.lucene.util.hnsw.NeighborArray#() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#() [Inlined code] 0.51% 1689M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] 0.51% 1682M org.apache.lucene.codecs.lucene104.PForUtil#encode() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition() [JIT compiled code] 0.35% 1145M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] 0.32% 1066M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [JIT compiled code] 0.31% 1023M org.apache.lucene.util.BytesRef#() [Inlined code] at org.apache.lucene.util.BytesRef#() [Inlined code] 0.29% 955M org.apache.lucene.util.hnsw.NeighborArray#() [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode() [JIT compiled code] 0.29% 951M org.apache.lucene.util.BytesRefHash#rehash() [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add() [JIT compiled code] 0.24% 799M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#bytesRefToTrie() [Inlined code] 0.24% 785M java.util.ArrayList#grow() [Inlined code] at java.util.ArrayList#grow() [Inlined code] 0.18% 601M org.apache.lucene.util.ArrayUtil#timSort() [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings() [JIT compiled code] 0.17% 557M org.apache.lucene.document.IntPoint#pack() [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues() [Inlined code] 0.17% 549M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] 0.16% 544M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize() [Inlined code] 0.16% 518M org.apache.lucene.document.StringField#setStringValue() [Inlined code] at perf.LineFileDocs#nextDoc() [JIT compiled code] 0.13% 445M java.util.Formatter#parse() [Inlined code] at java.util.Formatter#format() [Inlined code] 0.12% 401M org.apache.lucene.codecs.lucene104.PForUtil#encode() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock() [JIT compiled code] 0.12% 399M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [Inlined code] 0.12% 389M java.lang.invoke.DirectMethodHandle#allocateInstance() [Inlined code] at java.lang.invoke.DirectMethodHandle$Holder#newInvokeSpecial() [Inlined code] 0.12% 381M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock() [JIT compiled code] 0.11% 356M perf.LineFileDocs#readVector() [JIT compiled code] at perf.LineFileDocs#readDocs() [Interpreted code] 0.09% 308M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlock() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlocks() [JIT compiled code] 0.09% 295M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock() [Inlined code] at org.apache.lucene.util.IntBlockPool#nextBuffer() [JIT compiled code] 0.09% 293M java.lang.Integer#toString() [Inlined code] at perf.LineFileDocs#intToID() [JIT compiled code] 0.09% 293M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors() [JIT compiled code] 0.09% 287M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire() [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared() [Inlined code] 0.08% 277M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document() [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader#serializedDocument() [Inlined code] 0.06% 193M jdk.internal.misc.Unsafe#allocateUninitializedArray() [Inlined code] at java.lang.StringConcatHelper#newArray() [Inlined code] 0.06% 187M java.lang.String#format() [Inlined code] at perf.LineFileDocs#intToID() [JIT compiled code] 0.05% 177M java.lang.reflect.Array#newInstance() [Inlined code] at org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] 0.05% 166M java.lang.AbstractStringBuilder#() [Inlined code] at java.lang.StringBuilder#() [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 org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr Profiler for heap at stackSize=4 [medium quantized vectors index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2040.08 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2040.08 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2040.08 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2040.08 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2040.08 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2040.08 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2040.08 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2040.08 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 237946 events (total: 330989M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=false PERCENT HEAP SAMPLES STACK 30.71% 101652M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder() [Inlined code] 11.06% 36593M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity() [Inlined code] 8.75% 28969M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] 6.16% 20395M org.apache.lucene.util.ArrayUtil#copyOfSubArray() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue() [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue() [Inlined code] 5.82% 19252M perf.LineFileDocs#readVector() [Inlined code] at perf.LineFileDocs#readDocs() [JIT compiled code] at perf.LineFileDocs$1#run() [Interpreted code] 5.70% 18852M java.nio.HeapByteBuffer#() [Inlined code] at java.nio.ByteBuffer#allocate() [Inlined code] at perf.LineFileDocs#readVector() [Inlined code] at perf.LineFileDocs#readDocs() [JIT compiled code] 3.09% 10219M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder() [Inlined code] 2.96% 9798M perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.LineFileDocs#nextDoc() [Inlined code] at perf.IndexThreads$IndexThread#run() [JIT compiled code] 2.41% 7985M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState() [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] 2.14% 7073M java.lang.StringUTF16#compress() [Inlined code] at java.lang.String#() [Inlined code] at java.lang.String#() [Inlined code] at perf.LineFileDocs#nextDoc() [JIT compiled code] 1.68% 5564M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#() [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance() [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow() [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow() [JIT compiled code] 1.66% 5479M org.apache.lucene.util.hnsw.NeighborQueue#nodes() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [JIT compiled code] 1.38% 4582M perf.LineFileDocs#readDocs() [JIT compiled code] at perf.LineFileDocs$1#run() [Interpreted code] 1.23% 4083M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor() [JIT compiled code] 1.21% 3989M org.apache.lucene.util.hnsw.NeighborQueue#nodes() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] 1.00% 3321M org.apache.lucene.util.hnsw.NeighborArray#sort() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor() [JIT compiled code] 0.95% 3132M org.apache.lucene.index.ParallelPostingsArray#() [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#() [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance() [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow() [Inlined code] 0.88% 2921M org.apache.lucene.util.ArrayUtil#copyOfSubArray() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] 0.77% 2565M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms() [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] 0.64% 2108M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock() [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer() [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice() [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice() [Inlined code] 0.56% 1870M org.apache.lucene.util.TimSorter#() [Inlined code] at org.apache.lucene.util.ArrayTimSorter#() [Inlined code] at org.apache.lucene.util.ArrayUtil#timSort() [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings() [JIT compiled code] 0.52% 1708M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write() [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush() [JIT compiled code] 0.51% 1682M org.apache.lucene.codecs.lucene104.PForUtil#encode() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition() [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] 0.48% 1600M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge() [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge() [Interpreted code] 0.45% 1484M org.apache.lucene.util.hnsw.NeighborArray#sort() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor() [Inlined code] 0.34% 1137M org.apache.lucene.util.hnsw.NeighborArray#() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [JIT compiled code] 0.33% 1079M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] 0.32% 1066M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] 0.31% 1039M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [JIT compiled code] 0.31% 1016M org.apache.lucene.util.BytesRef#() [Inlined code] at org.apache.lucene.util.BytesRef#() [Inlined code] at org.apache.lucene.document.StringField#setStringValue() [Inlined code] at perf.LineFileDocs#nextDoc() [JIT compiled code] 0.27% 878M org.apache.lucene.util.BytesRefHash#rehash() [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add() [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add() [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream() [JIT compiled code] 0.24% 799M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#bytesRefToTrie() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingBlock#compileIndex() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlocks() [JIT compiled code] 0.24% 785M java.util.ArrayList#grow() [Inlined code] at java.util.ArrayList#grow() [Inlined code] at java.util.ArrayList#add() [Inlined code] at java.util.ArrayList#add() [Inlined code] 0.22% 732M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] 0.21% 705M org.apache.lucene.util.hnsw.NeighborArray#() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] 0.20% 671M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock() [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer() [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices() [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add() [Inlined code] 0.20% 650M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] 0.19% 619M org.apache.lucene.util.hnsw.NeighborArray#() [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [JIT compiled code] 0.18% 601M org.apache.lucene.util.ArrayUtil#timSort() [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings() [JIT compiled code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings() [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] 0.17% 557M org.apache.lucene.document.IntPoint#pack() [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues() [Inlined code] at org.apache.lucene.document.IntPoint#setIntValue() [Inlined code] at perf.LineFileDocs#nextDoc() [JIT compiled code] 0.16% 542M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData() [JIT compiled code] 0.16% 538M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue() [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue() [JIT compiled code] 0.16% 518M org.apache.lucene.document.StringField#setStringValue() [Inlined code] at perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.LineFileDocs#nextDoc() [Inlined code] at perf.IndexThreads$IndexThread#run() [JIT compiled code] 0.13% 445M java.util.Formatter#parse() [Inlined code] at java.util.Formatter#format() [Inlined code] at java.util.Formatter#format() [Inlined code] at java.lang.String#format() [Inlined code] 0.12% 402M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue() [Inlined code] 0.12% 401M org.apache.lucene.codecs.lucene104.PForUtil#encode() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc() [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] 0.12% 381M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc() [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] 0.11% 356M perf.LineFileDocs#readVector() [JIT compiled code] at perf.LineFileDocs#readDocs() [Interpreted code] at perf.LineFileDocs$1#run() [Interpreted code] 0.10% 345M java.lang.invoke.DirectMethodHandle#allocateInstance() [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() [JIT compiled code] 0.10% 332M org.apache.lucene.util.hnsw.NeighborArray#() [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [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 org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr Profiler for heap at stackSize=8 [medium quantized vectors index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2040.08 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2040.08 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2040.08 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2040.08 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2040.08 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2040.08 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2040.08 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2040.08 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2040.08 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 237946 events (total: 330989M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=false PERCENT HEAP SAMPLES STACK 17.64% 58383M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] 11.06% 36593M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [JIT compiled code] 9.75% 32258M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue() [Inlined code] 8.75% 28969M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] 6.16% 20395M org.apache.lucene.util.ArrayUtil#copyOfSubArray() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue() [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$FieldWriter#addValue() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$FieldWriter#addValue() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue() [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue() [JIT compiled code] 5.82% 19252M perf.LineFileDocs#readVector() [Inlined code] at perf.LineFileDocs#readDocs() [JIT compiled code] at perf.LineFileDocs$1#run() [Interpreted code] 5.70% 18852M java.nio.HeapByteBuffer#() [Inlined code] at java.nio.ByteBuffer#allocate() [Inlined code] at perf.LineFileDocs#readVector() [Inlined code] at perf.LineFileDocs#readDocs() [JIT compiled code] at perf.LineFileDocs$1#run() [Interpreted code] 2.96% 9798M perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.LineFileDocs#nextDoc() [Inlined code] at perf.IndexThreads$IndexThread#run() [JIT compiled code] 2.14% 7073M java.lang.StringUTF16#compress() [Inlined code] at java.lang.String#() [Inlined code] at java.lang.String#() [Inlined code] at perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.LineFileDocs#nextDoc() [Inlined code] at perf.IndexThreads$IndexThread#run() [JIT compiled code] 2.00% 6630M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [JIT compiled code] 1.66% 5479M org.apache.lucene.util.hnsw.NeighborQueue#nodes() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] 1.58% 5229M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#() [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance() [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow() [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow() [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add() [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add() [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream() [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert() [Inlined code] 1.58% 5214M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] 1.38% 4582M perf.LineFileDocs#readDocs() [JIT compiled code] at perf.LineFileDocs$1#run() [Interpreted code] 1.23% 4083M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] 1.22% 4050M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState() [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge() [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms() [Interpreted code] 1.19% 3935M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState() [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write() [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush() [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush() [JIT compiled code] 1.18% 3912M org.apache.lucene.util.hnsw.NeighborQueue#nodes() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue() [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] 1.02% 3390M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] 1.00% 3321M org.apache.lucene.util.hnsw.NeighborArray#sort() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] 0.99% 3262M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] 0.77% 2554M org.apache.lucene.index.ParallelPostingsArray#() [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#() [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance() [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow() [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow() [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add() [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add() [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream() [JIT compiled code] 0.56% 1870M org.apache.lucene.util.TimSorter#() [Inlined code] at org.apache.lucene.util.ArrayTimSorter#() [Inlined code] at org.apache.lucene.util.ArrayUtil#timSort() [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings() [JIT compiled code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings() [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] 0.53% 1742M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder() [Inlined code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure() [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph() [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph() [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph() [Interpreted code] 0.48% 1600M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge() [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms() [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000741eb240#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging() [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge() [Interpreted code] 0.46% 1511M org.apache.lucene.util.ArrayUtil#copyOfSubArray() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write() [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush() [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush() [JIT compiled code] 0.45% 1480M org.apache.lucene.util.hnsw.NeighborArray#sort() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue() [Inlined code] 0.43% 1410M org.apache.lucene.util.ArrayUtil#copyOfSubArray() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge() [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms() [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000741eb240#merge() [Interpreted code] 0.42% 1375M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms() [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write() [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush() [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush() [JIT compiled code] 0.36% 1196M org.apache.lucene.codecs.lucene104.PForUtil#encode() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition() [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge() [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms() [Interpreted code] 0.36% 1190M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms() [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge() [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms() [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000741eb240#merge() [Interpreted code] 0.34% 1137M org.apache.lucene.util.hnsw.NeighborArray#() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] 0.33% 1099M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write() [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush() [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush() [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush() [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush() [Inlined code] 0.33% 1079M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000741ffa60#call() [JIT compiled code] 0.33% 1078M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock() [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer() [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice() [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice() [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte() [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt() [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx() [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm() [JIT compiled code] 0.32% 1066M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000741ffa60#call() [JIT compiled code] at java.util.concurrent.FutureTask#run() [JIT compiled code] 0.31% 1039M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] 0.31% 1016M org.apache.lucene.util.BytesRef#() [Inlined code] at org.apache.lucene.util.BytesRef#() [Inlined code] at org.apache.lucene.document.StringField#setStringValue() [Inlined code] at perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.LineFileDocs#nextDoc() [Inlined code] at perf.IndexThreads$IndexThread#run() [JIT compiled code] 0.30% 990M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#replayBufferedVectors() [JIT compiled code] 0.27% 878M org.apache.lucene.util.BytesRefHash#rehash() [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add() [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add() [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream() [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert() [Inlined code] at org.apache.lucene.index.IndexingChain#processField() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] 0.22% 732M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000741ffa60#call() [JIT compiled code] 0.21% 685M org.apache.lucene.util.hnsw.NeighborArray#() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue() [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] 0.19% 635M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue() [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] 0.19% 631M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock() [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer() [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices() [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add() [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream() [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert() [Inlined code] at org.apache.lucene.index.IndexingChain#processField() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] 0.19% 627M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock() [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer() [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice() [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice() [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte() [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt() [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm() [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice() [Inlined code] 0.19% 619M org.apache.lucene.util.hnsw.NeighborArray#() [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] 0.18% 601M org.apache.lucene.util.ArrayUtil#timSort() [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings() [JIT compiled code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings() [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge() [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge() [Interpreted code] 0.17% 577M org.apache.lucene.index.ParallelPostingsArray#() [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#() [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance() [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow() [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow() [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add() [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add() [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTerm() [Inlined code] 0.17% 557M org.apache.lucene.document.IntPoint#pack() [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues() [Inlined code] at org.apache.lucene.document.IntPoint#setIntValue() [Inlined code] at perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.LineFileDocs#nextDoc() [Inlined code] at perf.IndexThreads$IndexThread#run() [JIT compiled code] 0.16% 542M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFieldToIndex() [Interpreted code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFieldToIndex() [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField() [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField() [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 org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr Profiler for heap at stackSize=12 [medium quantized vectors index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2040.08 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2040.08 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2040.08 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2040.08 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2040.08 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2040.08 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2040.08 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2040.08 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2040.08 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2040.08 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 237946 events (total: 330989M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=false PERCENT HEAP SAMPLES STACK 17.64% 58383M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000741ffa60#call() [JIT compiled code] 11.06% 36593M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] 9.75% 32258M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue() [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] 8.75% 28969M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000741ffa60#call() [JIT compiled code] at java.util.concurrent.FutureTask#run() [JIT compiled code] 6.16% 20395M org.apache.lucene.util.ArrayUtil#copyOfSubArray() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue() [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$FieldWriter#addValue() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$FieldWriter#addValue() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue() [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [JIT compiled code] 5.82% 19252M perf.LineFileDocs#readVector() [Inlined code] at perf.LineFileDocs#readDocs() [JIT compiled code] at perf.LineFileDocs$1#run() [Interpreted code] 5.70% 18852M java.nio.HeapByteBuffer#() [Inlined code] at java.nio.ByteBuffer#allocate() [Inlined code] at perf.LineFileDocs#readVector() [Inlined code] at perf.LineFileDocs#readDocs() [JIT compiled code] at perf.LineFileDocs$1#run() [Interpreted code] 2.96% 9798M perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.LineFileDocs#nextDoc() [Inlined code] at perf.IndexThreads$IndexThread#run() [JIT compiled code] 2.14% 7073M java.lang.StringUTF16#compress() [Inlined code] at java.lang.String#() [Inlined code] at java.lang.String#() [Inlined code] at perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.LineFileDocs#nextDoc() [Inlined code] at perf.IndexThreads$IndexThread#run() [JIT compiled code] 2.00% 6630M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] 1.58% 5229M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#() [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance() [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow() [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow() [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add() [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add() [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream() [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert() [Inlined code] at org.apache.lucene.index.IndexingChain#processField() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [JIT compiled code] 1.58% 5214M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [JIT compiled code] 1.53% 5078M org.apache.lucene.util.hnsw.NeighborQueue#nodes() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000741ffa60#call() [JIT compiled code] at java.util.concurrent.FutureTask#run() [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run() [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0() [Inlined code] 1.38% 4582M perf.LineFileDocs#readDocs() [JIT compiled code] at perf.LineFileDocs$1#run() [Interpreted code] 1.23% 4083M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000741ffa60#call() [JIT compiled code] 1.22% 4050M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState() [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge() [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms() [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000741eb240#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging() [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge() [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle() [Interpreted code] 1.18% 3912M org.apache.lucene.util.hnsw.NeighborQueue#nodes() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue() [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments() [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument() [JIT compiled code] 1.01% 3346M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue() [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] 1.00% 3321M org.apache.lucene.util.hnsw.NeighborArray#sort() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000741ffa60#call() [JIT compiled code] 0.96% 3174M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue() [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField() [JIT compiled code] 0.77% 2554M org.apache.lucene.index.ParallelPostingsArray#() [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#() [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance() [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow() [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow() [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add() [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add() [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream() [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert() [Inlined code] at org.apache.lucene.index.IndexingChain#processField() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] 0.73% 2405M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState() [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write() [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush() [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush() [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush() [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush() [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate() [JIT compiled code] 0.56% 1870M org.apache.lucene.util.TimSorter#() [Inlined code] at org.apache.lucene.util.ArrayTimSorter#() [Inlined code] at org.apache.lucene.util.ArrayUtil#timSort() [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings() [JIT compiled code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings() [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge() [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms() [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000741eb240#merge() [Interpreted code] 0.53% 1742M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder() [Inlined code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure() [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph() [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph() [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph() [Interpreted code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder() [Interpreted code] at org.apache.lucene.util.hnsw.IncrementalHnswGraphMerger#merge() [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField() [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField() [Interpreted code] 0.48% 1600M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge() [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms() [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000741eb240#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging() [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge() [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle() [Interpreted code] at org.apache.lucene.index.IndexWriter#merge() [Interpreted code] at org.apache.lucene.index.IndexWriter$IndexWriterMergeSource#merge() [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler#doMerge() [Interpreted code] 0.45% 1480M org.apache.lucene.util.hnsw.NeighborArray#sort() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue() [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] 0.43% 1410M org.apache.lucene.util.ArrayUtil#copyOfSubArray() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge() [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms() [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000741eb240#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging() [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge() [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle() [Interpreted code] at org.apache.lucene.index.IndexWriter#merge() [Interpreted code] 0.37% 1223M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState() [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write() [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush() [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush() [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush() [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#postUpdate() [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [JIT compiled code] 0.36% 1196M org.apache.lucene.codecs.lucene104.PForUtil#encode() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition() [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge() [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms() [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000741eb240#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging() [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge() [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle() [Interpreted code] 0.36% 1190M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms() [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge() [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms() [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000741eb240#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging() [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge() [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle() [Interpreted code] at org.apache.lucene.index.IndexWriter#merge() [Interpreted code] 0.33% 1099M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write() [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush() [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush() [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush() [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush() [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate() [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments() [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument() [JIT compiled code] 0.32% 1065M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000741ffa60#call() [JIT compiled code] at java.util.concurrent.FutureTask#run() [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run() [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0() [Inlined code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x00000000741fb000#run() [JIT compiled code] 0.32% 1062M org.apache.lucene.util.hnsw.NeighborArray#() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000741ffa60#call() [JIT compiled code] at java.util.concurrent.FutureTask#run() [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run() [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0() [Inlined code] 0.31% 1016M org.apache.lucene.util.BytesRef#() [Inlined code] at org.apache.lucene.util.BytesRef#() [Inlined code] at org.apache.lucene.document.StringField#setStringValue() [Inlined code] at perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.LineFileDocs#nextDoc() [Inlined code] at perf.IndexThreads$IndexThread#run() [JIT compiled code] 0.30% 997M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000741ffa60#call() [JIT compiled code] at java.util.concurrent.FutureTask#run() [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run() [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0() [Inlined code] 0.30% 990M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#replayBufferedVectors() [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue() [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] 0.30% 987M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000741ffa60#call() [JIT compiled code] at java.util.concurrent.FutureTask#run() [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run() [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0() [Inlined code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x00000000741fb000#run() [JIT compiled code] at java.util.concurrent.ThreadPoolExecutor#runWorker() [Interpreted code] 0.29% 949M org.apache.lucene.util.ArrayUtil#copyOfSubArray() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write() [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush() [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush() [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush() [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush() [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate() [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [JIT compiled code] 0.27% 882M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock() [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer() [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice() [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice() [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte() [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt() [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx() [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm() [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice() [Inlined code] at org.apache.lucene.index.TermsHashPerField#add() [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream() [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert() [JIT compiled code] 0.27% 878M org.apache.lucene.util.BytesRefHash#rehash() [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add() [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add() [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream() [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert() [Inlined code] at org.apache.lucene.index.IndexingChain#processField() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments() [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument() [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument() [Inlined code] 0.26% 863M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms() [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write() [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush() [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush() [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush() [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush() [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate() [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [JIT compiled code] 0.21% 688M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000741ffa60#call() [JIT compiled code] at java.util.concurrent.FutureTask#run() [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run() [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0() [Inlined code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x00000000741fb000#run() [JIT compiled code] 0.21% 685M org.apache.lucene.util.hnsw.NeighborArray#() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue() [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments() [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument() [JIT compiled code] 0.19% 635M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue() [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments() [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument() [JIT compiled code] 0.19% 631M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock() [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer() [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices() [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add() [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream() [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert() [Inlined code] at org.apache.lucene.index.IndexingChain#processField() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments() [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument() [JIT compiled code] 0.19% 622M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock() [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer() [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice() [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice() [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte() [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt() [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm() [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice() [Inlined code] at org.apache.lucene.index.TermsHashPerField#add() [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream() [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert() [Inlined code] at org.apache.lucene.index.IndexingChain#processField() [JIT compiled code] 0.18% 601M org.apache.lucene.util.ArrayUtil#timSort() [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings() [JIT compiled code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings() [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge() [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms() [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000741eb240#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging() [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge() [Interpreted code] 0.18% 585M org.apache.lucene.util.hnsw.NeighborArray#() [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000741ffa60#call() [JIT compiled code] at java.util.concurrent.FutureTask#run() [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run() [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0() [Inlined code] 0.17% 577M org.apache.lucene.index.ParallelPostingsArray#() [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#() [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance() [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow() [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow() [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add() [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add() [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTerm() [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invert() [Inlined code] at org.apache.lucene.index.IndexingChain#processField() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] 0.17% 557M org.apache.lucene.document.IntPoint#pack() [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues() [Inlined code] at org.apache.lucene.document.IntPoint#setIntValue() [Inlined code] at perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.LineFileDocs#nextDoc() [Inlined code] at perf.IndexThreads$IndexThread#run() [JIT compiled code] move log to /l/logs.nightly/2026.04.13.05.40.34/fastIndexMediumDocsWithVectorsQuantized.log move vmstat log to /l/logs.nightly/2026.04.13.05.40.34/fastIndexMediumDocsWithVectorsQuantized.vmstat.log move top log to /l/logs.nightly/2026.04.13.05.40.34/fastIndexMediumDocsWithVectorsQuantized.top.log [2026-04-13 19:04:59.354760] took 7179.0 sec [2026-04-13 19:04:59.359513] medIndexVectorsAtClose None [2026-04-13 19:04:59.369754] 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=3788761 Profiler summary for /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr Version: 2.1 Chunks: 19 Start: 2026-04-13 23:04:59 (UTC) Duration: 153 s Event Type Count Size (bytes) ============================================================= jdk.FileWrite 4631618 110900963 jdk.CPUTimeSample 3663953 64333124 jdk.FileRead 796607 18867831 jdk.ObjectAllocationInNewTLAB 631410 11036190 jdk.ObjectAllocationOutsideTLAB 147566 2340724 jdk.NativeMethodSample 30327 407890 jdk.BooleanFlag 13148 417333 jdk.Compilation 7203 186529 jdk.CPULoad 2725 53895 jdk.UnsignedIntFlag 1178 40749 jdk.IntFlag 1064 38233 jdk.Checkpoint 951 32789497 jdk.StringFlag 855 32164 jdk.GarbageCollection 49 1162 jdk.CPUInformation 19 28533 jdk.GCConfiguration 19 489 jdk.JVMInformation 19 21199 jdk.Metadata 19 2100009 jdk.ActiveRecording 0 0 jdk.ActiveSetting 0 0 jdk.AllocationRequiringGC 0 0 jdk.BooleanFlagChanged 0 0 jdk.CPUTimeSamplesLost 0 0 jdk.CPUTimeStampCounter 0 0 jdk.ClassDefine 0 0 jdk.ClassLoad 0 0 jdk.ClassLoaderStatistics 0 0 jdk.ClassLoadingStatistics 0 0 jdk.ClassRedefinition 0 0 jdk.ClassUnload 0 0 jdk.CodeCacheConfiguration 0 0 jdk.CodeCacheFull 0 0 jdk.CodeCacheStatistics 0 0 jdk.CompilationFailure 0 0 jdk.CompilerConfiguration 0 0 jdk.CompilerInlining 0 0 jdk.CompilerPhase 0 0 jdk.CompilerQueueUtilization 0 0 jdk.CompilerStatistics 0 0 jdk.ConcurrentModeFailure 0 0 jdk.ContainerCPUThrottling 0 0 jdk.ContainerCPUUsage 0 0 jdk.ContainerConfiguration 0 0 jdk.ContainerIOUsage 0 0 jdk.ContainerMemoryUsage 0 0 jdk.ContinuationFreeze 0 0 jdk.ContinuationFreezeFast 0 0 jdk.ContinuationFreezeSlow 0 0 jdk.ContinuationThaw 0 0 jdk.ContinuationThawFast 0 0 jdk.ContinuationThawSlow 0 0 jdk.DataLoss 0 0 jdk.Deoptimization 0 0 jdk.DeprecatedInvocation 0 0 jdk.Deserialization 0 0 jdk.DirectBufferStatistics 0 0 jdk.DoubleFlag 0 0 jdk.DoubleFlagChanged 0 0 jdk.DumpReason 0 0 jdk.EvacuationFailed 0 0 jdk.EvacuationInformation 0 0 jdk.ExceptionStatistics 0 0 jdk.ExecuteVMOperation 0 0 jdk.ExecutionSample 0 0 jdk.FileForce 0 0 jdk.FinalizerStatistics 0 0 jdk.Flush 0 0 jdk.G1AdaptiveIHOP 0 0 jdk.G1BasicIHOP 0 0 jdk.G1EvacuationOldStatistics 0 0 jdk.G1EvacuationYoungStatistics 0 0 jdk.G1GarbageCollection 0 0 jdk.G1HeapRegionInformation 0 0 jdk.G1HeapRegionTypeChange 0 0 jdk.G1HeapSummary 0 0 jdk.G1MMU 0 0 jdk.GCCPUTime 0 0 jdk.GCHeapConfiguration 0 0 jdk.GCHeapMemoryPoolUsage 0 0 jdk.GCHeapMemoryUsage 0 0 jdk.GCHeapSummary 0 0 jdk.GCPhaseConcurrent 0 0 jdk.GCPhaseConcurrentLevel1 0 0 jdk.GCPhaseConcurrentLevel2 0 0 jdk.GCPhaseParallel 0 0 jdk.GCPhasePause 0 0 jdk.GCPhasePauseLevel1 0 0 jdk.GCPhasePauseLevel2 0 0 jdk.GCPhasePauseLevel3 0 0 jdk.GCPhasePauseLevel4 0 0 jdk.GCReferenceStatistics 0 0 jdk.GCSurvivorConfiguration 0 0 jdk.GCTLABConfiguration 0 0 jdk.HeapDump 0 0 jdk.InitialEnvironmentVariable 0 0 jdk.InitialSecurityProperty 0 0 jdk.InitialSystemProperty 0 0 jdk.IntFlagChanged 0 0 jdk.JITRestart 0 0 jdk.JavaAgent 0 0 jdk.JavaErrorThrow 0 0 jdk.JavaExceptionThrow 0 0 jdk.JavaMonitorDeflate 0 0 jdk.JavaMonitorEnter 0 0 jdk.JavaMonitorInflate 0 0 jdk.JavaMonitorNotify 0 0 jdk.JavaMonitorStatistics 0 0 jdk.JavaMonitorWait 0 0 jdk.JavaThreadStatistics 0 0 jdk.LongFlag 0 0 jdk.LongFlagChanged 0 0 jdk.MetaspaceAllocationFailure 0 0 jdk.MetaspaceChunkFreeListSummary 0 0 jdk.MetaspaceGCThreshold 0 0 jdk.MetaspaceOOM 0 0 jdk.MetaspaceSummary 0 0 jdk.MethodTiming 0 0 jdk.MethodTrace 0 0 jdk.ModuleExport 0 0 jdk.ModuleRequire 0 0 jdk.NativeAgent 0 0 jdk.NativeLibrary 0 0 jdk.NativeLibraryLoad 0 0 jdk.NativeLibraryUnload 0 0 jdk.NativeMemoryUsage 0 0 jdk.NativeMemoryUsageTotal 0 0 jdk.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 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 232.31 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 30327 events (total: 30327) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=false PERCENT CPU SAMPLES STACK 42.83% 12988 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 21.42% 6497 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] 20.31% 6159 jdk.jfr.internal.JVM#emitEvent() [Native code] 6.39% 1939 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] 6.18% 1873 sun.nio.ch.UnixFileDispatcherImpl#force0() [Native code] 1.81% 548 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] 0.52% 158 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] 0.11% 34 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] 0.09% 28 java.io.FileOutputStream#writeBytes() [Native code] 0.09% 26 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] 0.05% 16 java.util.zip.Inflater#inflateBytesBytes() [Native code] 0.04% 12 java.io.FileDescriptor#close0() [Native code] 0.04% 11 jdk.jfr.internal.JVM#getStackTraceId() [Native code] 0.03% 10 sun.nio.ch.NativeThread#current0() [Native code] 0.02% 5 java.lang.Object#getClass() [Native code] 0.01% 4 java.io.RandomAccessFile#readBytes0() [Native code] 0.01% 3 jdk.internal.misc.Unsafe#park() [Native code] 0.01% 3 sun.nio.fs.UnixNativeDispatcher#lstat0() [Native code] 0.01% 3 sun.nio.ch.UnixFileDispatcherImpl#size0() [Native code] 0.01% 2 jdk.internal.misc.Unsafe#unpark() [Native code] 0.01% 2 jdk.internal.misc.Unsafe#allocateMemory0() [Native code] 0.00% 1 java.nio.MappedMemoryUtils#isLoaded0() [Native code] 0.00% 1 sun.nio.fs.UnixNativeDispatcher#access0() [Native code] 0.00% 1 java.lang.System#nanoTime() [Native code] 0.00% 1 java.lang.ClassLoader#defineClass0() [Native code] 0.00% 1 sun.nio.fs.UnixNativeDispatcher#readdir0() [Native code] 0.00% 1 java.io.RandomAccessFile#open0() [Native code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=2 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 232.31 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 232.31 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 30327 events (total: 30327) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=false PERCENT CPU SAMPLES STACK 42.66% 12936 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write() [Inlined code] 21.18% 6424 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read() [Inlined code] 17.76% 5386 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute() [JIT compiled code] 4.66% 1412 sun.nio.ch.UnixFileDispatcherImpl#force0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#force() [Interpreted code] 4.16% 1263 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [JIT compiled code] 2.55% 773 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute() [Interpreted code] 2.13% 645 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [Inlined code] 1.77% 538 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] 1.52% 461 sun.nio.ch.UnixFileDispatcherImpl#force0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#force() [Inlined code] 0.24% 73 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read() [JIT compiled code] 0.23% 70 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open() [JIT compiled code] 0.20% 61 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open() [Inlined code] 0.16% 49 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write() [JIT compiled code] 0.10% 31 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [Interpreted code] 0.09% 27 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open() [Interpreted code] 0.09% 26 java.io.FileOutputStream#writeBytes() [Native code] at java.io.FileOutputStream#traceWriteBytes() [JIT compiled code] 0.08% 25 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map() [JIT compiled code] 0.08% 24 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat() [Inlined code] 0.04% 12 java.io.FileDescriptor#close0() [Native code] at java.io.FileDescriptor#close() [Inlined code] 0.04% 11 java.util.zip.Inflater#inflateBytesBytes() [Native code] at java.util.zip.Inflater#inflate() [JIT compiled code] 0.04% 11 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace() [Inlined code] 0.03% 10 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current() [Inlined code] 0.03% 9 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat() [JIT compiled code] 0.03% 9 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Interpreted code] 0.02% 5 java.util.zip.Inflater#inflateBytesBytes() [Native code] at java.util.zip.Inflater#inflate() [Interpreted code] 0.01% 4 java.lang.Object#getClass() [Native code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] 0.01% 3 java.io.RandomAccessFile#readBytes0() [Native code] at java.io.RandomAccessFile#traceReadBytes0() [JIT compiled code] 0.01% 3 sun.nio.fs.UnixNativeDispatcher#lstat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#lstat() [JIT compiled code] 0.01% 3 jdk.internal.misc.Unsafe#park() [Native code] at java.util.concurrent.locks.LockSupport#park() [Inlined code] 0.01% 3 sun.nio.ch.UnixFileDispatcherImpl#size0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#size() [Inlined code] 0.01% 3 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write() [Interpreted code] 0.01% 2 jdk.internal.misc.Unsafe#allocateMemory0() [Native code] at jdk.internal.misc.Unsafe#allocateMemory() [Interpreted code] 0.01% 2 jdk.internal.misc.Unsafe#unpark() [Native code] at java.util.concurrent.locks.LockSupport#unpark() [Inlined code] 0.01% 2 java.io.FileOutputStream#writeBytes() [Native code] at java.io.FileOutputStream#traceWriteBytes() [Interpreted code] 0.00% 1 sun.nio.fs.UnixNativeDispatcher#readdir0() [Native code] at sun.nio.fs.UnixNativeDispatcher#readdir() [Inlined code] 0.00% 1 java.io.RandomAccessFile#open0() [Native code] at java.io.RandomAccessFile#open() [Interpreted code] 0.00% 1 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map() [Interpreted code] 0.00% 1 java.lang.System#nanoTime() [Native code] at org.apache.lucene.index.IndexingChain#flush() [Interpreted code] 0.00% 1 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat() [Interpreted code] 0.00% 1 java.nio.MappedMemoryUtils#isLoaded0() [Native code] at java.nio.MappedMemoryUtils#isLoaded() [JIT compiled code] 0.00% 1 java.lang.ClassLoader#defineClass0() [Native code] at java.lang.System$1#defineClass() [JIT compiled code] 0.00% 1 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [JIT compiled code] 0.00% 1 java.io.RandomAccessFile#readBytes0() [Native code] at java.io.RandomAccessFile#traceReadBytes0() [Interpreted code] 0.00% 1 java.lang.Object#getClass() [Native code] at java.util.ArrayList#toArray() [Interpreted code] 0.00% 1 sun.nio.fs.UnixNativeDispatcher#access0() [Native code] at sun.nio.fs.UnixNativeDispatcher#access() [Interpreted code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=4 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 232.31 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 232.31 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 232.31 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 30327 events (total: 30327) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=false PERCENT CPU SAMPLES STACK 42.65% 12933 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write() [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer() [Inlined code] at sun.nio.ch.IOUtil#write() [Inlined code] 21.18% 6424 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read() [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer() [Inlined code] at sun.nio.ch.IOUtil#read() [Inlined code] 17.76% 5386 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute() [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicTask#run() [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic() [JIT compiled code] 4.66% 1412 sun.nio.ch.UnixFileDispatcherImpl#force0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#force() [Interpreted code] at sun.nio.ch.FileChannelImpl#implForce() [Interpreted code] at sun.nio.ch.FileChannelImpl#force() [Interpreted code] 4.16% 1263 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] 2.48% 753 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute() [Interpreted code] at jdk.jfr.internal.periodic.PeriodicTask#run() [Interpreted code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic() [Interpreted code] 2.13% 645 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] 1.52% 461 sun.nio.ch.UnixFileDispatcherImpl#force0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#force() [Inlined code] at sun.nio.ch.FileChannelImpl#implForce() [JIT compiled code] at sun.nio.ch.FileChannelImpl#force() [JIT compiled code] 1.26% 381 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [JIT compiled code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [JIT compiled code] 0.51% 155 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [JIT compiled code] 0.24% 72 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read() [JIT compiled code] at sun.nio.ch.IOUtil#readIntoNativeBuffer() [JIT compiled code] at sun.nio.ch.IOUtil#read() [JIT compiled code] 0.20% 61 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open() [Inlined code] at sun.nio.fs.UnixChannelFactory#open() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Inlined code] 0.17% 52 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#open() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [JIT compiled code] 0.14% 43 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write() [JIT compiled code] at sun.nio.ch.IOUtil#writeFromNativeBuffer() [JIT compiled code] at sun.nio.ch.IOUtil#write() [JIT compiled code] 0.10% 30 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [Interpreted code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [Interpreted code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Interpreted code] 0.09% 26 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open() [Interpreted code] at sun.nio.fs.UnixChannelFactory#open() [Interpreted code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Interpreted code] 0.09% 26 java.io.FileOutputStream#writeBytes() [Native code] at java.io.FileOutputStream#traceWriteBytes() [JIT compiled code] at java.io.FileOutputStream#write() [JIT compiled code] at java.lang.System$Out#write() [Inlined code] 0.08% 25 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map() [JIT compiled code] at sun.nio.ch.FileChannelImpl#mapInternal() [JIT compiled code] at sun.nio.ch.FileChannelImpl#map() [JIT compiled code] 0.08% 24 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat() [Inlined code] at sun.nio.fs.UnixFileAttributes#get() [Inlined code] at sun.nio.fs.UnixFileAttributeViews$Basic#readAttributes() [Inlined code] 0.05% 14 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute() [Interpreted code] at jdk.jfr.internal.periodic.PeriodicTask#run() [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic() [Interpreted code] 0.04% 13 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#open() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Inlined code] 0.04% 12 java.io.FileDescriptor#close0() [Native code] at java.io.FileDescriptor#close() [Inlined code] at java.io.FileDescriptor$1#close() [Inlined code] at sun.nio.ch.FileChannelImpl$Closer#run() [JIT compiled code] 0.04% 11 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace() [Inlined code] at jdk.internal.event.FileWriteEvent#commit() [JIT compiled code] at jdk.internal.event.FileWriteEvent#offer() [Inlined code] 0.03% 10 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current() [Inlined code] at sun.nio.ch.NativeThreadSet#add() [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite() [Inlined code] 0.03% 9 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat() [JIT compiled code] at sun.nio.fs.UnixFileAttributes#get() [Inlined code] at sun.nio.fs.UnixFileAttributeViews$Basic#readAttributes() [JIT compiled code] 0.03% 9 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Interpreted code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [Interpreted code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [Interpreted code] 0.02% 7 java.util.zip.Inflater#inflateBytesBytes() [Native code] at java.util.zip.Inflater#inflate() [JIT compiled code] at java.util.zip.InflaterInputStream#read() [JIT compiled code] at jdk.internal.loader.Resource#getBytes() [Interpreted code] 0.02% 6 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write() [JIT compiled code] at sun.nio.ch.IOUtil#writeFromNativeBuffer() [Interpreted code] at sun.nio.ch.IOUtil#write() [JIT compiled code] 0.02% 6 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute() [Interpreted code] at jdk.jfr.internal.periodic.PeriodicTask#run() [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic() [JIT compiled code] 0.01% 4 java.lang.Object#getClass() [Native code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [Inlined code] 0.01% 4 java.util.zip.Inflater#inflateBytesBytes() [Native code] at java.util.zip.Inflater#inflate() [JIT compiled code] at java.util.zip.InflaterInputStream#read() [JIT compiled code] at jdk.internal.loader.Resource#getBytes() [JIT compiled code] 0.01% 4 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#open() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Interpreted code] 0.01% 3 java.io.RandomAccessFile#readBytes0() [Native code] at java.io.RandomAccessFile#traceReadBytes0() [JIT compiled code] at java.io.RandomAccessFile#readBytes() [Inlined code] at java.io.RandomAccessFile#read() [Inlined code] 0.01% 3 java.util.zip.Inflater#inflateBytesBytes() [Native code] at java.util.zip.Inflater#inflate() [Interpreted code] at java.util.zip.InflaterInputStream#read() [JIT compiled code] at jdk.internal.loader.Resource#getBytes() [JIT compiled code] 0.01% 3 sun.nio.ch.UnixFileDispatcherImpl#size0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#size() [Inlined code] at sun.nio.ch.FileChannelImpl#size() [JIT compiled code] at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock#ensureValid() [JIT compiled code] 0.01% 3 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write() [Interpreted code] at sun.nio.ch.IOUtil#writeFromNativeBuffer() [Interpreted code] at sun.nio.ch.IOUtil#write() [Interpreted code] 0.01% 3 jdk.internal.misc.Unsafe#park() [Native code] at java.util.concurrent.locks.LockSupport#park() [Inlined code] at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode#block() [Inlined code] at java.util.concurrent.ForkJoinPool#unmanagedBlock() [Inlined code] 0.01% 3 sun.nio.fs.UnixNativeDispatcher#lstat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#lstat() [JIT compiled code] at sun.nio.fs.UnixFileAttributes#get() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [JIT compiled code] 0.01% 2 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write() [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer() [Inlined code] at sun.nio.ch.IOUtil#write() [JIT compiled code] 0.01% 2 java.util.zip.Inflater#inflateBytesBytes() [Native code] at java.util.zip.Inflater#inflate() [Interpreted code] at java.util.zip.InflaterInputStream#read() [Interpreted code] at jdk.internal.loader.Resource#getBytes() [Interpreted code] 0.01% 2 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [Inlined code] 0.01% 2 java.io.FileOutputStream#writeBytes() [Native code] at java.io.FileOutputStream#traceWriteBytes() [Interpreted code] at java.io.FileOutputStream#write() [Interpreted code] at java.lang.System$Out#write() [Interpreted code] 0.01% 2 jdk.internal.misc.Unsafe#allocateMemory0() [Native code] at jdk.internal.misc.Unsafe#allocateMemory() [Interpreted code] at sun.nio.ch.Util#getTemporaryDirectBuffer() [JIT compiled code] at sun.nio.ch.IOUtil#write() [JIT compiled code] 0.01% 2 jdk.internal.misc.Unsafe#unpark() [Native code] at java.util.concurrent.locks.LockSupport#unpark() [Inlined code] at java.util.concurrent.locks.AbstractQueuedSynchronizer#signalNext() [Inlined code] at java.util.concurrent.locks.AbstractQueuedSynchronizer#release() [Inlined code] 0.00% 1 sun.nio.fs.UnixNativeDispatcher#access0() [Native code] at sun.nio.fs.UnixNativeDispatcher#access() [Interpreted code] at sun.nio.fs.UnixFileSystemProvider#exists() [Interpreted code] at java.nio.file.Files#exists() [Interpreted code] 0.00% 1 java.io.RandomAccessFile#open0() [Native code] at java.io.RandomAccessFile#open() [Interpreted code] at java.io.RandomAccessFile#() [Interpreted code] at java.io.RandomAccessFile#() [Interpreted code] 0.00% 1 java.io.RandomAccessFile#readBytes0() [Native code] at java.io.RandomAccessFile#traceReadBytes0() [Interpreted code] at java.io.RandomAccessFile#readBytes() [Interpreted code] at java.io.RandomAccessFile#read() [Interpreted code] 0.00% 1 java.nio.MappedMemoryUtils#isLoaded0() [Native code] at java.nio.MappedMemoryUtils#isLoaded() [JIT compiled code] at java.nio.MappedMemoryUtils$1#isLoaded() [JIT compiled code] at jdk.internal.misc.ScopedMemoryAccess#isLoadedInternal() [Inlined code] 0.00% 1 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [JIT compiled code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [Interpreted code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [JIT compiled code] 0.00% 1 java.lang.System#nanoTime() [Native code] at org.apache.lucene.index.IndexingChain#flush() [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush() [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush() [Interpreted code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=8 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 232.31 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 232.31 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 232.31 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 232.31 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 30327 events (total: 30327) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=false PERCENT CPU SAMPLES STACK 42.65% 12933 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write() [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer() [Inlined code] at sun.nio.ch.IOUtil#write() [Inlined code] at sun.nio.ch.IOUtil#write() [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite() [Inlined code] at sun.nio.ch.FileChannelImpl#write() [Inlined code] 17.76% 5386 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute() [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicTask#run() [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic() [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#periodicTask() [Interpreted code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0() [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000001f07aa58#run() [Interpreted code] at java.lang.Thread#runWith() [Interpreted code] 17.69% 5365 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read() [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer() [Inlined code] at sun.nio.ch.IOUtil#read() [Inlined code] at sun.nio.ch.IOUtil#read() [Inlined code] at sun.nio.ch.FileChannelImpl#implRead() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead() [Inlined code] at sun.nio.ch.FileChannelImpl#read() [JIT compiled code] 4.65% 1410 sun.nio.ch.UnixFileDispatcherImpl#force0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#force() [Interpreted code] at sun.nio.ch.FileChannelImpl#implForce() [Interpreted code] at sun.nio.ch.FileChannelImpl#force() [Interpreted code] at org.apache.lucene.util.IOUtils#fsync() [Interpreted code] at org.apache.lucene.store.FSDirectory#fsync() [Interpreted code] at org.apache.lucene.store.FSDirectory#sync() [Interpreted code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#sync() [Interpreted code] 4.16% 1261 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [JIT compiled code] 3.49% 1058 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read() [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer() [Inlined code] at sun.nio.ch.IOUtil#read() [Inlined code] at sun.nio.ch.IOUtil#read() [JIT compiled code] at sun.nio.ch.FileChannelImpl#implRead() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead() [JIT compiled code] at sun.nio.ch.FileChannelImpl#read() [Inlined code] 2.48% 753 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute() [Interpreted code] at jdk.jfr.internal.periodic.PeriodicTask#run() [Interpreted code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic() [Interpreted code] at jdk.jfr.internal.PlatformRecorder#periodicTask() [Interpreted code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0() [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000001f07aa58#run() [Interpreted code] at java.lang.Thread#runWith() [Interpreted code] 1.97% 597 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [Inlined code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [JIT compiled code] 1.52% 460 sun.nio.ch.UnixFileDispatcherImpl#force0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#force() [Inlined code] at sun.nio.ch.FileChannelImpl#implForce() [JIT compiled code] at sun.nio.ch.FileChannelImpl#force() [JIT compiled code] at org.apache.lucene.util.IOUtils#fsync() [JIT compiled code] at org.apache.lucene.store.FSDirectory#fsync() [JIT compiled code] at org.apache.lucene.store.FSDirectory#sync() [Interpreted code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#sync() [Interpreted code] 0.62% 188 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [JIT compiled code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle() [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup() [Inlined code] at jdk.internal.foreign.SharedSession$SharedResourceList#cleanup() [JIT compiled code] 0.53% 161 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [JIT compiled code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle() [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup() [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup() [Interpreted code] at jdk.internal.foreign.SharedSession$SharedResourceList#cleanup() [Interpreted code] 0.51% 155 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle() [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup() [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup() [Inlined code] at jdk.internal.foreign.SharedSession$SharedResourceList#cleanup() [Inlined code] 0.23% 70 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read() [JIT compiled code] at sun.nio.ch.IOUtil#readIntoNativeBuffer() [JIT compiled code] at sun.nio.ch.IOUtil#read() [JIT compiled code] at sun.nio.ch.IOUtil#read() [JIT compiled code] at sun.nio.ch.FileChannelImpl#implRead() [JIT compiled code] at sun.nio.ch.FileChannelImpl#traceImplRead() [JIT compiled code] at sun.nio.ch.FileChannelImpl#read() [JIT compiled code] 0.18% 56 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open() [Inlined code] at sun.nio.fs.UnixChannelFactory#open() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Inlined code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#newFileChannel() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#newByteChannel() [Inlined code] at java.nio.file.spi.FileSystemProvider#newOutputStream() [JIT compiled code] 0.16% 48 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#open() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#newFileChannel() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#newByteChannel() [Inlined code] at java.nio.file.spi.FileSystemProvider#newOutputStream() [JIT compiled code] 0.16% 48 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [JIT compiled code] 0.14% 43 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write() [JIT compiled code] at sun.nio.ch.IOUtil#writeFromNativeBuffer() [JIT compiled code] at sun.nio.ch.IOUtil#write() [JIT compiled code] at sun.nio.ch.IOUtil#write() [JIT compiled code] at sun.nio.ch.FileChannelImpl#implWrite() [JIT compiled code] at sun.nio.ch.FileChannelImpl#traceImplWrite() [JIT compiled code] at sun.nio.ch.FileChannelImpl#write() [JIT compiled code] 0.11% 32 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [JIT compiled code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle() [Inlined code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup() [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl#close() [Inlined code] at jdk.internal.foreign.ArenaImpl#close() [JIT compiled code] 0.10% 30 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [Interpreted code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [Interpreted code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Interpreted code] at java.nio.file.Files#delete() [Interpreted code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [Interpreted code] at org.apache.lucene.store.FSDirectory#deleteFile() [Interpreted code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [Interpreted code] 0.09% 26 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open() [Interpreted code] at sun.nio.fs.UnixChannelFactory#open() [Interpreted code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Interpreted code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Interpreted code] at sun.nio.fs.UnixFileSystemProvider#newFileChannel() [Interpreted code] at sun.nio.fs.UnixFileSystemProvider#newByteChannel() [Interpreted code] at java.nio.file.spi.FileSystemProvider#newOutputStream() [Interpreted code] 0.09% 26 java.io.FileOutputStream#writeBytes() [Native code] at java.io.FileOutputStream#traceWriteBytes() [JIT compiled code] at java.io.FileOutputStream#write() [JIT compiled code] at java.lang.System$Out#write() [Inlined code] at java.io.BufferedOutputStream#flushBuffer() [Inlined code] at java.io.BufferedOutputStream#flush() [JIT compiled code] at java.io.PrintStream#write() [JIT compiled code] at sun.nio.cs.StreamEncoder#writeBytes() [JIT compiled code] 0.05% 14 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute() [Interpreted code] at jdk.jfr.internal.periodic.PeriodicTask#run() [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic() [Interpreted code] at jdk.jfr.internal.PlatformRecorder#periodicTask() [Interpreted code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0() [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000001f07aa58#run() [Interpreted code] at java.lang.Thread#runWith() [Interpreted code] 0.04% 13 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map() [JIT compiled code] at sun.nio.ch.FileChannelImpl#mapInternal() [JIT compiled code] at sun.nio.ch.FileChannelImpl#map() [JIT compiled code] at org.apache.lucene.store.MMapDirectory#map() [JIT compiled code] at org.apache.lucene.store.MMapDirectory#openInput() [JIT compiled code] at org.apache.lucene.store.FilterDirectory#openInput() [JIT compiled code] at org.apache.lucene.store.FilterDirectory#openInput() [JIT compiled code] 0.04% 11 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat() [Inlined code] at sun.nio.fs.UnixFileAttributes#get() [Inlined code] at sun.nio.fs.UnixFileAttributeViews$Basic#readAttributes() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#readAttributes() [Inlined code] at sun.nio.fs.LinuxFileSystemProvider#readAttributes() [JIT compiled code] at java.nio.file.Files#readAttributes() [Inlined code] at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock#ensureValid() [JIT compiled code] 0.04% 11 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace() [Inlined code] at jdk.internal.event.FileWriteEvent#commit() [JIT compiled code] at jdk.internal.event.FileWriteEvent#offer() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite() [Inlined code] at sun.nio.ch.FileChannelImpl#write() [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully() [Inlined code] at sun.nio.ch.ChannelOutputStream#write() [Inlined code] 0.03% 10 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current() [Inlined code] at sun.nio.ch.NativeThreadSet#add() [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite() [Inlined code] at sun.nio.ch.FileChannelImpl#write() [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully() [Inlined code] at sun.nio.ch.ChannelOutputStream#write() [Inlined code] 0.03% 9 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat() [Inlined code] at sun.nio.fs.UnixFileAttributes#get() [Inlined code] at sun.nio.fs.UnixFileAttributeViews$Basic#readAttributes() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#readAttributes() [Inlined code] at sun.nio.fs.LinuxFileSystemProvider#readAttributes() [Inlined code] at java.nio.file.Files#readAttributes() [Inlined code] at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock#ensureValid() [JIT compiled code] 0.03% 9 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#open() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Inlined code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#newFileChannel() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#newByteChannel() [Inlined code] at java.nio.file.spi.FileSystemProvider#newOutputStream() [JIT compiled code] 0.03% 8 java.io.FileDescriptor#close0() [Native code] at java.io.FileDescriptor#close() [Inlined code] at java.io.FileDescriptor$1#close() [Inlined code] at sun.nio.ch.FileChannelImpl$Closer#run() [JIT compiled code] at jdk.internal.ref.CleanerImpl$PhantomCleanableRef#performCleanup() [JIT compiled code] at jdk.internal.ref.PhantomCleanable#clean() [Inlined code] at sun.nio.ch.FileChannelImpl#implCloseChannel() [JIT compiled code] at java.nio.channels.spi.AbstractInterruptibleChannel#close() [JIT compiled code] 0.02% 6 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write() [JIT compiled code] at sun.nio.ch.IOUtil#writeFromNativeBuffer() [Interpreted code] at sun.nio.ch.IOUtil#write() [JIT compiled code] at sun.nio.ch.IOUtil#write() [JIT compiled code] at sun.nio.ch.FileChannelImpl#implWrite() [JIT compiled code] at sun.nio.ch.FileChannelImpl#traceImplWrite() [JIT compiled code] at sun.nio.ch.FileChannelImpl#write() [JIT compiled code] 0.02% 6 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute() [Interpreted code] at jdk.jfr.internal.periodic.PeriodicTask#run() [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic() [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#periodicTask() [Interpreted code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0() [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000001f07aa58#run() [Interpreted code] at java.lang.Thread#runWith() [Interpreted code] 0.02% 6 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Interpreted code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [Interpreted code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [Interpreted code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle() [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup() [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup() [Interpreted code] at jdk.internal.foreign.SharedSession$SharedResourceList#cleanup() [Interpreted code] 0.02% 6 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat() [JIT compiled code] at sun.nio.fs.UnixFileAttributes#get() [Inlined code] at sun.nio.fs.UnixFileAttributeViews$Basic#readAttributes() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#readAttributes() [JIT compiled code] at sun.nio.fs.LinuxFileSystemProvider#readAttributes() [JIT compiled code] at java.nio.file.Files#readAttributes() [Inlined code] at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock#ensureValid() [JIT compiled code] 0.01% 4 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open() [Inlined code] at sun.nio.fs.UnixChannelFactory#open() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Inlined code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#newFileChannel() [JIT compiled code] at java.nio.channels.FileChannel#open() [JIT compiled code] at java.nio.channels.FileChannel#open() [Inlined code] 0.01% 4 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map() [JIT compiled code] at sun.nio.ch.FileChannelImpl#mapInternal() [JIT compiled code] at sun.nio.ch.FileChannelImpl#map() [JIT compiled code] at org.apache.lucene.store.MMapDirectory#map() [JIT compiled code] at org.apache.lucene.store.MMapDirectory#openInput() [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader#() [Interpreted code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsFormat#fieldsReader() [Interpreted code] 0.01% 4 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#open() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Inlined code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#newFileChannel() [JIT compiled code] at java.nio.channels.FileChannel#open() [JIT compiled code] at java.nio.channels.FileChannel#open() [Inlined code] 0.01% 4 java.util.zip.Inflater#inflateBytesBytes() [Native code] at java.util.zip.Inflater#inflate() [JIT compiled code] at java.util.zip.InflaterInputStream#read() [JIT compiled code] at jdk.internal.loader.Resource#getBytes() [Interpreted code] at jdk.internal.loader.URLClassPath$JarLoader$1#getBytes() [Interpreted code] at jdk.internal.loader.BuiltinClassLoader#defineClass() [Interpreted code] at jdk.internal.loader.BuiltinClassLoader#findClassOnClassPathOrNull() [Interpreted code] at jdk.internal.loader.BuiltinClassLoader#loadClassOrNull() [JIT compiled code] 0.01% 4 java.util.zip.Inflater#inflateBytesBytes() [Native code] at java.util.zip.Inflater#inflate() [JIT compiled code] at java.util.zip.InflaterInputStream#read() [JIT compiled code] at jdk.internal.loader.Resource#getBytes() [JIT compiled code] at jdk.internal.loader.URLClassPath$JarLoader$1#getBytes() [JIT compiled code] at jdk.internal.loader.BuiltinClassLoader#defineClass() [JIT compiled code] at jdk.internal.loader.BuiltinClassLoader#findClassOnClassPathOrNull() [JIT compiled code] at jdk.internal.loader.BuiltinClassLoader#loadClassOrNull() [JIT compiled code] 0.01% 4 java.io.FileDescriptor#close0() [Native code] at java.io.FileDescriptor#close() [Inlined code] at java.io.FileDescriptor$1#close() [Inlined code] at sun.nio.ch.FileChannelImpl$Closer#run() [JIT compiled code] at jdk.internal.ref.CleanerImpl$PhantomCleanableRef#performCleanup() [Inlined code] at jdk.internal.ref.PhantomCleanable#clean() [Inlined code] at sun.nio.ch.FileChannelImpl#implCloseChannel() [Inlined code] at java.nio.channels.spi.AbstractInterruptibleChannel#close() [JIT compiled code] 0.01% 3 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map() [JIT compiled code] at sun.nio.ch.FileChannelImpl#mapInternal() [JIT compiled code] at sun.nio.ch.FileChannelImpl#map() [JIT compiled code] at org.apache.lucene.store.MMapDirectory#map() [JIT compiled code] at org.apache.lucene.store.MMapDirectory#openInput() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#() [Interpreted code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsFormat#fieldsProducer() [Interpreted code] 0.01% 3 java.util.zip.Inflater#inflateBytesBytes() [Native code] at java.util.zip.Inflater#inflate() [JIT compiled code] at java.util.zip.InflaterInputStream#read() [JIT compiled code] at jdk.internal.loader.Resource#getBytes() [Interpreted code] at jdk.internal.loader.URLClassPath$JarLoader$1#getBytes() [Interpreted code] at jdk.internal.loader.BuiltinClassLoader#defineClass() [Interpreted code] at jdk.internal.loader.BuiltinClassLoader#findClassOnClassPathOrNull() [JIT compiled code] at jdk.internal.loader.BuiltinClassLoader#loadClassOrNull() [JIT compiled code] 0.01% 3 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#open() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Interpreted code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#newFileChannel() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#newByteChannel() [JIT compiled code] at java.nio.file.spi.FileSystemProvider#newOutputStream() [Interpreted code] 0.01% 3 sun.nio.fs.UnixNativeDispatcher#lstat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#lstat() [JIT compiled code] at sun.nio.fs.UnixFileAttributes#get() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [JIT compiled code] 0.01% 3 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat() [Inlined code] at sun.nio.fs.UnixFileAttributes#get() [Inlined code] at sun.nio.fs.UnixFileAttributeViews$Basic#readAttributes() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#readAttributes() [Inlined code] at sun.nio.fs.LinuxFileSystemProvider#readAttributes() [Inlined code] at java.nio.file.Files#readAttributes() [Inlined code] at java.nio.file.Files#size() [Inlined code] 0.01% 3 java.util.zip.Inflater#inflateBytesBytes() [Native code] at java.util.zip.Inflater#inflate() [Interpreted code] at java.util.zip.InflaterInputStream#read() [JIT compiled code] at jdk.internal.loader.Resource#getBytes() [JIT compiled code] at jdk.internal.loader.URLClassPath$JarLoader$1#getBytes() [JIT compiled code] at jdk.internal.loader.BuiltinClassLoader#defineClass() [JIT compiled code] at jdk.internal.loader.BuiltinClassLoader#findClassOnClassPathOrNull() [JIT compiled code] at jdk.internal.loader.BuiltinClassLoader#loadClassOrNull() [JIT compiled code] 0.01% 3 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write() [Interpreted code] at sun.nio.ch.IOUtil#writeFromNativeBuffer() [Interpreted code] at sun.nio.ch.IOUtil#write() [Interpreted code] at sun.nio.ch.IOUtil#write() [Interpreted code] at sun.nio.ch.FileChannelImpl#implWrite() [Interpreted code] at sun.nio.ch.FileChannelImpl#traceImplWrite() [Interpreted code] at sun.nio.ch.FileChannelImpl#write() [Interpreted code] 0.01% 2 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle() [Inlined code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl#close() [Inlined code] at jdk.internal.foreign.ArenaImpl#close() [Inlined code] 0.01% 2 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read() [JIT compiled code] at sun.nio.ch.IOUtil#readIntoNativeBuffer() [JIT compiled code] at sun.nio.ch.IOUtil#read() [JIT compiled code] at sun.nio.ch.IOUtil#read() [JIT compiled code] at sun.nio.ch.FileChannelImpl#implRead() [JIT compiled code] at sun.nio.ch.FileChannelImpl#traceImplRead() [Interpreted code] at sun.nio.ch.FileChannelImpl#read() [JIT compiled code] 0.01% 2 jdk.internal.misc.Unsafe#allocateMemory0() [Native code] at jdk.internal.misc.Unsafe#allocateMemory() [Interpreted code] at sun.nio.ch.Util#getTemporaryDirectBuffer() [JIT compiled code] at sun.nio.ch.IOUtil#write() [JIT compiled code] at sun.nio.ch.IOUtil#write() [JIT compiled code] at sun.nio.ch.FileChannelImpl#implWrite() [JIT compiled code] at sun.nio.ch.FileChannelImpl#traceImplWrite() [JIT compiled code] at sun.nio.ch.FileChannelImpl#write() [JIT compiled code] 0.01% 2 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Interpreted code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [Interpreted code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [Interpreted code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle() [Interpreted code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup() [Interpreted code] at jdk.internal.foreign.MemorySessionImpl#close() [Interpreted code] at jdk.internal.foreign.ArenaImpl#close() [Interpreted code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=12 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 232.31 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 232.31 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 232.31 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 232.31 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 232.31 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 30327 events (total: 30327) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=false PERCENT CPU SAMPLES STACK 42.60% 12919 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write() [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer() [Inlined code] at sun.nio.ch.IOUtil#write() [Inlined code] at sun.nio.ch.IOUtil#write() [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite() [Inlined code] at sun.nio.ch.FileChannelImpl#write() [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully() [Inlined code] at sun.nio.ch.ChannelOutputStream#write() [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write() [Inlined code] at java.util.zip.CheckedOutputStream#write() [JIT compiled code] 17.76% 5386 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute() [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicTask#run() [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic() [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#periodicTask() [Interpreted code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0() [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000001f07aa58#run() [Interpreted code] at java.lang.Thread#runWith() [Interpreted code] at java.lang.Thread#run() [Interpreted code] 14.10% 4276 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read() [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer() [Inlined code] at sun.nio.ch.IOUtil#read() [Inlined code] at sun.nio.ch.IOUtil#read() [Inlined code] at sun.nio.ch.FileChannelImpl#implRead() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead() [Inlined code] at sun.nio.ch.FileChannelImpl#read() [JIT compiled code] at perf.LineFileDocs#readDocs() [JIT compiled code] at perf.LineFileDocs$1#run() [Interpreted code] 4.65% 1410 sun.nio.ch.UnixFileDispatcherImpl#force0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#force() [Interpreted code] at sun.nio.ch.FileChannelImpl#implForce() [Interpreted code] at sun.nio.ch.FileChannelImpl#force() [Interpreted code] at org.apache.lucene.util.IOUtils#fsync() [Interpreted code] at org.apache.lucene.store.FSDirectory#fsync() [Interpreted code] at org.apache.lucene.store.FSDirectory#sync() [Interpreted code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#sync() [Interpreted code] at org.apache.lucene.index.IndexWriter#startCommit() [Interpreted code] at org.apache.lucene.index.IndexWriter#prepareCommitInternal() [Interpreted code] at org.apache.lucene.index.IndexWriter#commitInternal() [Interpreted code] at org.apache.lucene.index.IndexWriter#shutdown() [Interpreted code] 3.59% 1089 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read() [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer() [Inlined code] at sun.nio.ch.IOUtil#read() [Inlined code] at sun.nio.ch.IOUtil#read() [Inlined code] at sun.nio.ch.FileChannelImpl#implRead() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead() [Inlined code] at sun.nio.ch.FileChannelImpl#read() [JIT compiled code] at perf.LineFileDocs#readDocs() [Interpreted code] at perf.LineFileDocs$1#run() [Interpreted code] 3.49% 1058 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read() [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer() [Inlined code] at sun.nio.ch.IOUtil#read() [Inlined code] at sun.nio.ch.IOUtil#read() [JIT compiled code] at sun.nio.ch.FileChannelImpl#implRead() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead() [JIT compiled code] at sun.nio.ch.FileChannelImpl#read() [Inlined code] at perf.LineFileDocs#readDocs() [JIT compiled code] at perf.LineFileDocs$1#run() [Interpreted code] 2.48% 753 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute() [Interpreted code] at jdk.jfr.internal.periodic.PeriodicTask#run() [Interpreted code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic() [Interpreted code] at jdk.jfr.internal.PlatformRecorder#periodicTask() [Interpreted code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0() [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000001f07aa58#run() [Interpreted code] at java.lang.Thread#runWith() [Interpreted code] at java.lang.Thread#run() [Interpreted code] 1.97% 596 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [Inlined code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete() [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete() [Inlined code] at org.apache.lucene.util.FileDeleter#decRef() [JIT compiled code] at org.apache.lucene.index.IndexFileDeleter#decRef() [Inlined code] 1.70% 517 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete() [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete() [Inlined code] at org.apache.lucene.util.FileDeleter#decRef() [JIT compiled code] at org.apache.lucene.index.IndexFileDeleter#decRef() [JIT compiled code] 1.52% 460 sun.nio.ch.UnixFileDispatcherImpl#force0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#force() [Inlined code] at sun.nio.ch.FileChannelImpl#implForce() [JIT compiled code] at sun.nio.ch.FileChannelImpl#force() [JIT compiled code] at org.apache.lucene.util.IOUtils#fsync() [JIT compiled code] at org.apache.lucene.store.FSDirectory#fsync() [JIT compiled code] at org.apache.lucene.store.FSDirectory#sync() [Interpreted code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#sync() [Interpreted code] at org.apache.lucene.index.IndexWriter#startCommit() [Interpreted code] at org.apache.lucene.index.IndexWriter#prepareCommitInternal() [Interpreted code] at org.apache.lucene.index.IndexWriter#commitInternal() [Interpreted code] at org.apache.lucene.index.IndexWriter#shutdown() [Interpreted code] 0.91% 276 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete() [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete() [Inlined code] at org.apache.lucene.util.FileDeleter#decRef() [JIT compiled code] at org.apache.lucene.index.IndexFileDeleter#decRef() [Inlined code] 0.62% 188 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [JIT compiled code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle() [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup() [Inlined code] at jdk.internal.foreign.SharedSession$SharedResourceList#cleanup() [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl#close() [Inlined code] at jdk.internal.foreign.ArenaImpl#close() [JIT compiled code] at org.apache.lucene.store.RefCountedSharedArena#release() [JIT compiled code] at org.apache.lucene.store.RefCountedSharedArena#close() [JIT compiled code] 0.55% 168 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete() [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete() [Interpreted code] at org.apache.lucene.util.FileDeleter#decRef() [JIT compiled code] at org.apache.lucene.index.IndexFileDeleter#decRef() [Interpreted code] 0.51% 155 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle() [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup() [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup() [Inlined code] at jdk.internal.foreign.SharedSession$SharedResourceList#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl#close() [Inlined code] at jdk.internal.foreign.ArenaImpl#close() [Inlined code] at org.apache.lucene.store.RefCountedSharedArena#release() [Inlined code] at org.apache.lucene.store.RefCountedSharedArena#close() [Inlined code] 0.46% 141 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [JIT compiled code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle() [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup() [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup() [Interpreted code] at jdk.internal.foreign.SharedSession$SharedResourceList#cleanup() [Interpreted code] at jdk.internal.foreign.MemorySessionImpl#close() [Inlined code] at jdk.internal.foreign.ArenaImpl#close() [JIT compiled code] at org.apache.lucene.store.RefCountedSharedArena#release() [JIT compiled code] at org.apache.lucene.store.RefCountedSharedArena#close() [JIT compiled code] 0.45% 136 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete() [Inlined code] at org.apache.lucene.util.FileDeleter#delete() [JIT compiled code] at org.apache.lucene.util.FileDeleter#decRef() [JIT compiled code] at org.apache.lucene.index.IndexFileDeleter#decRef() [Interpreted code] 0.27% 83 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete() [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete() [Inlined code] at org.apache.lucene.util.FileDeleter#decRef() [JIT compiled code] at org.apache.lucene.index.IndexFileDeleter#decRef() [Interpreted code] 0.23% 70 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read() [JIT compiled code] at sun.nio.ch.IOUtil#readIntoNativeBuffer() [JIT compiled code] at sun.nio.ch.IOUtil#read() [JIT compiled code] at sun.nio.ch.IOUtil#read() [JIT compiled code] at sun.nio.ch.FileChannelImpl#implRead() [JIT compiled code] at sun.nio.ch.FileChannelImpl#traceImplRead() [JIT compiled code] at sun.nio.ch.FileChannelImpl#read() [JIT compiled code] at perf.LineFileDocs#readDocs() [Interpreted code] at perf.LineFileDocs$1#run() [Interpreted code] 0.17% 51 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete() [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete() [Interpreted code] at org.apache.lucene.util.FileDeleter#decRef() [Interpreted code] at org.apache.lucene.index.IndexFileDeleter#decRef() [Interpreted code] 0.16% 50 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open() [Inlined code] at sun.nio.fs.UnixChannelFactory#open() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Inlined code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#newFileChannel() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#newByteChannel() [Inlined code] at java.nio.file.spi.FileSystemProvider#newOutputStream() [JIT compiled code] at java.nio.file.Files#newOutputStream() [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#() [JIT compiled code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#() [JIT compiled code] at org.apache.lucene.store.FSDirectory#createOutput() [JIT compiled code] 0.16% 48 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete() [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete() [Inlined code] at org.apache.lucene.util.FileDeleter#decRef() [JIT compiled code] at org.apache.lucene.index.IndexFileDeleter#decRef() [Inlined code] 0.15% 47 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#open() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#newFileChannel() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#newByteChannel() [Inlined code] at java.nio.file.spi.FileSystemProvider#newOutputStream() [JIT compiled code] at java.nio.file.Files#newOutputStream() [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#() [JIT compiled code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#() [JIT compiled code] at org.apache.lucene.store.FSDirectory#createOutput() [JIT compiled code] 0.14% 43 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write() [JIT compiled code] at sun.nio.ch.IOUtil#writeFromNativeBuffer() [JIT compiled code] at sun.nio.ch.IOUtil#write() [JIT compiled code] at sun.nio.ch.IOUtil#write() [JIT compiled code] at sun.nio.ch.FileChannelImpl#implWrite() [JIT compiled code] at sun.nio.ch.FileChannelImpl#traceImplWrite() [JIT compiled code] at sun.nio.ch.FileChannelImpl#write() [JIT compiled code] at sun.nio.ch.ChannelOutputStream#writeFully() [JIT compiled code] at sun.nio.ch.ChannelOutputStream#write() [JIT compiled code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write() [JIT compiled code] at java.util.zip.CheckedOutputStream#write() [JIT compiled code] 0.09% 28 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [Interpreted code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [Interpreted code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Interpreted code] at java.nio.file.Files#delete() [Interpreted code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [Interpreted code] at org.apache.lucene.store.FSDirectory#deleteFile() [Interpreted code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [Interpreted code] at org.apache.lucene.util.FileDeleter#delete() [Interpreted code] at org.apache.lucene.util.FileDeleter#delete() [Interpreted code] at org.apache.lucene.util.FileDeleter#decRef() [Interpreted code] at org.apache.lucene.index.IndexFileDeleter#decRef() [Interpreted code] 0.09% 26 java.io.FileOutputStream#writeBytes() [Native code] at java.io.FileOutputStream#traceWriteBytes() [JIT compiled code] at java.io.FileOutputStream#write() [JIT compiled code] at java.lang.System$Out#write() [Inlined code] at java.io.BufferedOutputStream#flushBuffer() [Inlined code] at java.io.BufferedOutputStream#flush() [JIT compiled code] at java.io.PrintStream#write() [JIT compiled code] at sun.nio.cs.StreamEncoder#writeBytes() [JIT compiled code] at sun.nio.cs.StreamEncoder#implFlushBuffer() [Inlined code] at sun.nio.cs.StreamEncoder#flushBuffer() [JIT compiled code] at java.io.OutputStreamWriter#flushBuffer() [Inlined code] at java.io.PrintStream#writeln() [JIT compiled code] 0.08% 23 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete() [Interpreted code] at org.apache.lucene.util.FileDeleter#delete() [Interpreted code] at org.apache.lucene.util.FileDeleter#decRef() [Interpreted code] at org.apache.lucene.index.IndexFileDeleter#decRef() [Interpreted code] 0.07% 20 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [JIT compiled code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle() [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup() [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup() [Interpreted code] at jdk.internal.foreign.SharedSession$SharedResourceList#cleanup() [Interpreted code] at jdk.internal.foreign.MemorySessionImpl#close() [Inlined code] at jdk.internal.foreign.ArenaImpl#close() [JIT compiled code] at org.apache.lucene.store.RefCountedSharedArena#release() [Interpreted code] at org.apache.lucene.store.RefCountedSharedArena#close() [Interpreted code] 0.05% 16 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open() [Interpreted code] at sun.nio.fs.UnixChannelFactory#open() [Interpreted code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Interpreted code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Interpreted code] at sun.nio.fs.UnixFileSystemProvider#newFileChannel() [Interpreted code] at sun.nio.fs.UnixFileSystemProvider#newByteChannel() [Interpreted code] at java.nio.file.spi.FileSystemProvider#newOutputStream() [Interpreted code] at java.nio.file.Files#newOutputStream() [Interpreted code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#() [Interpreted code] at org.apache.lucene.store.FSDirectory#createTempOutput() [Interpreted code] at org.apache.lucene.store.FilterDirectory#createTempOutput() [Interpreted code] 0.05% 14 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute() [Interpreted code] at jdk.jfr.internal.periodic.PeriodicTask#run() [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic() [Interpreted code] at jdk.jfr.internal.PlatformRecorder#periodicTask() [Interpreted code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0() [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000001f07aa58#run() [Interpreted code] at java.lang.Thread#runWith() [Interpreted code] at java.lang.Thread#run() [Interpreted code] 0.04% 13 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write() [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer() [Inlined code] at sun.nio.ch.IOUtil#write() [Inlined code] at sun.nio.ch.IOUtil#write() [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite() [Inlined code] at sun.nio.ch.FileChannelImpl#write() [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully() [Inlined code] at sun.nio.ch.ChannelOutputStream#write() [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write() [Inlined code] at java.util.zip.CheckedOutputStream#write() [Inlined code] 0.03% 10 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open() [Interpreted code] at sun.nio.fs.UnixChannelFactory#open() [Interpreted code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Interpreted code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Interpreted code] at sun.nio.fs.UnixFileSystemProvider#newFileChannel() [Interpreted code] at sun.nio.fs.UnixFileSystemProvider#newByteChannel() [Interpreted code] at java.nio.file.spi.FileSystemProvider#newOutputStream() [Interpreted code] at java.nio.file.Files#newOutputStream() [Interpreted code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#() [Interpreted code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#() [Interpreted code] at org.apache.lucene.store.FSDirectory#createOutput() [Interpreted code] 0.03% 8 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#open() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Inlined code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#newFileChannel() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#newByteChannel() [Inlined code] at java.nio.file.spi.FileSystemProvider#newOutputStream() [JIT compiled code] at java.nio.file.Files#newOutputStream() [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#() [JIT compiled code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#() [JIT compiled code] at org.apache.lucene.store.FSDirectory#createOutput() [JIT compiled code] 0.02% 7 java.io.FileDescriptor#close0() [Native code] at java.io.FileDescriptor#close() [Inlined code] at java.io.FileDescriptor$1#close() [Inlined code] at sun.nio.ch.FileChannelImpl$Closer#run() [JIT compiled code] at jdk.internal.ref.CleanerImpl$PhantomCleanableRef#performCleanup() [JIT compiled code] at jdk.internal.ref.PhantomCleanable#clean() [Inlined code] at sun.nio.ch.FileChannelImpl#implCloseChannel() [JIT compiled code] at java.nio.channels.spi.AbstractInterruptibleChannel#close() [JIT compiled code] at sun.nio.ch.ChannelOutputStream#close() [JIT compiled code] at java.io.FilterOutputStream#close() [JIT compiled code] at java.io.FilterOutputStream#close() [JIT compiled code] at java.io.FilterOutputStream#close() [JIT compiled code] 0.02% 6 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace() [Inlined code] at jdk.internal.event.FileWriteEvent#commit() [JIT compiled code] at jdk.internal.event.FileWriteEvent#offer() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite() [Inlined code] at sun.nio.ch.FileChannelImpl#write() [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully() [Inlined code] at sun.nio.ch.ChannelOutputStream#write() [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write() [Inlined code] at java.util.zip.CheckedOutputStream#write() [JIT compiled code] at java.io.BufferedOutputStream#flushBuffer() [Inlined code] at java.io.BufferedOutputStream#write() [Inlined code] 0.02% 6 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Interpreted code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [Interpreted code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [Interpreted code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle() [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup() [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup() [Interpreted code] at jdk.internal.foreign.SharedSession$SharedResourceList#cleanup() [Interpreted code] at jdk.internal.foreign.MemorySessionImpl#close() [Inlined code] at jdk.internal.foreign.ArenaImpl#close() [JIT compiled code] at org.apache.lucene.store.RefCountedSharedArena#release() [Interpreted code] at org.apache.lucene.store.RefCountedSharedArena#close() [Interpreted code] 0.02% 6 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute() [Interpreted code] at jdk.jfr.internal.periodic.PeriodicTask#run() [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic() [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#periodicTask() [Interpreted code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0() [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000001f07aa58#run() [Interpreted code] at java.lang.Thread#runWith() [Interpreted code] at java.lang.Thread#run() [Interpreted code] 0.02% 6 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current() [Inlined code] at sun.nio.ch.NativeThreadSet#add() [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite() [Inlined code] at sun.nio.ch.FileChannelImpl#write() [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully() [Inlined code] at sun.nio.ch.ChannelOutputStream#write() [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write() [Inlined code] at java.util.zip.CheckedOutputStream#write() [JIT compiled code] at java.io.BufferedOutputStream#flushBuffer() [Inlined code] at java.io.BufferedOutputStream#write() [Inlined code] 0.02% 5 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map() [JIT compiled code] at sun.nio.ch.FileChannelImpl#mapInternal() [JIT compiled code] at sun.nio.ch.FileChannelImpl#map() [JIT compiled code] at org.apache.lucene.store.MMapDirectory#map() [JIT compiled code] at org.apache.lucene.store.MMapDirectory#openInput() [JIT compiled code] at org.apache.lucene.store.FilterDirectory#openInput() [JIT compiled code] at org.apache.lucene.store.FilterDirectory#openInput() [JIT compiled code] at org.apache.lucene.store.Directory#openChecksumInput() [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.FieldsIndexWriter#finish() [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#finish() [Interpreted code] at org.apache.lucene.index.StoredFieldsConsumer#flush() [Interpreted code] 0.02% 5 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat() [Inlined code] at sun.nio.fs.UnixFileAttributes#get() [Inlined code] at sun.nio.fs.UnixFileAttributeViews$Basic#readAttributes() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#readAttributes() [Inlined code] at sun.nio.fs.LinuxFileSystemProvider#readAttributes() [JIT compiled code] at java.nio.file.Files#readAttributes() [Inlined code] at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock#ensureValid() [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#createOutput() [JIT compiled code] at org.apache.lucene.store.TrackingDirectoryWrapper#createOutput() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#() [Interpreted code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsFormat#fieldsConsumer() [Interpreted code] 0.02% 5 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [JIT compiled code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle() [Inlined code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup() [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl#close() [Inlined code] at jdk.internal.foreign.ArenaImpl#close() [JIT compiled code] at org.apache.lucene.store.MemorySegmentIndexInput#close() [JIT compiled code] at org.apache.lucene.store.BufferedChecksumIndexInput#close() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#() [Interpreted code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsFormat#fieldsProducer() [Interpreted code] 0.01% 4 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [JIT compiled code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle() [Inlined code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup() [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl#close() [Inlined code] at jdk.internal.foreign.ArenaImpl#close() [JIT compiled code] at org.apache.lucene.store.MemorySegmentIndexInput#close() [JIT compiled code] at org.apache.lucene.store.BufferedChecksumIndexInput#close() [JIT compiled code] at org.apache.lucene.codecs.lucene90.Lucene90PointsReader#() [Interpreted code] at org.apache.lucene.codecs.lucene90.Lucene90PointsFormat#fieldsReader() [Interpreted code] 0.01% 4 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace() [Inlined code] at jdk.internal.event.FileWriteEvent#commit() [JIT compiled code] at jdk.internal.event.FileWriteEvent#offer() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite() [Inlined code] at sun.nio.ch.FileChannelImpl#write() [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully() [Inlined code] at sun.nio.ch.ChannelOutputStream#write() [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write() [Inlined code] at java.util.zip.CheckedOutputStream#write() [JIT compiled code] at java.io.BufferedOutputStream#flushBuffer() [Inlined code] at java.io.BufferedOutputStream#flush() [JIT compiled code] 0.01% 4 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [JIT compiled code] at org.apache.lucene.store.TrackingDirectoryWrapper#deleteFile() [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.FieldsIndexWriter#finish() [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#finish() [Interpreted code] at org.apache.lucene.index.StoredFieldsConsumer#flush() [Interpreted code] 0.01% 4 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write() [JIT compiled code] at sun.nio.ch.IOUtil#writeFromNativeBuffer() [Interpreted code] at sun.nio.ch.IOUtil#write() [JIT compiled code] at sun.nio.ch.IOUtil#write() [JIT compiled code] at sun.nio.ch.FileChannelImpl#implWrite() [JIT compiled code] at sun.nio.ch.FileChannelImpl#traceImplWrite() [JIT compiled code] at sun.nio.ch.FileChannelImpl#write() [JIT compiled code] at sun.nio.ch.ChannelOutputStream#writeFully() [JIT compiled code] at sun.nio.ch.ChannelOutputStream#write() [JIT compiled code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write() [JIT compiled code] at java.util.zip.CheckedOutputStream#write() [JIT compiled code] 0.01% 4 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current() [Inlined code] at sun.nio.ch.NativeThreadSet#add() [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite() [Inlined code] at sun.nio.ch.FileChannelImpl#write() [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully() [Inlined code] at sun.nio.ch.ChannelOutputStream#write() [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write() [Inlined code] at java.util.zip.CheckedOutputStream#write() [JIT compiled code] at java.io.BufferedOutputStream#flushBuffer() [Inlined code] at java.io.BufferedOutputStream#flush() [JIT compiled code] 0.01% 4 java.io.FileDescriptor#close0() [Native code] at java.io.FileDescriptor#close() [Inlined code] at java.io.FileDescriptor$1#close() [Inlined code] at sun.nio.ch.FileChannelImpl$Closer#run() [JIT compiled code] at jdk.internal.ref.CleanerImpl$PhantomCleanableRef#performCleanup() [Inlined code] at jdk.internal.ref.PhantomCleanable#clean() [Inlined code] at sun.nio.ch.FileChannelImpl#implCloseChannel() [Inlined code] at java.nio.channels.spi.AbstractInterruptibleChannel#close() [JIT compiled code] at sun.nio.ch.ChannelOutputStream#close() [JIT compiled code] at java.io.FilterOutputStream#close() [JIT compiled code] at java.io.FilterOutputStream#close() [JIT compiled code] at java.io.FilterOutputStream#close() [JIT compiled code] 0.01% 4 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [JIT compiled code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle() [Inlined code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup() [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl#close() [Inlined code] at jdk.internal.foreign.ArenaImpl#close() [JIT compiled code] at org.apache.lucene.store.MemorySegmentIndexInput#close() [JIT compiled code] at org.apache.lucene.store.BufferedChecksumIndexInput#close() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsReader#() [Interpreted code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsFormat#fieldsProducer() [Interpreted code] 0.01% 4 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [JIT compiled code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle() [Inlined code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup() [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl#close() [Inlined code] at jdk.internal.foreign.ArenaImpl#close() [JIT compiled code] at org.apache.lucene.store.MemorySegmentIndexInput#close() [JIT compiled code] at org.apache.lucene.store.BufferedChecksumIndexInput#close() [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.FieldsIndexWriter#finish() [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#finish() [Interpreted code] 0.01% 4 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map() [JIT compiled code] at sun.nio.ch.FileChannelImpl#mapInternal() [JIT compiled code] at sun.nio.ch.FileChannelImpl#map() [JIT compiled code] at org.apache.lucene.store.MMapDirectory#map() [JIT compiled code] at org.apache.lucene.store.MMapDirectory#openInput() [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader#() [Interpreted code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsFormat#fieldsReader() [Interpreted code] at org.apache.lucene.codecs.lucene90.Lucene90StoredFieldsFormat#fieldsReader() [Interpreted code] at org.apache.lucene.index.SegmentCoreReaders#() [Interpreted code] at org.apache.lucene.index.SegmentReader#() [Interpreted code] at org.apache.lucene.index.ReadersAndUpdates#getReader() [Interpreted code] 0.01% 3 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open() [Inlined code] at sun.nio.fs.UnixChannelFactory#open() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Inlined code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#newFileChannel() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#newByteChannel() [Inlined code] at java.nio.file.spi.FileSystemProvider#newOutputStream() [JIT compiled code] at java.nio.file.Files#newOutputStream() [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#() [JIT compiled code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#() [Inlined code] at org.apache.lucene.store.FSDirectory#createOutput() [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 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 232.31 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 232.31 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 232.31 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 232.31 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 232.31 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 232.31 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 778947 events (total: 347912M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=false PERCENT HEAP SAMPLES STACK 19.13% 66567M perf.LineFileDocs#nextDoc() [JIT compiled code] 12.35% 42950M java.lang.StringUTF16#compress() [Inlined code] 8.31% 28907M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState() [Inlined code] 6.66% 23164M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#() [Inlined code] 6.47% 22494M perf.LineFileDocs#readDocs() [JIT compiled code] 6.27% 21823M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock() [Inlined code] 4.28% 14907M org.apache.lucene.index.ParallelPostingsArray#() [Inlined code] 3.47% 12088M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] 3.45% 12009M org.apache.lucene.codecs.lucene104.PForUtil#encode() [JIT compiled code] 3.08% 10715M org.apache.lucene.util.ArrayUtil#copyOfSubArray() [Inlined code] 2.76% 9616M org.apache.lucene.util.BytesRef#() [Inlined code] 2.51% 8738M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms() [JIT compiled code] 1.83% 6380M org.apache.lucene.util.TimSorter#() [Inlined code] 1.32% 4586M java.util.ArrayList#grow() [Inlined code] 1.27% 4420M java.util.TreeMap#keyIterator() [Inlined code] 1.18% 4097M perf.LineFileDocs#readDocs() [Interpreted code] 1.10% 3810M org.apache.lucene.util.BytesRefHash#rehash() [JIT compiled code] 0.98% 3425M org.apache.lucene.document.IntPoint#pack() [Inlined code] 0.87% 3041M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#() [Inlined code] 0.82% 2855M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] 0.69% 2407M java.util.Formatter#parse() [Inlined code] 0.65% 2249M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs() [JIT compiled code] 0.55% 1916M org.apache.lucene.util.ArrayUtil#timSort() [Inlined code] 0.54% 1861M org.apache.lucene.document.StringField#setStringValue() [Inlined code] 0.52% 1803M org.apache.lucene.document.LongField#binaryValue() [JIT compiled code] 0.51% 1784M org.apache.lucene.document.KeywordField#setStringValue() [Inlined code] 0.51% 1784M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlock() [JIT compiled code] 0.48% 1663M org.apache.lucene.document.IntField#binaryValue() [JIT compiled code] 0.46% 1608M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock() [Inlined code] 0.45% 1582M java.lang.Integer#toString() [Inlined code] 0.44% 1546M perf.LineFileDocs#newDocState() [Interpreted code] 0.42% 1470M java.util.Arrays#copyOfRange() [Inlined code] 0.41% 1441M org.apache.lucene.util.PagedBytes$PagedBytesDataOutput#writeBytes() [Inlined code] 0.39% 1364M java.lang.Long#valueOf() [Inlined code] 0.33% 1158M java.lang.String#format() [Inlined code] 0.29% 1010M java.util.Formatter$FormatSpecifierParser#parse() [Inlined code] 0.29% 1008M java.lang.StringLatin1#replace() [Inlined code] 0.29% 1007M java.lang.AbstractStringBuilder#() [Inlined code] 0.27% 952M java.lang.StringBuilder#toString() [Inlined code] 0.26% 916M java.util.List#of() [Inlined code] 0.26% 907M java.util.Formatter#() [Inlined code] 0.22% 781M java.lang.StringLatin1#newString() [Inlined code] 0.22% 770M jdk.internal.misc.Unsafe#allocateUninitializedArray() [Inlined code] 0.16% 551M org.apache.lucene.util.StringSorter#fallbackSorter() [Inlined code] 0.13% 439M java.lang.invoke.DirectMethodHandle#allocateInstance() [Inlined code] 0.12% 408M java.util.ArrayList#iterator() [JIT compiled code] 0.10% 352M java.util.ArrayDeque#iterator() [Inlined code] 0.10% 335M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#bytesRefToTrie() [Inlined code] 0.10% 334M java.util.ArrayList#subList() [Inlined code] 0.10% 332M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#writeImpacts() [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 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 232.31 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 232.31 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 232.31 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 232.31 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 232.31 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 232.31 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 232.31 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 778947 events (total: 347912M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=false PERCENT HEAP SAMPLES STACK 19.10% 66434M perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.LineFileDocs#nextDoc() [Inlined code] 12.35% 42950M java.lang.StringUTF16#compress() [Inlined code] at java.lang.String#() [Inlined code] 8.31% 28907M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState() [Inlined code] 6.66% 23164M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#() [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance() [Inlined code] 6.47% 22494M perf.LineFileDocs#readDocs() [JIT compiled code] at perf.LineFileDocs$1#run() [Interpreted code] 6.27% 21823M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock() [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer() [JIT compiled code] 4.28% 14907M org.apache.lucene.index.ParallelPostingsArray#() [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#() [Inlined code] 3.47% 12088M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] 3.02% 10510M org.apache.lucene.util.ArrayUtil#copyOfSubArray() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#() [Inlined code] 2.73% 9482M org.apache.lucene.codecs.lucene104.PForUtil#encode() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition() [JIT compiled code] 2.67% 9276M org.apache.lucene.util.BytesRef#() [Inlined code] at org.apache.lucene.util.BytesRef#() [Inlined code] 2.43% 8452M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms() [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] 1.83% 6380M org.apache.lucene.util.TimSorter#() [Inlined code] at org.apache.lucene.util.ArrayTimSorter#() [Inlined code] 1.32% 4586M java.util.ArrayList#grow() [Inlined code] at java.util.ArrayList#grow() [Inlined code] 1.27% 4420M java.util.TreeMap#keyIterator() [Inlined code] at java.util.TreeMap$KeySet#iterator() [JIT compiled code] 1.18% 4097M perf.LineFileDocs#readDocs() [Interpreted code] at perf.LineFileDocs$1#run() [Interpreted code] 1.10% 3810M org.apache.lucene.util.BytesRefHash#rehash() [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add() [JIT compiled code] 0.98% 3425M org.apache.lucene.document.IntPoint#pack() [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues() [Inlined code] 0.87% 3041M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#bytesRefToTrie() [Inlined code] 0.80% 2766M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [Inlined code] 0.73% 2526M org.apache.lucene.codecs.lucene104.PForUtil#encode() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock() [JIT compiled code] 0.69% 2407M java.util.Formatter#parse() [Inlined code] at java.util.Formatter#format() [Inlined code] 0.65% 2249M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock() [JIT compiled code] 0.55% 1916M org.apache.lucene.util.ArrayUtil#timSort() [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings() [JIT compiled code] 0.54% 1861M org.apache.lucene.document.StringField#setStringValue() [Inlined code] at perf.LineFileDocs#nextDoc() [JIT compiled code] 0.51% 1784M org.apache.lucene.document.KeywordField#setStringValue() [Inlined code] at perf.LineFileDocs#nextDoc() [JIT compiled code] 0.51% 1784M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlock() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlocks() [JIT compiled code] 0.49% 1717M org.apache.lucene.document.LongField#binaryValue() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField() [Inlined code] 0.48% 1663M org.apache.lucene.document.IntField#binaryValue() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField() [Inlined code] 0.46% 1608M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock() [Inlined code] at org.apache.lucene.util.IntBlockPool#nextBuffer() [JIT compiled code] 0.44% 1546M perf.LineFileDocs#newDocState() [Interpreted code] at perf.IndexThreads$IndexThread#run() [Interpreted code] 0.42% 1450M java.lang.Integer#toString() [Inlined code] at perf.LineFileDocs#intToID() [JIT compiled code] 0.39% 1364M java.lang.Long#valueOf() [Inlined code] at org.apache.lucene.document.Field#setLongValue() [Inlined code] 0.33% 1134M java.lang.String#format() [Inlined code] at perf.LineFileDocs#intToID() [JIT compiled code] 0.29% 1010M java.util.Formatter$FormatSpecifierParser#parse() [Inlined code] at java.util.Formatter#parse() [Inlined code] 0.29% 1008M java.lang.StringLatin1#replace() [Inlined code] at java.lang.String#replace() [Inlined code] 0.29% 1007M java.lang.AbstractStringBuilder#() [Inlined code] at java.lang.StringBuilder#() [Inlined code] 0.27% 952M java.lang.StringBuilder#toString() [Inlined code] at java.util.Formatter#toString() [Inlined code] 0.26% 907M java.util.Formatter#() [Inlined code] at java.lang.String#format() [Inlined code] 0.25% 873M java.util.List#of() [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument() [JIT compiled code] 0.25% 855M org.apache.lucene.util.PagedBytes$PagedBytesDataOutput#writeBytes() [Inlined code] at org.apache.lucene.index.BinaryDocValuesWriter#addValue() [JIT compiled code] 0.23% 784M java.util.Arrays#copyOfRange() [Inlined code] at java.lang.String#() [Inlined code] 0.22% 781M java.lang.StringLatin1#newString() [Inlined code] at java.lang.Integer#toString() [Inlined code] 0.22% 770M jdk.internal.misc.Unsafe#allocateUninitializedArray() [Inlined code] at java.lang.StringConcatHelper#newArray() [Inlined code] 0.20% 682M java.util.Arrays#copyOfRange() [Inlined code] at java.lang.StringLatin1#newString() [Inlined code] 0.17% 585M org.apache.lucene.util.PagedBytes$PagedBytesDataOutput#writeBytes() [Inlined code] at org.apache.lucene.index.PointValuesWriter#addPackedValue() [JIT compiled code] 0.16% 551M org.apache.lucene.util.StringSorter#fallbackSorter() [Inlined code] at org.apache.lucene.util.StringSorter$MSBStringRadixSorter#getFallbackSorter() [Inlined code] 0.12% 401M java.lang.invoke.DirectMethodHandle#allocateInstance() [Inlined code] at java.lang.invoke.LambdaForm$DMH.0x000000001f1b0400#newInvokeSpecial() [Inlined code] 0.10% 352M java.util.ArrayDeque#iterator() [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#copyTo() [Inlined code] 0.10% 340M org.apache.lucene.util.BytesRef#() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlock() [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 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 232.31 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 232.31 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 232.31 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 232.31 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 232.31 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 232.31 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 232.31 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 232.31 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 778947 events (total: 347912M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=false PERCENT HEAP SAMPLES STACK 19.10% 66434M perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.LineFileDocs#nextDoc() [Inlined code] at perf.IndexThreads$IndexThread#run() [JIT compiled code] 12.33% 42901M java.lang.StringUTF16#compress() [Inlined code] at java.lang.String#() [Inlined code] at java.lang.String#() [Inlined code] at perf.LineFileDocs#nextDoc() [JIT compiled code] 8.00% 27835M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState() [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] 6.66% 23164M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#() [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance() [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow() [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow() [JIT compiled code] 6.47% 22494M perf.LineFileDocs#readDocs() [JIT compiled code] at perf.LineFileDocs$1#run() [Interpreted code] 4.84% 16852M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock() [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer() [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice() [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice() [Inlined code] 4.28% 14907M org.apache.lucene.index.ParallelPostingsArray#() [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#() [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance() [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow() [Inlined code] 3.02% 10510M org.apache.lucene.util.ArrayUtil#copyOfSubArray() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] 2.65% 9218M org.apache.lucene.codecs.lucene104.PForUtil#encode() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition() [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] 2.41% 8393M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms() [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] 1.83% 6380M org.apache.lucene.util.TimSorter#() [Inlined code] at org.apache.lucene.util.ArrayTimSorter#() [Inlined code] at org.apache.lucene.util.ArrayUtil#timSort() [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings() [JIT compiled code] 1.76% 6121M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write() [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush() [Interpreted code] 1.63% 5688M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge() [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge() [Interpreted code] 1.32% 4586M java.util.ArrayList#grow() [Inlined code] at java.util.ArrayList#grow() [Inlined code] at java.util.ArrayList#add() [Inlined code] at java.util.ArrayList#add() [Inlined code] 1.27% 4403M java.util.TreeMap#keyIterator() [Inlined code] at java.util.TreeMap$KeySet#iterator() [JIT compiled code] at java.util.TreeSet#iterator() [Inlined code] at org.apache.lucene.codecs.CompetitiveImpactAccumulator#addAll() [Inlined code] 1.18% 4097M perf.LineFileDocs#readDocs() [Interpreted code] at perf.LineFileDocs$1#run() [Interpreted code] 1.17% 4065M org.apache.lucene.util.BytesRef#() [Inlined code] at org.apache.lucene.util.BytesRef#() [Inlined code] at org.apache.lucene.document.KeywordField#setStringValue() [Inlined code] at perf.LineFileDocs#nextDoc() [JIT compiled code] 0.99% 3444M org.apache.lucene.util.BytesRefHash#rehash() [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add() [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add() [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream() [JIT compiled code] 0.89% 3097M org.apache.lucene.document.IntPoint#pack() [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues() [Inlined code] at org.apache.lucene.document.IntPoint#setIntValue() [Inlined code] at perf.LineFileDocs#nextDoc() [JIT compiled code] 0.87% 3041M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#bytesRefToTrie() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingBlock#compileIndex() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlocks() [JIT compiled code] 0.86% 3008M org.apache.lucene.util.BytesRef#() [Inlined code] at org.apache.lucene.util.BytesRef#() [Inlined code] at perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.LineFileDocs#nextDoc() [Inlined code] 0.86% 2994M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock() [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer() [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices() [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add() [JIT compiled code] 0.74% 2579M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [Inlined code] at org.apache.lucene.util.ArrayUtil#grow() [Inlined code] at org.apache.lucene.index.PointValuesWriter#addPackedValue() [JIT compiled code] 0.71% 2457M org.apache.lucene.codecs.lucene104.PForUtil#encode() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc() [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] 0.69% 2407M java.util.Formatter#parse() [Inlined code] at java.util.Formatter#format() [Inlined code] at java.util.Formatter#format() [Inlined code] at java.lang.String#format() [Inlined code] 0.63% 2207M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc() [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] 0.62% 2156M org.apache.lucene.util.BytesRef#() [Inlined code] at org.apache.lucene.util.BytesRef#() [Inlined code] at org.apache.lucene.document.StringField#setStringValue() [Inlined code] at perf.LineFileDocs#nextDoc() [JIT compiled code] 0.55% 1905M org.apache.lucene.util.ArrayUtil#timSort() [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings() [JIT compiled code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings() [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] 0.54% 1861M org.apache.lucene.document.StringField#setStringValue() [Inlined code] at perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.LineFileDocs#nextDoc() [Inlined code] at perf.IndexThreads$IndexThread#run() [JIT compiled code] 0.51% 1784M org.apache.lucene.document.KeywordField#setStringValue() [Inlined code] at perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.LineFileDocs#nextDoc() [Inlined code] at perf.IndexThreads$IndexThread#run() [JIT compiled code] 0.51% 1784M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlock() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlocks() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#pushTerm() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] 0.49% 1717M org.apache.lucene.document.LongField#binaryValue() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField() [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] 0.48% 1677M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock() [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer() [JIT compiled code] at org.apache.lucene.util.BytesRefBlockPool#addBytesRef() [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add() [JIT compiled code] 0.48% 1660M org.apache.lucene.document.IntField#binaryValue() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField() [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] 0.44% 1546M perf.LineFileDocs#newDocState() [Interpreted code] at perf.IndexThreads$IndexThread#run() [Interpreted code] 0.42% 1467M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock() [Inlined code] at org.apache.lucene.util.IntBlockPool#nextBuffer() [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices() [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add() [JIT compiled code] 0.42% 1450M java.lang.Integer#toString() [Inlined code] at perf.LineFileDocs#intToID() [JIT compiled code] at perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.LineFileDocs#nextDoc() [Inlined code] 0.33% 1134M java.lang.String#format() [Inlined code] at perf.LineFileDocs#intToID() [JIT compiled code] at perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.LineFileDocs#nextDoc() [Inlined code] 0.29% 1007M java.lang.AbstractStringBuilder#() [Inlined code] at java.lang.StringBuilder#() [Inlined code] at java.util.Formatter#() [Inlined code] at java.lang.String#format() [Inlined code] 0.29% 1007M java.util.Formatter$FormatSpecifierParser#parse() [Inlined code] at java.util.Formatter#parse() [Inlined code] at java.util.Formatter#format() [Inlined code] at java.util.Formatter#format() [Inlined code] 0.28% 985M java.lang.StringLatin1#replace() [Inlined code] at java.lang.String#replace() [Inlined code] at perf.LineFileDocs#intToID() [JIT compiled code] at perf.LineFileDocs#nextDoc() [JIT compiled code] 0.25% 873M java.util.List#of() [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument() [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument() [Inlined code] at perf.IndexThreads$IndexThread#run() [JIT compiled code] 0.25% 869M java.lang.StringBuilder#toString() [Inlined code] at java.util.Formatter#toString() [Inlined code] at java.lang.String#format() [Inlined code] at perf.LineFileDocs#intToID() [JIT compiled code] 0.25% 855M org.apache.lucene.util.PagedBytes$PagedBytesDataOutput#writeBytes() [Inlined code] at org.apache.lucene.index.BinaryDocValuesWriter#addValue() [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexDocValue() [Inlined code] at org.apache.lucene.index.IndexingChain#processField() [Inlined code] 0.24% 839M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState() [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] 0.23% 794M java.util.Formatter#() [Inlined code] at java.lang.String#format() [Inlined code] at perf.LineFileDocs#intToID() [JIT compiled code] at perf.LineFileDocs#nextDoc() [JIT compiled code] 0.23% 784M java.util.Arrays#copyOfRange() [Inlined code] at java.lang.String#() [Inlined code] at java.lang.StringBuilder#toString() [Inlined code] at java.util.Formatter#toString() [Inlined code] 0.22% 758M java.lang.StringLatin1#newString() [Inlined code] at java.lang.Integer#toString() [Inlined code] at perf.LineFileDocs#intToID() [JIT compiled code] at perf.LineFileDocs#nextDoc() [JIT compiled code] 0.20% 712M jdk.internal.misc.Unsafe#allocateUninitializedArray() [Inlined code] at java.lang.StringConcatHelper#newArray() [Inlined code] at java.lang.StringLatin1#replace() [Inlined code] at java.lang.String#replace() [Inlined code] 0.20% 682M java.util.Arrays#copyOfRange() [Inlined code] at java.lang.StringLatin1#newString() [Inlined code] at java.lang.Integer#toString() [Inlined code] at perf.LineFileDocs#intToID() [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 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 232.31 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 232.31 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 232.31 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 232.31 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 232.31 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 232.31 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 232.31 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 232.31 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 232.31 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 778947 events (total: 347912M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=false PERCENT HEAP SAMPLES STACK 19.10% 66434M perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.LineFileDocs#nextDoc() [Inlined code] at perf.IndexThreads$IndexThread#run() [JIT compiled code] 12.26% 42663M java.lang.StringUTF16#compress() [Inlined code] at java.lang.String#() [Inlined code] at java.lang.String#() [Inlined code] at perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.LineFileDocs#nextDoc() [Inlined code] at perf.IndexThreads$IndexThread#run() [JIT compiled code] 6.47% 22494M perf.LineFileDocs#readDocs() [JIT compiled code] at perf.LineFileDocs$1#run() [Interpreted code] 6.12% 21279M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#() [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance() [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow() [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow() [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add() [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add() [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream() [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert() [Inlined code] 3.82% 13296M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState() [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge() [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms() [Interpreted code] 3.60% 12516M org.apache.lucene.index.ParallelPostingsArray#() [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#() [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance() [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow() [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow() [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add() [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add() [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream() [JIT compiled code] 2.31% 8050M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState() [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write() [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush() [Interpreted code] at org.apache.lucene.index.IndexingChain#flush() [JIT compiled code] 2.16% 7502M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock() [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer() [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice() [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice() [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte() [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt() [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx() [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm() [JIT compiled code] 1.81% 6314M org.apache.lucene.util.TimSorter#() [Inlined code] at org.apache.lucene.util.ArrayTimSorter#() [Inlined code] at org.apache.lucene.util.ArrayUtil#timSort() [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings() [JIT compiled code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings() [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] 1.71% 5935M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState() [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write() [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush() [Interpreted code] at org.apache.lucene.index.IndexingChain#flush() [Interpreted code] 1.69% 5891M org.apache.lucene.codecs.lucene104.PForUtil#encode() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition() [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge() [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms() [Interpreted code] 1.63% 5688M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge() [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms() [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000001f1e67e8#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging() [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge() [Interpreted code] 1.63% 5680M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock() [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer() [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice() [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice() [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte() [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt() [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm() [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice() [Inlined code] 1.48% 5151M org.apache.lucene.util.ArrayUtil#copyOfSubArray() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge() [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms() [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000001f1e67e8#merge() [Interpreted code] 1.18% 4097M perf.LineFileDocs#readDocs() [Interpreted code] at perf.LineFileDocs$1#run() [Interpreted code] 1.17% 4065M org.apache.lucene.util.BytesRef#() [Inlined code] at org.apache.lucene.util.BytesRef#() [Inlined code] at org.apache.lucene.document.KeywordField#setStringValue() [Inlined code] at perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.LineFileDocs#nextDoc() [Inlined code] at perf.IndexThreads$IndexThread#run() [JIT compiled code] 1.06% 3704M java.util.TreeMap#keyIterator() [Inlined code] at java.util.TreeMap$KeySet#iterator() [JIT compiled code] at java.util.TreeSet#iterator() [Inlined code] at org.apache.lucene.codecs.CompetitiveImpactAccumulator#addAll() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#finishTerm() [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] 1.05% 3670M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock() [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer() [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice() [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice() [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte() [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt() [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx() [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm() [JIT compiled code] 1.04% 3619M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms() [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge() [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms() [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000001f1e67e8#merge() [Interpreted code] 0.99% 3427M org.apache.lucene.util.BytesRefHash#rehash() [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add() [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add() [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream() [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert() [Inlined code] at org.apache.lucene.index.IndexingChain#processField() [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] 0.89% 3097M org.apache.lucene.document.IntPoint#pack() [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues() [Inlined code] at org.apache.lucene.document.IntPoint#setIntValue() [Inlined code] at perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.LineFileDocs#nextDoc() [Inlined code] at perf.IndexThreads$IndexThread#run() [JIT compiled code] 0.87% 3029M org.apache.lucene.util.ArrayUtil#copyOfSubArray() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write() [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush() [Interpreted code] at org.apache.lucene.index.IndexingChain#flush() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush() [Interpreted code] 0.86% 3008M org.apache.lucene.util.BytesRef#() [Inlined code] at org.apache.lucene.util.BytesRef#() [Inlined code] at perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.LineFileDocs#nextDoc() [Inlined code] at perf.IndexThreads$IndexThread#run() [JIT compiled code] 0.85% 2951M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock() [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer() [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices() [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add() [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream() [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert() [Inlined code] at org.apache.lucene.index.IndexingChain#processField() [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] 0.82% 2866M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write() [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush() [Interpreted code] at org.apache.lucene.index.IndexingChain#flush() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush() [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush() [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush() [Inlined code] 0.79% 2736M java.util.ArrayList#grow() [Inlined code] at java.util.ArrayList#grow() [Inlined code] at java.util.ArrayList#add() [Inlined code] at java.util.ArrayList#add() [Inlined code] at java.util.Formatter$FormatSpecifierParser#parse() [Inlined code] at java.util.Formatter#parse() [Inlined code] at java.util.Formatter#format() [Inlined code] at java.util.Formatter#format() [Inlined code] 0.76% 2652M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write() [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush() [Interpreted code] at org.apache.lucene.index.IndexingChain#flush() [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush() [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush() [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush() [Inlined code] 0.76% 2650M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms() [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write() [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush() [Interpreted code] at org.apache.lucene.index.IndexingChain#flush() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush() [Interpreted code] 0.68% 2374M org.apache.lucene.index.ParallelPostingsArray#() [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#() [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance() [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow() [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow() [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add() [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add() [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTerm() [Inlined code] 0.65% 2268M java.util.Formatter#parse() [Inlined code] at java.util.Formatter#format() [Inlined code] at java.util.Formatter#format() [Inlined code] at java.lang.String#format() [Inlined code] at perf.LineFileDocs#intToID() [JIT compiled code] at perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.LineFileDocs#nextDoc() [Inlined code] at perf.IndexThreads$IndexThread#run() [JIT compiled code] 0.63% 2204M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [Inlined code] at org.apache.lucene.util.ArrayUtil#grow() [Inlined code] at org.apache.lucene.index.PointValuesWriter#addPackedValue() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField() [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [JIT compiled code] 0.62% 2156M org.apache.lucene.util.BytesRef#() [Inlined code] at org.apache.lucene.util.BytesRef#() [Inlined code] at org.apache.lucene.document.StringField#setStringValue() [Inlined code] at perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.LineFileDocs#nextDoc() [Inlined code] at perf.IndexThreads$IndexThread#run() [JIT compiled code] 0.61% 2133M org.apache.lucene.util.ArrayUtil#copyOfSubArray() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write() [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush() [Interpreted code] at org.apache.lucene.index.IndexingChain#flush() [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush() [Interpreted code] 0.55% 1929M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms() [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write() [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush() [Interpreted code] at org.apache.lucene.index.IndexingChain#flush() [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush() [Interpreted code] 0.55% 1905M org.apache.lucene.util.ArrayUtil#timSort() [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings() [JIT compiled code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings() [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge() [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge() [Interpreted code] 0.54% 1885M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#() [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance() [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow() [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow() [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add() [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add() [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTerm() [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invert() [Inlined code] 0.54% 1861M org.apache.lucene.document.StringField#setStringValue() [Inlined code] at perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.LineFileDocs#nextDoc() [Inlined code] at perf.IndexThreads$IndexThread#run() [JIT compiled code] 0.51% 1784M org.apache.lucene.document.KeywordField#setStringValue() [Inlined code] at perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.LineFileDocs#nextDoc() [Inlined code] at perf.IndexThreads$IndexThread#run() [JIT compiled code] 0.49% 1693M org.apache.lucene.codecs.lucene104.PForUtil#encode() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc() [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge() [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge() [Interpreted code] 0.47% 1633M org.apache.lucene.codecs.lucene104.PForUtil#encode() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition() [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write() [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush() [Interpreted code] at org.apache.lucene.index.IndexingChain#flush() [JIT compiled code] 0.45% 1575M org.apache.lucene.codecs.lucene104.PForUtil#encode() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition() [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write() [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush() [Interpreted code] at org.apache.lucene.index.IndexingChain#flush() [Interpreted code] 0.45% 1549M java.util.ArrayList#grow() [Inlined code] at java.util.ArrayList#grow() [Inlined code] at java.util.ArrayList#add() [Inlined code] at java.util.ArrayList#add() [Inlined code] at org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc() [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] 0.44% 1546M perf.LineFileDocs#newDocState() [Interpreted code] at perf.IndexThreads$IndexThread#run() [Interpreted code] 0.44% 1543M org.apache.lucene.document.IntField#binaryValue() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField() [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments() [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument() [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument() [Inlined code] 0.44% 1540M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#bytesRefToTrie() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingBlock#compileIndex() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlocks() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#pushTerm() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge() [Interpreted code] 0.43% 1483M org.apache.lucene.document.LongField#binaryValue() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField() [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments() [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument() [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument() [Inlined code] 0.42% 1467M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock() [Inlined code] at org.apache.lucene.util.IntBlockPool#nextBuffer() [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices() [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add() [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream() [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert() [Inlined code] at org.apache.lucene.index.IndexingChain#processField() [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] 0.42% 1450M java.lang.Integer#toString() [Inlined code] at perf.LineFileDocs#intToID() [JIT compiled code] at perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.LineFileDocs#nextDoc() [Inlined code] at perf.IndexThreads$IndexThread#run() [JIT compiled code] 0.41% 1414M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#bytesRefToTrie() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingBlock#compileIndex() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlocks() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#pushTerm() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write() [Interpreted code] 0.40% 1404M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc() [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge() [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge() [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 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 232.31 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 232.31 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 232.31 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 232.31 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 232.31 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 232.31 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 232.31 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 232.31 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 232.31 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 232.31 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 778947 events (total: 347912M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=false PERCENT HEAP SAMPLES STACK 19.10% 66434M perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.LineFileDocs#nextDoc() [Inlined code] at perf.IndexThreads$IndexThread#run() [JIT compiled code] 12.26% 42663M java.lang.StringUTF16#compress() [Inlined code] at java.lang.String#() [Inlined code] at java.lang.String#() [Inlined code] at perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.LineFileDocs#nextDoc() [Inlined code] at perf.IndexThreads$IndexThread#run() [JIT compiled code] 6.47% 22494M perf.LineFileDocs#readDocs() [JIT compiled code] at perf.LineFileDocs$1#run() [Interpreted code] 5.56% 19359M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#() [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance() [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow() [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow() [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add() [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add() [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream() [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert() [Inlined code] at org.apache.lucene.index.IndexingChain#processField() [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [JIT compiled code] 3.82% 13296M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState() [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge() [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms() [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000001f1e67e8#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging() [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge() [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle() [Interpreted code] 3.56% 12378M org.apache.lucene.index.ParallelPostingsArray#() [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#() [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance() [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow() [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow() [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add() [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add() [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream() [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert() [Inlined code] at org.apache.lucene.index.IndexingChain#processField() [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] 2.12% 7392M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState() [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write() [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush() [Interpreted code] at org.apache.lucene.index.IndexingChain#flush() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush() [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush() [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush() [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate() [Inlined code] 1.81% 6314M org.apache.lucene.util.TimSorter#() [Inlined code] at org.apache.lucene.util.ArrayTimSorter#() [Inlined code] at org.apache.lucene.util.ArrayUtil#timSort() [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings() [JIT compiled code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings() [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge() [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms() [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000001f1e67e8#merge() [Interpreted code] 1.72% 5977M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock() [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer() [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice() [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice() [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte() [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt() [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx() [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm() [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice() [Inlined code] at org.apache.lucene.index.TermsHashPerField#add() [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream() [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert() [JIT compiled code] 1.69% 5891M org.apache.lucene.codecs.lucene104.PForUtil#encode() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition() [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge() [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms() [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000001f1e67e8#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging() [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge() [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle() [Interpreted code] 1.63% 5688M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge() [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms() [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000001f1e67e8#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging() [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge() [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle() [Interpreted code] at org.apache.lucene.index.IndexWriter#merge() [Interpreted code] at org.apache.lucene.index.IndexWriter$IndexWriterMergeSource#merge() [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler#doMerge() [Interpreted code] 1.63% 5682M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState() [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write() [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush() [Interpreted code] at org.apache.lucene.index.IndexingChain#flush() [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush() [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush() [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush() [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate() [Inlined code] 1.57% 5458M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock() [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer() [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice() [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice() [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte() [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt() [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm() [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice() [Inlined code] at org.apache.lucene.index.TermsHashPerField#add() [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream() [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert() [Inlined code] at org.apache.lucene.index.IndexingChain#processField() [Inlined code] 1.48% 5151M org.apache.lucene.util.ArrayUtil#copyOfSubArray() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge() [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms() [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000001f1e67e8#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging() [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge() [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle() [Interpreted code] at org.apache.lucene.index.IndexWriter#merge() [Interpreted code] 1.18% 4097M perf.LineFileDocs#readDocs() [Interpreted code] at perf.LineFileDocs$1#run() [Interpreted code] 1.17% 4065M org.apache.lucene.util.BytesRef#() [Inlined code] at org.apache.lucene.util.BytesRef#() [Inlined code] at org.apache.lucene.document.KeywordField#setStringValue() [Inlined code] at perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.LineFileDocs#nextDoc() [Inlined code] at perf.IndexThreads$IndexThread#run() [JIT compiled code] 1.05% 3670M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock() [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer() [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice() [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice() [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte() [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt() [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx() [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm() [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice() [Inlined code] at org.apache.lucene.index.TermsHashPerField#add() [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream() [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert() [Inlined code] 1.04% 3619M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms() [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge() [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms() [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000001f1e67e8#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging() [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge() [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle() [Interpreted code] at org.apache.lucene.index.IndexWriter#merge() [Interpreted code] 0.94% 3253M org.apache.lucene.util.BytesRefHash#rehash() [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add() [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add() [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream() [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert() [Inlined code] at org.apache.lucene.index.IndexingChain#processField() [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments() [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument() [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument() [Inlined code] 0.89% 3097M org.apache.lucene.document.IntPoint#pack() [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues() [Inlined code] at org.apache.lucene.document.IntPoint#setIntValue() [Inlined code] at perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.LineFileDocs#nextDoc() [Inlined code] at perf.IndexThreads$IndexThread#run() [JIT compiled code] 0.86% 3008M org.apache.lucene.util.BytesRef#() [Inlined code] at org.apache.lucene.util.BytesRef#() [Inlined code] at perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.LineFileDocs#nextDoc() [Inlined code] at perf.IndexThreads$IndexThread#run() [JIT compiled code] 0.82% 2866M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write() [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush() [Interpreted code] at org.apache.lucene.index.IndexingChain#flush() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush() [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush() [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush() [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate() [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments() [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument() [JIT compiled code] 0.76% 2648M org.apache.lucene.util.ArrayUtil#copyOfSubArray() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write() [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush() [Interpreted code] at org.apache.lucene.index.IndexingChain#flush() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush() [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush() [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush() [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate() [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [JIT compiled code] 0.75% 2626M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock() [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer() [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices() [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add() [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream() [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert() [Inlined code] at org.apache.lucene.index.IndexingChain#processField() [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments() [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument() [JIT compiled code] 0.74% 2558M java.util.ArrayList#grow() [Inlined code] at java.util.ArrayList#grow() [Inlined code] at java.util.ArrayList#add() [Inlined code] at java.util.ArrayList#add() [Inlined code] at java.util.Formatter$FormatSpecifierParser#parse() [Inlined code] at java.util.Formatter#parse() [Inlined code] at java.util.Formatter#format() [Inlined code] at java.util.Formatter#format() [Inlined code] at java.lang.String#format() [Inlined code] at perf.LineFileDocs#intToID() [JIT compiled code] at perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.LineFileDocs#nextDoc() [Inlined code] 0.68% 2380M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write() [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush() [Interpreted code] at org.apache.lucene.index.IndexingChain#flush() [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush() [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush() [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush() [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate() [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments() [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument() [JIT compiled code] 0.68% 2358M org.apache.lucene.index.ParallelPostingsArray#() [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#() [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance() [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow() [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow() [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add() [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add() [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTerm() [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invert() [Inlined code] at org.apache.lucene.index.IndexingChain#processField() [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] 0.66% 2311M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms() [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write() [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush() [Interpreted code] at org.apache.lucene.index.IndexingChain#flush() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush() [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush() [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush() [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate() [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [JIT compiled code] 0.65% 2268M java.util.Formatter#parse() [Inlined code] at java.util.Formatter#format() [Inlined code] at java.util.Formatter#format() [Inlined code] at java.lang.String#format() [Inlined code] at perf.LineFileDocs#intToID() [JIT compiled code] at perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.LineFileDocs#nextDoc() [Inlined code] at perf.IndexThreads$IndexThread#run() [JIT compiled code] 0.63% 2204M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [Inlined code] at org.apache.lucene.util.ArrayUtil#grow() [Inlined code] at org.apache.lucene.index.PointValuesWriter#addPackedValue() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField() [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments() [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument() [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument() [Inlined code] at perf.IndexThreads$IndexThread#run() [JIT compiled code] 0.62% 2156M org.apache.lucene.util.BytesRef#() [Inlined code] at org.apache.lucene.util.BytesRef#() [Inlined code] at org.apache.lucene.document.StringField#setStringValue() [Inlined code] at perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.LineFileDocs#nextDoc() [Inlined code] at perf.IndexThreads$IndexThread#run() [JIT compiled code] 0.55% 1905M org.apache.lucene.util.ArrayUtil#timSort() [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings() [JIT compiled code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings() [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge() [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms() [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000001f1e67e8#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging() [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge() [Interpreted code] 0.54% 1861M org.apache.lucene.document.StringField#setStringValue() [Inlined code] at perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.LineFileDocs#nextDoc() [Inlined code] at perf.IndexThreads$IndexThread#run() [JIT compiled code] 0.52% 1817M org.apache.lucene.util.ArrayUtil#copyOfSubArray() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write() [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush() [Interpreted code] at org.apache.lucene.index.IndexingChain#flush() [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush() [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush() [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush() [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate() [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [JIT compiled code] 0.51% 1788M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms() [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write() [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush() [Interpreted code] at org.apache.lucene.index.IndexingChain#flush() [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush() [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush() [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush() [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate() [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [JIT compiled code] 0.51% 1784M org.apache.lucene.document.KeywordField#setStringValue() [Inlined code] at perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.LineFileDocs#nextDoc() [Inlined code] at perf.IndexThreads$IndexThread#run() [JIT compiled code] 0.49% 1714M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#() [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance() [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow() [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow() [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add() [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add() [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTerm() [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invert() [Inlined code] at org.apache.lucene.index.IndexingChain#processField() [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [JIT compiled code] 0.49% 1693M org.apache.lucene.codecs.lucene104.PForUtil#encode() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc() [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge() [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms() [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000001f1e67e8#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging() [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge() [Interpreted code] 0.48% 1660M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#() [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance() [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow() [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow() [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add() [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add() [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream() [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert() [Inlined code] at org.apache.lucene.index.IndexingChain#processField() [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [Inlined code] 0.44% 1546M perf.LineFileDocs#newDocState() [Interpreted code] at perf.IndexThreads$IndexThread#run() [Interpreted code] 0.44% 1544M java.util.TreeMap#keyIterator() [Inlined code] at java.util.TreeMap$KeySet#iterator() [JIT compiled code] at java.util.TreeSet#iterator() [Inlined code] at org.apache.lucene.codecs.CompetitiveImpactAccumulator#addAll() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#finishTerm() [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge() [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms() [Interpreted code] 0.44% 1543M org.apache.lucene.document.IntField#binaryValue() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField() [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments() [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument() [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument() [Inlined code] at perf.IndexThreads$IndexThread#run() [JIT compiled code] 0.44% 1540M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#bytesRefToTrie() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingBlock#compileIndex() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlocks() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#pushTerm() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge() [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms() [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000001f1e67e8#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging() [Interpreted code] 0.44% 1524M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock() [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer() [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice() [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice() [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte() [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt() [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx() [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm() [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice() [Inlined code] at org.apache.lucene.index.TermsHashPerField#add() [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream() [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert() [Inlined code] 0.43% 1504M org.apache.lucene.codecs.lucene104.PForUtil#encode() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition() [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write() [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush() [Interpreted code] at org.apache.lucene.index.IndexingChain#flush() [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush() [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush() [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush() [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate() [Inlined code] 0.43% 1483M org.apache.lucene.document.LongField#binaryValue() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField() [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments() [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument() [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument() [Inlined code] at perf.IndexThreads$IndexThread#run() [JIT compiled code] 0.42% 1477M org.apache.lucene.codecs.lucene104.PForUtil#encode() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition() [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write() [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush() [Interpreted code] at org.apache.lucene.index.IndexingChain#flush() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush() [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush() [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush() [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate() [Inlined code] 0.42% 1450M java.lang.Integer#toString() [Inlined code] at perf.LineFileDocs#intToID() [JIT compiled code] at perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.LineFileDocs#nextDoc() [Inlined code] at perf.IndexThreads$IndexThread#run() [JIT compiled code] 0.40% 1404M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc() [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge() [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms() [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000001f1e67e8#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging() [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge() [Interpreted code] 0.36% 1256M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock() [Inlined code] at org.apache.lucene.util.IntBlockPool#nextBuffer() [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices() [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add() [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream() [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert() [Inlined code] at org.apache.lucene.index.IndexingChain#processField() [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments() [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument() [JIT compiled code] move log to /l/logs.nightly/2026.04.13.05.40.34/nrtIndexMediumDocs.log move vmstat log to /l/logs.nightly/2026.04.13.05.40.34/nrtIndexMediumDocs.vmstat.log move top log to /l/logs.nightly/2026.04.13.05.40.34/nrtIndexMediumDocs.top.log [2026-04-13 19:08:15.024189] took 152.5 sec [2026-04-13 19:08:15.028214] run CheckIndex [2026-04-13 19:08:15.028285] RUN: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -classpath "/l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build" -ea org.apache.lucene.index.CheckIndex -threadCount 16 -level 2 "/l/indices/wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M/index" > /l/logs.nightly/2026.04.13.05.40.34/checkIndex.nrtIndexMediumDocs.log 2>&1 [2026-04-13 19:15:39.437499] took 444.4 sec [2026-04-13 19:15:39.439265] nrtMedIndexAtClose 29 segments: segments_2: _1a(11.0.0):C441793 _77(11.0.0):C6738265 _5g(11.0.0):C6807625 _1k(11.0.0):C609682 _25(11.0.0):C911712 _5x(11.0.0):C909531 _6b(11.0.0):C890090 _6k(11.0.0):C911898 _70(11.0.0):C876916 _6s(11.0.0):C918705 _8d(11.0.0):C890438 _7h(11.0.0):C917236 _7p(11.0.0):C901163 _7x(11.0.0):C913231 _85(11.0.0):C920227 _8j(11.0.0):C887720 _8h(11.0.0):C920333 _8i(11.0.0):C123872 _7y(11.0.0):C62067 _8k(11.0.0):C631539 _82(11.0.0):C44540 _7z(11.0.0):C52265 _83(11.0.0):C42776 _84(11.0.0):C36786 _81(11.0.0):C46915 _87(11.0.0):C35952 _86(11.0.0):C32156 _80(11.0.0):C52470 _7o(11.0.0):C97135 [2026-04-13 19:15:39.439409] RUN: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -classpath "/l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build" perf.NRTPerfTest MMapDirectory "/l/indices/wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M/index" multi "/l/data/enwiki-20110115-lines-1k-fixed-with-random-labels.bin" 17 1103 1800 4 1 1 update 5 no 0.0 body10.tasks> /l/logs.nightly/2026.04.13.05.40.34/nrt.log 2>&1 [2026-04-13 19:45:40.834558] took 1801.4 sec [2026-04-13 19:45:40.839719] drop: 489.3 504.0 507.6 510.7 523.1 525.7 526.0 526.8 526.8 527.6 528.3 530.4 530.7 531.7 531.9 532.1 532.1 532.1 532.2 532.2 532.2 532.2 532.6 532.6 532.7 532.8 533.0 533.0 533.0 533.1 533.3 533.6 536.0 536.2 537.9 [2026-04-13 19:45:40.840101] times: 19.4 19.8 19.9 20.0 20.5 20.7 20.9 21.1 21.1 21.3 21.3 21.4 21.5 21.5 21.5 21.6 21.6 21.6 21.7 21.8 21.8 21.8 21.9 21.9 22.0 22.0 22.0 22.1 22.1 22.1 22.2 22.3 22.3 22.5 22.5 22.6 22.6 22.7 22.7 22.7 22.7 22.7 22.8 22.8 22.8 22.8 22.9 22.9 22.9 23.0 23.0 23.0 23.0 23.0 23.1 23.1 23.2 23.2 23.3 23.3 23.3 23.4 23.4 23.4 23.4 23.4 23.5 23.5 23.5 23.5 23.6 23.6 23.6 23.6 23.7 23.7 23.7 23.7 23.7 23.7 23.8 23.8 23.8 23.8 23.8 23.8 23.8 23.9 23.9 23.9 23.9 24.0 24.0 24.0 24.0 24.0 24.0 24.1 24.1 24.1 24.1 24.1 24.1 24.1 24.2 24.2 24.3 24.3 24.3 24.3 24.4 24.4 24.4 24.4 24.4 24.4 24.4 24.4 24.4 24.4 24.4 24.5 24.5 24.5 24.5 24.6 24.6 24.6 24.6 24.6 24.6 24.6 24.6 24.6 24.6 24.6 24.7 24.7 24.7 24.7 24.7 24.7 24.8 24.8 24.8 24.8 24.8 24.8 24.8 24.8 24.9 24.9 24.9 24.9 24.9 24.9 25.0 25.0 25.0 25.1 25.1 25.1 25.1 25.1 25.1 25.1 25.2 25.2 25.3 25.3 25.3 25.3 25.3 25.3 25.3 25.4 25.4 25.4 25.4 25.5 25.5 25.5 25.5 25.6 25.6 25.6 25.7 25.7 25.7 25.7 25.8 25.8 25.8 25.8 25.8 25.8 25.9 25.9 25.9 25.9 26.0 26.0 26.0 26.1 26.1 26.1 26.1 26.1 26.2 26.2 26.2 26.3 26.3 26.3 26.3 26.3 26.4 26.4 26.4 26.5 26.5 26.6 26.6 26.6 26.6 26.6 26.6 26.6 26.6 26.7 26.7 26.7 26.7 26.7 26.7 26.8 26.9 26.9 26.9 26.9 26.9 27.0 27.0 27.0 27.0 27.1 27.1 27.1 27.1 27.2 27.3 27.3 27.4 27.4 27.4 27.5 27.5 27.5 27.5 27.5 27.5 27.6 27.6 27.6 27.6 27.7 27.7 27.7 27.7 27.7 27.8 27.8 27.8 27.9 27.9 27.9 27.9 27.9 28.0 28.0 28.0 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.4 28.4 28.4 28.4 28.5 28.5 28.5 28.5 28.5 28.5 28.5 28.5 28.6 28.6 28.6 28.6 28.6 28.6 28.6 28.7 28.7 28.7 28.7 28.7 28.7 28.8 28.8 28.8 28.8 28.8 28.8 28.8 28.8 28.8 28.9 28.9 28.9 28.9 28.9 28.9 28.9 28.9 28.9 29.0 29.0 29.0 29.0 29.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.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.5 29.5 29.5 29.5 29.5 29.5 29.5 29.5 29.5 29.5 29.5 29.6 29.6 29.6 29.6 29.6 29.6 29.6 29.6 29.6 29.6 29.6 29.6 29.6 29.6 29.6 29.6 29.6 29.6 29.6 29.6 29.6 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.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 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.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.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.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.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.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.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.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.6 31.6 31.6 31.6 31.6 31.6 31.6 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.4 32.4 32.4 32.4 32.4 32.4 32.4 32.4 32.4 32.4 32.4 32.4 32.4 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.7 32.7 32.7 32.7 32.7 32.7 32.7 32.7 32.7 32.7 32.7 32.8 32.8 32.8 32.8 32.8 32.8 32.9 32.9 32.9 32.9 32.9 33.0 33.0 33.1 33.1 33.1 33.1 33.1 33.2 33.2 33.2 33.2 33.2 33.4 33.4 33.4 33.5 33.5 33.5 33.6 33.7 33.7 33.7 33.7 33.8 33.8 33.9 33.9 34.0 34.2 34.2 34.3 34.4 34.6 34.7 34.8 34.9 35.0 35.0 35.1 35.3 35.5 35.9 36.3 36.5 36.6 36.9 37.3 37.8 38.0 38.0 38.5 38.7 39.2 143.3 146.9 150.3 163.2 166.5 174.0 174.1 181.6 208.7 212.9 212.9 216.1 217.2 217.3 217.8 218.0 218.4 218.5 218.5 218.8 219.0 219.4 219.5 219.6 220.5 220.6 220.7 221.0 222.2 223.6 224.3 224.6 224.8 224.8 225.6 227.4 228.3 228.8 230.4 230.9 231.2 234.5 236.1 238.6 239.2 241.3 242.9 245.2 248.5 250.9 251.1 251.8 256.9 260.1 264.9 266.8 267.3 269.1 270.0 270.2 271.4 271.8 287.2 288.4 290.6 292.9 296.1 297.2 300.4 306.2 308.0 312.2 312.4 313.5 316.7 317.1 330.7 332.6 334.3 334.8 337.0 340.4 340.7 340.8 341.4 341.6 344.1 344.9 345.2 345.5 347.9 347.9 348.3 348.4 349.2 349.6 350.0 350.5 351.6 352.4 352.6 352.6 353.2 353.4 353.6 354.1 354.8 355.7 356.6 356.8 357.1 357.3 357.5 358.6 360.4 360.9 361.3 364.6 365.7 366.6 367.8 368.3 381.4 389.3 390.0 390.4 393.4 395.6 414.3 417.0 417.3 421.2 421.3 430.5 432.8 435.2 439.0 439.6 442.0 445.2 449.4 451.9 454.1 454.4 454.5 457.7 458.4 459.4 459.5 461.0 461.1 461.2 462.1 462.3 462.4 462.7 463.1 463.4 464.4 464.8 465.2 465.8 466.0 466.0 467.0 467.2 467.5 467.6 467.9 468.0 468.3 468.9 469.1 469.2 470.0 470.3 470.7 470.8 470.9 472.9 473.1 474.8 475.6 477.0 479.5 480.7 [2026-04-13 19:45:40.840237] NRT reopen time (msec) mean=62.8123 stdDev=100.5546 [2026-04-13 19:45:40.840246] run CheckIndex [2026-04-13 19:45:40.840315] RUN: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -classpath "/l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build" -ea org.apache.lucene.index.CheckIndex -threadCount 16 -level 2 "/l/indices/wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M/index" > /l/logs.nightly/2026.04.13.05.40.34/checkIndex.nrt.log 2>&1 [2026-04-13 19:52:59.153319] took 438.3 sec [2026-04-13 19:53:00.320597] 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=3818665 Profiler summary for /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr Version: 2.1 Chunks: 13 Start: 2026-04-13 23:53:00 (UTC) Duration: 97 s Event Type Count Size (bytes) ============================================================= jdk.FileWrite 3672602 76187457 jdk.CPUTimeSample 2555302 44500876 jdk.FileRead 624165 14641326 jdk.ObjectAllocationInNewTLAB 366813 6486128 jdk.ObjectAllocationOutsideTLAB 98010 1577084 jdk.NativeMethodSample 21601 287519 jdk.BooleanFlag 8996 283759 jdk.Compilation 5799 148971 jdk.CPULoad 1691 33243 jdk.UnsignedIntFlag 806 27721 jdk.IntFlag 728 26015 jdk.Checkpoint 672 22407187 jdk.StringFlag 585 21710 jdk.GarbageCollection 41 967 jdk.CPUInformation 13 19520 jdk.GCConfiguration 13 332 jdk.JVMInformation 13 13553 jdk.Metadata 13 1436846 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.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 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 160.31 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 21601 events (total: 21601) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=false PERCENT CPU SAMPLES STACK 48.25% 10423 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 20.61% 4452 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] 17.68% 3819 jdk.jfr.internal.JVM#emitEvent() [Native code] 6.67% 1440 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] 5.91% 1276 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] 0.46% 99 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] 0.07% 15 java.util.zip.Inflater#inflateBytesBytes() [Native code] 0.06% 14 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] 0.06% 12 java.io.FileOutputStream#writeBytes() [Native code] 0.05% 11 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] 0.05% 10 jdk.jfr.internal.JVM#getStackTraceId() [Native code] 0.02% 5 java.io.FileDescriptor#close0() [Native code] 0.02% 4 sun.nio.ch.NativeThread#current0() [Native code] 0.02% 4 sun.nio.fs.UnixNativeDispatcher#lstat0() [Native code] 0.01% 3 sun.nio.ch.UnixFileDispatcherImpl#size0() [Native code] 0.01% 3 jdk.internal.misc.Unsafe#allocateMemory0() [Native code] 0.01% 2 java.nio.MappedMemoryUtils#isLoaded0() [Native code] 0.01% 2 java.lang.ClassLoader#defineClass1() [Native code] 0.00% 1 jdk.internal.misc.VM#getNanoTimeAdjustment() [Native code] 0.00% 1 sun.nio.fs.UnixNativeDispatcher#access0() [Native code] 0.00% 1 java.lang.ClassLoader#findBootstrapClass() [Native code] 0.00% 1 jdk.internal.misc.Unsafe#unpark() [Native code] 0.00% 1 jdk.internal.loader.NativeLibraries#load() [Native code] 0.00% 1 java.io.RandomAccessFile#readBytes0() [Native code] 0.00% 1 jdk.jfr.internal.JVM#counterTime() [Native code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=2 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 160.31 MB /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 160.31 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 21601 events (total: 21601) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=false PERCENT CPU SAMPLES STACK 48.11% 10393 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write() [Inlined code] 20.17% 4356 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read() [Inlined code] 14.36% 3101 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute() [JIT compiled code] 6.59% 1424 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] 5.73% 1238 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [JIT compiled code] 3.32% 718 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute() [Interpreted code] 0.43% 92 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read() [JIT compiled code] 0.29% 62 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open() [JIT compiled code] 0.18% 38 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [Interpreted code] 0.12% 25 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write() [JIT compiled code] 0.10% 21 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open() [Interpreted code] 0.07% 16 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open() [Inlined code] 0.06% 12 java.util.zip.Inflater#inflateBytesBytes() [Native code] at java.util.zip.Inflater#inflate() [JIT compiled code] 0.06% 12 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [JIT compiled code] 0.05% 11 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat() [Inlined code] 0.05% 10 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map() [JIT compiled code] 0.05% 10 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace() [Inlined code] 0.03% 7 java.io.FileOutputStream#writeBytes() [Native code] at java.io.FileOutputStream#traceWriteBytes() [Interpreted code] 0.02% 5 java.io.FileOutputStream#writeBytes() [Native code] at java.io.FileOutputStream#traceWriteBytes() [JIT compiled code] 0.02% 5 java.io.FileDescriptor#close0() [Native code] at java.io.FileDescriptor#close() [Inlined code] 0.02% 5 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write() [Interpreted code] 0.02% 4 sun.nio.fs.UnixNativeDispatcher#lstat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#lstat() [JIT compiled code] 0.02% 4 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Interpreted code] 0.02% 4 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read() [Interpreted code] 0.02% 4 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current() [Inlined code] 0.01% 3 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat() [JIT compiled code] 0.01% 3 jdk.internal.misc.Unsafe#allocateMemory0() [Native code] at jdk.internal.misc.Unsafe#allocateMemory() [Interpreted code] 0.01% 3 java.util.zip.Inflater#inflateBytesBytes() [Native code] at java.util.zip.Inflater#inflate() [Interpreted code] 0.01% 2 sun.nio.ch.UnixFileDispatcherImpl#size0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#size() [Inlined code] 0.01% 2 java.lang.ClassLoader#defineClass1() [Native code] at java.lang.ClassLoader#defineClass() [JIT compiled code] 0.00% 1 jdk.internal.loader.NativeLibraries#load() [Native code] at jdk.internal.loader.NativeLibraries$NativeLibraryImpl#open() [Interpreted code] 0.00% 1 jdk.jfr.internal.JVM#counterTime() [Native code] at jdk.jfr.internal.event.EventConfiguration#timestamp() [Interpreted code] 0.00% 1 java.nio.MappedMemoryUtils#isLoaded0() [Native code] at java.nio.MappedMemoryUtils#isLoaded() [Interpreted code] 0.00% 1 java.io.RandomAccessFile#readBytes0() [Native code] at java.io.RandomAccessFile#traceReadBytes0() [JIT compiled code] 0.00% 1 sun.nio.ch.UnixFileDispatcherImpl#size0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#size() [Interpreted code] 0.00% 1 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map() [Interpreted code] 0.00% 1 java.nio.MappedMemoryUtils#isLoaded0() [Native code] at java.nio.MappedMemoryUtils#isLoaded() [JIT compiled code] 0.00% 1 jdk.internal.misc.VM#getNanoTimeAdjustment() [Native code] at java.time.Clock#currentInstant() [Interpreted code] 0.00% 1 java.lang.ClassLoader#findBootstrapClass() [Native code] at java.lang.ClassLoader#findBootstrapClassOrNull() [Inlined code] 0.00% 1 jdk.internal.misc.Unsafe#unpark() [Native code] at java.util.concurrent.locks.LockSupport#unpark() [Inlined code] 0.00% 1 sun.nio.fs.UnixNativeDispatcher#access0() [Native code] at sun.nio.fs.UnixNativeDispatcher#access() [Interpreted code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=4 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 160.31 MB /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 160.31 MB /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 160.31 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 21601 events (total: 21601) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=false PERCENT CPU SAMPLES STACK 48.11% 10393 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write() [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer() [Inlined code] at sun.nio.ch.IOUtil#write() [Inlined code] 20.17% 4356 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read() [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer() [Inlined code] at sun.nio.ch.IOUtil#read() [Inlined code] 14.35% 3099 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute() [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicTask#run() [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic() [JIT compiled code] 6.59% 1424 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [JIT compiled code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [JIT compiled code] 5.73% 1238 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] 3.17% 685 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute() [Interpreted code] at jdk.jfr.internal.periodic.PeriodicTask#run() [Interpreted code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic() [Interpreted code] 0.37% 79 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read() [JIT compiled code] at sun.nio.ch.IOUtil#readIntoNativeBuffer() [JIT compiled code] at sun.nio.ch.IOUtil#read() [JIT compiled code] 0.29% 62 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#open() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [JIT compiled code] 0.16% 34 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [Interpreted code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [Interpreted code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Interpreted code] 0.15% 33 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute() [Interpreted code] at jdk.jfr.internal.periodic.PeriodicTask#run() [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic() [Interpreted code] 0.11% 24 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write() [JIT compiled code] at sun.nio.ch.IOUtil#writeFromNativeBuffer() [JIT compiled code] at sun.nio.ch.IOUtil#write() [JIT compiled code] 0.10% 21 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open() [Interpreted code] at sun.nio.fs.UnixChannelFactory#open() [Interpreted code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Interpreted code] 0.07% 16 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open() [Inlined code] at sun.nio.fs.UnixChannelFactory#open() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [JIT compiled code] 0.06% 13 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read() [JIT compiled code] at sun.nio.ch.IOUtil#readIntoNativeBuffer() [Interpreted code] at sun.nio.ch.IOUtil#read() [JIT compiled code] 0.05% 11 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat() [Inlined code] at sun.nio.fs.UnixFileAttributes#get() [Inlined code] at sun.nio.fs.UnixFileAttributeViews$Basic#readAttributes() [Inlined code] 0.05% 11 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [JIT compiled code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [Interpreted code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [Interpreted code] 0.05% 10 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map() [JIT compiled code] at sun.nio.ch.FileChannelImpl#mapInternal() [JIT compiled code] at sun.nio.ch.FileChannelImpl#map() [JIT compiled code] 0.05% 10 java.util.zip.Inflater#inflateBytesBytes() [Native code] at java.util.zip.Inflater#inflate() [JIT compiled code] at java.util.zip.InflaterInputStream#read() [JIT compiled code] at jdk.internal.loader.Resource#getBytes() [JIT compiled code] 0.04% 9 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace() [Inlined code] at jdk.internal.event.FileWriteEvent#commit() [JIT compiled code] at jdk.internal.event.FileWriteEvent#offer() [Inlined code] 0.02% 5 java.io.FileDescriptor#close0() [Native code] at java.io.FileDescriptor#close() [Inlined code] at java.io.FileDescriptor$1#close() [Inlined code] at sun.nio.ch.FileChannelImpl$Closer#run() [JIT compiled code] 0.02% 5 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write() [Interpreted code] at sun.nio.ch.IOUtil#writeFromNativeBuffer() [Interpreted code] at sun.nio.ch.IOUtil#write() [Interpreted code] 0.02% 5 java.io.FileOutputStream#writeBytes() [Native code] at java.io.FileOutputStream#traceWriteBytes() [JIT compiled code] at java.io.FileOutputStream#write() [JIT compiled code] at java.lang.System$Out#write() [Inlined code] 0.02% 4 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current() [Inlined code] at sun.nio.ch.NativeThreadSet#add() [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite() [Inlined code] 0.02% 4 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read() [Interpreted code] at sun.nio.ch.IOUtil#readIntoNativeBuffer() [Interpreted code] at sun.nio.ch.IOUtil#read() [Interpreted code] 0.02% 4 sun.nio.fs.UnixNativeDispatcher#lstat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#lstat() [JIT compiled code] at sun.nio.fs.UnixFileAttributes#get() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [JIT compiled code] 0.02% 4 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Interpreted code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [Interpreted code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [Interpreted code] 0.01% 3 java.io.FileOutputStream#writeBytes() [Native code] at java.io.FileOutputStream#traceWriteBytes() [Interpreted code] at java.io.FileOutputStream#write() [JIT compiled code] at java.lang.System$Out#write() [Inlined code] 0.01% 3 java.io.FileOutputStream#writeBytes() [Native code] at java.io.FileOutputStream#traceWriteBytes() [Interpreted code] at java.io.FileOutputStream#write() [Interpreted code] at java.lang.System$Out#write() [Inlined code] 0.01% 3 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat() [JIT compiled code] at sun.nio.fs.UnixFileAttributes#get() [Inlined code] at sun.nio.fs.UnixFileAttributeViews$Basic#readAttributes() [JIT compiled code] 0.01% 3 java.util.zip.Inflater#inflateBytesBytes() [Native code] at java.util.zip.Inflater#inflate() [Interpreted code] at java.util.zip.InflaterInputStream#read() [Interpreted code] at jdk.internal.loader.Resource#getBytes() [Interpreted code] 0.01% 3 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [Interpreted code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] 0.01% 2 jdk.internal.misc.Unsafe#allocateMemory0() [Native code] at jdk.internal.misc.Unsafe#allocateMemory() [Interpreted code] at sun.nio.ch.Util#getTemporaryDirectBuffer() [JIT compiled code] at sun.nio.ch.IOUtil#write() [Interpreted code] 0.01% 2 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute() [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicTask#run() [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic() [Interpreted code] 0.01% 2 sun.nio.ch.UnixFileDispatcherImpl#size0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#size() [Inlined code] at sun.nio.ch.FileChannelImpl#size() [JIT compiled code] at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock#ensureValid() [JIT compiled code] 0.01% 2 java.lang.ClassLoader#defineClass1() [Native code] at java.lang.ClassLoader#defineClass() [JIT compiled code] at java.security.SecureClassLoader#defineClass() [JIT compiled code] at jdk.internal.loader.BuiltinClassLoader#defineClass() [JIT compiled code] 0.01% 2 java.util.zip.Inflater#inflateBytesBytes() [Native code] at java.util.zip.Inflater#inflate() [JIT compiled code] at java.util.zip.InflaterInputStream#read() [JIT compiled code] at jdk.internal.loader.Resource#getBytes() [Interpreted code] 0.00% 1 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace() [Inlined code] at jdk.internal.event.FileReadEvent#commit() [JIT compiled code] at jdk.internal.event.FileReadEvent#offer() [Inlined code] 0.00% 1 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write() [JIT compiled code] at sun.nio.ch.IOUtil#writeFromNativeBuffer() [Interpreted code] at sun.nio.ch.IOUtil#write() [JIT compiled code] 0.00% 1 java.nio.MappedMemoryUtils#isLoaded0() [Native code] at java.nio.MappedMemoryUtils#isLoaded() [Interpreted code] at java.nio.MappedMemoryUtils$1#isLoaded() [Interpreted code] at jdk.internal.misc.ScopedMemoryAccess#isLoadedInternal() [Interpreted code] 0.00% 1 sun.nio.fs.UnixNativeDispatcher#access0() [Native code] at sun.nio.fs.UnixNativeDispatcher#access() [Interpreted code] at sun.nio.fs.UnixFileSystemProvider#exists() [Interpreted code] at java.nio.file.Files#exists() [Interpreted code] 0.00% 1 java.io.RandomAccessFile#readBytes0() [Native code] at java.io.RandomAccessFile#traceReadBytes0() [JIT compiled code] at java.io.RandomAccessFile#readBytes() [Inlined code] at java.io.RandomAccessFile#read() [Inlined code] 0.00% 1 jdk.internal.loader.NativeLibraries#load() [Native code] at jdk.internal.loader.NativeLibraries$NativeLibraryImpl#open() [Interpreted code] at jdk.internal.loader.NativeLibraries#loadLibrary() [Interpreted code] at jdk.internal.loader.NativeLibraries#loadLibrary() [Interpreted code] 0.00% 1 sun.nio.ch.UnixFileDispatcherImpl#size0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#size() [Interpreted code] at sun.nio.ch.FileChannelImpl#size() [Interpreted code] at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock#ensureValid() [Interpreted code] 0.00% 1 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map() [Interpreted code] at sun.nio.ch.FileChannelImpl#mapInternal() [Interpreted code] at sun.nio.ch.FileChannelImpl#map() [Interpreted code] 0.00% 1 jdk.jfr.internal.JVM#counterTime() [Native code] at jdk.jfr.internal.event.EventConfiguration#timestamp() [Interpreted code] at jdk.internal.event.FileReadEvent#timestamp() [Interpreted code] at java.io.RandomAccessFile#traceReadBytes0() [Interpreted code] 0.00% 1 java.nio.MappedMemoryUtils#isLoaded0() [Native code] at java.nio.MappedMemoryUtils#isLoaded() [JIT compiled code] at java.nio.MappedMemoryUtils$1#isLoaded() [JIT compiled code] at jdk.internal.misc.ScopedMemoryAccess#isLoadedInternal() [Inlined code] 0.00% 1 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [JIT compiled code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [Interpreted code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [JIT compiled code] 0.00% 1 jdk.internal.misc.VM#getNanoTimeAdjustment() [Native code] at java.time.Clock#currentInstant() [Interpreted code] at java.time.Instant#now() [Interpreted code] at org.apache.lucene.index.IndexWriter#setDiagnostics() [Interpreted code] 0.00% 1 java.io.FileOutputStream#writeBytes() [Native code] at java.io.FileOutputStream#traceWriteBytes() [Interpreted code] at java.io.FileOutputStream#write() [Interpreted code] at java.lang.System$Out#write() [Interpreted code] 0.00% 1 java.lang.ClassLoader#findBootstrapClass() [Native code] at java.lang.ClassLoader#findBootstrapClassOrNull() [Inlined code] at java.lang.System$1#findBootstrapClassOrNull() [Inlined code] at jdk.internal.loader.ClassLoaders$BootClassLoader#loadClassOrNull() [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 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 160.31 MB /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 160.31 MB /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 160.31 MB /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 160.31 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 21601 events (total: 21601) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=false PERCENT CPU SAMPLES STACK 48.11% 10392 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write() [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer() [Inlined code] at sun.nio.ch.IOUtil#write() [Inlined code] at sun.nio.ch.IOUtil#write() [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite() [Inlined code] at sun.nio.ch.FileChannelImpl#write() [Inlined code] 17.08% 3690 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read() [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer() [Inlined code] at sun.nio.ch.IOUtil#read() [Inlined code] at sun.nio.ch.IOUtil#read() [Inlined code] at sun.nio.ch.FileChannelImpl#implRead() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead() [Inlined code] at sun.nio.ch.FileChannelImpl#read() [JIT compiled code] 14.35% 3099 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute() [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicTask#run() [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic() [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#periodicTask() [Interpreted code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0() [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000008d07aa58#run() [Interpreted code] at java.lang.Thread#runWith() [Interpreted code] 5.82% 1258 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [JIT compiled code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle() [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup() [Inlined code] at jdk.internal.foreign.SharedSession$SharedResourceList#cleanup() [JIT compiled code] 5.71% 1233 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [JIT compiled code] 3.17% 685 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute() [Interpreted code] at jdk.jfr.internal.periodic.PeriodicTask#run() [Interpreted code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic() [Interpreted code] at jdk.jfr.internal.PlatformRecorder#periodicTask() [Interpreted code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0() [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000008d07aa58#run() [Interpreted code] at java.lang.Thread#runWith() [Interpreted code] 3.01% 650 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read() [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer() [Inlined code] at sun.nio.ch.IOUtil#read() [Inlined code] at sun.nio.ch.IOUtil#read() [Inlined code] at sun.nio.ch.FileChannelImpl#implRead() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead() [JIT compiled code] at sun.nio.ch.FileChannelImpl#read() [Inlined code] 0.65% 140 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [JIT compiled code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle() [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup() [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup() [Interpreted code] at jdk.internal.foreign.SharedSession$SharedResourceList#cleanup() [Interpreted code] 0.35% 76 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read() [JIT compiled code] at sun.nio.ch.IOUtil#readIntoNativeBuffer() [JIT compiled code] at sun.nio.ch.IOUtil#read() [JIT compiled code] at sun.nio.ch.IOUtil#read() [JIT compiled code] at sun.nio.ch.FileChannelImpl#implRead() [JIT compiled code] at sun.nio.ch.FileChannelImpl#traceImplRead() [JIT compiled code] at sun.nio.ch.FileChannelImpl#read() [JIT compiled code] 0.26% 56 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#open() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#newFileChannel() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#newByteChannel() [Inlined code] at java.nio.file.spi.FileSystemProvider#newOutputStream() [JIT compiled code] 0.16% 34 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [Interpreted code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [Interpreted code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Interpreted code] at java.nio.file.Files#delete() [Interpreted code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [Interpreted code] at org.apache.lucene.store.FSDirectory#deleteFile() [Interpreted code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [Interpreted code] 0.15% 33 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute() [Interpreted code] at jdk.jfr.internal.periodic.PeriodicTask#run() [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic() [Interpreted code] at jdk.jfr.internal.PlatformRecorder#periodicTask() [Interpreted code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0() [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000008d07aa58#run() [Interpreted code] at java.lang.Thread#runWith() [Interpreted code] 0.12% 26 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [JIT compiled code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle() [Inlined code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup() [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl#close() [Inlined code] at jdk.internal.foreign.ArenaImpl#close() [JIT compiled code] 0.11% 24 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write() [JIT compiled code] at sun.nio.ch.IOUtil#writeFromNativeBuffer() [JIT compiled code] at sun.nio.ch.IOUtil#write() [JIT compiled code] at sun.nio.ch.IOUtil#write() [JIT compiled code] at sun.nio.ch.FileChannelImpl#implWrite() [JIT compiled code] at sun.nio.ch.FileChannelImpl#traceImplWrite() [JIT compiled code] at sun.nio.ch.FileChannelImpl#write() [JIT compiled code] 0.10% 21 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open() [Interpreted code] at sun.nio.fs.UnixChannelFactory#open() [Interpreted code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Interpreted code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Interpreted code] at sun.nio.fs.UnixFileSystemProvider#newFileChannel() [Interpreted code] at sun.nio.fs.UnixFileSystemProvider#newByteChannel() [Interpreted code] at java.nio.file.spi.FileSystemProvider#newOutputStream() [Interpreted code] 0.06% 13 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read() [JIT compiled code] at sun.nio.ch.IOUtil#readIntoNativeBuffer() [Interpreted code] at sun.nio.ch.IOUtil#read() [JIT compiled code] at sun.nio.ch.IOUtil#read() [JIT compiled code] at sun.nio.ch.FileChannelImpl#implRead() [JIT compiled code] at sun.nio.ch.FileChannelImpl#traceImplRead() [Interpreted code] at sun.nio.ch.FileChannelImpl#read() [Interpreted code] 0.06% 13 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open() [Inlined code] at sun.nio.fs.UnixChannelFactory#open() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#newFileChannel() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#newByteChannel() [Inlined code] at java.nio.file.spi.FileSystemProvider#newOutputStream() [JIT compiled code] 0.06% 12 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read() [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer() [Inlined code] at sun.nio.ch.IOUtil#read() [Inlined code] at sun.nio.ch.IOUtil#read() [Inlined code] at sun.nio.ch.FileChannelImpl#implRead() [JIT compiled code] at sun.nio.ch.FileChannelImpl#traceImplRead() [JIT compiled code] at sun.nio.ch.FileChannelImpl#read() [JIT compiled code] 0.05% 10 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [JIT compiled code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [Interpreted code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [Interpreted code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle() [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup() [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup() [Interpreted code] at jdk.internal.foreign.SharedSession$SharedResourceList#cleanup() [Interpreted code] 0.04% 9 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace() [Inlined code] at jdk.internal.event.FileWriteEvent#commit() [JIT compiled code] at jdk.internal.event.FileWriteEvent#offer() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite() [Inlined code] at sun.nio.ch.FileChannelImpl#write() [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully() [Inlined code] at sun.nio.ch.ChannelOutputStream#write() [Inlined code] 0.03% 6 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map() [JIT compiled code] at sun.nio.ch.FileChannelImpl#mapInternal() [JIT compiled code] at sun.nio.ch.FileChannelImpl#map() [JIT compiled code] at org.apache.lucene.store.MMapDirectory#map() [JIT compiled code] at org.apache.lucene.store.MMapDirectory#openInput() [JIT compiled code] at org.apache.lucene.store.FilterDirectory#openInput() [JIT compiled code] at org.apache.lucene.store.FilterDirectory#openInput() [JIT compiled code] 0.03% 6 java.util.zip.Inflater#inflateBytesBytes() [Native code] at java.util.zip.Inflater#inflate() [JIT compiled code] at java.util.zip.InflaterInputStream#read() [JIT compiled code] at jdk.internal.loader.Resource#getBytes() [JIT compiled code] at jdk.internal.loader.URLClassPath$JarLoader$1#getBytes() [JIT compiled code] at jdk.internal.loader.BuiltinClassLoader#defineClass() [JIT compiled code] at jdk.internal.loader.BuiltinClassLoader#findClassOnClassPathOrNull() [JIT compiled code] at jdk.internal.loader.BuiltinClassLoader#loadClassOrNull() [JIT compiled code] 0.02% 5 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat() [Inlined code] at sun.nio.fs.UnixFileAttributes#get() [Inlined code] at sun.nio.fs.UnixFileAttributeViews$Basic#readAttributes() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#readAttributes() [Inlined code] at sun.nio.fs.LinuxFileSystemProvider#readAttributes() [JIT compiled code] at java.nio.file.Files#readAttributes() [Inlined code] at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock#ensureValid() [JIT compiled code] 0.02% 5 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [JIT compiled code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [Interpreted code] at org.apache.lucene.store.FSDirectory#deleteFile() [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [JIT compiled code] 0.02% 5 java.io.FileOutputStream#writeBytes() [Native code] at java.io.FileOutputStream#traceWriteBytes() [JIT compiled code] at java.io.FileOutputStream#write() [JIT compiled code] at java.lang.System$Out#write() [Inlined code] at java.io.BufferedOutputStream#flushBuffer() [Inlined code] at java.io.BufferedOutputStream#flush() [JIT compiled code] at java.io.PrintStream#write() [JIT compiled code] at sun.nio.cs.StreamEncoder#writeBytes() [JIT compiled code] 0.02% 5 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write() [Interpreted code] at sun.nio.ch.IOUtil#writeFromNativeBuffer() [Interpreted code] at sun.nio.ch.IOUtil#write() [Interpreted code] at sun.nio.ch.IOUtil#write() [Interpreted code] at sun.nio.ch.FileChannelImpl#implWrite() [Interpreted code] at sun.nio.ch.FileChannelImpl#traceImplWrite() [Interpreted code] at sun.nio.ch.FileChannelImpl#write() [Interpreted code] 0.02% 4 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read() [Interpreted code] at sun.nio.ch.IOUtil#readIntoNativeBuffer() [Interpreted code] at sun.nio.ch.IOUtil#read() [Interpreted code] at sun.nio.ch.IOUtil#read() [Interpreted code] at sun.nio.ch.FileChannelImpl#implRead() [Interpreted code] at sun.nio.ch.FileChannelImpl#traceImplRead() [Interpreted code] at sun.nio.ch.FileChannelImpl#read() [Interpreted code] 0.02% 4 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current() [Inlined code] at sun.nio.ch.NativeThreadSet#add() [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite() [Inlined code] at sun.nio.ch.FileChannelImpl#write() [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully() [Inlined code] at sun.nio.ch.ChannelOutputStream#write() [Inlined code] 0.02% 4 sun.nio.fs.UnixNativeDispatcher#lstat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#lstat() [JIT compiled code] at sun.nio.fs.UnixFileAttributes#get() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [JIT compiled code] 0.01% 3 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Interpreted code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [Interpreted code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [Interpreted code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle() [Interpreted code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup() [Interpreted code] at jdk.internal.foreign.MemorySessionImpl#close() [Interpreted code] at jdk.internal.foreign.ArenaImpl#close() [Interpreted code] 0.01% 3 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat() [Inlined code] at sun.nio.fs.UnixFileAttributes#get() [Inlined code] at sun.nio.fs.UnixFileAttributeViews$Basic#readAttributes() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#readAttributes() [Inlined code] at sun.nio.fs.LinuxFileSystemProvider#readAttributes() [Inlined code] at java.nio.file.Files#readAttributes() [Inlined code] at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock#ensureValid() [JIT compiled code] 0.01% 3 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open() [Inlined code] at sun.nio.fs.UnixChannelFactory#open() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#newFileChannel() [JIT compiled code] at java.nio.channels.FileChannel#open() [JIT compiled code] at java.nio.channels.FileChannel#open() [Inlined code] 0.01% 3 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read() [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer() [Inlined code] at sun.nio.ch.IOUtil#read() [Inlined code] at sun.nio.ch.IOUtil#read() [JIT compiled code] at sun.nio.ch.FileChannelImpl#implRead() [JIT compiled code] at sun.nio.ch.FileChannelImpl#traceImplRead() [JIT compiled code] at sun.nio.ch.FileChannelImpl#read() [JIT compiled code] 0.01% 3 java.io.FileDescriptor#close0() [Native code] at java.io.FileDescriptor#close() [Inlined code] at java.io.FileDescriptor$1#close() [Inlined code] at sun.nio.ch.FileChannelImpl$Closer#run() [JIT compiled code] at jdk.internal.ref.CleanerImpl$PhantomCleanableRef#performCleanup() [JIT compiled code] at jdk.internal.ref.PhantomCleanable#clean() [Inlined code] at sun.nio.ch.FileChannelImpl#implCloseChannel() [JIT compiled code] at java.nio.channels.spi.AbstractInterruptibleChannel#close() [JIT compiled code] 0.01% 3 java.util.zip.Inflater#inflateBytesBytes() [Native code] at java.util.zip.Inflater#inflate() [Interpreted code] at java.util.zip.InflaterInputStream#read() [Interpreted code] at jdk.internal.loader.Resource#getBytes() [Interpreted code] at jdk.internal.loader.URLClassPath$JarLoader$1#getBytes() [Interpreted code] at jdk.internal.loader.BuiltinClassLoader#defineClass() [Interpreted code] at jdk.internal.loader.BuiltinClassLoader#findClassOnClassPathOrNull() [Interpreted code] at jdk.internal.loader.BuiltinClassLoader#loadClassOrNull() [Interpreted code] 0.01% 3 java.io.FileOutputStream#writeBytes() [Native code] at java.io.FileOutputStream#traceWriteBytes() [Interpreted code] at java.io.FileOutputStream#write() [JIT compiled code] at java.lang.System$Out#write() [Inlined code] at java.io.BufferedOutputStream#flushBuffer() [Inlined code] at java.io.BufferedOutputStream#flush() [JIT compiled code] at java.io.PrintStream#write() [JIT compiled code] at sun.nio.cs.StreamEncoder#writeBytes() [Interpreted code] 0.01% 3 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [Interpreted code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [JIT compiled code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [Interpreted code] at org.apache.lucene.store.FSDirectory#deleteFile() [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [JIT compiled code] 0.01% 3 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat() [Inlined code] at sun.nio.fs.UnixFileAttributes#get() [Inlined code] at sun.nio.fs.UnixFileAttributeViews$Basic#readAttributes() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#readAttributes() [Inlined code] at sun.nio.fs.LinuxFileSystemProvider#readAttributes() [Inlined code] at java.nio.file.Files#readAttributes() [Inlined code] at java.nio.file.Files#size() [Inlined code] 0.01% 3 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map() [JIT compiled code] at sun.nio.ch.FileChannelImpl#mapInternal() [JIT compiled code] at sun.nio.ch.FileChannelImpl#map() [JIT compiled code] at org.apache.lucene.store.MMapDirectory#map() [JIT compiled code] at org.apache.lucene.store.MMapDirectory#openInput() [JIT compiled code] at org.apache.lucene.codecs.lucene90.Lucene90PointsReader#() [Interpreted code] at org.apache.lucene.codecs.lucene90.Lucene90PointsFormat#fieldsReader() [Interpreted code] 0.01% 3 java.io.FileOutputStream#writeBytes() [Native code] at java.io.FileOutputStream#traceWriteBytes() [Interpreted code] at java.io.FileOutputStream#write() [Interpreted code] at java.lang.System$Out#write() [Inlined code] at java.io.BufferedOutputStream#flushBuffer() [Inlined code] at java.io.BufferedOutputStream#flush() [JIT compiled code] at java.io.PrintStream#write() [Interpreted code] at sun.nio.cs.StreamEncoder#writeBytes() [Interpreted code] 0.01% 3 java.util.zip.Inflater#inflateBytesBytes() [Native code] at java.util.zip.Inflater#inflate() [JIT compiled code] at java.util.zip.InflaterInputStream#read() [JIT compiled code] at jdk.internal.loader.Resource#getBytes() [JIT compiled code] at jdk.internal.loader.URLClassPath$JarLoader$1#getBytes() [Interpreted code] at jdk.internal.loader.BuiltinClassLoader#defineClass() [JIT compiled code] at jdk.internal.loader.BuiltinClassLoader#findClassOnClassPathOrNull() [JIT compiled code] at jdk.internal.loader.BuiltinClassLoader#loadClassOrNull() [JIT compiled code] 0.01% 2 java.io.FileDescriptor#close0() [Native code] at java.io.FileDescriptor#close() [Inlined code] at java.io.FileDescriptor$1#close() [Inlined code] at sun.nio.ch.FileChannelImpl$Closer#run() [JIT compiled code] at jdk.internal.ref.CleanerImpl$PhantomCleanableRef#performCleanup() [Inlined code] at jdk.internal.ref.PhantomCleanable#clean() [Inlined code] at sun.nio.ch.FileChannelImpl#implCloseChannel() [Inlined code] at java.nio.channels.spi.AbstractInterruptibleChannel#close() [JIT compiled code] 0.01% 2 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#open() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#newFileChannel() [JIT compiled code] at java.nio.channels.FileChannel#open() [JIT compiled code] at java.nio.channels.FileChannel#open() [Inlined code] 0.01% 2 java.lang.ClassLoader#defineClass1() [Native code] at java.lang.ClassLoader#defineClass() [JIT compiled code] at java.security.SecureClassLoader#defineClass() [JIT compiled code] at jdk.internal.loader.BuiltinClassLoader#defineClass() [JIT compiled code] at jdk.internal.loader.BuiltinClassLoader#findClassOnClassPathOrNull() [JIT compiled code] at jdk.internal.loader.BuiltinClassLoader#loadClassOrNull() [JIT compiled code] at jdk.internal.loader.BuiltinClassLoader#loadClass() [JIT compiled code] at java.lang.ClassLoader#loadClass() [JIT compiled code] 0.01% 2 java.util.zip.Inflater#inflateBytesBytes() [Native code] at java.util.zip.Inflater#inflate() [JIT compiled code] at java.util.zip.InflaterInputStream#read() [JIT compiled code] at jdk.internal.loader.Resource#getBytes() [Interpreted code] at jdk.internal.loader.URLClassPath$JarLoader$1#getBytes() [Interpreted code] at jdk.internal.loader.BuiltinClassLoader#defineClass() [Interpreted code] at jdk.internal.loader.BuiltinClassLoader#findClassOnClassPathOrNull() [Interpreted code] at jdk.internal.loader.BuiltinClassLoader#loadClassOrNull() [JIT compiled code] 0.01% 2 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute() [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicTask#run() [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic() [Interpreted code] at jdk.jfr.internal.PlatformRecorder#periodicTask() [Interpreted code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0() [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000008d07aa58#run() [Interpreted code] at java.lang.Thread#runWith() [Interpreted code] 0.01% 2 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#open() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#newFileChannel() [JIT compiled code] at java.nio.channels.FileChannel#open() [Interpreted code] at java.nio.channels.FileChannel#open() [Interpreted code] 0.01% 2 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat() [JIT compiled code] at sun.nio.fs.UnixFileAttributes#get() [Inlined code] at sun.nio.fs.UnixFileAttributeViews$Basic#readAttributes() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#readAttributes() [JIT compiled code] at sun.nio.fs.LinuxFileSystemProvider#readAttributes() [JIT compiled code] at java.nio.file.Files#readAttributes() [Inlined code] at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock#ensureValid() [JIT compiled code] 0.01% 2 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#open() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#newFileChannel() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#newByteChannel() [JIT compiled code] at java.nio.file.spi.FileSystemProvider#newOutputStream() [Interpreted code] 0.01% 2 jdk.internal.misc.Unsafe#allocateMemory0() [Native code] at jdk.internal.misc.Unsafe#allocateMemory() [Interpreted code] at sun.nio.ch.Util#getTemporaryDirectBuffer() [JIT compiled code] at sun.nio.ch.IOUtil#write() [Interpreted code] at sun.nio.ch.IOUtil#write() [Interpreted code] at sun.nio.ch.FileChannelImpl#implWrite() [Interpreted code] at sun.nio.ch.FileChannelImpl#traceImplWrite() [Interpreted code] at sun.nio.ch.FileChannelImpl#write() [Interpreted code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=12 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 160.31 MB /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 160.31 MB /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 160.31 MB /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 160.31 MB /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 160.31 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 21601 events (total: 21601) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=false PERCENT CPU SAMPLES STACK 48.09% 10389 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write() [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer() [Inlined code] at sun.nio.ch.IOUtil#write() [Inlined code] at sun.nio.ch.IOUtil#write() [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite() [Inlined code] at sun.nio.ch.FileChannelImpl#write() [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully() [Inlined code] at sun.nio.ch.ChannelOutputStream#write() [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write() [Inlined code] at java.util.zip.CheckedOutputStream#write() [JIT compiled code] 14.35% 3099 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute() [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicTask#run() [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic() [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#periodicTask() [Interpreted code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0() [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000008d07aa58#run() [Interpreted code] at java.lang.Thread#runWith() [Interpreted code] at java.lang.Thread#run() [Interpreted code] 12.81% 2768 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read() [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer() [Inlined code] at sun.nio.ch.IOUtil#read() [Inlined code] at sun.nio.ch.IOUtil#read() [Inlined code] at sun.nio.ch.FileChannelImpl#implRead() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead() [Inlined code] at sun.nio.ch.FileChannelImpl#read() [JIT compiled code] at perf.LineFileDocs#readDocs() [JIT compiled code] at perf.LineFileDocs$1#run() [Interpreted code] 5.82% 1258 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [JIT compiled code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle() [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup() [Inlined code] at jdk.internal.foreign.SharedSession$SharedResourceList#cleanup() [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl#close() [Inlined code] at jdk.internal.foreign.ArenaImpl#close() [JIT compiled code] at org.apache.lucene.store.RefCountedSharedArena#release() [JIT compiled code] at org.apache.lucene.store.RefCountedSharedArena#close() [JIT compiled code] 4.27% 922 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read() [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer() [Inlined code] at sun.nio.ch.IOUtil#read() [Inlined code] at sun.nio.ch.IOUtil#read() [Inlined code] at sun.nio.ch.FileChannelImpl#implRead() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead() [Inlined code] at sun.nio.ch.FileChannelImpl#read() [JIT compiled code] at perf.LineFileDocs#readDocs() [Interpreted code] at perf.LineFileDocs$1#run() [Interpreted code] 3.17% 685 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute() [Interpreted code] at jdk.jfr.internal.periodic.PeriodicTask#run() [Interpreted code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic() [Interpreted code] at jdk.jfr.internal.PlatformRecorder#periodicTask() [Interpreted code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0() [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000008d07aa58#run() [Interpreted code] at java.lang.Thread#runWith() [Interpreted code] at java.lang.Thread#run() [Interpreted code] 3.01% 650 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read() [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer() [Inlined code] at sun.nio.ch.IOUtil#read() [Inlined code] at sun.nio.ch.IOUtil#read() [Inlined code] at sun.nio.ch.FileChannelImpl#implRead() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead() [JIT compiled code] at sun.nio.ch.FileChannelImpl#read() [Inlined code] at perf.LineFileDocs#readDocs() [JIT compiled code] at perf.LineFileDocs$1#run() [Interpreted code] 2.48% 535 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete() [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete() [Inlined code] at org.apache.lucene.util.FileDeleter#decRef() [JIT compiled code] at org.apache.lucene.index.IndexFileDeleter#decRef() [JIT compiled code] 1.50% 325 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete() [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete() [Interpreted code] at org.apache.lucene.util.FileDeleter#decRef() [JIT compiled code] at org.apache.lucene.index.IndexFileDeleter#decRef() [Interpreted code] 0.85% 184 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete() [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete() [Interpreted code] at org.apache.lucene.util.FileDeleter#deleteFilesIfNoRef() [Interpreted code] at org.apache.lucene.index.IndexFileDeleter#refresh() [Interpreted code] 0.54% 117 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [JIT compiled code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle() [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup() [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup() [Interpreted code] at jdk.internal.foreign.SharedSession$SharedResourceList#cleanup() [Interpreted code] at jdk.internal.foreign.MemorySessionImpl#close() [Inlined code] at jdk.internal.foreign.ArenaImpl#close() [JIT compiled code] at org.apache.lucene.store.RefCountedSharedArena#release() [JIT compiled code] at org.apache.lucene.store.RefCountedSharedArena#close() [JIT compiled code] 0.45% 97 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete() [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete() [Inlined code] at org.apache.lucene.util.FileDeleter#decRef() [JIT compiled code] at org.apache.lucene.index.IndexFileDeleter#decRef() [Interpreted code] 0.35% 76 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read() [JIT compiled code] at sun.nio.ch.IOUtil#readIntoNativeBuffer() [JIT compiled code] at sun.nio.ch.IOUtil#read() [JIT compiled code] at sun.nio.ch.IOUtil#read() [JIT compiled code] at sun.nio.ch.FileChannelImpl#implRead() [JIT compiled code] at sun.nio.ch.FileChannelImpl#traceImplRead() [JIT compiled code] at sun.nio.ch.FileChannelImpl#read() [JIT compiled code] at perf.LineFileDocs#readDocs() [Interpreted code] at perf.LineFileDocs$1#run() [Interpreted code] 0.25% 53 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#open() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#newFileChannel() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#newByteChannel() [Inlined code] at java.nio.file.spi.FileSystemProvider#newOutputStream() [JIT compiled code] at java.nio.file.Files#newOutputStream() [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#() [JIT compiled code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#() [JIT compiled code] at org.apache.lucene.store.FSDirectory#createOutput() [JIT compiled code] 0.22% 48 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete() [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete() [Interpreted code] at org.apache.lucene.util.FileDeleter#decRef() [Interpreted code] at org.apache.lucene.index.IndexFileDeleter#decRef() [Interpreted code] 0.15% 33 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute() [Interpreted code] at jdk.jfr.internal.periodic.PeriodicTask#run() [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic() [Interpreted code] at jdk.jfr.internal.PlatformRecorder#periodicTask() [Interpreted code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0() [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000008d07aa58#run() [Interpreted code] at java.lang.Thread#runWith() [Interpreted code] at java.lang.Thread#run() [Interpreted code] 0.15% 32 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [Interpreted code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [Interpreted code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Interpreted code] at java.nio.file.Files#delete() [Interpreted code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [Interpreted code] at org.apache.lucene.store.FSDirectory#deleteFile() [Interpreted code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [Interpreted code] at org.apache.lucene.util.FileDeleter#delete() [Interpreted code] at org.apache.lucene.util.FileDeleter#delete() [Interpreted code] at org.apache.lucene.util.FileDeleter#decRef() [Interpreted code] at org.apache.lucene.index.IndexFileDeleter#decRef() [Interpreted code] 0.15% 32 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete() [Interpreted code] at org.apache.lucene.util.FileDeleter#delete() [Interpreted code] at org.apache.lucene.util.FileDeleter#decRef() [Interpreted code] at org.apache.lucene.index.IndexFileDeleter#decRef() [Interpreted code] 0.11% 24 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write() [JIT compiled code] at sun.nio.ch.IOUtil#writeFromNativeBuffer() [JIT compiled code] at sun.nio.ch.IOUtil#write() [JIT compiled code] at sun.nio.ch.IOUtil#write() [JIT compiled code] at sun.nio.ch.FileChannelImpl#implWrite() [JIT compiled code] at sun.nio.ch.FileChannelImpl#traceImplWrite() [JIT compiled code] at sun.nio.ch.FileChannelImpl#write() [JIT compiled code] at sun.nio.ch.ChannelOutputStream#writeFully() [JIT compiled code] at sun.nio.ch.ChannelOutputStream#write() [JIT compiled code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write() [JIT compiled code] at java.util.zip.CheckedOutputStream#write() [JIT compiled code] 0.11% 23 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [JIT compiled code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle() [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup() [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup() [Interpreted code] at jdk.internal.foreign.SharedSession$SharedResourceList#cleanup() [Interpreted code] at jdk.internal.foreign.MemorySessionImpl#close() [Inlined code] at jdk.internal.foreign.ArenaImpl#close() [JIT compiled code] at org.apache.lucene.store.RefCountedSharedArena#release() [Interpreted code] at org.apache.lucene.store.RefCountedSharedArena#close() [Interpreted code] 0.09% 19 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open() [Interpreted code] at sun.nio.fs.UnixChannelFactory#open() [Interpreted code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Interpreted code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Interpreted code] at sun.nio.fs.UnixFileSystemProvider#newFileChannel() [Interpreted code] at sun.nio.fs.UnixFileSystemProvider#newByteChannel() [Interpreted code] at java.nio.file.spi.FileSystemProvider#newOutputStream() [Interpreted code] at java.nio.file.Files#newOutputStream() [Interpreted code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#() [Interpreted code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#() [Interpreted code] at org.apache.lucene.store.FSDirectory#createOutput() [Interpreted code] 0.06% 13 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read() [JIT compiled code] at sun.nio.ch.IOUtil#readIntoNativeBuffer() [Interpreted code] at sun.nio.ch.IOUtil#read() [JIT compiled code] at sun.nio.ch.IOUtil#read() [JIT compiled code] at sun.nio.ch.FileChannelImpl#implRead() [JIT compiled code] at sun.nio.ch.FileChannelImpl#traceImplRead() [Interpreted code] at sun.nio.ch.FileChannelImpl#read() [Interpreted code] at perf.LineFileDocs#readDocs() [Interpreted code] at perf.LineFileDocs$1#run() [Interpreted code] 0.06% 13 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open() [Inlined code] at sun.nio.fs.UnixChannelFactory#open() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#newFileChannel() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#newByteChannel() [Inlined code] at java.nio.file.spi.FileSystemProvider#newOutputStream() [JIT compiled code] at java.nio.file.Files#newOutputStream() [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#() [JIT compiled code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#() [JIT compiled code] at org.apache.lucene.store.FSDirectory#createOutput() [JIT compiled code] 0.06% 12 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read() [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer() [Inlined code] at sun.nio.ch.IOUtil#read() [Inlined code] at sun.nio.ch.IOUtil#read() [Inlined code] at sun.nio.ch.FileChannelImpl#implRead() [JIT compiled code] at sun.nio.ch.FileChannelImpl#traceImplRead() [JIT compiled code] at sun.nio.ch.FileChannelImpl#read() [JIT compiled code] at perf.LineFileDocs#readDocs() [Interpreted code] at perf.LineFileDocs$1#run() [Interpreted code] 0.05% 10 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [JIT compiled code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [Interpreted code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [Interpreted code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle() [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup() [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup() [Interpreted code] at jdk.internal.foreign.SharedSession$SharedResourceList#cleanup() [Interpreted code] at jdk.internal.foreign.MemorySessionImpl#close() [Inlined code] at jdk.internal.foreign.ArenaImpl#close() [JIT compiled code] at org.apache.lucene.store.RefCountedSharedArena#release() [Interpreted code] at org.apache.lucene.store.RefCountedSharedArena#close() [Interpreted code] 0.04% 8 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [JIT compiled code] at org.apache.lucene.store.TrackingDirectoryWrapper#deleteFile() [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.FieldsIndexWriter#finish() [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#finish() [Interpreted code] at org.apache.lucene.index.StoredFieldsConsumer#flush() [Interpreted code] 0.02% 5 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [JIT compiled code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [Interpreted code] at org.apache.lucene.store.FSDirectory#deleteFile() [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete() [Interpreted code] at org.apache.lucene.util.FileDeleter#delete() [Interpreted code] at org.apache.lucene.util.FileDeleter#decRef() [Interpreted code] at org.apache.lucene.index.IndexFileDeleter#decRef() [Interpreted code] 0.02% 5 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace() [Inlined code] at jdk.internal.event.FileWriteEvent#commit() [JIT compiled code] at jdk.internal.event.FileWriteEvent#offer() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite() [Inlined code] at sun.nio.ch.FileChannelImpl#write() [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully() [Inlined code] at sun.nio.ch.ChannelOutputStream#write() [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write() [Inlined code] at java.util.zip.CheckedOutputStream#write() [JIT compiled code] at java.io.BufferedOutputStream#flushBuffer() [Inlined code] at java.io.BufferedOutputStream#write() [Inlined code] 0.02% 5 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write() [Interpreted code] at sun.nio.ch.IOUtil#writeFromNativeBuffer() [Interpreted code] at sun.nio.ch.IOUtil#write() [Interpreted code] at sun.nio.ch.IOUtil#write() [Interpreted code] at sun.nio.ch.FileChannelImpl#implWrite() [Interpreted code] at sun.nio.ch.FileChannelImpl#traceImplWrite() [Interpreted code] at sun.nio.ch.FileChannelImpl#write() [Interpreted code] at sun.nio.ch.ChannelOutputStream#writeFully() [Interpreted code] at sun.nio.ch.ChannelOutputStream#write() [Interpreted code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write() [Interpreted code] at java.util.zip.CheckedOutputStream#write() [Interpreted code] 0.02% 5 java.io.FileOutputStream#writeBytes() [Native code] at java.io.FileOutputStream#traceWriteBytes() [JIT compiled code] at java.io.FileOutputStream#write() [JIT compiled code] at java.lang.System$Out#write() [Inlined code] at java.io.BufferedOutputStream#flushBuffer() [Inlined code] at java.io.BufferedOutputStream#flush() [JIT compiled code] at java.io.PrintStream#write() [JIT compiled code] at sun.nio.cs.StreamEncoder#writeBytes() [JIT compiled code] at sun.nio.cs.StreamEncoder#implFlushBuffer() [Inlined code] at sun.nio.cs.StreamEncoder#flushBuffer() [JIT compiled code] at java.io.OutputStreamWriter#flushBuffer() [Inlined code] at java.io.PrintStream#writeln() [JIT compiled code] 0.02% 4 sun.nio.fs.UnixNativeDispatcher#lstat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#lstat() [JIT compiled code] at sun.nio.fs.UnixFileAttributes#get() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete() [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete() [Inlined code] at org.apache.lucene.util.FileDeleter#decRef() [JIT compiled code] 0.02% 4 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [JIT compiled code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle() [Inlined code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup() [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl#close() [Inlined code] at jdk.internal.foreign.ArenaImpl#close() [JIT compiled code] at org.apache.lucene.store.MemorySegmentIndexInput#close() [JIT compiled code] at org.apache.lucene.store.BufferedChecksumIndexInput#close() [JIT compiled code] at org.apache.lucene.codecs.lucene90.Lucene90PointsReader#() [Interpreted code] at org.apache.lucene.codecs.lucene90.Lucene90PointsFormat#fieldsReader() [Interpreted code] 0.02% 4 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace() [Inlined code] at jdk.internal.event.FileWriteEvent#commit() [JIT compiled code] at jdk.internal.event.FileWriteEvent#offer() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite() [Inlined code] at sun.nio.ch.FileChannelImpl#write() [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully() [Inlined code] at sun.nio.ch.ChannelOutputStream#write() [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write() [Inlined code] at java.util.zip.CheckedOutputStream#write() [JIT compiled code] at java.io.BufferedOutputStream#flushBuffer() [Inlined code] at java.io.BufferedOutputStream#flush() [JIT compiled code] 0.02% 4 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read() [Interpreted code] at sun.nio.ch.IOUtil#readIntoNativeBuffer() [Interpreted code] at sun.nio.ch.IOUtil#read() [Interpreted code] at sun.nio.ch.IOUtil#read() [Interpreted code] at sun.nio.ch.FileChannelImpl#implRead() [Interpreted code] at sun.nio.ch.FileChannelImpl#traceImplRead() [Interpreted code] at sun.nio.ch.FileChannelImpl#read() [Interpreted code] at perf.LineFileDocs#readDocs() [Interpreted code] at perf.LineFileDocs$1#run() [Interpreted code] 0.02% 4 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map() [JIT compiled code] at sun.nio.ch.FileChannelImpl#mapInternal() [JIT compiled code] at sun.nio.ch.FileChannelImpl#map() [JIT compiled code] at org.apache.lucene.store.MMapDirectory#map() [JIT compiled code] at org.apache.lucene.store.MMapDirectory#openInput() [JIT compiled code] at org.apache.lucene.store.FilterDirectory#openInput() [JIT compiled code] at org.apache.lucene.store.FilterDirectory#openInput() [JIT compiled code] at org.apache.lucene.store.Directory#openChecksumInput() [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.FieldsIndexWriter#finish() [Interpreted code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#finish() [Interpreted code] at org.apache.lucene.index.StoredFieldsConsumer#flush() [Interpreted code] 0.01% 3 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [JIT compiled code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle() [Inlined code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup() [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl#close() [Inlined code] at jdk.internal.foreign.ArenaImpl#close() [JIT compiled code] at org.apache.lucene.store.MemorySegmentIndexInput#close() [JIT compiled code] at org.apache.lucene.store.BufferedChecksumIndexInput#close() [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.FieldsIndexWriter#finish() [Interpreted code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#finish() [Interpreted code] 0.01% 3 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write() [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer() [Inlined code] at sun.nio.ch.IOUtil#write() [Inlined code] at sun.nio.ch.IOUtil#write() [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite() [Inlined code] at sun.nio.ch.FileChannelImpl#write() [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully() [Inlined code] at sun.nio.ch.ChannelOutputStream#write() [JIT compiled code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write() [JIT compiled code] at java.util.zip.CheckedOutputStream#write() [JIT compiled code] 0.01% 3 java.io.FileOutputStream#writeBytes() [Native code] at java.io.FileOutputStream#traceWriteBytes() [Interpreted code] at java.io.FileOutputStream#write() [JIT compiled code] at java.lang.System$Out#write() [Inlined code] at java.io.BufferedOutputStream#flushBuffer() [Inlined code] at java.io.BufferedOutputStream#flush() [JIT compiled code] at java.io.PrintStream#write() [JIT compiled code] at sun.nio.cs.StreamEncoder#writeBytes() [Interpreted code] at sun.nio.cs.StreamEncoder#implFlushBuffer() [Inlined code] at sun.nio.cs.StreamEncoder#flushBuffer() [JIT compiled code] at java.io.OutputStreamWriter#flushBuffer() [Inlined code] at java.io.PrintStream#writeln() [JIT compiled code] 0.01% 3 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read() [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer() [Inlined code] at sun.nio.ch.IOUtil#read() [Inlined code] at sun.nio.ch.IOUtil#read() [JIT compiled code] at sun.nio.ch.FileChannelImpl#implRead() [JIT compiled code] at sun.nio.ch.FileChannelImpl#traceImplRead() [JIT compiled code] at sun.nio.ch.FileChannelImpl#read() [JIT compiled code] at perf.LineFileDocs#readDocs() [Interpreted code] at perf.LineFileDocs$1#run() [Interpreted code] 0.01% 3 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [JIT compiled code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle() [Inlined code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup() [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl#close() [Inlined code] at jdk.internal.foreign.ArenaImpl#close() [JIT compiled code] at org.apache.lucene.store.MemorySegmentIndexInput#close() [JIT compiled code] at org.apache.lucene.store.BufferedChecksumIndexInput#close() [Inlined code] at org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#() [JIT compiled code] at org.apache.lucene.codecs.lucene90.Lucene90NormsFormat#normsProducer() [JIT compiled code] 0.01% 3 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [JIT compiled code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle() [Inlined code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup() [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl#close() [Inlined code] at jdk.internal.foreign.ArenaImpl#close() [JIT compiled code] at org.apache.lucene.store.MemorySegmentIndexInput#close() [JIT compiled code] at org.apache.lucene.store.BufferedChecksumIndexInput#close() [JIT compiled code] at org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#() [Interpreted code] at org.apache.lucene.codecs.lucene90.Lucene90NormsFormat#normsProducer() [Interpreted code] 0.01% 3 java.io.FileDescriptor#close0() [Native code] at java.io.FileDescriptor#close() [Inlined code] at java.io.FileDescriptor$1#close() [Inlined code] at sun.nio.ch.FileChannelImpl$Closer#run() [JIT compiled code] at jdk.internal.ref.CleanerImpl$PhantomCleanableRef#performCleanup() [JIT compiled code] at jdk.internal.ref.PhantomCleanable#clean() [Inlined code] at sun.nio.ch.FileChannelImpl#implCloseChannel() [JIT compiled code] at java.nio.channels.spi.AbstractInterruptibleChannel#close() [JIT compiled code] at sun.nio.ch.ChannelOutputStream#close() [JIT compiled code] at java.io.FilterOutputStream#close() [JIT compiled code] at java.io.FilterOutputStream#close() [JIT compiled code] at java.io.FilterOutputStream#close() [JIT compiled code] 0.01% 3 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat() [Inlined code] at sun.nio.fs.UnixFileAttributes#get() [Inlined code] at sun.nio.fs.UnixFileAttributeViews$Basic#readAttributes() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#readAttributes() [Inlined code] at sun.nio.fs.LinuxFileSystemProvider#readAttributes() [Inlined code] at java.nio.file.Files#readAttributes() [Inlined code] at java.nio.file.Files#size() [Inlined code] at org.apache.lucene.store.FSDirectory#fileLength() [Inlined code] at org.apache.lucene.index.SegmentCommitInfo#sizeInBytes() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#sealFlushedSegment() [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush() [Interpreted code] 0.01% 3 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [JIT compiled code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle() [Inlined code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup() [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl#close() [Inlined code] at jdk.internal.foreign.ArenaImpl#close() [JIT compiled code] at org.apache.lucene.store.MemorySegmentIndexInput#close() [JIT compiled code] at org.apache.lucene.store.BufferedChecksumIndexInput#close() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsReader#() [Interpreted code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsFormat#fieldsProducer() [Interpreted code] 0.01% 3 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [Interpreted code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [JIT compiled code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [Interpreted code] at org.apache.lucene.store.FSDirectory#deleteFile() [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete() [Interpreted code] at org.apache.lucene.util.FileDeleter#delete() [Interpreted code] at org.apache.lucene.util.FileDeleter#decRef() [Interpreted code] at org.apache.lucene.index.IndexFileDeleter#decRef() [Interpreted code] 0.01% 3 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [JIT compiled code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle() [Inlined code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup() [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl#close() [Inlined code] at jdk.internal.foreign.ArenaImpl#close() [JIT compiled code] at org.apache.lucene.store.MemorySegmentIndexInput#close() [JIT compiled code] at org.apache.lucene.store.BufferedChecksumIndexInput#close() [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.FieldsIndexWriter#finish() [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#finish() [Interpreted code] 0.01% 3 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#open() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#newFileChannel() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#newByteChannel() [Inlined code] at java.nio.file.spi.FileSystemProvider#newOutputStream() [JIT compiled code] at java.nio.file.Files#newOutputStream() [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#() [JIT compiled code] at org.apache.lucene.store.FSDirectory#createTempOutput() [Interpreted code] at org.apache.lucene.store.FilterDirectory#createTempOutput() [Interpreted code] 0.01% 2 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open() [Interpreted code] at sun.nio.fs.UnixChannelFactory#open() [Interpreted code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Interpreted code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Interpreted code] at sun.nio.fs.UnixFileSystemProvider#newFileChannel() [Interpreted code] at sun.nio.fs.UnixFileSystemProvider#newByteChannel() [Interpreted code] at java.nio.file.spi.FileSystemProvider#newOutputStream() [Interpreted code] at java.nio.file.Files#newOutputStream() [Interpreted code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#() [Interpreted code] at org.apache.lucene.store.FSDirectory#createTempOutput() [Interpreted code] at org.apache.lucene.store.FilterDirectory#createTempOutput() [Interpreted code] 0.01% 2 jdk.internal.misc.Unsafe#allocateMemory0() [Native code] at jdk.internal.misc.Unsafe#allocateMemory() [Interpreted code] at sun.nio.ch.Util#getTemporaryDirectBuffer() [JIT compiled code] at sun.nio.ch.IOUtil#write() [Interpreted code] at sun.nio.ch.IOUtil#write() [Interpreted code] at sun.nio.ch.FileChannelImpl#implWrite() [Interpreted code] at sun.nio.ch.FileChannelImpl#traceImplWrite() [Interpreted code] at sun.nio.ch.FileChannelImpl#write() [Interpreted code] at sun.nio.ch.ChannelOutputStream#writeFully() [Interpreted code] at sun.nio.ch.ChannelOutputStream#write() [Interpreted code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write() [Interpreted code] at java.util.zip.CheckedOutputStream#write() [Interpreted code] 0.01% 2 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat() [Inlined code] at sun.nio.fs.UnixFileAttributes#get() [Inlined code] at sun.nio.fs.UnixFileAttributeViews$Basic#readAttributes() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#readAttributes() [Inlined code] at sun.nio.fs.LinuxFileSystemProvider#readAttributes() [Inlined code] at java.nio.file.Files#readAttributes() [Inlined code] at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock#ensureValid() [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#createOutput() [JIT compiled code] at org.apache.lucene.store.TrackingDirectoryWrapper#createOutput() [JIT compiled code] at org.apache.lucene.codecs.lucene90.Lucene90NormsConsumer#() [Interpreted code] at org.apache.lucene.codecs.lucene90.Lucene90NormsFormat#normsConsumer() [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 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 160.31 MB /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 160.31 MB /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 160.31 MB /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 160.31 MB /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 160.31 MB /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 160.31 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 464796 events (total: 284507M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=false PERCENT HEAP SAMPLES STACK 21.28% 60554M java.lang.StringUTF16#compress() [Inlined code] 17.38% 49441M perf.LineFileDocs#nextDoc() [JIT compiled code] 9.01% 25635M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock() [Inlined code] 7.29% 20749M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState() [Inlined code] 7.25% 20621M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#() [Inlined code] 7.13% 20299M perf.LineFileDocs#readDocs() [JIT compiled code] 4.61% 13113M org.apache.lucene.index.ParallelPostingsArray#() [Inlined code] 3.29% 9353M org.apache.lucene.codecs.lucene104.PForUtil#encode() [JIT compiled code] 3.01% 8549M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] 2.74% 7805M org.apache.lucene.util.ArrayUtil#copyOfSubArray() [Inlined code] 2.73% 7764M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms() [JIT compiled code] 1.77% 5032M perf.LineFileDocs#readDocs() [Interpreted code] 1.66% 4711M org.apache.lucene.util.TimSorter#() [Inlined code] 1.25% 3565M perf.LineFileDocs#nextDoc() [Interpreted code] 1.03% 2941M org.apache.lucene.util.BytesRefHash#rehash() [JIT compiled code] 0.93% 2632M java.util.TreeMap#keyIterator() [Inlined code] 0.70% 1984M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#() [Inlined code] 0.60% 1711M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock() [Inlined code] 0.57% 1633M java.util.ArrayList#grow() [Inlined code] 0.54% 1546M perf.LineFileDocs#newDocState() [Interpreted code] 0.49% 1383M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs() [JIT compiled code] 0.47% 1346M org.apache.lucene.util.ArrayUtil#timSort() [Inlined code] 0.45% 1273M org.apache.lucene.util.BytesRef#() [Inlined code] 0.34% 956M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlock() [JIT compiled code] 0.26% 728M org.apache.lucene.document.IntPoint#pack() [Inlined code] 0.22% 628M org.apache.lucene.document.StringField#setStringValue() [Inlined code] 0.20% 566M java.util.Formatter#parse() [Inlined code] 0.15% 432M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#() [JIT compiled code] 0.15% 430M org.apache.lucene.util.StringSorter#fallbackSorter() [Inlined code] 0.15% 412M java.lang.invoke.DirectMethodHandle#allocateInstance() [Inlined code] 0.14% 408M java.util.ArrayList#iterator() [JIT compiled code] 0.14% 401M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] 0.11% 318M java.lang.String#format() [Inlined code] 0.11% 310M java.lang.Integer#toString() [Inlined code] 0.11% 303M java.util.Arrays#copyOfRange() [Inlined code] 0.09% 251M java.lang.StringLatin1#replace() [Inlined code] 0.08% 236M java.lang.Thread#beforeSleep() [Interpreted code] 0.08% 229M java.util.Arrays#copyOf() [Inlined code] 0.08% 224M java.util.List#of() [Inlined code] 0.08% 220M java.lang.StringBuilder#toString() [Inlined code] 0.07% 206M java.lang.AbstractStringBuilder#() [Inlined code] 0.07% 202M java.util.Formatter$FormatSpecifierParser#parse() [JIT compiled code] 0.07% 192M perf.LineFileDocs#intToID() [JIT compiled code] 0.07% 185M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#bytesRefToTrie() [Inlined code] 0.06% 183M java.util.ArrayList#subList() [Inlined code] 0.06% 182M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#writeImpacts() [JIT compiled code] 0.06% 178M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingBlock#compileIndex() [JIT compiled code] 0.06% 173M java.lang.StringLatin1#newString() [Inlined code] 0.06% 171M perf.StatisticsHelper#startStatistics() [Interpreted code] 0.05% 153M java.nio.HeapByteBuffer#asReadOnlyBuffer() [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 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 160.31 MB /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 160.31 MB /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 160.31 MB /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 160.31 MB /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 160.31 MB /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 160.31 MB /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 160.31 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 464796 events (total: 284507M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=false PERCENT HEAP SAMPLES STACK 21.28% 60554M java.lang.StringUTF16#compress() [Inlined code] at java.lang.String#() [Inlined code] 16.09% 45769M perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.LineFileDocs#nextDoc() [Inlined code] 9.01% 25635M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock() [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer() [JIT compiled code] 7.29% 20749M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState() [Inlined code] 7.25% 20621M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#() [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance() [Inlined code] 7.13% 20299M perf.LineFileDocs#readDocs() [JIT compiled code] at perf.LineFileDocs$1#run() [Interpreted code] 4.56% 12983M org.apache.lucene.index.ParallelPostingsArray#() [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#() [Inlined code] 3.01% 8549M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] 2.87% 8158M org.apache.lucene.codecs.lucene104.PForUtil#encode() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition() [JIT compiled code] 2.71% 7716M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms() [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] 2.71% 7711M org.apache.lucene.util.ArrayUtil#copyOfSubArray() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#() [Inlined code] 1.77% 5032M perf.LineFileDocs#readDocs() [Interpreted code] at perf.LineFileDocs$1#run() [Interpreted code] 1.66% 4711M org.apache.lucene.util.TimSorter#() [Inlined code] at org.apache.lucene.util.ArrayTimSorter#() [Inlined code] 1.29% 3671M perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.LineFileDocs#nextDoc() [JIT compiled code] 1.20% 3419M perf.LineFileDocs#nextDoc() [Interpreted code] at perf.LineFileDocs#nextDoc() [Inlined code] 1.03% 2941M org.apache.lucene.util.BytesRefHash#rehash() [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add() [JIT compiled code] 0.93% 2632M java.util.TreeMap#keyIterator() [Inlined code] at java.util.TreeMap$KeySet#iterator() [JIT compiled code] 0.70% 1984M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#bytesRefToTrie() [Inlined code] 0.60% 1711M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock() [Inlined code] at org.apache.lucene.util.IntBlockPool#nextBuffer() [JIT compiled code] 0.57% 1633M java.util.ArrayList#grow() [Inlined code] at java.util.ArrayList#grow() [Inlined code] 0.54% 1546M perf.LineFileDocs#newDocState() [Interpreted code] at perf.IndexThreads$IndexThread#run() [Interpreted code] 0.48% 1373M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock() [JIT compiled code] 0.47% 1335M org.apache.lucene.util.ArrayUtil#timSort() [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings() [Inlined code] 0.42% 1194M org.apache.lucene.codecs.lucene104.PForUtil#encode() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock() [JIT compiled code] 0.38% 1082M org.apache.lucene.util.BytesRef#() [Inlined code] at org.apache.lucene.util.BytesRef#() [Inlined code] 0.34% 956M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlock() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlocks() [JIT compiled code] 0.26% 728M org.apache.lucene.document.IntPoint#pack() [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues() [Inlined code] 0.22% 628M org.apache.lucene.document.StringField#setStringValue() [Inlined code] at perf.LineFileDocs#nextDoc() [JIT compiled code] 0.20% 566M java.util.Formatter#parse() [Inlined code] at java.util.Formatter#format() [JIT compiled code] 0.15% 432M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#() [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance() [JIT compiled code] 0.15% 430M org.apache.lucene.util.StringSorter#fallbackSorter() [Inlined code] at org.apache.lucene.util.StringSorter$MSBStringRadixSorter#getFallbackSorter() [Inlined code] 0.14% 408M java.lang.invoke.DirectMethodHandle#allocateInstance() [Inlined code] at java.lang.invoke.LambdaForm$DMH.0x000000008d1a1400#newInvokeSpecial() [Inlined code] 0.14% 388M java.util.ArrayList#iterator() [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic() [Interpreted code] 0.13% 373M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] 0.11% 318M java.lang.String#format() [Inlined code] at perf.LineFileDocs#intToID() [JIT compiled code] 0.11% 310M java.lang.Integer#toString() [Inlined code] at perf.LineFileDocs#intToID() [JIT compiled code] 0.09% 251M java.lang.StringLatin1#replace() [Inlined code] at java.lang.String#replace() [Inlined code] 0.08% 236M java.lang.Thread#beforeSleep() [Interpreted code] at java.lang.Thread#sleepNanos() [Interpreted code] 0.08% 229M java.util.Arrays#copyOf() [Inlined code] at java.util.ArrayList#grow() [Inlined code] 0.08% 220M java.lang.StringBuilder#toString() [Inlined code] at java.util.Formatter#toString() [Inlined code] 0.07% 206M java.lang.AbstractStringBuilder#() [Inlined code] at java.lang.StringBuilder#() [Inlined code] 0.07% 202M java.util.Formatter$FormatSpecifierParser#parse() [JIT compiled code] at java.util.Formatter#parse() [Inlined code] 0.07% 202M java.util.List#of() [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument() [Inlined code] 0.07% 191M org.apache.lucene.util.BytesRef#() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlock() [JIT compiled code] 0.07% 185M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#bytesRefToTrie() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingBlock#compileIndex() [JIT compiled code] 0.06% 183M java.util.ArrayList#subList() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlocks() [JIT compiled code] 0.06% 182M perf.LineFileDocs#intToID() [JIT compiled code] at perf.LineFileDocs#nextDoc() [JIT compiled code] 0.06% 178M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingBlock#compileIndex() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlocks() [JIT compiled code] 0.06% 176M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#writeImpacts() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock() [JIT compiled code] 0.06% 173M java.lang.StringLatin1#newString() [Inlined code] at java.lang.Integer#toString() [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 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 160.31 MB /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 160.31 MB /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 160.31 MB /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 160.31 MB /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 160.31 MB /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 160.31 MB /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 160.31 MB /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 160.31 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 464796 events (total: 284507M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=false PERCENT HEAP SAMPLES STACK 19.81% 56362M java.lang.StringUTF16#compress() [Inlined code] at java.lang.String#() [Inlined code] at java.lang.String#() [Inlined code] at perf.LineFileDocs#nextDoc() [JIT compiled code] 16.09% 45769M perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.LineFileDocs#nextDoc() [Inlined code] at perf.IndexThreads$IndexThread#run() [JIT compiled code] 7.26% 20665M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState() [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] 7.25% 20621M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#() [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance() [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow() [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow() [JIT compiled code] 7.20% 20495M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock() [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer() [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice() [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice() [Inlined code] 7.13% 20299M perf.LineFileDocs#readDocs() [JIT compiled code] at perf.LineFileDocs$1#run() [Interpreted code] 4.56% 12983M org.apache.lucene.index.ParallelPostingsArray#() [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#() [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance() [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow() [Inlined code] 2.87% 8158M org.apache.lucene.codecs.lucene104.PForUtil#encode() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition() [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] 2.71% 7716M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms() [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] 2.71% 7708M org.apache.lucene.util.ArrayUtil#copyOfSubArray() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] 1.77% 5032M perf.LineFileDocs#readDocs() [Interpreted code] at perf.LineFileDocs$1#run() [Interpreted code] 1.75% 4982M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write() [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush() [Interpreted code] 1.64% 4678M org.apache.lucene.util.TimSorter#() [Inlined code] at org.apache.lucene.util.ArrayTimSorter#() [Inlined code] at org.apache.lucene.util.ArrayUtil#timSort() [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings() [Inlined code] 1.31% 3720M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock() [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer() [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices() [Inlined code] at org.apache.lucene.index.TermsHashPerField#add() [JIT compiled code] 1.29% 3671M perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.IndexThreads$IndexThread#run() [Interpreted code] 1.27% 3609M java.lang.StringUTF16#compress() [Inlined code] at java.lang.String#() [Inlined code] at java.lang.String#() [JIT compiled code] at perf.LineFileDocs#nextDoc() [Interpreted code] 1.20% 3419M perf.LineFileDocs#nextDoc() [Interpreted code] at perf.LineFileDocs#nextDoc() [Inlined code] at perf.IndexThreads$IndexThread#run() [JIT compiled code] 1.16% 3290M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge() [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge() [Interpreted code] 0.99% 2815M org.apache.lucene.util.BytesRefHash#rehash() [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add() [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add() [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream() [JIT compiled code] 0.93% 2632M java.util.TreeMap#keyIterator() [Inlined code] at java.util.TreeMap$KeySet#iterator() [JIT compiled code] at java.util.TreeSet#iterator() [Inlined code] at org.apache.lucene.codecs.CompetitiveImpactAccumulator#addAll() [Inlined code] 0.70% 1984M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#bytesRefToTrie() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingBlock#compileIndex() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlocks() [JIT compiled code] 0.60% 1711M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock() [Inlined code] at org.apache.lucene.util.IntBlockPool#nextBuffer() [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices() [Inlined code] at org.apache.lucene.index.TermsHashPerField#add() [JIT compiled code] 0.57% 1633M java.util.ArrayList#grow() [Inlined code] at java.util.ArrayList#grow() [Inlined code] at java.util.ArrayList#add() [Inlined code] at java.util.ArrayList#add() [Inlined code] 0.54% 1546M perf.LineFileDocs#newDocState() [Interpreted code] at perf.IndexThreads$IndexThread#run() [Interpreted code] 0.50% 1420M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock() [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer() [JIT compiled code] at org.apache.lucene.util.BytesRefBlockPool#addBytesRef() [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add() [JIT compiled code] 0.48% 1373M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc() [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] 0.47% 1335M org.apache.lucene.util.ArrayUtil#timSort() [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings() [Inlined code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings() [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] 0.42% 1194M org.apache.lucene.codecs.lucene104.PForUtil#encode() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc() [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] 0.37% 1049M org.apache.lucene.util.BytesRef#() [Inlined code] at org.apache.lucene.util.BytesRef#() [Inlined code] at org.apache.lucene.document.StringField#setStringValue() [Inlined code] at perf.LineFileDocs#nextDoc() [JIT compiled code] 0.34% 956M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlock() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlocks() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#pushTerm() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] 0.24% 681M org.apache.lucene.document.IntPoint#pack() [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues() [Inlined code] at org.apache.lucene.document.IntPoint#setIntValue() [Inlined code] at perf.LineFileDocs#nextDoc() [JIT compiled code] 0.21% 591M org.apache.lucene.document.StringField#setStringValue() [Inlined code] at perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.LineFileDocs#nextDoc() [Inlined code] at perf.IndexThreads$IndexThread#run() [JIT compiled code] 0.20% 582M java.lang.StringUTF16#compress() [Inlined code] at java.lang.String#() [Inlined code] at java.lang.String#() [JIT compiled code] at perf.LineFileDocs#nextDoc() [JIT compiled code] 0.20% 566M java.util.Formatter#parse() [Inlined code] at java.util.Formatter#format() [JIT compiled code] at java.util.Formatter#format() [Inlined code] at java.lang.String#format() [Inlined code] 0.15% 432M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#() [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance() [JIT compiled code] at org.apache.lucene.index.ParallelPostingsArray#grow() [JIT compiled code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow() [JIT compiled code] 0.15% 430M org.apache.lucene.util.StringSorter#fallbackSorter() [Inlined code] at org.apache.lucene.util.StringSorter$MSBStringRadixSorter#getFallbackSorter() [Inlined code] at org.apache.lucene.util.MSBRadixSorter#sort() [Inlined code] at org.apache.lucene.util.MSBRadixSorter#radixSort() [JIT compiled code] 0.14% 408M java.lang.invoke.DirectMethodHandle#allocateInstance() [Inlined code] at java.lang.invoke.LambdaForm$DMH.0x000000008d1a1400#newInvokeSpecial() [Inlined code] at java.lang.invoke.Invokers$Holder#linkToTargetMethod() [Inlined code] at org.apache.lucene.util.StringSorter$MSBStringRadixSorter#getFallbackSorter() [Inlined code] 0.14% 388M java.util.ArrayList#iterator() [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic() [Interpreted code] at jdk.jfr.internal.PlatformRecorder#periodicTask() [Interpreted code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0() [Interpreted code] 0.13% 370M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.ArrayUtil#grow() [Inlined code] at org.apache.lucene.index.PointValuesWriter#addPackedValue() [Inlined code] 0.11% 318M java.lang.String#format() [Inlined code] at perf.LineFileDocs#intToID() [JIT compiled code] at perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.LineFileDocs#nextDoc() [Inlined code] 0.11% 308M java.lang.Integer#toString() [Inlined code] at perf.LineFileDocs#intToID() [JIT compiled code] at perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.LineFileDocs#nextDoc() [Inlined code] 0.10% 276M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write() [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush() [JIT compiled code] 0.08% 236M java.lang.Thread#beforeSleep() [Interpreted code] at java.lang.Thread#sleepNanos() [Interpreted code] at java.lang.Thread#sleep() [Interpreted code] at perf.Indexer#_main() [Interpreted code] 0.08% 229M java.util.Arrays#copyOf() [Inlined code] at java.util.ArrayList#grow() [Inlined code] at java.util.ArrayList#grow() [Inlined code] at java.util.ArrayList#add() [Inlined code] 0.08% 220M java.lang.StringBuilder#toString() [Inlined code] at java.util.Formatter#toString() [Inlined code] at java.lang.String#format() [Inlined code] at perf.LineFileDocs#intToID() [JIT compiled code] 0.08% 214M java.lang.StringLatin1#replace() [Inlined code] at java.lang.String#replace() [Inlined code] at perf.LineFileDocs#intToID() [JIT compiled code] at perf.LineFileDocs#nextDoc() [JIT compiled code] 0.07% 206M java.lang.AbstractStringBuilder#() [Inlined code] at java.lang.StringBuilder#() [Inlined code] at java.util.Formatter#() [Inlined code] at java.lang.String#format() [Inlined code] 0.07% 202M java.util.Formatter$FormatSpecifierParser#parse() [JIT compiled code] at java.util.Formatter#parse() [Inlined code] at java.util.Formatter#format() [JIT compiled code] at java.util.Formatter#format() [Inlined code] 0.07% 202M java.util.List#of() [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument() [Inlined code] at org.apache.lucene.index.IndexWriter#addDocument() [Inlined code] at perf.IndexThreads$IndexThread#run() [JIT compiled code] 0.07% 188M org.apache.lucene.util.BytesRef#() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlock() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlocks() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#pushTerm() [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 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 160.31 MB /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 160.31 MB /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 160.31 MB /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 160.31 MB /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 160.31 MB /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 160.31 MB /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 160.31 MB /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 160.31 MB /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 160.31 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 464796 events (total: 284507M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=false PERCENT HEAP SAMPLES STACK 18.29% 52022M java.lang.StringUTF16#compress() [Inlined code] at java.lang.String#() [Inlined code] at java.lang.String#() [Inlined code] at perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.LineFileDocs#nextDoc() [Inlined code] at perf.IndexThreads$IndexThread#run() [JIT compiled code] 16.09% 45769M perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.LineFileDocs#nextDoc() [Inlined code] at perf.IndexThreads$IndexThread#run() [JIT compiled code] 7.13% 20299M perf.LineFileDocs#readDocs() [JIT compiled code] at perf.LineFileDocs$1#run() [Interpreted code] 7.00% 19918M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#() [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance() [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow() [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow() [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add() [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add() [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream() [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert() [Inlined code] 5.14% 14618M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock() [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer() [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice() [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice() [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte() [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt() [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx() [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm() [JIT compiled code] 4.18% 11892M org.apache.lucene.index.ParallelPostingsArray#() [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#() [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance() [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow() [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow() [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add() [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add() [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream() [JIT compiled code] 2.84% 8084M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState() [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge() [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms() [Interpreted code] 2.61% 7415M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState() [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write() [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush() [Interpreted code] at org.apache.lucene.index.IndexingChain#flush() [Interpreted code] 1.77% 5032M perf.LineFileDocs#readDocs() [Interpreted code] at perf.LineFileDocs$1#run() [Interpreted code] 1.64% 4674M org.apache.lucene.util.TimSorter#() [Inlined code] at org.apache.lucene.util.ArrayTimSorter#() [Inlined code] at org.apache.lucene.util.ArrayUtil#timSort() [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings() [Inlined code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings() [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] 1.60% 4538M org.apache.lucene.codecs.lucene104.PForUtil#encode() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition() [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge() [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms() [Interpreted code] 1.55% 4407M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState() [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write() [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush() [Interpreted code] at org.apache.lucene.index.IndexingChain#flush() [JIT compiled code] 1.53% 4339M java.lang.StringUTF16#compress() [Inlined code] at java.lang.String#() [Inlined code] at java.lang.String#() [Inlined code] at perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.IndexThreads$IndexThread#run() [Interpreted code] 1.29% 3671M perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.IndexThreads$IndexThread#run() [Interpreted code] 1.26% 3592M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock() [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer() [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices() [Inlined code] at org.apache.lucene.index.TermsHashPerField#add() [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream() [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert() [Inlined code] at org.apache.lucene.index.IndexingChain#processField() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] 1.26% 3592M java.lang.StringUTF16#compress() [Inlined code] at java.lang.String#() [Inlined code] at java.lang.String#() [JIT compiled code] at perf.LineFileDocs#nextDoc() [Interpreted code] at perf.LineFileDocs#nextDoc() [Inlined code] at perf.IndexThreads$IndexThread#run() [JIT compiled code] 1.20% 3419M perf.LineFileDocs#nextDoc() [Interpreted code] at perf.LineFileDocs#nextDoc() [Inlined code] at perf.IndexThreads$IndexThread#run() [JIT compiled code] 1.16% 3290M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge() [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms() [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000008d1c77b8#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging() [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge() [Interpreted code] 1.15% 3264M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock() [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer() [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice() [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice() [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte() [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt() [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm() [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice() [Inlined code] 1.04% 2963M org.apache.lucene.util.ArrayUtil#copyOfSubArray() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge() [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms() [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000008d1c77b8#merge() [Interpreted code] 1.03% 2920M org.apache.lucene.util.ArrayUtil#copyOfSubArray() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write() [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush() [Interpreted code] at org.apache.lucene.index.IndexingChain#flush() [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush() [Interpreted code] 1.02% 2906M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms() [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge() [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms() [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000008d1c77b8#merge() [Interpreted code] 0.99% 2815M org.apache.lucene.util.BytesRefHash#rehash() [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add() [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add() [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream() [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert() [Inlined code] at org.apache.lucene.index.IndexingChain#processField() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] 0.97% 2749M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms() [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write() [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush() [Interpreted code] at org.apache.lucene.index.IndexingChain#flush() [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush() [Interpreted code] 0.92% 2612M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock() [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer() [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice() [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice() [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte() [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt() [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx() [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm() [JIT compiled code] 0.84% 2396M java.util.TreeMap#keyIterator() [Inlined code] at java.util.TreeMap$KeySet#iterator() [JIT compiled code] at java.util.TreeSet#iterator() [Inlined code] at org.apache.lucene.codecs.CompetitiveImpactAccumulator#addAll() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#finishTerm() [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] 0.74% 2117M org.apache.lucene.codecs.lucene104.PForUtil#encode() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition() [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write() [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush() [Interpreted code] at org.apache.lucene.index.IndexingChain#flush() [Interpreted code] 0.67% 1896M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write() [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush() [Interpreted code] at org.apache.lucene.index.IndexingChain#flush() [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush() [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush() [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush() [Inlined code] 0.64% 1810M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms() [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write() [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush() [Interpreted code] at org.apache.lucene.index.IndexingChain#flush() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush() [Interpreted code] 0.58% 1650M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock() [Inlined code] at org.apache.lucene.util.IntBlockPool#nextBuffer() [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices() [Inlined code] at org.apache.lucene.index.TermsHashPerField#add() [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream() [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert() [Inlined code] at org.apache.lucene.index.IndexingChain#processField() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] 0.57% 1623M org.apache.lucene.util.ArrayUtil#copyOfSubArray() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write() [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush() [Interpreted code] at org.apache.lucene.index.IndexingChain#flush() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush() [Interpreted code] 0.54% 1546M perf.LineFileDocs#newDocState() [Interpreted code] at perf.IndexThreads$IndexThread#run() [Interpreted code] 0.47% 1335M org.apache.lucene.util.ArrayUtil#timSort() [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings() [Inlined code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings() [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge() [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge() [Interpreted code] 0.46% 1305M org.apache.lucene.codecs.lucene104.PForUtil#encode() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition() [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write() [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush() [Interpreted code] at org.apache.lucene.index.IndexingChain#flush() [JIT compiled code] 0.43% 1225M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#bytesRefToTrie() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingBlock#compileIndex() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlocks() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#pushTerm() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write() [Interpreted code] 0.42% 1200M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock() [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer() [JIT compiled code] at org.apache.lucene.util.BytesRefBlockPool#addBytesRef() [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add() [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add() [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream() [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert() [Inlined code] at org.apache.lucene.index.IndexingChain#processField() [JIT compiled code] 0.41% 1160M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write() [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush() [Interpreted code] at org.apache.lucene.index.IndexingChain#flush() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush() [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush() [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush() [Inlined code] 0.38% 1091M org.apache.lucene.index.ParallelPostingsArray#() [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#() [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance() [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow() [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow() [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add() [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add() [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTerm() [Inlined code] 0.37% 1044M org.apache.lucene.util.BytesRef#() [Inlined code] at org.apache.lucene.util.BytesRef#() [Inlined code] at org.apache.lucene.document.StringField#setStringValue() [Inlined code] at perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.LineFileDocs#nextDoc() [Inlined code] at perf.IndexThreads$IndexThread#run() [JIT compiled code] 0.36% 1027M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write() [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush() [Interpreted code] at org.apache.lucene.index.IndexingChain#flush() [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush() [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush() [Interpreted code] at org.apache.lucene.index.DocumentsWriter#postUpdate() [JIT compiled code] 0.30% 840M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc() [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge() [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge() [Interpreted code] 0.28% 786M org.apache.lucene.codecs.lucene104.PForUtil#encode() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc() [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge() [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge() [Interpreted code] 0.27% 756M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#bytesRefToTrie() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingBlock#compileIndex() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlocks() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#pushTerm() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge() [Interpreted code] 0.27% 754M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState() [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write() [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush() [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush() [JIT compiled code] 0.25% 702M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#() [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance() [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow() [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow() [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add() [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add() [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTerm() [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invert() [Inlined code] 0.24% 691M java.util.ArrayList#grow() [Inlined code] at java.util.ArrayList#grow() [Inlined code] at java.util.ArrayList#add() [Inlined code] at java.util.ArrayList#add() [Inlined code] at java.util.Formatter$FormatSpecifierParser#parse() [JIT compiled code] at java.util.Formatter#parse() [Inlined code] at java.util.Formatter#format() [JIT compiled code] at java.util.Formatter#format() [Inlined code] 0.24% 690M java.util.ArrayList#grow() [Inlined code] at java.util.ArrayList#grow() [Inlined code] at java.util.ArrayList#add() [Inlined code] at java.util.ArrayList#add() [Inlined code] at org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc() [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] 0.24% 674M org.apache.lucene.document.IntPoint#pack() [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues() [Inlined code] at org.apache.lucene.document.IntPoint#setIntValue() [Inlined code] at perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.LineFileDocs#nextDoc() [Inlined code] at perf.IndexThreads$IndexThread#run() [JIT compiled code] 0.23% 642M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write() [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush() [Interpreted code] at org.apache.lucene.index.IndexingChain#flush() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush() [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush() [Interpreted code] at org.apache.lucene.index.DocumentsWriter#postUpdate() [JIT compiled code] 0.21% 591M org.apache.lucene.document.StringField#setStringValue() [Inlined code] at perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.LineFileDocs#nextDoc() [Inlined code] at perf.IndexThreads$IndexThread#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=12 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 160.31 MB /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 160.31 MB /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 160.31 MB /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 160.31 MB /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 160.31 MB /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 160.31 MB /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 160.31 MB /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 160.31 MB /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 160.31 MB /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 160.31 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 464796 events (total: 284507M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=false PERCENT HEAP SAMPLES STACK 18.29% 52022M java.lang.StringUTF16#compress() [Inlined code] at java.lang.String#() [Inlined code] at java.lang.String#() [Inlined code] at perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.LineFileDocs#nextDoc() [Inlined code] at perf.IndexThreads$IndexThread#run() [JIT compiled code] 16.09% 45769M perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.LineFileDocs#nextDoc() [Inlined code] at perf.IndexThreads$IndexThread#run() [JIT compiled code] 7.13% 20299M perf.LineFileDocs#readDocs() [JIT compiled code] at perf.LineFileDocs$1#run() [Interpreted code] 6.97% 19844M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#() [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance() [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow() [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow() [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add() [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add() [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream() [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert() [Inlined code] at org.apache.lucene.index.IndexingChain#processField() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [JIT compiled code] 4.16% 11837M org.apache.lucene.index.ParallelPostingsArray#() [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#() [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance() [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow() [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow() [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add() [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add() [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream() [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert() [Inlined code] at org.apache.lucene.index.IndexingChain#processField() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] 3.50% 9964M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock() [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer() [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice() [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice() [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte() [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt() [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx() [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm() [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice() [Inlined code] at org.apache.lucene.index.TermsHashPerField#add() [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream() [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert() [JIT compiled code] 2.84% 8084M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState() [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge() [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms() [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000008d1c77b8#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging() [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge() [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle() [Interpreted code] 1.77% 5032M perf.LineFileDocs#readDocs() [Interpreted code] at perf.LineFileDocs$1#run() [Interpreted code] 1.64% 4674M org.apache.lucene.util.TimSorter#() [Inlined code] at org.apache.lucene.util.ArrayTimSorter#() [Inlined code] at org.apache.lucene.util.ArrayUtil#timSort() [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings() [Inlined code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings() [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge() [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms() [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000008d1c77b8#merge() [Interpreted code] 1.64% 4654M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock() [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer() [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice() [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice() [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte() [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt() [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx() [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm() [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice() [Inlined code] at org.apache.lucene.index.TermsHashPerField#add() [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream() [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert() [Inlined code] 1.63% 4642M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState() [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write() [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush() [Interpreted code] at org.apache.lucene.index.IndexingChain#flush() [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush() [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush() [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush() [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate() [JIT compiled code] 1.60% 4538M org.apache.lucene.codecs.lucene104.PForUtil#encode() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition() [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge() [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms() [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000008d1c77b8#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging() [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge() [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle() [Interpreted code] 1.53% 4339M java.lang.StringUTF16#compress() [Inlined code] at java.lang.String#() [Inlined code] at java.lang.String#() [Inlined code] at perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.IndexThreads$IndexThread#run() [Interpreted code] 1.29% 3671M perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.IndexThreads$IndexThread#run() [Interpreted code] 1.26% 3592M java.lang.StringUTF16#compress() [Inlined code] at java.lang.String#() [Inlined code] at java.lang.String#() [JIT compiled code] at perf.LineFileDocs#nextDoc() [Interpreted code] at perf.LineFileDocs#nextDoc() [Inlined code] at perf.IndexThreads$IndexThread#run() [JIT compiled code] 1.20% 3419M perf.LineFileDocs#nextDoc() [Interpreted code] at perf.LineFileDocs#nextDoc() [Inlined code] at perf.IndexThreads$IndexThread#run() [JIT compiled code] 1.16% 3290M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge() [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms() [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000008d1c77b8#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging() [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge() [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle() [Interpreted code] at org.apache.lucene.index.IndexWriter#merge() [Interpreted code] at org.apache.lucene.index.IndexWriter$IndexWriterMergeSource#merge() [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler#doMerge() [Interpreted code] 1.13% 3217M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock() [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer() [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice() [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice() [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte() [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt() [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm() [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice() [Inlined code] at org.apache.lucene.index.TermsHashPerField#add() [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream() [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert() [Inlined code] at org.apache.lucene.index.IndexingChain#processField() [JIT compiled code] 1.10% 3116M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock() [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer() [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices() [Inlined code] at org.apache.lucene.index.TermsHashPerField#add() [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream() [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert() [Inlined code] at org.apache.lucene.index.IndexingChain#processField() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments() [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument() [Inlined code] 1.04% 2963M org.apache.lucene.util.ArrayUtil#copyOfSubArray() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge() [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms() [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000008d1c77b8#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging() [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge() [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle() [Interpreted code] at org.apache.lucene.index.IndexWriter#merge() [Interpreted code] 1.02% 2906M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms() [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge() [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms() [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000008d1c77b8#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging() [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge() [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle() [Interpreted code] at org.apache.lucene.index.IndexWriter#merge() [Interpreted code] 0.94% 2677M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState() [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write() [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush() [Interpreted code] at org.apache.lucene.index.IndexingChain#flush() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush() [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush() [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush() [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate() [JIT compiled code] 0.92% 2628M org.apache.lucene.util.BytesRefHash#rehash() [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add() [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add() [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream() [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert() [Inlined code] at org.apache.lucene.index.IndexingChain#processField() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments() [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument() [Inlined code] at org.apache.lucene.index.IndexWriter#addDocument() [Inlined code] 0.92% 2623M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState() [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write() [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush() [Interpreted code] at org.apache.lucene.index.IndexingChain#flush() [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush() [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush() [Interpreted code] at org.apache.lucene.index.DocumentsWriter#postUpdate() [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [JIT compiled code] 0.92% 2612M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock() [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer() [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice() [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice() [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte() [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt() [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx() [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm() [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice() [Inlined code] at org.apache.lucene.index.TermsHashPerField#add() [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream() [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert() [Inlined code] 0.65% 1855M org.apache.lucene.util.ArrayUtil#copyOfSubArray() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write() [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush() [Interpreted code] at org.apache.lucene.index.IndexingChain#flush() [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush() [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush() [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush() [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate() [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [JIT compiled code] 0.62% 1760M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write() [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush() [Interpreted code] at org.apache.lucene.index.IndexingChain#flush() [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush() [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush() [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush() [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate() [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments() [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument() [Inlined code] 0.61% 1748M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms() [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write() [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush() [Interpreted code] at org.apache.lucene.index.IndexingChain#flush() [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush() [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush() [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush() [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate() [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [JIT compiled code] 0.54% 1546M perf.LineFileDocs#newDocState() [Interpreted code] at perf.IndexThreads$IndexThread#run() [Interpreted code] 0.50% 1429M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState() [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write() [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush() [Interpreted code] at org.apache.lucene.index.IndexingChain#flush() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush() [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush() [Interpreted code] at org.apache.lucene.index.DocumentsWriter#postUpdate() [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [JIT compiled code] 0.47% 1336M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock() [Inlined code] at org.apache.lucene.util.IntBlockPool#nextBuffer() [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices() [Inlined code] at org.apache.lucene.index.TermsHashPerField#add() [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream() [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert() [Inlined code] at org.apache.lucene.index.IndexingChain#processField() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments() [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument() [Inlined code] 0.47% 1335M org.apache.lucene.util.ArrayUtil#timSort() [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings() [Inlined code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings() [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge() [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms() [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000008d1c77b8#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging() [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge() [Interpreted code] 0.46% 1317M org.apache.lucene.codecs.lucene104.PForUtil#encode() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition() [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write() [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush() [Interpreted code] at org.apache.lucene.index.IndexingChain#flush() [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush() [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush() [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush() [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate() [JIT compiled code] 0.41% 1160M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write() [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush() [Interpreted code] at org.apache.lucene.index.IndexingChain#flush() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush() [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush() [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush() [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate() [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments() [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument() [Inlined code] 0.38% 1091M org.apache.lucene.index.ParallelPostingsArray#() [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#() [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance() [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow() [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow() [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add() [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add() [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTerm() [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invert() [Inlined code] at org.apache.lucene.index.IndexingChain#processField() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] 0.38% 1079M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms() [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write() [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush() [Interpreted code] at org.apache.lucene.index.IndexingChain#flush() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush() [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush() [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush() [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate() [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [JIT compiled code] 0.38% 1074M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock() [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer() [JIT compiled code] at org.apache.lucene.util.BytesRefBlockPool#addBytesRef() [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add() [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add() [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream() [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert() [Inlined code] at org.apache.lucene.index.IndexingChain#processField() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments() [Inlined code] 0.37% 1044M org.apache.lucene.util.BytesRef#() [Inlined code] at org.apache.lucene.util.BytesRef#() [Inlined code] at org.apache.lucene.document.StringField#setStringValue() [Inlined code] at perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.LineFileDocs#nextDoc() [Inlined code] at perf.IndexThreads$IndexThread#run() [JIT compiled code] 0.34% 975M org.apache.lucene.util.ArrayUtil#copyOfSubArray() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write() [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush() [Interpreted code] at org.apache.lucene.index.IndexingChain#flush() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush() [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush() [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush() [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate() [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [JIT compiled code] 0.33% 947M java.util.TreeMap#keyIterator() [Inlined code] at java.util.TreeMap$KeySet#iterator() [JIT compiled code] at java.util.TreeSet#iterator() [Inlined code] at org.apache.lucene.codecs.CompetitiveImpactAccumulator#addAll() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#finishTerm() [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write() [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush() [Interpreted code] at org.apache.lucene.index.IndexingChain#flush() [Interpreted code] 0.32% 911M java.util.TreeMap#keyIterator() [Inlined code] at java.util.TreeMap$KeySet#iterator() [JIT compiled code] at java.util.TreeSet#iterator() [Inlined code] at org.apache.lucene.codecs.CompetitiveImpactAccumulator#addAll() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#finishTerm() [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge() [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms() [Interpreted code] 0.32% 905M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms() [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write() [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush() [Interpreted code] at org.apache.lucene.index.IndexingChain#flush() [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush() [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush() [Interpreted code] at org.apache.lucene.index.DocumentsWriter#postUpdate() [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments() [Inlined code] 0.32% 899M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write() [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush() [Interpreted code] at org.apache.lucene.index.IndexingChain#flush() [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush() [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush() [Interpreted code] at org.apache.lucene.index.DocumentsWriter#postUpdate() [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments() [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument() [Inlined code] at org.apache.lucene.index.IndexWriter#addDocument() [Inlined code] 0.31% 870M org.apache.lucene.util.ArrayUtil#copyOfSubArray() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write() [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush() [Interpreted code] at org.apache.lucene.index.IndexingChain#flush() [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush() [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush() [Interpreted code] at org.apache.lucene.index.DocumentsWriter#postUpdate() [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments() [Inlined code] 0.30% 848M org.apache.lucene.codecs.lucene104.PForUtil#encode() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition() [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write() [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush() [Interpreted code] at org.apache.lucene.index.IndexingChain#flush() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush() [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush() [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush() [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate() [JIT compiled code] 0.30% 840M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc() [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge() [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms() [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000008d1c77b8#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging() [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge() [Interpreted code] 0.28% 786M org.apache.lucene.codecs.lucene104.PForUtil#encode() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc() [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge() [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms() [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000008d1c77b8#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging() [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge() [Interpreted code] 0.27% 756M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#bytesRefToTrie() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingBlock#compileIndex() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlocks() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#pushTerm() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge() [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms() [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000008d1c77b8#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging() [Interpreted code] 0.27% 754M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState() [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write() [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush() [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush() [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush() [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush() [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#flushAllThreads() [Interpreted code] 0.26% 731M org.apache.lucene.codecs.lucene104.PForUtil#encode() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition() [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write() [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush() [Interpreted code] at org.apache.lucene.index.IndexingChain#flush() [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush() [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush() [Interpreted code] at org.apache.lucene.index.DocumentsWriter#postUpdate() [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [JIT compiled code] move log to /l/logs.nightly/2026.04.13.05.40.34/fastIndexBigDocs.log move vmstat log to /l/logs.nightly/2026.04.13.05.40.34/fastIndexBigDocs.vmstat.log move top log to /l/logs.nightly/2026.04.13.05.40.34/fastIndexBigDocs.top.log [2026-04-13 19:55:03.426938] took 72.2 sec [2026-04-13 19:55:03.428005] bigIndexAtClose None [2026-04-13 19:55:03.429125] 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=3820602 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: 167 Start: 2026-04-14 08:27:42 (UTC) Duration: 11357 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 83302626 1582296249 jdk.FileWrite 18194334 418465253 jdk.NativeMethodSample 627698 8865621 jdk.FileRead 322459 8941369 jdk.CPULoad 214470 4503870 jdk.BooleanFlag 115564 3814113 jdk.Checkpoint 33800 89399694 jdk.ObjectAllocationInNewTLAB 33202 723436 jdk.UnsignedIntFlag 10354 371241 jdk.IntFlag 9352 347861 jdk.StringFlag 7515 321809 jdk.ObjectAllocationOutsideTLAB 242 4370 jdk.CPUInformation 167 251001 jdk.GCConfiguration 167 4509 jdk.JVMInformation 167 314795 jdk.Metadata 167 18458176 jdk.Compilation 148 4143 jdk.GarbageCollection 64 1664 jdk.ActiveRecording 0 0 jdk.ActiveSetting 0 0 jdk.AllocationRequiringGC 0 0 jdk.BooleanFlagChanged 0 0 jdk.CPUTimeSamplesLost 0 0 jdk.CPUTimeStampCounter 0 0 jdk.ClassDefine 0 0 jdk.ClassLoad 0 0 jdk.ClassLoaderStatistics 0 0 jdk.ClassLoadingStatistics 0 0 jdk.ClassRedefinition 0 0 jdk.ClassUnload 0 0 jdk.CodeCacheConfiguration 0 0 jdk.CodeCacheFull 0 0 jdk.CodeCacheStatistics 0 0 jdk.CompilationFailure 0 0 jdk.CompilerConfiguration 0 0 jdk.CompilerInlining 0 0 jdk.CompilerPhase 0 0 jdk.CompilerQueueUtilization 0 0 jdk.CompilerStatistics 0 0 jdk.ConcurrentModeFailure 0 0 jdk.ContainerCPUThrottling 0 0 jdk.ContainerCPUUsage 0 0 jdk.ContainerConfiguration 0 0 jdk.ContainerIOUsage 0 0 jdk.ContainerMemoryUsage 0 0 jdk.ContinuationFreeze 0 0 jdk.ContinuationFreezeFast 0 0 jdk.ContinuationFreezeSlow 0 0 jdk.ContinuationThaw 0 0 jdk.ContinuationThawFast 0 0 jdk.ContinuationThawSlow 0 0 jdk.DataLoss 0 0 jdk.Deoptimization 0 0 jdk.DeprecatedInvocation 0 0 jdk.Deserialization 0 0 jdk.DirectBufferStatistics 0 0 jdk.DoubleFlag 0 0 jdk.DoubleFlagChanged 0 0 jdk.DumpReason 0 0 jdk.EvacuationFailed 0 0 jdk.EvacuationInformation 0 0 jdk.ExceptionStatistics 0 0 jdk.ExecuteVMOperation 0 0 jdk.ExecutionSample 0 0 jdk.FileForce 0 0 jdk.FinalizerStatistics 0 0 jdk.Flush 0 0 jdk.G1AdaptiveIHOP 0 0 jdk.G1BasicIHOP 0 0 jdk.G1EvacuationOldStatistics 0 0 jdk.G1EvacuationYoungStatistics 0 0 jdk.G1GarbageCollection 0 0 jdk.G1HeapRegionInformation 0 0 jdk.G1HeapRegionTypeChange 0 0 jdk.G1HeapSummary 0 0 jdk.G1MMU 0 0 jdk.GCCPUTime 0 0 jdk.GCHeapConfiguration 0 0 jdk.GCHeapMemoryPoolUsage 0 0 jdk.GCHeapMemoryUsage 0 0 jdk.GCHeapSummary 0 0 jdk.GCPhaseConcurrent 0 0 jdk.GCPhaseConcurrentLevel1 0 0 jdk.GCPhaseConcurrentLevel2 0 0 jdk.GCPhaseParallel 0 0 jdk.GCPhasePause 0 0 jdk.GCPhasePauseLevel1 0 0 jdk.GCPhasePauseLevel2 0 0 jdk.GCPhasePauseLevel3 0 0 jdk.GCPhasePauseLevel4 0 0 jdk.GCReferenceStatistics 0 0 jdk.GCSurvivorConfiguration 0 0 jdk.GCTLABConfiguration 0 0 jdk.HeapDump 0 0 jdk.InitialEnvironmentVariable 0 0 jdk.InitialSecurityProperty 0 0 jdk.InitialSystemProperty 0 0 jdk.IntFlagChanged 0 0 jdk.JITRestart 0 0 jdk.JavaAgent 0 0 jdk.JavaErrorThrow 0 0 jdk.JavaExceptionThrow 0 0 jdk.JavaMonitorDeflate 0 0 jdk.JavaMonitorEnter 0 0 jdk.JavaMonitorInflate 0 0 jdk.JavaMonitorNotify 0 0 jdk.JavaMonitorStatistics 0 0 jdk.JavaMonitorWait 0 0 jdk.JavaThreadStatistics 0 0 jdk.LongFlag 0 0 jdk.LongFlagChanged 0 0 jdk.MetaspaceAllocationFailure 0 0 jdk.MetaspaceChunkFreeListSummary 0 0 jdk.MetaspaceGCThreshold 0 0 jdk.MetaspaceOOM 0 0 jdk.MetaspaceSummary 0 0 jdk.MethodTiming 0 0 jdk.MethodTrace 0 0 jdk.ModuleExport 0 0 jdk.ModuleRequire 0 0 jdk.NativeAgent 0 0 jdk.NativeLibrary 0 0 jdk.NativeLibraryLoad 0 0 jdk.NativeLibraryUnload 0 0 jdk.NativeMemoryUsage 0 0 jdk.NativeMemoryUsageTotal 0 0 jdk.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 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 2038.10 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 627698 events (total: 627698) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=false PERCENT CPU SAMPLES STACK 87.54% 549463 jdk.jfr.internal.JVM#emitEvent() [Native code] 6.13% 38462 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 4.44% 27880 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] 1.38% 8659 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] 0.26% 1658 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] 0.09% 570 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] 0.04% 282 jdk.internal.misc.Unsafe#park() [Native code] 0.03% 174 jdk.jfr.internal.JVM#getStackTraceId() [Native code] 0.02% 144 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] 0.02% 143 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] 0.02% 97 sun.nio.ch.UnixFileDispatcherImpl#force0() [Native code] 0.00% 22 sun.nio.ch.UnixFileDispatcherImpl#size0() [Native code] 0.00% 20 jdk.internal.misc.Unsafe#unpark() [Native code] 0.00% 19 sun.nio.fs.UnixNativeDispatcher#lstat0() [Native code] 0.00% 17 jdk.jfr.internal.JVM#shouldRotateDisk() [Native code] 0.00% 15 java.io.FileDescriptor#close0() [Native code] 0.00% 15 java.lang.Object#wait0() [Native code] 0.00% 14 java.lang.Thread#sleepNanos0() [Native code] 0.00% 11 java.io.FileOutputStream#writeBytes() [Native code] 0.00% 11 java.io.RandomAccessFile#open0() [Native code] 0.00% 10 sun.nio.ch.NativeThread#current0() [Native code] 0.00% 5 sun.nio.fs.UnixNativeDispatcher#access0() [Native code] 0.00% 2 jdk.internal.misc.VM#getNanoTimeAdjustment() [Native code] 0.00% 2 jdk.jfr.internal.JVM#nanosNow() [Native code] 0.00% 1 jdk.jfr.internal.JVM#flush() [Native code] 0.00% 1 sun.nio.ch.UnixFileDispatcherImpl#allocationGranularity0() [Native code] 0.00% 1 java.lang.System#identityHashCode() [Native code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=2 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 2038.10 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr is 2038.10 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 627698 events (total: 627698) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=false PERCENT CPU SAMPLES STACK 87.54% 549463 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute() [Inlined code] 6.13% 38462 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write() [Inlined code] 4.44% 27880 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read() [Inlined code] 0.84% 5260 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [Inlined code] 0.54% 3399 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [JIT compiled code] 0.26% 1658 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] 0.09% 570 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open() [Inlined code] 0.04% 282 jdk.internal.misc.Unsafe#park() [Native code] at java.util.concurrent.locks.LockSupport#park() [Inlined code] 0.03% 174 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace() [Inlined code] 0.02% 144 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map() [Inlined code] 0.02% 143 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat() [Inlined code] 0.01% 93 sun.nio.ch.UnixFileDispatcherImpl#force0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#force() [Interpreted code] 0.00% 22 sun.nio.ch.UnixFileDispatcherImpl#size0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#size() [Inlined code] 0.00% 18 jdk.internal.misc.Unsafe#unpark() [Native code] at java.util.concurrent.locks.LockSupport#unpark() [Inlined code] 0.00% 17 jdk.jfr.internal.JVM#shouldRotateDisk() [Native code] at jdk.jfr.internal.PlatformRecorder#periodicTask() [JIT compiled code] 0.00% 15 java.lang.Object#wait0() [Native code] at java.lang.Object#wait() [Inlined code] 0.00% 15 java.io.FileDescriptor#close0() [Native code] at java.io.FileDescriptor#close() [Inlined code] 0.00% 14 java.lang.Thread#sleepNanos0() [Native code] at java.lang.Thread#sleepNanos() [Inlined code] 0.00% 11 java.io.RandomAccessFile#open0() [Native code] at java.io.RandomAccessFile#open() [Inlined code] 0.00% 11 java.io.FileOutputStream#writeBytes() [Native code] at java.io.FileOutputStream#traceWriteBytes() [JIT compiled code] 0.00% 10 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current() [Inlined code] 0.00% 10 sun.nio.fs.UnixNativeDispatcher#lstat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#lstat() [Inlined code] 0.00% 9 sun.nio.fs.UnixNativeDispatcher#lstat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#lstat() [JIT compiled code] 0.00% 5 sun.nio.fs.UnixNativeDispatcher#access0() [Native code] at sun.nio.fs.UnixNativeDispatcher#access() [JIT compiled code] 0.00% 4 sun.nio.ch.UnixFileDispatcherImpl#force0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#force() [Inlined code] 0.00% 2 jdk.jfr.internal.JVM#nanosNow() [Native code] at jdk.jfr.internal.MetadataRepository#awaitEpochMilliShift() [JIT compiled code] 0.00% 2 jdk.internal.misc.Unsafe#unpark() [Native code] at java.util.concurrent.locks.LockSupport#unpark() [JIT compiled code] 0.00% 2 jdk.internal.misc.VM#getNanoTimeAdjustment() [Native code] at java.time.Clock#currentInstant() [Inlined code] 0.00% 1 sun.nio.ch.UnixFileDispatcherImpl#allocationGranularity0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#allocationGranularity() [Inlined code] 0.00% 1 java.lang.System#identityHashCode() [Native code] at java.util.IdentityHashMap#hash() [Inlined code] 0.00% 1 jdk.jfr.internal.JVM#flush() [Native code] at jdk.jfr.internal.MetadataRepository#flush() [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 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 2038.10 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr is 2038.10 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr is 2038.10 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 627698 events (total: 627698) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=false PERCENT CPU SAMPLES STACK 87.54% 549463 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute() [Inlined code] at jdk.jfr.internal.periodic.PeriodicTask#run() [Inlined code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic() [JIT compiled code] 6.13% 38462 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write() [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer() [Inlined code] at sun.nio.ch.IOUtil#write() [Inlined code] 4.44% 27880 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read() [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer() [Inlined code] at sun.nio.ch.IOUtil#read() [Inlined code] 0.84% 5260 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] 0.51% 3208 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] 0.26% 1658 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [Inlined code] 0.09% 570 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open() [Inlined code] at sun.nio.fs.UnixChannelFactory#open() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Inlined code] 0.04% 241 jdk.internal.misc.Unsafe#park() [Native code] at java.util.concurrent.locks.LockSupport#park() [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire() [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared() [Inlined code] 0.03% 191 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] 0.03% 168 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace() [Inlined code] at jdk.internal.event.FileWriteEvent#commit() [JIT compiled code] at jdk.internal.event.FileWriteEvent#offer() [Inlined code] 0.02% 144 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map() [Inlined code] at sun.nio.ch.FileChannelImpl#mapInternal() [JIT compiled code] at sun.nio.ch.FileChannelImpl#map() [Inlined code] 0.02% 143 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat() [Inlined code] at sun.nio.fs.UnixFileAttributes#get() [Inlined code] at sun.nio.fs.UnixFileAttributeViews$Basic#readAttributes() [Inlined code] 0.01% 89 sun.nio.ch.UnixFileDispatcherImpl#force0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#force() [Interpreted code] at sun.nio.ch.FileChannelImpl#implForce() [Interpreted code] at sun.nio.ch.FileChannelImpl#force() [Interpreted code] 0.01% 34 jdk.internal.misc.Unsafe#park() [Native code] at java.util.concurrent.locks.LockSupport#park() [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire() [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire() [Inlined code] 0.00% 19 sun.nio.ch.UnixFileDispatcherImpl#size0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#size() [Inlined code] at sun.nio.ch.FileChannelImpl#size() [JIT compiled code] at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock#ensureValid() [JIT compiled code] 0.00% 17 jdk.internal.misc.Unsafe#unpark() [Native code] at java.util.concurrent.locks.LockSupport#unpark() [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext() [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#release() [Inlined code] 0.00% 17 jdk.jfr.internal.JVM#shouldRotateDisk() [Native code] at jdk.jfr.internal.PlatformRecorder#periodicTask() [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0() [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000007507aa58#run() [Interpreted code] 0.00% 15 java.io.FileDescriptor#close0() [Native code] at java.io.FileDescriptor#close() [Inlined code] at java.io.FileDescriptor$1#close() [Inlined code] at sun.nio.ch.FileChannelImpl$Closer#run() [JIT compiled code] 0.00% 15 java.lang.Object#wait0() [Native code] at java.lang.Object#wait() [Inlined code] at jdk.jfr.internal.PlatformRecorder#takeNap() [Inlined code] at jdk.jfr.internal.PlatformRecorder#periodicTask() [JIT compiled code] 0.00% 14 java.lang.Thread#sleepNanos0() [Native code] at java.lang.Thread#sleepNanos() [Inlined code] at java.lang.Thread#sleep() [Inlined code] at perf.Indexer#_main() [JIT compiled code] 0.00% 11 java.io.FileOutputStream#writeBytes() [Native code] at java.io.FileOutputStream#traceWriteBytes() [JIT compiled code] at java.io.FileOutputStream#write() [JIT compiled code] at java.lang.System$Out#write() [Inlined code] 0.00% 11 java.io.RandomAccessFile#open0() [Native code] at java.io.RandomAccessFile#open() [Inlined code] at java.io.RandomAccessFile#() [JIT compiled code] at java.io.RandomAccessFile#() [Inlined code] 0.00% 10 sun.nio.fs.UnixNativeDispatcher#lstat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#lstat() [Inlined code] at sun.nio.fs.UnixFileAttributes#get() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [Inlined code] 0.00% 9 sun.nio.fs.UnixNativeDispatcher#lstat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#lstat() [JIT compiled code] at sun.nio.fs.UnixFileAttributes#get() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [Inlined code] 0.00% 7 jdk.internal.misc.Unsafe#park() [Native code] at java.util.concurrent.locks.LockSupport#park() [Inlined code] at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode#block() [Inlined code] at java.util.concurrent.ForkJoinPool#unmanagedBlock() [Inlined code] 0.00% 6 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace() [Inlined code] at jdk.internal.event.FileReadEvent#commit() [JIT compiled code] at jdk.internal.event.FileReadEvent#offer() [Inlined code] 0.00% 5 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current() [Inlined code] at sun.nio.ch.NativeThreadSet#add() [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite() [Inlined code] 0.00% 5 sun.nio.fs.UnixNativeDispatcher#access0() [Native code] at sun.nio.fs.UnixNativeDispatcher#access() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#exists() [JIT compiled code] at java.nio.file.Files#exists() [Inlined code] 0.00% 4 sun.nio.ch.UnixFileDispatcherImpl#force0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#force() [Inlined code] at sun.nio.ch.FileChannelImpl#implForce() [JIT compiled code] at sun.nio.ch.FileChannelImpl#force() [JIT compiled code] 0.00% 4 sun.nio.ch.UnixFileDispatcherImpl#force0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#force() [Interpreted code] at sun.nio.ch.FileChannelImpl#implForce() [Interpreted code] at sun.nio.ch.FileChannelImpl#force() [JIT compiled code] 0.00% 3 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current() [Inlined code] at sun.nio.ch.NativeThreadSet#add() [Inlined code] at sun.nio.ch.FileChannelImpl#implRead() [Inlined code] 0.00% 3 sun.nio.ch.UnixFileDispatcherImpl#size0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#size() [Inlined code] at sun.nio.ch.FileChannelImpl#mapInternal() [JIT compiled code] at sun.nio.ch.FileChannelImpl#map() [Inlined code] 0.00% 2 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current() [Inlined code] at sun.nio.ch.NativeThreadSet#add() [Inlined code] at sun.nio.ch.FileChannelImpl#size() [JIT compiled code] 0.00% 2 jdk.jfr.internal.JVM#nanosNow() [Native code] at jdk.jfr.internal.MetadataRepository#awaitEpochMilliShift() [JIT compiled code] at jdk.jfr.internal.MetadataRepository#setOutput() [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#rotateDisk() [Inlined code] 0.00% 2 jdk.internal.misc.VM#getNanoTimeAdjustment() [Native code] at java.time.Clock#currentInstant() [Inlined code] at java.time.Instant#now() [Inlined code] at org.apache.lucene.index.IndexWriter#setDiagnostics() [Inlined code] 0.00% 2 jdk.internal.misc.Unsafe#unpark() [Native code] at java.util.concurrent.locks.LockSupport#unpark() [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedSynchronizer#signalNext() [Inlined code] at java.util.concurrent.locks.AbstractQueuedSynchronizer#release() [Inlined code] 0.00% 1 jdk.jfr.internal.JVM#flush() [Native code] at jdk.jfr.internal.MetadataRepository#flush() [Inlined code] at jdk.jfr.internal.PlatformRecorder#flush() [JIT compiled code] at jdk.jfr.internal.periodic.FlushTask#execute() [Inlined code] 0.00% 1 jdk.internal.misc.Unsafe#unpark() [Native code] at java.util.concurrent.locks.LockSupport#unpark() [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext() [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#releaseShared() [Inlined code] 0.00% 1 java.lang.System#identityHashCode() [Native code] at java.util.IdentityHashMap#hash() [Inlined code] at java.util.IdentityHashMap#put() [Inlined code] at java.util.Collections$SetFromMap#add() [Inlined code] 0.00% 1 sun.nio.ch.UnixFileDispatcherImpl#allocationGranularity0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#allocationGranularity() [Inlined code] at sun.nio.ch.FileChannelImpl#mapInternal() [JIT compiled code] at sun.nio.ch.FileChannelImpl#map() [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 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 2038.10 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr is 2038.10 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr is 2038.10 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr is 2038.10 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 627698 events (total: 627698) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=false PERCENT CPU SAMPLES STACK 87.54% 549463 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute() [Inlined code] at jdk.jfr.internal.periodic.PeriodicTask#run() [Inlined code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic() [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#periodicTask() [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0() [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000007507aa58#run() [Interpreted code] at java.lang.Thread#runWith() [Interpreted code] 6.13% 38462 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write() [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer() [Inlined code] at sun.nio.ch.IOUtil#write() [Inlined code] at sun.nio.ch.IOUtil#write() [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite() [Inlined code] at sun.nio.ch.FileChannelImpl#write() [Inlined code] 4.44% 27880 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read() [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer() [Inlined code] at sun.nio.ch.IOUtil#read() [Inlined code] at sun.nio.ch.IOUtil#read() [Inlined code] at sun.nio.ch.FileChannelImpl#implRead() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead() [Inlined code] at sun.nio.ch.FileChannelImpl#read() [JIT compiled code] 0.84% 5260 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [Inlined code] at org.apache.lucene.store.FSDirectory#deleteFile() [Inlined code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [Inlined code] 0.51% 3203 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [Inlined code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [Inlined code] 0.24% 1500 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle() [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup() [Inlined code] at jdk.internal.foreign.SharedSession$SharedResourceList#cleanup() [Inlined code] 0.09% 552 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open() [Inlined code] at sun.nio.fs.UnixChannelFactory#open() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Inlined code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#newFileChannel() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#newByteChannel() [Inlined code] at java.nio.file.spi.FileSystemProvider#newOutputStream() [Inlined code] 0.04% 241 jdk.internal.misc.Unsafe#park() [Native code] at java.util.concurrent.locks.LockSupport#park() [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire() [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared() [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock() [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel() [JIT compiled code] 0.03% 164 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at jdk.jfr.internal.RepositoryChunk#delete() [JIT compiled code] at jdk.jfr.internal.RepositoryChunk#destroy() [JIT compiled code] at jdk.jfr.internal.RepositoryChunk#release() [JIT compiled code] 0.03% 158 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle() [Inlined code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl#close() [Inlined code] at jdk.internal.foreign.ArenaImpl#close() [Inlined code] 0.02% 100 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat() [Inlined code] at sun.nio.fs.UnixFileAttributes#get() [Inlined code] at sun.nio.fs.UnixFileAttributeViews$Basic#readAttributes() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#readAttributes() [Inlined code] at sun.nio.fs.LinuxFileSystemProvider#readAttributes() [Inlined code] at java.nio.file.Files#readAttributes() [Inlined code] at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock#ensureValid() [JIT compiled code] 0.02% 95 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace() [Inlined code] at jdk.internal.event.FileWriteEvent#commit() [JIT compiled code] at jdk.internal.event.FileWriteEvent#offer() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite() [Inlined code] at sun.nio.ch.FileChannelImpl#write() [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully() [Inlined code] at sun.nio.ch.ChannelOutputStream#write() [Inlined code] 0.01% 89 sun.nio.ch.UnixFileDispatcherImpl#force0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#force() [Interpreted code] at sun.nio.ch.FileChannelImpl#implForce() [Interpreted code] at sun.nio.ch.FileChannelImpl#force() [Interpreted code] at org.apache.lucene.util.IOUtils#fsync() [Interpreted code] at org.apache.lucene.store.FSDirectory#fsync() [Interpreted code] at org.apache.lucene.store.FSDirectory#sync() [Interpreted code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#sync() [Interpreted code] 0.01% 74 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map() [Inlined code] at sun.nio.ch.FileChannelImpl#mapInternal() [JIT compiled code] at sun.nio.ch.FileChannelImpl#map() [Inlined code] at org.apache.lucene.store.MMapDirectory#map() [Inlined code] at org.apache.lucene.store.MMapDirectory#openInput() [JIT compiled code] at org.apache.lucene.store.FilterDirectory#openInput() [JIT compiled code] at org.apache.lucene.store.FilterDirectory#openInput() [JIT compiled code] 0.01% 73 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace() [Inlined code] at jdk.internal.event.FileWriteEvent#commit() [JIT compiled code] at jdk.internal.event.FileWriteEvent#offer() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite() [Inlined code] at sun.nio.ch.FileChannelImpl#write() [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully() [JIT compiled code] at sun.nio.ch.ChannelOutputStream#write() [Inlined code] 0.01% 41 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat() [Inlined code] at sun.nio.fs.UnixFileAttributes#get() [Inlined code] at sun.nio.fs.UnixFileAttributeViews$Basic#readAttributes() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#readAttributes() [Inlined code] at sun.nio.fs.LinuxFileSystemProvider#readAttributes() [Inlined code] at java.nio.file.Files#readAttributes() [Inlined code] at java.nio.file.Files#size() [Inlined code] 0.01% 34 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map() [Inlined code] at sun.nio.ch.FileChannelImpl#mapInternal() [JIT compiled code] at sun.nio.ch.FileChannelImpl#map() [Inlined code] at org.apache.lucene.store.MMapDirectory#map() [Inlined code] at org.apache.lucene.store.MMapDirectory#openInput() [JIT compiled code] at org.apache.lucene.store.FilterDirectory#openInput() [JIT compiled code] at org.apache.lucene.store.FilterDirectory#openInput() [Inlined code] 0.01% 34 jdk.internal.misc.Unsafe#park() [Native code] at java.util.concurrent.locks.LockSupport#park() [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire() [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire() [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#lock() [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#write() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] 0.00% 27 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at jdk.jfr.internal.RepositoryChunk#delete() [JIT compiled code] at jdk.jfr.internal.RepositoryChunk#destroy() [Interpreted code] at jdk.jfr.internal.RepositoryChunk#release() [JIT compiled code] 0.00% 18 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open() [Inlined code] at sun.nio.fs.UnixChannelFactory#open() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Inlined code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#newFileChannel() [JIT compiled code] at java.nio.channels.FileChannel#open() [Inlined code] at java.nio.channels.FileChannel#open() [Inlined code] 0.00% 17 jdk.internal.misc.Unsafe#unpark() [Native code] at java.util.concurrent.locks.LockSupport#unpark() [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext() [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#release() [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#unlock() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] 0.00% 17 jdk.jfr.internal.JVM#shouldRotateDisk() [Native code] at jdk.jfr.internal.PlatformRecorder#periodicTask() [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0() [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000007507aa58#run() [Interpreted code] at java.lang.Thread#runWith() [Interpreted code] at java.lang.Thread#run() [Interpreted code] 0.00% 15 java.lang.Object#wait0() [Native code] at java.lang.Object#wait() [Inlined code] at jdk.jfr.internal.PlatformRecorder#takeNap() [Inlined code] at jdk.jfr.internal.PlatformRecorder#periodicTask() [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0() [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000007507aa58#run() [Interpreted code] at java.lang.Thread#runWith() [Interpreted code] at java.lang.Thread#run() [Interpreted code] 0.00% 15 java.io.FileDescriptor#close0() [Native code] at java.io.FileDescriptor#close() [Inlined code] at java.io.FileDescriptor$1#close() [Inlined code] at sun.nio.ch.FileChannelImpl$Closer#run() [JIT compiled code] at jdk.internal.ref.CleanerImpl$PhantomCleanableRef#performCleanup() [Inlined code] at jdk.internal.ref.PhantomCleanable#clean() [Inlined code] at sun.nio.ch.FileChannelImpl#implCloseChannel() [Inlined code] at java.nio.channels.spi.AbstractInterruptibleChannel#close() [Inlined code] 0.00% 14 java.lang.Thread#sleepNanos0() [Native code] at java.lang.Thread#sleepNanos() [Inlined code] at java.lang.Thread#sleep() [Inlined code] at perf.Indexer#_main() [JIT compiled code] at perf.Indexer#main() [Interpreted code] 0.00% 11 java.io.RandomAccessFile#open0() [Native code] at java.io.RandomAccessFile#open() [Inlined code] at java.io.RandomAccessFile#() [JIT compiled code] at java.io.RandomAccessFile#() [Inlined code] at jdk.jfr.internal.RepositoryChunk#() [JIT compiled code] at jdk.jfr.internal.Repository#newChunk() [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#rotateDisk() [Inlined code] at jdk.jfr.internal.PlatformRecorder#periodicTask() [JIT compiled code] 0.00% 11 java.io.FileOutputStream#writeBytes() [Native code] at java.io.FileOutputStream#traceWriteBytes() [JIT compiled code] at java.io.FileOutputStream#write() [JIT compiled code] at java.lang.System$Out#write() [Inlined code] at java.io.BufferedOutputStream#flushBuffer() [JIT compiled code] at java.io.BufferedOutputStream#flush() [JIT compiled code] at java.io.PrintStream#write() [JIT compiled code] at sun.nio.cs.StreamEncoder#writeBytes() [JIT compiled code] 0.00% 10 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map() [Inlined code] at sun.nio.ch.FileChannelImpl#mapInternal() [JIT compiled code] at sun.nio.ch.FileChannelImpl#map() [Inlined code] at org.apache.lucene.store.MMapDirectory#map() [Inlined code] at org.apache.lucene.store.MMapDirectory#openInput() [JIT compiled code] at org.apache.lucene.store.Directory#openChecksumInput() [Inlined code] at org.apache.lucene.codecs.lucene90.Lucene90CompoundReader#readEntries() [Inlined code] 0.00% 10 sun.nio.fs.UnixNativeDispatcher#lstat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#lstat() [Inlined code] at sun.nio.fs.UnixFileAttributes#get() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [Inlined code] at org.apache.lucene.store.FSDirectory#deleteFile() [Inlined code] 0.00% 9 sun.nio.ch.UnixFileDispatcherImpl#size0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#size() [Inlined code] at sun.nio.ch.FileChannelImpl#size() [JIT compiled code] at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock#ensureValid() [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#createOutput() [JIT compiled code] at org.apache.lucene.store.TrackingDirectoryWrapper#createOutput() [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#() [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsFormat#fieldsWriter() [Inlined code] 0.00% 9 sun.nio.fs.UnixNativeDispatcher#lstat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#lstat() [JIT compiled code] at sun.nio.fs.UnixFileAttributes#get() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [Inlined code] 0.00% 7 sun.nio.ch.UnixFileDispatcherImpl#size0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#size() [Inlined code] at sun.nio.ch.FileChannelImpl#size() [JIT compiled code] at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock#ensureValid() [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#createOutput() [JIT compiled code] at org.apache.lucene.store.TrackingDirectoryWrapper#createOutput() [Inlined code] at org.apache.lucene.codecs.lucene90.Lucene90DocValuesConsumer#() [Inlined code] at org.apache.lucene.codecs.lucene90.Lucene90DocValuesFormat#fieldsConsumer() [Inlined code] 0.00% 7 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map() [Inlined code] at sun.nio.ch.FileChannelImpl#mapInternal() [JIT compiled code] at sun.nio.ch.FileChannelImpl#map() [Inlined code] at org.apache.lucene.store.MMapDirectory#map() [Inlined code] at org.apache.lucene.store.MMapDirectory#openInput() [JIT compiled code] at org.apache.lucene.codecs.lucene90.Lucene90CompoundReader#() [Inlined code] at org.apache.lucene.codecs.lucene90.Lucene90CompoundFormat#getCompoundReader() [Inlined code] 0.00% 7 jdk.internal.misc.Unsafe#park() [Native code] at java.util.concurrent.locks.LockSupport#park() [Inlined code] at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode#block() [Inlined code] at java.util.concurrent.ForkJoinPool#unmanagedBlock() [Inlined code] at java.util.concurrent.ForkJoinPool#managedBlock() [Inlined code] at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject#await() [Inlined code] at java.util.concurrent.ArrayBlockingQueue#put() [JIT compiled code] at perf.LineFileDocs#readDocs() [JIT compiled code] 0.00% 5 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace() [Inlined code] at jdk.internal.event.FileReadEvent#commit() [JIT compiled code] at jdk.internal.event.FileReadEvent#offer() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead() [Inlined code] at sun.nio.ch.FileChannelImpl#read() [JIT compiled code] at perf.LineFileDocs#readDocs() [JIT compiled code] at perf.LineFileDocs$1#run() [Interpreted code] 0.00% 5 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [Inlined code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [JIT compiled code] 0.00% 4 sun.nio.fs.UnixNativeDispatcher#access0() [Native code] at sun.nio.fs.UnixNativeDispatcher#access() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#exists() [JIT compiled code] at java.nio.file.Files#exists() [Inlined code] at jdk.jfr.internal.management.ChunkFilename#next() [JIT compiled code] at jdk.jfr.internal.Repository#newChunk() [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#rotateDisk() [Inlined code] at jdk.jfr.internal.PlatformRecorder#periodicTask() [JIT compiled code] 0.00% 4 sun.nio.ch.UnixFileDispatcherImpl#force0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#force() [Interpreted code] at sun.nio.ch.FileChannelImpl#implForce() [Interpreted code] at sun.nio.ch.FileChannelImpl#force() [JIT compiled code] at org.apache.lucene.util.IOUtils#fsync() [JIT compiled code] at org.apache.lucene.store.FSDirectory#fsync() [Interpreted code] at org.apache.lucene.store.FSDirectory#sync() [Interpreted code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#sync() [Interpreted code] 0.00% 4 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current() [Inlined code] at sun.nio.ch.NativeThreadSet#add() [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite() [Inlined code] at sun.nio.ch.FileChannelImpl#write() [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully() [Inlined code] at sun.nio.ch.ChannelOutputStream#write() [Inlined code] 0.00% 4 sun.nio.ch.UnixFileDispatcherImpl#force0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#force() [Inlined code] at sun.nio.ch.FileChannelImpl#implForce() [JIT compiled code] at sun.nio.ch.FileChannelImpl#force() [JIT compiled code] at org.apache.lucene.util.IOUtils#fsync() [JIT compiled code] at org.apache.lucene.store.FSDirectory#fsync() [JIT compiled code] at org.apache.lucene.store.FSDirectory#sync() [Interpreted code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#sync() [Interpreted code] 0.00% 4 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map() [Inlined code] at sun.nio.ch.FileChannelImpl#mapInternal() [JIT compiled code] at sun.nio.ch.FileChannelImpl#map() [Inlined code] at org.apache.lucene.store.MMapDirectory#map() [Inlined code] at org.apache.lucene.store.MMapDirectory#openInput() [JIT compiled code] at org.apache.lucene.store.Directory#openChecksumInput() [Inlined code] at org.apache.lucene.codecs.lucene94.Lucene94FieldInfosFormat#read() [JIT compiled code] 0.00% 2 jdk.internal.misc.Unsafe#unpark() [Native code] at java.util.concurrent.locks.LockSupport#unpark() [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedSynchronizer#signalNext() [Inlined code] at java.util.concurrent.locks.AbstractQueuedSynchronizer#release() [Inlined code] at java.util.concurrent.locks.ReentrantLock#unlock() [Inlined code] at java.util.concurrent.ArrayBlockingQueue#take() [JIT compiled code] at perf.LineFileDocs#reserve() [Inlined code] at perf.LineFileDocs#nextDoc() [JIT compiled code] 0.00% 2 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat() [Inlined code] at sun.nio.fs.UnixFileAttributes#get() [Inlined code] at sun.nio.fs.UnixFileAttributeViews$Basic#readAttributes() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#readAttributes() [Inlined code] at sun.nio.fs.LinuxFileSystemProvider#readAttributes() [JIT compiled code] at java.nio.file.Files#readAttributes() [Inlined code] at java.nio.file.Files#size() [Inlined code] 0.00% 2 jdk.jfr.internal.JVM#nanosNow() [Native code] at jdk.jfr.internal.MetadataRepository#awaitEpochMilliShift() [JIT compiled code] at jdk.jfr.internal.MetadataRepository#setOutput() [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#rotateDisk() [Inlined code] at jdk.jfr.internal.PlatformRecorder#periodicTask() [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0() [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000007507aa58#run() [Interpreted code] at java.lang.Thread#runWith() [Interpreted code] 0.00% 2 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map() [Inlined code] at sun.nio.ch.FileChannelImpl#mapInternal() [JIT compiled code] at sun.nio.ch.FileChannelImpl#map() [Inlined code] at org.apache.lucene.store.MMapDirectory#map() [Inlined code] at org.apache.lucene.store.MMapDirectory#openInput() [JIT compiled code] at org.apache.lucene.store.Directory#openChecksumInput() [Inlined code] at org.apache.lucene.codecs.lucene90.Lucene90DocValuesProducer#() [JIT compiled code] 0.00% 2 jdk.internal.misc.VM#getNanoTimeAdjustment() [Native code] at java.time.Clock#currentInstant() [Inlined code] at java.time.Instant#now() [Inlined code] at org.apache.lucene.index.IndexWriter#setDiagnostics() [Inlined code] at org.apache.lucene.index.IndexWriter#setDiagnostics() [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#sealFlushedSegment() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush() [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush() [JIT compiled code] 0.00% 2 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current() [Inlined code] at sun.nio.ch.NativeThreadSet#add() [Inlined code] at sun.nio.ch.FileChannelImpl#size() [JIT compiled code] at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock#ensureValid() [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#createOutput() [JIT compiled code] at org.apache.lucene.store.TrackingDirectoryWrapper#createOutput() [Inlined code] at org.apache.lucene.codecs.lucene90.Lucene90DocValuesConsumer#() [Inlined code] 0.00% 2 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map() [Inlined code] at sun.nio.ch.FileChannelImpl#mapInternal() [JIT compiled code] at sun.nio.ch.FileChannelImpl#map() [Inlined code] at org.apache.lucene.store.MMapDirectory#map() [Inlined code] at org.apache.lucene.store.MMapDirectory#openInput() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsReader#() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsFormat#fieldsProducer() [Inlined code] 0.00% 2 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map() [Inlined code] at sun.nio.ch.FileChannelImpl#mapInternal() [JIT compiled code] at sun.nio.ch.FileChannelImpl#map() [Inlined code] at org.apache.lucene.store.MMapDirectory#map() [Inlined code] at org.apache.lucene.store.MMapDirectory#openInput() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsFormat#fieldsProducer() [Inlined code] 0.00% 2 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map() [Inlined code] at sun.nio.ch.FileChannelImpl#mapInternal() [JIT compiled code] at sun.nio.ch.FileChannelImpl#map() [Inlined code] at org.apache.lucene.store.MMapDirectory#map() [Inlined code] at org.apache.lucene.store.MMapDirectory#openInput() [JIT compiled code] at org.apache.lucene.store.Directory#openChecksumInput() [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader#() [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 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 2038.10 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr is 2038.10 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr is 2038.10 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr is 2038.10 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr is 2038.10 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 627698 events (total: 627698) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=false PERCENT CPU SAMPLES STACK 87.54% 549463 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute() [Inlined code] at jdk.jfr.internal.periodic.PeriodicTask#run() [Inlined code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic() [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#periodicTask() [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0() [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000007507aa58#run() [Interpreted code] at java.lang.Thread#runWith() [Interpreted code] at java.lang.Thread#run() [Interpreted code] 3.54% 22251 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write() [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer() [Inlined code] at sun.nio.ch.IOUtil#write() [Inlined code] at sun.nio.ch.IOUtil#write() [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite() [Inlined code] at sun.nio.ch.FileChannelImpl#write() [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully() [Inlined code] at sun.nio.ch.ChannelOutputStream#write() [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write() [Inlined code] at java.util.zip.CheckedOutputStream#write() [Inlined code] 2.58% 16211 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write() [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer() [Inlined code] at sun.nio.ch.IOUtil#write() [Inlined code] at sun.nio.ch.IOUtil#write() [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite() [Inlined code] at sun.nio.ch.FileChannelImpl#write() [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully() [JIT compiled code] at sun.nio.ch.ChannelOutputStream#write() [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write() [Inlined code] at java.util.zip.CheckedOutputStream#write() [JIT compiled code] 2.32% 14572 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read() [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer() [Inlined code] at sun.nio.ch.IOUtil#read() [Inlined code] at sun.nio.ch.IOUtil#read() [Inlined code] at sun.nio.ch.FileChannelImpl#implRead() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead() [Inlined code] at sun.nio.ch.FileChannelImpl#read() [JIT compiled code] at perf.LineFileDocs#readVector() [Inlined code] at perf.LineFileDocs#readDocs() [JIT compiled code] at perf.LineFileDocs$1#run() [Interpreted code] 2.12% 13308 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read() [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer() [Inlined code] at sun.nio.ch.IOUtil#read() [Inlined code] at sun.nio.ch.IOUtil#read() [Inlined code] at sun.nio.ch.FileChannelImpl#implRead() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead() [Inlined code] at sun.nio.ch.FileChannelImpl#read() [JIT compiled code] at perf.LineFileDocs#readDocs() [JIT compiled code] at perf.LineFileDocs$1#run() [Interpreted code] 0.84% 5260 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [Inlined code] at org.apache.lucene.store.FSDirectory#deleteFile() [Inlined code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [Inlined code] at org.apache.lucene.util.FileDeleter#delete() [Inlined code] at org.apache.lucene.util.FileDeleter#delete() [Inlined code] at org.apache.lucene.util.FileDeleter#decRef() [JIT compiled code] at org.apache.lucene.index.IndexFileDeleter#decRef() [Inlined code] 0.48% 3038 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [Inlined code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [Inlined code] at org.apache.lucene.store.TrackingDirectoryWrapper#deleteFile() [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#lambda$mergeOneFieldToIndex$0() [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$$Lambda.0x0000000075203690#close() [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FlatCloseableRandomVectorScorerSupplier#close() [Interpreted code] 0.24% 1500 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle() [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup() [Inlined code] at jdk.internal.foreign.SharedSession$SharedResourceList#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl#close() [Inlined code] at jdk.internal.foreign.ArenaImpl#close() [JIT compiled code] at org.apache.lucene.store.RefCountedSharedArena#release() [JIT compiled code] at org.apache.lucene.store.RefCountedSharedArena#close() [Inlined code] 0.08% 512 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open() [Inlined code] at sun.nio.fs.UnixChannelFactory#open() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Inlined code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#newFileChannel() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#newByteChannel() [Inlined code] at java.nio.file.spi.FileSystemProvider#newOutputStream() [Inlined code] at java.nio.file.Files#newOutputStream() [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#() [JIT compiled code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#() [Inlined code] at org.apache.lucene.store.FSDirectory#createOutput() [Inlined code] 0.04% 241 jdk.internal.misc.Unsafe#park() [Native code] at java.util.concurrent.locks.LockSupport#park() [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire() [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared() [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock() [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [JIT compiled code] 0.03% 164 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at jdk.jfr.internal.RepositoryChunk#delete() [JIT compiled code] at jdk.jfr.internal.RepositoryChunk#destroy() [JIT compiled code] at jdk.jfr.internal.RepositoryChunk#release() [JIT compiled code] at jdk.jfr.internal.PlatformRecording#removed() [JIT compiled code] at jdk.jfr.internal.PlatformRecording#trimToSize() [JIT compiled code] at jdk.jfr.internal.PlatformRecording#appendChunk() [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#finishChunk() [JIT compiled code] 0.02% 108 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [Inlined code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [Inlined code] at org.apache.lucene.util.FileDeleter#delete() [Inlined code] at org.apache.lucene.util.FileDeleter#delete() [JIT compiled code] at org.apache.lucene.util.FileDeleter#deleteFilesIfNoRef() [JIT compiled code] at org.apache.lucene.index.IndexFileDeleter#deleteNewFiles() [Inlined code] 0.01% 88 sun.nio.ch.UnixFileDispatcherImpl#force0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#force() [Interpreted code] at sun.nio.ch.FileChannelImpl#implForce() [Interpreted code] at sun.nio.ch.FileChannelImpl#force() [Interpreted code] at org.apache.lucene.util.IOUtils#fsync() [Interpreted code] at org.apache.lucene.store.FSDirectory#fsync() [Interpreted code] at org.apache.lucene.store.FSDirectory#sync() [Interpreted code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#sync() [Interpreted code] at org.apache.lucene.index.IndexWriter#startCommit() [Interpreted code] at org.apache.lucene.index.IndexWriter#prepareCommitInternal() [Interpreted code] at org.apache.lucene.index.IndexWriter#commitInternal() [Interpreted code] at org.apache.lucene.index.IndexWriter#shutdown() [Interpreted code] 0.01% 85 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace() [Inlined code] at jdk.internal.event.FileWriteEvent#commit() [JIT compiled code] at jdk.internal.event.FileWriteEvent#offer() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite() [Inlined code] at sun.nio.ch.FileChannelImpl#write() [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully() [Inlined code] at sun.nio.ch.ChannelOutputStream#write() [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write() [Inlined code] at java.util.zip.CheckedOutputStream#write() [Inlined code] at java.io.BufferedOutputStream#flushBuffer() [JIT compiled code] at java.io.BufferedOutputStream#write() [Inlined code] 0.01% 83 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle() [Inlined code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl#close() [Inlined code] at jdk.internal.foreign.ArenaImpl#close() [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#close() [JIT compiled code] at org.apache.lucene.store.BufferedChecksumIndexInput#close() [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.FieldsIndexWriter#finish() [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#finish() [Inlined code] 0.01% 73 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace() [Inlined code] at jdk.internal.event.FileWriteEvent#commit() [JIT compiled code] at jdk.internal.event.FileWriteEvent#offer() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite() [Inlined code] at sun.nio.ch.FileChannelImpl#write() [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully() [JIT compiled code] at sun.nio.ch.ChannelOutputStream#write() [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write() [Inlined code] at java.util.zip.CheckedOutputStream#write() [JIT compiled code] at java.io.BufferedOutputStream#write() [Inlined code] at org.apache.lucene.store.OutputStreamIndexOutput#writeBytes() [Inlined code] 0.01% 71 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map() [Inlined code] at sun.nio.ch.FileChannelImpl#mapInternal() [JIT compiled code] at sun.nio.ch.FileChannelImpl#map() [Inlined code] at org.apache.lucene.store.MMapDirectory#map() [Inlined code] at org.apache.lucene.store.MMapDirectory#openInput() [JIT compiled code] at org.apache.lucene.store.FilterDirectory#openInput() [JIT compiled code] at org.apache.lucene.store.FilterDirectory#openInput() [JIT compiled code] at org.apache.lucene.store.FilterDirectory#openInput() [Inlined code] at org.apache.lucene.store.Directory#openChecksumInput() [Inlined code] at org.apache.lucene.codecs.lucene90.Lucene90CompoundFormat#writeCompoundFile() [JIT compiled code] at org.apache.lucene.codecs.lucene90.Lucene90CompoundFormat#write() [Inlined code] 0.01% 57 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [Inlined code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [Inlined code] at org.apache.lucene.store.TrackingDirectoryWrapper#deleteFile() [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.FieldsIndexWriter#finish() [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#finish() [Inlined code] at org.apache.lucene.index.StoredFieldsConsumer#flush() [Inlined code] 0.01% 55 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle() [Inlined code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl#close() [Inlined code] at jdk.internal.foreign.ArenaImpl#close() [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#close() [JIT compiled code] at org.apache.lucene.store.BufferedChecksumIndexInput#close() [Inlined code] at org.apache.lucene.codecs.lucene90.Lucene90CompoundFormat#writeCompoundFile() [JIT compiled code] at org.apache.lucene.codecs.lucene90.Lucene90CompoundFormat#write() [Inlined code] 0.01% 36 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open() [Inlined code] at sun.nio.fs.UnixChannelFactory#open() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Inlined code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#newFileChannel() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#newByteChannel() [Inlined code] at java.nio.file.spi.FileSystemProvider#newOutputStream() [Inlined code] at java.nio.file.Files#newOutputStream() [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#() [JIT compiled code] at org.apache.lucene.store.FSDirectory#createTempOutput() [Inlined code] at org.apache.lucene.store.FilterDirectory#createTempOutput() [JIT compiled code] 0.01% 34 jdk.internal.misc.Unsafe#park() [Native code] at java.util.concurrent.locks.LockSupport#park() [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire() [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire() [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#lock() [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#write() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [JIT compiled code] 0.01% 33 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map() [Inlined code] at sun.nio.ch.FileChannelImpl#mapInternal() [JIT compiled code] at sun.nio.ch.FileChannelImpl#map() [Inlined code] at org.apache.lucene.store.MMapDirectory#map() [Inlined code] at org.apache.lucene.store.MMapDirectory#openInput() [JIT compiled code] at org.apache.lucene.store.FilterDirectory#openInput() [JIT compiled code] at org.apache.lucene.store.FilterDirectory#openInput() [Inlined code] at org.apache.lucene.store.Directory#openChecksumInput() [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.FieldsIndexWriter#finish() [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#finish() [Inlined code] at org.apache.lucene.index.StoredFieldsConsumer#flush() [Inlined code] 0.00% 28 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat() [Inlined code] at sun.nio.fs.UnixFileAttributes#get() [Inlined code] at sun.nio.fs.UnixFileAttributeViews$Basic#readAttributes() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#readAttributes() [Inlined code] at sun.nio.fs.LinuxFileSystemProvider#readAttributes() [Inlined code] at java.nio.file.Files#readAttributes() [Inlined code] at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock#ensureValid() [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#createOutput() [JIT compiled code] at org.apache.lucene.store.TrackingDirectoryWrapper#createOutput() [Inlined code] at org.apache.lucene.codecs.lucene90.Lucene90DocValuesConsumer#() [Inlined code] at org.apache.lucene.codecs.lucene90.Lucene90DocValuesFormat#fieldsConsumer() [Inlined code] 0.00% 27 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink() [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at jdk.jfr.internal.RepositoryChunk#delete() [JIT compiled code] at jdk.jfr.internal.RepositoryChunk#destroy() [Interpreted code] at jdk.jfr.internal.RepositoryChunk#release() [JIT compiled code] at jdk.jfr.internal.PlatformRecording#removed() [JIT compiled code] at jdk.jfr.internal.PlatformRecording#trimToSize() [JIT compiled code] at jdk.jfr.internal.PlatformRecording#appendChunk() [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#finishChunk() [JIT compiled code] 0.00% 19 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat() [Inlined code] at sun.nio.fs.UnixFileAttributes#get() [Inlined code] at sun.nio.fs.UnixFileAttributeViews$Basic#readAttributes() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#readAttributes() [Inlined code] at sun.nio.fs.LinuxFileSystemProvider#readAttributes() [Inlined code] at java.nio.file.Files#readAttributes() [Inlined code] at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock#ensureValid() [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [Inlined code] at org.apache.lucene.util.FileDeleter#delete() [Inlined code] at org.apache.lucene.util.FileDeleter#delete() [JIT compiled code] at org.apache.lucene.util.FileDeleter#deleteFilesIfNoRef() [JIT compiled code] 0.00% 17 jdk.internal.misc.Unsafe#unpark() [Native code] at java.util.concurrent.locks.LockSupport#unpark() [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext() [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#release() [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#unlock() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] 0.00% 17 jdk.jfr.internal.JVM#shouldRotateDisk() [Native code] at jdk.jfr.internal.PlatformRecorder#periodicTask() [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0() [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000007507aa58#run() [Interpreted code] at java.lang.Thread#runWith() [Interpreted code] at java.lang.Thread#run() [Interpreted code] 0.00% 17 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat() [Inlined code] at sun.nio.fs.UnixFileAttributes#get() [Inlined code] at sun.nio.fs.UnixFileAttributeViews$Basic#readAttributes() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#readAttributes() [Inlined code] at sun.nio.fs.LinuxFileSystemProvider#readAttributes() [Inlined code] at java.nio.file.Files#readAttributes() [Inlined code] at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock#ensureValid() [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#createOutput() [JIT compiled code] at org.apache.lucene.store.TrackingDirectoryWrapper#createOutput() [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#() [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsFormat#fieldsWriter() [Inlined code] 0.00% 16 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat() [Inlined code] at sun.nio.fs.UnixFileAttributes#get() [Inlined code] at sun.nio.fs.UnixFileAttributeViews$Basic#readAttributes() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#readAttributes() [Inlined code] at sun.nio.fs.LinuxFileSystemProvider#readAttributes() [Inlined code] at java.nio.file.Files#readAttributes() [Inlined code] at java.nio.file.Files#size() [Inlined code] at org.apache.lucene.store.FSDirectory#fileLength() [JIT compiled code] at org.apache.lucene.index.SegmentCommitInfo#sizeInBytes() [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#sealFlushedSegment() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush() [JIT compiled code] 0.00% 15 java.lang.Object#wait0() [Native code] at java.lang.Object#wait() [Inlined code] at jdk.jfr.internal.PlatformRecorder#takeNap() [Inlined code] at jdk.jfr.internal.PlatformRecorder#periodicTask() [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0() [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000007507aa58#run() [Interpreted code] at java.lang.Thread#runWith() [Interpreted code] at java.lang.Thread#run() [Interpreted code] 0.00% 14 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat() [Inlined code] at sun.nio.fs.UnixFileAttributes#get() [Inlined code] at sun.nio.fs.UnixFileAttributeViews$Basic#readAttributes() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#readAttributes() [Inlined code] at sun.nio.fs.LinuxFileSystemProvider#readAttributes() [Inlined code] at java.nio.file.Files#readAttributes() [Inlined code] at java.nio.file.Files#size() [Inlined code] at org.apache.lucene.store.FSDirectory#fileLength() [JIT compiled code] at org.apache.lucene.store.FilterDirectory#fileLength() [JIT compiled code] at org.apache.lucene.store.FilterDirectory#fileLength() [JIT compiled code] at org.apache.lucene.store.FilterDirectory#fileLength() [Inlined code] 0.00% 14 java.lang.Thread#sleepNanos0() [Native code] at java.lang.Thread#sleepNanos() [Inlined code] at java.lang.Thread#sleep() [Inlined code] at perf.Indexer#_main() [JIT compiled code] at perf.Indexer#main() [Interpreted code] 0.00% 13 java.io.FileDescriptor#close0() [Native code] at java.io.FileDescriptor#close() [Inlined code] at java.io.FileDescriptor$1#close() [Inlined code] at sun.nio.ch.FileChannelImpl$Closer#run() [JIT compiled code] at jdk.internal.ref.CleanerImpl$PhantomCleanableRef#performCleanup() [Inlined code] at jdk.internal.ref.PhantomCleanable#clean() [Inlined code] at sun.nio.ch.FileChannelImpl#implCloseChannel() [Inlined code] at java.nio.channels.spi.AbstractInterruptibleChannel#close() [Inlined code] at sun.nio.ch.ChannelOutputStream#close() [JIT compiled code] at java.io.FilterOutputStream#close() [JIT compiled code] at java.io.FilterOutputStream#close() [JIT compiled code] at java.io.FilterOutputStream#close() [Inlined code] 0.00% 13 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap() [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap() [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle() [Inlined code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup() [Inlined code] at jdk.internal.foreign.MemorySessionImpl#close() [Inlined code] at jdk.internal.foreign.ArenaImpl#close() [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#close() [JIT compiled code] at org.apache.lucene.store.BufferedChecksumIndexInput#close() [JIT compiled code] at org.apache.lucene.codecs.lucene90.Lucene90CompoundReader#readEntries() [Inlined code] at org.apache.lucene.codecs.lucene90.Lucene90CompoundReader#() [Inlined code] 0.00% 11 java.io.RandomAccessFile#open0() [Native code] at java.io.RandomAccessFile#open() [Inlined code] at java.io.RandomAccessFile#() [JIT compiled code] at java.io.RandomAccessFile#() [Inlined code] at jdk.jfr.internal.RepositoryChunk#() [JIT compiled code] at jdk.jfr.internal.Repository#newChunk() [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#rotateDisk() [Inlined code] at jdk.jfr.internal.PlatformRecorder#periodicTask() [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0() [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000007507aa58#run() [Interpreted code] at java.lang.Thread#runWith() [Interpreted code] at java.lang.Thread#run() [Interpreted code] 0.00% 11 java.io.FileOutputStream#writeBytes() [Native code] at java.io.FileOutputStream#traceWriteBytes() [JIT compiled code] at java.io.FileOutputStream#write() [JIT compiled code] at java.lang.System$Out#write() [Inlined code] at java.io.BufferedOutputStream#flushBuffer() [JIT compiled code] at java.io.BufferedOutputStream#flush() [JIT compiled code] at java.io.PrintStream#write() [JIT compiled code] at sun.nio.cs.StreamEncoder#writeBytes() [JIT compiled code] at sun.nio.cs.StreamEncoder#implFlushBuffer() [Inlined code] at sun.nio.cs.StreamEncoder#flushBuffer() [JIT compiled code] at java.io.OutputStreamWriter#flushBuffer() [Inlined code] at java.io.PrintStream#writeln() [JIT compiled code] 0.00% 10 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map() [Inlined code] at sun.nio.ch.FileChannelImpl#mapInternal() [JIT compiled code] at sun.nio.ch.FileChannelImpl#map() [Inlined code] at org.apache.lucene.store.MMapDirectory#map() [Inlined code] at org.apache.lucene.store.MMapDirectory#openInput() [JIT compiled code] at org.apache.lucene.store.Directory#openChecksumInput() [Inlined code] at org.apache.lucene.codecs.lucene90.Lucene90CompoundReader#readEntries() [Inlined code] at org.apache.lucene.codecs.lucene90.Lucene90CompoundReader#() [Inlined code] at org.apache.lucene.codecs.lucene90.Lucene90CompoundFormat#getCompoundReader() [Inlined code] at org.apache.lucene.index.SegmentCoreReaders#() [JIT compiled code] at org.apache.lucene.index.SegmentReader#() [Inlined code] 0.00% 10 sun.nio.fs.UnixNativeDispatcher#lstat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#lstat() [Inlined code] at sun.nio.fs.UnixFileAttributes#get() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [Inlined code] at org.apache.lucene.store.FSDirectory#deleteFile() [Inlined code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [Inlined code] at org.apache.lucene.util.FileDeleter#delete() [Inlined code] at org.apache.lucene.util.FileDeleter#delete() [Inlined code] at org.apache.lucene.util.FileDeleter#decRef() [JIT compiled code] 0.00% 9 sun.nio.fs.UnixNativeDispatcher#lstat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#lstat() [JIT compiled code] at sun.nio.fs.UnixFileAttributes#get() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete() [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete() [Inlined code] at java.nio.file.Files#delete() [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile() [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile() [Inlined code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [Inlined code] at org.apache.lucene.util.FileDeleter#delete() [Inlined code] at org.apache.lucene.util.FileDeleter#delete() [JIT compiled code] at org.apache.lucene.util.FileDeleter#deleteFilesIfNoRef() [JIT compiled code] 0.00% 9 sun.nio.ch.UnixFileDispatcherImpl#size0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#size() [Inlined code] at sun.nio.ch.FileChannelImpl#size() [JIT compiled code] at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock#ensureValid() [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#createOutput() [JIT compiled code] at org.apache.lucene.store.TrackingDirectoryWrapper#createOutput() [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#() [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsFormat#fieldsWriter() [Inlined code] at org.apache.lucene.codecs.lucene90.Lucene90StoredFieldsFormat#fieldsWriter() [JIT compiled code] at org.apache.lucene.index.StoredFieldsConsumer#initStoredFieldsWriter() [Inlined code] at org.apache.lucene.index.StoredFieldsConsumer#startDocument() [Inlined code] at org.apache.lucene.index.IndexingChain#startStoredFields() [Inlined code] 0.00% 8 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat() [Inlined code] at sun.nio.fs.UnixFileAttributes#get() [Inlined code] at sun.nio.fs.UnixFileAttributeViews$Basic#readAttributes() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#readAttributes() [Inlined code] at sun.nio.fs.LinuxFileSystemProvider#readAttributes() [Inlined code] at java.nio.file.Files#readAttributes() [Inlined code] at java.nio.file.Files#size() [Inlined code] at org.apache.lucene.store.FSDirectory#fileLength() [JIT compiled code] at org.apache.lucene.index.SegmentCommitInfo#sizeInBytes() [Inlined code] at org.apache.lucene.index.MergePolicy#size() [Inlined code] at org.apache.lucene.index.LogMergePolicy#sizeBytes() [Inlined code] 0.00% 8 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open() [Inlined code] at sun.nio.fs.UnixChannelFactory#open() [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Inlined code] at sun.nio.fs.UnixChannelFactory#newFileChannel() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#newFileChannel() [JIT compiled code] at java.nio.channels.FileChannel#open() [Inlined code] at java.nio.channels.FileChannel#open() [Inlined code] at org.apache.lucene.store.MMapDirectory#openInput() [JIT compiled code] at org.apache.lucene.store.FilterDirectory#openInput() [JIT compiled code] at org.apache.lucene.store.FilterDirectory#openInput() [JIT compiled code] at org.apache.lucene.store.FilterDirectory#openInput() [Inlined code] 0.00% 7 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map() [Inlined code] at sun.nio.ch.FileChannelImpl#mapInternal() [JIT compiled code] at sun.nio.ch.FileChannelImpl#map() [Inlined code] at org.apache.lucene.store.MMapDirectory#map() [Inlined code] at org.apache.lucene.store.MMapDirectory#openInput() [JIT compiled code] at org.apache.lucene.codecs.lucene90.Lucene90CompoundReader#() [Inlined code] at org.apache.lucene.codecs.lucene90.Lucene90CompoundFormat#getCompoundReader() [Inlined code] at org.apache.lucene.index.SegmentCoreReaders#() [JIT compiled code] at org.apache.lucene.index.SegmentReader#() [Inlined code] at org.apache.lucene.index.ReadersAndUpdates#getReader() [JIT compiled code] at org.apache.lucene.index.ReadersAndUpdates#getReadOnlyClone() [Inlined code] 0.00% 7 jdk.internal.misc.Unsafe#park() [Native code] at java.util.concurrent.locks.LockSupport#park() [Inlined code] at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode#block() [Inlined code] at java.util.concurrent.ForkJoinPool#unmanagedBlock() [Inlined code] at java.util.concurrent.ForkJoinPool#managedBlock() [Inlined code] at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject#await() [Inlined code] at java.util.concurrent.ArrayBlockingQueue#put() [JIT compiled code] at perf.LineFileDocs#readDocs() [JIT compiled code] at perf.LineFileDocs$1#run() [Interpreted code] 0.00% 7 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat() [Inlined code] at sun.nio.fs.UnixFileAttributes#get() [Inlined code] at sun.nio.fs.UnixFileAttributeViews$Basic#readAttributes() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#readAttributes() [Inlined code] at sun.nio.fs.LinuxFileSystemProvider#readAttributes() [Inlined code] at java.nio.file.Files#readAttributes() [Inlined code] at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock#ensureValid() [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile() [Inlined code] at org.apache.lucene.util.FileDeleter#delete() [Inlined code] at org.apache.lucene.util.FileDeleter#delete() [Inlined code] at org.apache.lucene.util.FileDeleter#decRef() [JIT compiled code] 0.00% 7 sun.nio.ch.UnixFileDispatcherImpl#size0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#size() [Inlined code] at sun.nio.ch.FileChannelImpl#size() [JIT compiled code] at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock#ensureValid() [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#createOutput() [JIT compiled code] at org.apache.lucene.store.TrackingDirectoryWrapper#createOutput() [Inlined code] at org.apache.lucene.codecs.lucene90.Lucene90DocValuesConsumer#() [Inlined code] at org.apache.lucene.codecs.lucene90.Lucene90DocValuesFormat#fieldsConsumer() [Inlined code] at org.apache.lucene.codecs.perfield.PerFieldDocValuesFormat$FieldsWriter#getInstance() [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldDocValuesFormat$FieldsWriter#getInstance() [Inlined code] at org.apache.lucene.codecs.perfield.PerFieldDocValuesFormat$FieldsWriter#addBinaryField() [Inlined code] at org.apache.lucene.index.BinaryDocValuesWriter#flush() [JIT compiled code] 0.00% 6 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace() [Inlined code] at jdk.internal.event.FileWriteEvent#commit() [JIT compiled code] at jdk.internal.event.FileWriteEvent#offer() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite() [Inlined code] at sun.nio.ch.FileChannelImpl#write() [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully() [Inlined code] at sun.nio.ch.ChannelOutputStream#write() [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write() [Inlined code] at java.util.zip.CheckedOutputStream#write() [Inlined code] at java.io.BufferedOutputStream#flushBuffer() [JIT compiled code] at java.io.BufferedOutputStream#flush() [JIT compiled code] 0.00% 6 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat() [Inlined code] at sun.nio.fs.UnixFileAttributes#get() [Inlined code] at sun.nio.fs.UnixFileAttributeViews$Basic#readAttributes() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#readAttributes() [Inlined code] at sun.nio.fs.LinuxFileSystemProvider#readAttributes() [Inlined code] at java.nio.file.Files#readAttributes() [Inlined code] at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock#ensureValid() [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#createOutput() [JIT compiled code] at org.apache.lucene.store.TrackingDirectoryWrapper#createOutput() [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.FieldsIndexWriter#finish() [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#finish() [Inlined code] 0.00% 5 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat() [Inlined code] at sun.nio.fs.UnixFileAttributes#get() [Inlined code] at sun.nio.fs.UnixFileAttributeViews$Basic#readAttributes() [Inlined code] at sun.nio.fs.UnixFileSystemProvider#readAttributes() [Inlined code] at sun.nio.fs.LinuxFileSystemProvider#readAttributes() [Inlined code] at java.nio.file.Files#readAttributes() [Inlined code] at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock#ensureValid() [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#createOutput() [JIT compiled code] at org.apache.lucene.store.TrackingDirectoryWrapper#createOutput() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99SegmentInfoFormat#write() [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#sealFlushedSegment() [JIT compiled code] 0.00% 5 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace() [Inlined code] at jdk.internal.event.FileReadEvent#commit() [JIT compiled code] at jdk.internal.event.FileReadEvent#offer() [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead() [Inlined code] at sun.nio.ch.FileChannelImpl#read() [JIT compiled code] at perf.LineFileDocs#readDocs() [JIT compiled code] at perf.LineFileDocs$1#run() [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 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 2038.10 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr is 2038.10 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr is 2038.10 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr is 2038.10 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr is 2038.10 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr is 2038.10 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 33442 events (total: 631139M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=false PERCENT HEAP SAMPLES STACK 30.15% 190313M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] 5.86% 36957M org.apache.lucene.util.ArrayUtil#copyOfSubArray() [Inlined code] 5.04% 31824M java.nio.HeapByteBuffer#() [Inlined code] 4.72% 29806M perf.LineFileDocs#readVector() [Inlined code] 4.00% 25267M java.util.Arrays#copyOf() [Inlined code] 3.97% 25068M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getNode() [Inlined code] 3.21% 20228M org.apache.lucene.util.BytesRef#() [Inlined code] 3.07% 19395M perf.LineFileDocs#nextDoc() [JIT compiled code] 2.12% 13371M org.apache.lucene.util.hnsw.NeighborQueue#nodes() [Inlined code] 2.04% 12849M java.lang.StringUTF16#compress() [Inlined code] 1.62% 10220M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getFrame() [Inlined code] 1.48% 9348M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState() [Inlined code] 1.42% 8956M org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms() [JIT compiled code] 1.28% 8051M org.apache.lucene.util.hnsw.NeighborArray#sort() [Inlined code] 1.25% 7896M perf.LineFileDocs#readDocs() [JIT compiled code] 1.25% 7877M org.apache.lucene.index.ParallelPostingsArray#() [Inlined code] 1.21% 7663M java.util.Arrays#copyOfRange() [Inlined code] 1.16% 7291M perf.LineFileDocs#cloneDoc() [JIT compiled code] 1.14% 7212M java.lang.StringBuilder#toString() [Inlined code] 1.14% 7205M org.apache.lucene.document.StringField#() [Inlined code] 1.14% 7181M java.lang.AbstractStringBuilder#() [Inlined code] 1.10% 6926M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#() [Inlined code] 1.08% 6810M java.util.ArrayList#grow() [Inlined code] 1.01% 6368M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#() [JIT compiled code] 0.93% 5868M java.util.HashMap#newNode() [Inlined code] 0.92% 5808M java.util.ImmutableCollections$AbstractImmutableList#iterator() [JIT compiled code] 0.80% 5029M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock() [Inlined code] 0.73% 4620M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnumFrame#loadBlock() [JIT compiled code] 0.73% 4610M jdk.internal.misc.Unsafe#allocateUninitializedArray() [Inlined code] 0.66% 4191M org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields() [JIT compiled code] 0.65% 4112M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#newTermState() [Inlined code] 0.63% 4005M org.apache.lucene.util.hnsw.NeighborArray#() [Inlined code] 0.56% 3519M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] 0.53% 3358M java.lang.Long#valueOf() [Inlined code] 0.53% 3340M org.apache.lucene.codecs.lucene104.PForUtil#encode() [JIT compiled code] 0.49% 3090M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode() [Inlined code] 0.46% 2933M java.util.HashMap#resize() [JIT compiled code] 0.46% 2891M java.lang.Integer#toString() [Inlined code] 0.45% 2827M org.apache.lucene.util.FixedBitSet#() [Inlined code] 0.44% 2760M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] 0.38% 2417M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms() [JIT compiled code] 0.34% 2153M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse() [Inlined code] 0.34% 2137M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#() [Inlined code] 0.34% 2131M org.apache.lucene.facet.taxonomy.FacetLabel#() [Inlined code] 0.32% 2026M org.apache.lucene.util.TimSorter#() [Inlined code] 0.32% 2007M org.apache.lucene.util.BytesRefHash#rehash() [JIT compiled code] 0.30% 1913M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnumFrame#() [Inlined code] 0.30% 1881M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#() [Inlined code] 0.27% 1720M org.apache.lucene.document.IntPoint#pack() [Inlined code] 0.25% 1597M org.apache.lucene.facet.FacetsConfig#build() [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 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 2038.10 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr is 2038.10 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr is 2038.10 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr is 2038.10 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr is 2038.10 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr is 2038.10 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr is 2038.10 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 33442 events (total: 631139M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=false PERCENT HEAP SAMPLES STACK 29.63% 187013M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] 5.19% 32732M org.apache.lucene.util.ArrayUtil#copyOfSubArray() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue() [Inlined code] 5.04% 31824M java.nio.HeapByteBuffer#() [Inlined code] at java.nio.ByteBuffer#allocate() [Inlined code] 4.72% 29806M perf.LineFileDocs#readVector() [Inlined code] at perf.LineFileDocs#readDocs() [JIT compiled code] 3.97% 25068M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getNode() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#prepareSeekExact() [JIT compiled code] 3.21% 20228M org.apache.lucene.util.BytesRef#() [Inlined code] at org.apache.lucene.util.BytesRef#() [Inlined code] 3.07% 19395M perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next() [Inlined code] 2.66% 16815M java.util.Arrays#copyOf() [Inlined code] at java.util.ArrayList#grow() [Inlined code] 2.12% 13371M org.apache.lucene.util.hnsw.NeighborQueue#nodes() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes() [Inlined code] 2.04% 12849M java.lang.StringUTF16#compress() [Inlined code] at java.lang.String#() [Inlined code] 1.62% 10220M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getFrame() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#pushFrame() [JIT compiled code] 1.48% 9348M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState() [Inlined code] 1.34% 8452M java.util.Arrays#copyOf() [Inlined code] at java.lang.AbstractStringBuilder#ensureCapacityNewCoder() [JIT compiled code] 1.28% 8051M org.apache.lucene.util.hnsw.NeighborArray#sort() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse() [Inlined code] 1.25% 7896M perf.LineFileDocs#readDocs() [JIT compiled code] at perf.LineFileDocs$1#run() [Interpreted code] 1.25% 7877M org.apache.lucene.index.ParallelPostingsArray#() [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#() [Inlined code] 1.21% 7629M java.util.Arrays#copyOfRange() [Inlined code] at java.lang.String#() [Inlined code] 1.16% 7291M perf.LineFileDocs#cloneDoc() [JIT compiled code] at perf.LineFileDocs#nextDoc() [JIT compiled code] 1.14% 7181M java.lang.AbstractStringBuilder#() [Inlined code] at java.lang.StringBuilder#() [Inlined code] 1.12% 7047M java.lang.StringBuilder#toString() [Inlined code] at org.apache.lucene.facet.FacetsConfig#pathToString() [JIT compiled code] 1.10% 6926M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#() [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance() [Inlined code] 1.08% 6810M java.util.ArrayList#grow() [Inlined code] at java.util.ArrayList#grow() [Inlined code] 1.01% 6368M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#postings() [Inlined code] 0.92% 5808M java.util.ImmutableCollections$AbstractImmutableList#iterator() [JIT compiled code] at org.apache.lucene.index.BufferedUpdatesStream#waitApplyForMerge() [JIT compiled code] 0.88% 5543M org.apache.lucene.document.StringField#() [Inlined code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms() [JIT compiled code] 0.83% 5207M org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms() [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields() [JIT compiled code] 0.80% 5029M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock() [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer() [JIT compiled code] 0.73% 4620M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnumFrame#loadBlock() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum$1#get() [Inlined code] 0.73% 4610M jdk.internal.misc.Unsafe#allocateUninitializedArray() [Inlined code] at java.lang.StringConcatHelper#newArray() [Inlined code] 0.67% 4224M org.apache.lucene.util.ArrayUtil#copyOfSubArray() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#() [Inlined code] 0.66% 4191M org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields() [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build() [JIT compiled code] 0.65% 4112M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#newTermState() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnumFrame#() [Inlined code] 0.59% 3748M org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms() [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields() [JIT compiled code] 0.57% 3610M java.util.HashMap#newNode() [Inlined code] at java.util.HashMap#computeIfAbsent() [JIT compiled code] 0.56% 3519M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] 0.52% 3299M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [Inlined code] 0.49% 3090M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] 0.48% 3052M org.apache.lucene.codecs.lucene104.PForUtil#encode() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition() [JIT compiled code] 0.45% 2827M org.apache.lucene.util.FixedBitSet#() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#() [JIT compiled code] 0.44% 2760M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] 0.40% 2540M org.apache.lucene.util.hnsw.NeighborArray#() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#() [Inlined code] 0.39% 2441M java.lang.Integer#toString() [Inlined code] at java.lang.String#valueOf() [Inlined code] 0.38% 2417M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms() [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] 0.36% 2258M java.util.HashMap#newNode() [Inlined code] at java.util.HashMap#putVal() [Inlined code] 0.34% 2153M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] 0.34% 2137M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.FieldReader#iterator() [JIT compiled code] 0.32% 2026M org.apache.lucene.util.TimSorter#() [Inlined code] at org.apache.lucene.util.ArrayTimSorter#() [Inlined code] 0.32% 2007M org.apache.lucene.util.BytesRefHash#rehash() [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add() [JIT compiled code] 0.30% 1881M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#bytesRefToTrie() [Inlined code] 0.30% 1875M java.util.HashMap#resize() [JIT compiled code] at java.util.HashMap#computeIfAbsent() [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 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 2038.10 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr is 2038.10 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr is 2038.10 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr is 2038.10 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr is 2038.10 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr is 2038.10 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr is 2038.10 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr is 2038.10 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 33442 events (total: 631139M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=false PERCENT HEAP SAMPLES STACK 27.26% 172021M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder() [Inlined code] 5.19% 32732M org.apache.lucene.util.ArrayUtil#copyOfSubArray() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue() [Inlined code] 5.04% 31824M java.nio.HeapByteBuffer#() [Inlined code] at java.nio.ByteBuffer#allocate() [Inlined code] at perf.LineFileDocs#readVector() [Inlined code] at perf.LineFileDocs#readDocs() [JIT compiled code] 4.72% 29806M perf.LineFileDocs#readVector() [Inlined code] at perf.LineFileDocs#readDocs() [JIT compiled code] at perf.LineFileDocs$1#run() [Interpreted code] 3.97% 25068M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getNode() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#prepareSeekExact() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#seekExact() [Inlined code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory() [JIT compiled code] 3.07% 19395M perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next() [Inlined code] at perf.IndexThreads$IndexThread$1$1#next() [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] 2.66% 16815M java.util.Arrays#copyOf() [Inlined code] at java.util.ArrayList#grow() [Inlined code] at java.util.ArrayList#grow() [Inlined code] at java.util.ArrayList#add() [Inlined code] 2.38% 14992M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder() [Inlined code] 2.12% 13371M org.apache.lucene.util.hnsw.NeighborQueue#nodes() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] 2.05% 12942M org.apache.lucene.util.BytesRef#() [Inlined code] at org.apache.lucene.util.BytesRef#() [Inlined code] at org.apache.lucene.document.StringField#() [Inlined code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms() [JIT compiled code] 2.04% 12849M java.lang.StringUTF16#compress() [Inlined code] at java.lang.String#() [Inlined code] at java.lang.String#() [Inlined code] at perf.LineFileDocs#nextDoc() [JIT compiled code] 1.62% 10220M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getFrame() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#pushFrame() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#prepareSeekExact() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#seekExact() [Inlined code] 1.48% 9348M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState() [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] 1.34% 8452M java.util.Arrays#copyOf() [Inlined code] at java.lang.AbstractStringBuilder#ensureCapacityNewCoder() [JIT compiled code] at java.lang.AbstractStringBuilder#append() [Inlined code] at java.lang.StringBuilder#append() [Inlined code] 1.28% 8051M org.apache.lucene.util.hnsw.NeighborArray#sort() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor() [JIT compiled code] 1.25% 7896M perf.LineFileDocs#readDocs() [JIT compiled code] at perf.LineFileDocs$1#run() [Interpreted code] 1.25% 7877M org.apache.lucene.index.ParallelPostingsArray#() [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#() [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance() [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow() [Inlined code] 1.21% 7629M java.util.Arrays#copyOfRange() [Inlined code] at java.lang.String#() [Inlined code] at java.lang.StringBuilder#toString() [Inlined code] at org.apache.lucene.facet.FacetsConfig#pathToString() [JIT compiled code] 1.16% 7291M perf.LineFileDocs#cloneDoc() [JIT compiled code] at perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next() [Inlined code] at perf.IndexThreads$IndexThread$1$1#next() [Inlined code] 1.10% 6926M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#() [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance() [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow() [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow() [JIT compiled code] 1.08% 6810M java.util.ArrayList#grow() [Inlined code] at java.util.ArrayList#grow() [Inlined code] at java.util.ArrayList#add() [Inlined code] at java.util.ArrayList#add() [Inlined code] 1.01% 6368M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#postings() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#postings() [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory() [JIT compiled code] 0.92% 5808M java.util.ImmutableCollections$AbstractImmutableList#iterator() [JIT compiled code] at org.apache.lucene.index.BufferedUpdatesStream#waitApplyForMerge() [JIT compiled code] at org.apache.lucene.index.IndexWriter#mergeInit() [JIT compiled code] at org.apache.lucene.index.IndexWriter#merge() [JIT compiled code] 0.83% 5207M org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms() [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields() [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build() [JIT compiled code] at perf.LineFileDocs#nextDoc() [JIT compiled code] 0.73% 4620M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnumFrame#loadBlock() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum$1#get() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#seekExact() [Inlined code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory() [JIT compiled code] 0.71% 4476M jdk.internal.misc.Unsafe#allocateUninitializedArray() [Inlined code] at java.lang.StringConcatHelper#newArray() [Inlined code] at java.lang.StringConcatHelper#newArrayWithSuffix() [Inlined code] at java.lang.String$$StringConcat.0x000000007504c400#concat() [Inlined code] 0.71% 4471M java.lang.AbstractStringBuilder#() [Inlined code] at java.lang.StringBuilder#() [Inlined code] at org.apache.lucene.facet.FacetsConfig#pathToString() [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms() [JIT compiled code] 0.67% 4253M org.apache.lucene.util.BytesRef#() [Inlined code] at org.apache.lucene.util.BytesRef#() [Inlined code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields() [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build() [JIT compiled code] 0.67% 4224M org.apache.lucene.util.ArrayUtil#copyOfSubArray() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] 0.66% 4191M org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields() [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build() [JIT compiled code] at perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next() [Inlined code] 0.60% 3771M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#newTermState() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnumFrame#() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getFrame() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#pushFrame() [JIT compiled code] 0.59% 3748M org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms() [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields() [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build() [JIT compiled code] at perf.LineFileDocs#nextDoc() [JIT compiled code] 0.57% 3610M java.util.HashMap#newNode() [Inlined code] at java.util.HashMap#computeIfAbsent() [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build() [JIT compiled code] at perf.LineFileDocs#nextDoc() [JIT compiled code] 0.48% 3052M org.apache.lucene.codecs.lucene104.PForUtil#encode() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition() [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] 0.47% 2992M org.apache.lucene.document.StringField#() [Inlined code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms() [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields() [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build() [JIT compiled code] 0.45% 2859M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock() [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer() [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice() [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice() [Inlined code] 0.45% 2827M org.apache.lucene.util.FixedBitSet#() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#postings() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#postings() [JIT compiled code] 0.42% 2644M java.lang.StringBuilder#toString() [Inlined code] at org.apache.lucene.facet.FacetsConfig#pathToString() [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields() [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build() [JIT compiled code] 0.41% 2559M java.lang.AbstractStringBuilder#() [Inlined code] at java.lang.StringBuilder#() [Inlined code] at org.apache.lucene.facet.FacetsConfig#pathToString() [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields() [JIT compiled code] 0.40% 2550M org.apache.lucene.document.StringField#() [Inlined code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms() [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields() [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build() [JIT compiled code] 0.40% 2540M org.apache.lucene.util.hnsw.NeighborArray#() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] 0.39% 2441M java.lang.Integer#toString() [Inlined code] at java.lang.String#valueOf() [Inlined code] at java.lang.invoke.DirectMethodHandle$Holder#invokeStatic() [Inlined code] at java.lang.invoke.Invokers$Holder#linkToTargetMethod() [Inlined code] 0.38% 2417M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms() [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] 0.36% 2258M java.util.HashMap#newNode() [Inlined code] at java.util.HashMap#putVal() [Inlined code] at java.util.HashMap#put() [Inlined code] at java.util.HashSet#add() [Inlined code] 0.35% 2185M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] 0.34% 2153M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] 0.34% 2137M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.FieldReader#iterator() [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory() [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#addCategory() [JIT compiled code] 0.34% 2126M java.lang.StringBuilder#toString() [Inlined code] at org.apache.lucene.facet.FacetsConfig#pathToString() [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms() [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields() [JIT compiled code] 0.33% 2086M java.lang.StringBuilder#toString() [Inlined code] at org.apache.lucene.facet.FacetsConfig#pathToString() [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms() [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields() [JIT compiled code] 0.32% 2026M org.apache.lucene.util.TimSorter#() [Inlined code] at org.apache.lucene.util.ArrayTimSorter#() [Inlined code] at org.apache.lucene.util.ArrayUtil#timSort() [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings() [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 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 2038.10 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr is 2038.10 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr is 2038.10 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr is 2038.10 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr is 2038.10 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr is 2038.10 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr is 2038.10 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr is 2038.10 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr is 2038.10 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 33442 events (total: 631139M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=false PERCENT HEAP SAMPLES STACK 15.81% 99808M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] 8.66% 54655M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue() [JIT compiled code] 5.19% 32732M org.apache.lucene.util.ArrayUtil#copyOfSubArray() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue() [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] 5.04% 31824M java.nio.HeapByteBuffer#() [Inlined code] at java.nio.ByteBuffer#allocate() [Inlined code] at perf.LineFileDocs#readVector() [Inlined code] at perf.LineFileDocs#readDocs() [JIT compiled code] at perf.LineFileDocs$1#run() [Interpreted code] 4.72% 29806M perf.LineFileDocs#readVector() [Inlined code] at perf.LineFileDocs#readDocs() [JIT compiled code] at perf.LineFileDocs$1#run() [Interpreted code] 3.97% 25068M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getNode() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#prepareSeekExact() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#seekExact() [Inlined code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory() [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#addCategory() [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields() [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build() [JIT compiled code] at perf.LineFileDocs#nextDoc() [JIT compiled code] 3.07% 19395M perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next() [Inlined code] at perf.IndexThreads$IndexThread$1$1#next() [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments() [Inlined code] at org.apache.lucene.index.IndexWriter#addDocuments() [Inlined code] at perf.IndexThreads$IndexThread#run() [JIT compiled code] 2.68% 16910M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] 2.15% 13594M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] 2.04% 12849M java.lang.StringUTF16#compress() [Inlined code] at java.lang.String#() [Inlined code] at java.lang.String#() [Inlined code] at perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next() [Inlined code] at perf.IndexThreads$IndexThread$1$1#next() [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [JIT compiled code] 1.62% 10220M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getFrame() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#pushFrame() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#prepareSeekExact() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#seekExact() [Inlined code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory() [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#addCategory() [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields() [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build() [JIT compiled code] 1.30% 8200M org.apache.lucene.util.hnsw.NeighborQueue#nodes() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] 1.25% 7896M perf.LineFileDocs#readDocs() [JIT compiled code] at perf.LineFileDocs$1#run() [Interpreted code] 1.16% 7291M perf.LineFileDocs#cloneDoc() [JIT compiled code] at perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next() [Inlined code] at perf.IndexThreads$IndexThread$1$1#next() [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments() [Inlined code] at org.apache.lucene.index.IndexWriter#addDocuments() [Inlined code] 1.12% 7084M java.util.Arrays#copyOf() [Inlined code] at java.util.ArrayList#grow() [Inlined code] at java.util.ArrayList#grow() [Inlined code] at java.util.ArrayList#add() [Inlined code] at java.util.ArrayList#add() [Inlined code] at org.apache.lucene.document.Document#add() [Inlined code] at org.apache.lucene.facet.FacetsConfig#build() [JIT compiled code] at perf.LineFileDocs#nextDoc() [JIT compiled code] 1.08% 6793M org.apache.lucene.util.BytesRef#() [Inlined code] at org.apache.lucene.util.BytesRef#() [Inlined code] at org.apache.lucene.document.StringField#() [Inlined code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms() [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields() [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build() [JIT compiled code] at perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next() [Inlined code] 1.01% 6368M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#postings() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#postings() [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory() [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#addCategory() [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields() [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build() [JIT compiled code] at perf.LineFileDocs#nextDoc() [JIT compiled code] 0.98% 6211M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#() [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance() [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow() [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow() [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add() [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add() [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream() [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert() [Inlined code] 0.97% 6148M org.apache.lucene.util.BytesRef#() [Inlined code] at org.apache.lucene.util.BytesRef#() [Inlined code] at org.apache.lucene.document.StringField#() [Inlined code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms() [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields() [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build() [JIT compiled code] at perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next() [Inlined code] 0.96% 6049M org.apache.lucene.index.ParallelPostingsArray#() [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#() [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance() [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow() [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow() [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add() [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add() [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream() [JIT compiled code] 0.92% 5808M java.util.ImmutableCollections$AbstractImmutableList#iterator() [JIT compiled code] at org.apache.lucene.index.BufferedUpdatesStream#waitApplyForMerge() [JIT compiled code] at org.apache.lucene.index.IndexWriter#mergeInit() [JIT compiled code] at org.apache.lucene.index.IndexWriter#merge() [JIT compiled code] at org.apache.lucene.index.IndexWriter$IndexWriterMergeSource#merge() [JIT compiled code] at org.apache.lucene.index.ConcurrentMergeScheduler#doMerge() [Inlined code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run() [JIT compiled code] 0.91% 5759M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState() [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write() [Inlined code] at org.apache.lucene.index.FreqProxTermsWriter#flush() [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush() [JIT compiled code] 0.83% 5251M java.util.ArrayList#grow() [Inlined code] at java.util.ArrayList#grow() [Inlined code] at java.util.ArrayList#add() [Inlined code] at java.util.ArrayList#add() [Inlined code] at org.apache.lucene.facet.FacetsConfig#build() [JIT compiled code] at perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next() [Inlined code] at perf.IndexThreads$IndexThread$1$1#next() [Inlined code] 0.83% 5207M org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms() [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields() [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build() [JIT compiled code] at perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next() [Inlined code] at perf.IndexThreads$IndexThread$1$1#next() [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [JIT compiled code] 0.82% 5171M org.apache.lucene.util.hnsw.NeighborQueue#nodes() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue() [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] 0.81% 5116M org.apache.lucene.util.hnsw.NeighborArray#sort() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] 0.73% 4620M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnumFrame#loadBlock() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum$1#get() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#seekExact() [Inlined code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory() [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#addCategory() [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields() [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build() [JIT compiled code] at perf.LineFileDocs#nextDoc() [JIT compiled code] 0.73% 4579M java.util.Arrays#copyOf() [Inlined code] at java.util.ArrayList#grow() [Inlined code] at java.util.ArrayList#grow() [Inlined code] at java.util.ArrayList#add() [Inlined code] at java.util.ArrayList#add() [Inlined code] at org.apache.lucene.document.Document#add() [Inlined code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms() [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields() [JIT compiled code] 0.71% 4476M jdk.internal.misc.Unsafe#allocateUninitializedArray() [Inlined code] at java.lang.StringConcatHelper#newArray() [Inlined code] at java.lang.StringConcatHelper#newArrayWithSuffix() [Inlined code] at java.lang.String$$StringConcat.0x000000007504c400#concat() [Inlined code] at java.lang.invoke.DirectMethodHandle$Holder#invokeSpecial() [Inlined code] at java.lang.invoke.LambdaForm$MH.0x000000007504c800#invoke() [Inlined code] at java.lang.invoke.Invokers$Holder#linkToTargetMethod() [Inlined code] at org.apache.lucene.store.IndexInput#getFullSliceDescription() [Inlined code] 0.67% 4253M org.apache.lucene.util.BytesRef#() [Inlined code] at org.apache.lucene.util.BytesRef#() [Inlined code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields() [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build() [JIT compiled code] at perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next() [Inlined code] at perf.IndexThreads$IndexThread$1$1#next() [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] 0.66% 4191M org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields() [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build() [JIT compiled code] at perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next() [Inlined code] at perf.IndexThreads$IndexThread$1$1#next() [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments() [Inlined code] 0.60% 3771M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#newTermState() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnumFrame#() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getFrame() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#pushFrame() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#prepareSeekExact() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#seekExact() [Inlined code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory() [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#addCategory() [JIT compiled code] 0.59% 3748M org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms() [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields() [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build() [JIT compiled code] at perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next() [Inlined code] at perf.IndexThreads$IndexThread$1$1#next() [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [JIT compiled code] 0.58% 3646M java.util.Arrays#copyOf() [Inlined code] at java.util.ArrayList#grow() [Inlined code] at java.util.ArrayList#grow() [Inlined code] at java.util.ArrayList#add() [Inlined code] at java.util.ArrayList#add() [Inlined code] at org.apache.lucene.document.Document#add() [Inlined code] at perf.LineFileDocs#cloneDoc() [JIT compiled code] at perf.LineFileDocs#nextDoc() [JIT compiled code] 0.57% 3610M java.util.HashMap#newNode() [Inlined code] at java.util.HashMap#computeIfAbsent() [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build() [JIT compiled code] at perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next() [Inlined code] at perf.IndexThreads$IndexThread$1$1#next() [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [JIT compiled code] 0.57% 3589M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState() [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge() [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge() [JIT compiled code] at org.apache.lucene.index.SegmentMerger#mergeTerms() [JIT compiled code] 0.55% 3487M java.util.Arrays#copyOf() [Inlined code] at java.lang.AbstractStringBuilder#ensureCapacityNewCoder() [JIT compiled code] at java.lang.AbstractStringBuilder#append() [Inlined code] at java.lang.StringBuilder#append() [Inlined code] at org.apache.lucene.facet.FacetsConfig#pathToString() [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms() [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields() [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build() [JIT compiled code] 0.47% 2992M org.apache.lucene.document.StringField#() [Inlined code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms() [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields() [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build() [JIT compiled code] at perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next() [Inlined code] at perf.IndexThreads$IndexThread$1$1#next() [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] 0.47% 2941M java.util.Arrays#copyOf() [Inlined code] at java.lang.AbstractStringBuilder#ensureCapacityNewCoder() [JIT compiled code] at java.lang.AbstractStringBuilder#append() [Inlined code] at java.lang.StringBuilder#append() [Inlined code] at org.apache.lucene.facet.FacetsConfig#pathToString() [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms() [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields() [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build() [JIT compiled code] 0.47% 2935M org.apache.lucene.util.hnsw.NeighborArray#sort() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue() [JIT compiled code] 0.45% 2827M org.apache.lucene.util.FixedBitSet#() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#postings() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#postings() [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory() [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#addCategory() [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields() [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build() [JIT compiled code] 0.43% 2734M java.util.Arrays#copyOfRange() [Inlined code] at java.lang.String#() [Inlined code] at java.lang.StringBuilder#toString() [Inlined code] at org.apache.lucene.facet.FacetsConfig#pathToString() [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields() [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build() [JIT compiled code] at perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next() [Inlined code] 0.43% 2687M java.util.Arrays#copyOfRange() [Inlined code] at java.lang.String#() [Inlined code] at java.lang.StringBuilder#toString() [Inlined code] at org.apache.lucene.facet.FacetsConfig#pathToString() [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms() [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields() [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build() [JIT compiled code] at perf.LineFileDocs#nextDoc() [JIT compiled code] 0.42% 2665M java.lang.AbstractStringBuilder#() [Inlined code] at java.lang.StringBuilder#() [Inlined code] at org.apache.lucene.facet.FacetsConfig#pathToString() [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms() [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields() [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build() [JIT compiled code] at perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next() [Inlined code] 0.42% 2644M java.lang.StringBuilder#toString() [Inlined code] at org.apache.lucene.facet.FacetsConfig#pathToString() [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields() [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build() [JIT compiled code] at perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next() [Inlined code] at perf.IndexThreads$IndexThread$1$1#next() [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] 0.41% 2562M org.apache.lucene.util.ArrayUtil#copyOfSubArray() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge() [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge() [JIT compiled code] at org.apache.lucene.index.SegmentMerger#mergeTerms() [JIT compiled code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000751df308#merge() [JIT compiled code] 0.41% 2559M java.lang.AbstractStringBuilder#() [Inlined code] at java.lang.StringBuilder#() [Inlined code] at org.apache.lucene.facet.FacetsConfig#pathToString() [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields() [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build() [JIT compiled code] at perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next() [Inlined code] at perf.IndexThreads$IndexThread$1$1#next() [Inlined code] 0.40% 2550M org.apache.lucene.document.StringField#() [Inlined code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms() [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields() [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build() [JIT compiled code] at perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next() [Inlined code] at perf.IndexThreads$IndexThread$1$1#next() [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] 0.39% 2441M java.lang.Integer#toString() [Inlined code] at java.lang.String#valueOf() [Inlined code] at java.lang.invoke.DirectMethodHandle$Holder#invokeStatic() [Inlined code] at java.lang.invoke.Invokers$Holder#linkToTargetMethod() [Inlined code] at perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next() [Inlined code] at perf.IndexThreads$IndexThread$1$1#next() [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] 0.36% 2258M java.util.HashMap#newNode() [Inlined code] at java.util.HashMap#putVal() [Inlined code] at java.util.HashMap#put() [Inlined code] at java.util.HashSet#add() [Inlined code] at org.apache.lucene.facet.FacetsConfig#checkSeen() [Inlined code] at org.apache.lucene.facet.FacetsConfig#build() [JIT compiled code] at perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next() [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 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 2038.10 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr is 2038.10 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr is 2038.10 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr is 2038.10 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr is 2038.10 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr is 2038.10 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr is 2038.10 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr is 2038.10 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr is 2038.10 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr is 2038.10 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 33442 events (total: 631139M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=false PERCENT HEAP SAMPLES STACK 15.81% 99808M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000075208d20#call() [JIT compiled code] 8.66% 54655M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue() [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] 5.19% 32732M org.apache.lucene.util.ArrayUtil#copyOfSubArray() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue() [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments() [Inlined code] at org.apache.lucene.index.IndexWriter#addDocuments() [Inlined code] 5.04% 31824M java.nio.HeapByteBuffer#() [Inlined code] at java.nio.ByteBuffer#allocate() [Inlined code] at perf.LineFileDocs#readVector() [Inlined code] at perf.LineFileDocs#readDocs() [JIT compiled code] at perf.LineFileDocs$1#run() [Interpreted code] 4.72% 29806M perf.LineFileDocs#readVector() [Inlined code] at perf.LineFileDocs#readDocs() [JIT compiled code] at perf.LineFileDocs$1#run() [Interpreted code] 3.97% 25068M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getNode() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#prepareSeekExact() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#seekExact() [Inlined code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory() [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#addCategory() [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields() [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build() [JIT compiled code] at perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next() [Inlined code] at perf.IndexThreads$IndexThread$1$1#next() [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [JIT compiled code] 3.07% 19395M perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next() [Inlined code] at perf.IndexThreads$IndexThread$1$1#next() [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments() [Inlined code] at org.apache.lucene.index.IndexWriter#addDocuments() [Inlined code] at perf.IndexThreads$IndexThread#run() [JIT compiled code] 2.04% 12849M java.lang.StringUTF16#compress() [Inlined code] at java.lang.String#() [Inlined code] at java.lang.String#() [Inlined code] at perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next() [Inlined code] at perf.IndexThreads$IndexThread$1$1#next() [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments() [Inlined code] at org.apache.lucene.index.IndexWriter#addDocuments() [Inlined code] at perf.IndexThreads$IndexThread#run() [JIT compiled code] 1.71% 10821M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] 1.62% 10220M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getFrame() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#pushFrame() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#prepareSeekExact() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#seekExact() [Inlined code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory() [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#addCategory() [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields() [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build() [JIT compiled code] at perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next() [Inlined code] at perf.IndexThreads$IndexThread$1$1#next() [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] 1.25% 7896M perf.LineFileDocs#readDocs() [JIT compiled code] at perf.LineFileDocs$1#run() [Interpreted code] 1.21% 7605M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [JIT compiled code] 1.16% 7291M perf.LineFileDocs#cloneDoc() [JIT compiled code] at perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next() [Inlined code] at perf.IndexThreads$IndexThread$1$1#next() [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments() [Inlined code] at org.apache.lucene.index.IndexWriter#addDocuments() [Inlined code] at perf.IndexThreads$IndexThread#run() [JIT compiled code] 1.12% 7084M java.util.Arrays#copyOf() [Inlined code] at java.util.ArrayList#grow() [Inlined code] at java.util.ArrayList#grow() [Inlined code] at java.util.ArrayList#add() [Inlined code] at java.util.ArrayList#add() [Inlined code] at org.apache.lucene.document.Document#add() [Inlined code] at org.apache.lucene.facet.FacetsConfig#build() [JIT compiled code] at perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next() [Inlined code] at perf.IndexThreads$IndexThread$1$1#next() [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [JIT compiled code] 1.08% 6802M org.apache.lucene.util.hnsw.NeighborQueue#nodes() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000075208d20#call() [JIT compiled code] at java.util.concurrent.FutureTask#run() [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run() [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0() [Inlined code] 1.08% 6793M org.apache.lucene.util.BytesRef#() [Inlined code] at org.apache.lucene.util.BytesRef#() [Inlined code] at org.apache.lucene.document.StringField#() [Inlined code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms() [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields() [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build() [JIT compiled code] at perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next() [Inlined code] at perf.IndexThreads$IndexThread$1$1#next() [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments() [Inlined code] 1.01% 6368M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#postings() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#postings() [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory() [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#addCategory() [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields() [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build() [JIT compiled code] at perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next() [Inlined code] at perf.IndexThreads$IndexThread$1$1#next() [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [JIT compiled code] 0.98% 6211M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#() [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance() [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow() [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow() [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add() [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add() [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream() [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert() [Inlined code] at org.apache.lucene.index.IndexingChain#processField() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [JIT compiled code] 0.97% 6148M org.apache.lucene.util.BytesRef#() [Inlined code] at org.apache.lucene.util.BytesRef#() [Inlined code] at org.apache.lucene.document.StringField#() [Inlined code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms() [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields() [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build() [JIT compiled code] at perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next() [Inlined code] at perf.IndexThreads$IndexThread$1$1#next() [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments() [Inlined code] 0.96% 6089M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue() [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] 0.96% 6049M org.apache.lucene.index.ParallelPostingsArray#() [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#() [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance() [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow() [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow() [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add() [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add() [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream() [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert() [Inlined code] at org.apache.lucene.index.IndexingChain#processField() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] 0.93% 5838M org.apache.lucene.util.ArrayUtil#growExact() [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue() [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField() [JIT compiled code] 0.92% 5808M java.util.ImmutableCollections$AbstractImmutableList#iterator() [JIT compiled code] at org.apache.lucene.index.BufferedUpdatesStream#waitApplyForMerge() [JIT compiled code] at org.apache.lucene.index.IndexWriter#mergeInit() [JIT compiled code] at org.apache.lucene.index.IndexWriter#merge() [JIT compiled code] at org.apache.lucene.index.IndexWriter$IndexWriterMergeSource#merge() [JIT compiled code] at org.apache.lucene.index.ConcurrentMergeScheduler#doMerge() [Inlined code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run() [JIT compiled code] 0.89% 5602M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState() [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write() [Inlined code] at org.apache.lucene.index.FreqProxTermsWriter#flush() [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush() [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush() [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#postUpdate() [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [JIT compiled code] 0.83% 5251M java.util.ArrayList#grow() [Inlined code] at java.util.ArrayList#grow() [Inlined code] at java.util.ArrayList#add() [Inlined code] at java.util.ArrayList#add() [Inlined code] at org.apache.lucene.facet.FacetsConfig#build() [JIT compiled code] at perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next() [Inlined code] at perf.IndexThreads$IndexThread$1$1#next() [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments() [Inlined code] at org.apache.lucene.index.IndexWriter#addDocuments() [Inlined code] 0.83% 5207M org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms() [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields() [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build() [JIT compiled code] at perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next() [Inlined code] at perf.IndexThreads$IndexThread$1$1#next() [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments() [Inlined code] at org.apache.lucene.index.IndexWriter#addDocuments() [Inlined code] at perf.IndexThreads$IndexThread#run() [JIT compiled code] 0.82% 5171M org.apache.lucene.util.hnsw.NeighborQueue#nodes() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue() [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments() [Inlined code] at org.apache.lucene.index.IndexWriter#addDocuments() [Inlined code] 0.81% 5116M org.apache.lucene.util.hnsw.NeighborArray#sort() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0() [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000075208d20#call() [JIT compiled code] 0.73% 4620M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnumFrame#loadBlock() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum$1#get() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#seekExact() [Inlined code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory() [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#addCategory() [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields() [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build() [JIT compiled code] at perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next() [Inlined code] at perf.IndexThreads$IndexThread$1$1#next() [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [JIT compiled code] 0.73% 4579M java.util.Arrays#copyOf() [Inlined code] at java.util.ArrayList#grow() [Inlined code] at java.util.ArrayList#grow() [Inlined code] at java.util.ArrayList#add() [Inlined code] at java.util.ArrayList#add() [Inlined code] at org.apache.lucene.document.Document#add() [Inlined code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms() [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields() [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build() [JIT compiled code] at perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next() [Inlined code] at perf.IndexThreads$IndexThread$1$1#next() [Inlined code] 0.67% 4253M org.apache.lucene.util.BytesRef#() [Inlined code] at org.apache.lucene.util.BytesRef#() [Inlined code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields() [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build() [JIT compiled code] at perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next() [Inlined code] at perf.IndexThreads$IndexThread$1$1#next() [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments() [Inlined code] at org.apache.lucene.index.IndexWriter#addDocuments() [Inlined code] at perf.IndexThreads$IndexThread#run() [JIT compiled code] 0.66% 4191M org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields() [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build() [JIT compiled code] at perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next() [Inlined code] at perf.IndexThreads$IndexThread$1$1#next() [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments() [Inlined code] at org.apache.lucene.index.IndexWriter#addDocuments() [Inlined code] at perf.IndexThreads$IndexThread#run() [JIT compiled code] 0.60% 3771M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#newTermState() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnumFrame#() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getFrame() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#pushFrame() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#prepareSeekExact() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#seekExact() [Inlined code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory() [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#addCategory() [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields() [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build() [JIT compiled code] at perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next() [Inlined code] 0.59% 3748M org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms() [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields() [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build() [JIT compiled code] at perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next() [Inlined code] at perf.IndexThreads$IndexThread$1$1#next() [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments() [Inlined code] at org.apache.lucene.index.IndexWriter#addDocuments() [Inlined code] at perf.IndexThreads$IndexThread#run() [JIT compiled code] 0.58% 3646M java.util.Arrays#copyOf() [Inlined code] at java.util.ArrayList#grow() [Inlined code] at java.util.ArrayList#grow() [Inlined code] at java.util.ArrayList#add() [Inlined code] at java.util.ArrayList#add() [Inlined code] at org.apache.lucene.document.Document#add() [Inlined code] at perf.LineFileDocs#cloneDoc() [JIT compiled code] at perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next() [Inlined code] at perf.IndexThreads$IndexThread$1$1#next() [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [JIT compiled code] 0.57% 3610M java.util.HashMap#newNode() [Inlined code] at java.util.HashMap#computeIfAbsent() [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build() [JIT compiled code] at perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next() [Inlined code] at perf.IndexThreads$IndexThread$1$1#next() [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments() [Inlined code] at org.apache.lucene.index.IndexWriter#addDocuments() [Inlined code] at perf.IndexThreads$IndexThread#run() [JIT compiled code] 0.57% 3589M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState() [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge() [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge() [JIT compiled code] at org.apache.lucene.index.SegmentMerger#mergeTerms() [JIT compiled code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000751df308#merge() [JIT compiled code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging() [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge() [JIT compiled code] at org.apache.lucene.index.IndexWriter#mergeMiddle() [JIT compiled code] 0.55% 3487M java.util.Arrays#copyOf() [Inlined code] at java.lang.AbstractStringBuilder#ensureCapacityNewCoder() [JIT compiled code] at java.lang.AbstractStringBuilder#append() [Inlined code] at java.lang.StringBuilder#append() [Inlined code] at org.apache.lucene.facet.FacetsConfig#pathToString() [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms() [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields() [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build() [JIT compiled code] at perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next() [Inlined code] at perf.IndexThreads$IndexThread$1$1#next() [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] 0.47% 2992M org.apache.lucene.document.StringField#() [Inlined code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms() [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields() [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build() [JIT compiled code] at perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next() [Inlined code] at perf.IndexThreads$IndexThread$1$1#next() [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments() [Inlined code] at org.apache.lucene.index.IndexWriter#addDocuments() [Inlined code] at perf.IndexThreads$IndexThread#run() [JIT compiled code] 0.47% 2941M java.util.Arrays#copyOf() [Inlined code] at java.lang.AbstractStringBuilder#ensureCapacityNewCoder() [JIT compiled code] at java.lang.AbstractStringBuilder#append() [Inlined code] at java.lang.StringBuilder#append() [Inlined code] at org.apache.lucene.facet.FacetsConfig#pathToString() [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms() [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields() [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build() [JIT compiled code] at perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next() [Inlined code] at perf.IndexThreads$IndexThread$1$1#next() [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] 0.47% 2935M org.apache.lucene.util.hnsw.NeighborArray#sort() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity() [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal() [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue() [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField() [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument() [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] 0.45% 2827M org.apache.lucene.util.FixedBitSet#() [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#() [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#postings() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#postings() [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory() [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#addCategory() [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields() [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build() [JIT compiled code] at perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next() [Inlined code] at perf.IndexThreads$IndexThread$1$1#next() [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] 0.43% 2734M java.util.Arrays#copyOfRange() [Inlined code] at java.lang.String#() [Inlined code] at java.lang.StringBuilder#toString() [Inlined code] at org.apache.lucene.facet.FacetsConfig#pathToString() [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields() [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build() [JIT compiled code] at perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next() [Inlined code] at perf.IndexThreads$IndexThread$1$1#next() [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments() [Inlined code] 0.43% 2712M jdk.internal.misc.Unsafe#allocateUninitializedArray() [Inlined code] at java.lang.StringConcatHelper#newArray() [Inlined code] at java.lang.StringConcatHelper#newArrayWithSuffix() [Inlined code] at java.lang.String$$StringConcat.0x000000007504c400#concat() [Inlined code] at java.lang.invoke.DirectMethodHandle$Holder#invokeSpecial() [Inlined code] at java.lang.invoke.LambdaForm$MH.0x000000007504c800#invoke() [Inlined code] at java.lang.invoke.Invokers$Holder#linkToTargetMethod() [Inlined code] at org.apache.lucene.store.IndexInput#getFullSliceDescription() [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#buildSlice() [JIT compiled code] at org.apache.lucene.store.MemorySegmentIndexInput#slice() [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput$SingleSegmentImpl#slice() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.FieldReader#newReader() [Inlined code] 0.43% 2687M java.util.Arrays#copyOfRange() [Inlined code] at java.lang.String#() [Inlined code] at java.lang.StringBuilder#toString() [Inlined code] at org.apache.lucene.facet.FacetsConfig#pathToString() [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms() [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields() [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build() [JIT compiled code] at perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next() [Inlined code] at perf.IndexThreads$IndexThread$1$1#next() [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [JIT compiled code] 0.42% 2665M java.lang.AbstractStringBuilder#() [Inlined code] at java.lang.StringBuilder#() [Inlined code] at org.apache.lucene.facet.FacetsConfig#pathToString() [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms() [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields() [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build() [JIT compiled code] at perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next() [Inlined code] at perf.IndexThreads$IndexThread$1$1#next() [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments() [Inlined code] 0.42% 2644M java.lang.StringBuilder#toString() [Inlined code] at org.apache.lucene.facet.FacetsConfig#pathToString() [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields() [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build() [JIT compiled code] at perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next() [Inlined code] at perf.IndexThreads$IndexThread$1$1#next() [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments() [Inlined code] at org.apache.lucene.index.IndexWriter#addDocuments() [Inlined code] at perf.IndexThreads$IndexThread#run() [JIT compiled code] 0.41% 2562M org.apache.lucene.util.ArrayUtil#copyOfSubArray() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#() [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write() [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge() [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge() [JIT compiled code] at org.apache.lucene.index.SegmentMerger#mergeTerms() [JIT compiled code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000751df308#merge() [JIT compiled code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging() [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge() [JIT compiled code] at org.apache.lucene.index.IndexWriter#mergeMiddle() [JIT compiled code] at org.apache.lucene.index.IndexWriter#merge() [JIT compiled code] 0.41% 2559M java.lang.AbstractStringBuilder#() [Inlined code] at java.lang.StringBuilder#() [Inlined code] at org.apache.lucene.facet.FacetsConfig#pathToString() [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields() [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build() [JIT compiled code] at perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next() [Inlined code] at perf.IndexThreads$IndexThread$1$1#next() [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments() [Inlined code] at org.apache.lucene.index.IndexWriter#addDocuments() [Inlined code] 0.40% 2550M org.apache.lucene.document.StringField#() [Inlined code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms() [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields() [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build() [JIT compiled code] at perf.LineFileDocs#nextDoc() [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next() [Inlined code] at perf.IndexThreads$IndexThread$1$1#next() [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments() [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments() [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments() [Inlined code] at org.apache.lucene.index.IndexWriter#addDocuments() [Inlined code] at perf.IndexThreads$IndexThread#run() [JIT compiled code] move log to /l/logs.nightly/2026.04.13.05.40.34/fixedIndex.log move vmstat log to /l/logs.nightly/2026.04.13.05.40.34/fixedIndex.vmstat.log move top log to /l/logs.nightly/2026.04.13.05.40.34/fixedIndex.top.log [2026-04-14 07:39:01.592975] took 42115.0 sec [2026-04-14 07:39:01.596411] run CheckIndex [2026-04-14 07:39:01.596503] RUN: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -classpath "/l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build" -ea org.apache.lucene.index.CheckIndex -threadCount 16 -level 2 "/l/indices/wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M/index" > /l/logs.nightly/2026.04.13.05.40.34/checkIndex.fixedIndex.log 2>&1 [2026-04-14 07:45:03.229212] took 361.6 sec [2026-04-14 07:45:03.230264] 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-04-14 07:45:03.230423] search run vmstat: /usr/sbin/vmstat --active --wide --timestamp --unit M 1 > /l/logs.nightly/2026.04.13.05.40.34/search-tasks.vmstat.log 2>/dev/null & run /usr/sbin/ps -eo pid,%cpu,%mem,bsdtime,etime,start,args --cols=120 --sort=-%cpu | head -10 >> /l/logs.nightly/2026.04.13.05.40.34/search-tasks.top.log 2>&1 to /l/logs.nightly/2026.04.13.05.40.34/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 419.8 s 54.1 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.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 398.4 s 57.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.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 404.5 s 56.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.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 406.7 s 55.9 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.4 + stdout run: /usr/sbin/perf stat -dd -e task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/bench-search-nightly-nightly-4.jfr -XX:+UnlockDiagnosticVMOptions -XX:+DebugNonSafepoints -classpath /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build perf.SearchPerfTest -dirImpl MMapDirectory -indexPath /l/indices/wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M -facets taxonomy:Date;Date -facets taxonomy:Month;Month -facets taxonomy:DayOfYear;DayOfYear -facets sortedset:Month;Month -facets sortedset:DayOfYear;DayOfYear -facets sortedset:Date;Date -facets taxonomy:RandomLabel;RandomLabel -facets sortedset:RandomLabel;RandomLabel -analyzer StandardAnalyzerNoStopWords -taskSource /l/util.nightly/tasks/wikinightly.tasks -numConcurrentQueries 1 -taskRepeatCount 50 -field body -tasksPerCat 5 -searchConcurrency 8 -staticSeed -8035476 -seed -2948802 -similarity BM25Similarity -commit multi -hiliteImpl FastVectorHighlighter -log /l/logs.nightly/nightly.nightly.4 -topN 100 -context -printHeap -pk -vectorFile /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -vectorDimension 1024 -pollute 409.2 s 55.6 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.5 + stdout run: /usr/sbin/perf stat -dd -e task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/bench-search-nightly-nightly-5.jfr -XX:+UnlockDiagnosticVMOptions -XX:+DebugNonSafepoints -classpath /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build perf.SearchPerfTest -dirImpl MMapDirectory -indexPath /l/indices/wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M -facets taxonomy:Date;Date -facets taxonomy:Month;Month -facets taxonomy:DayOfYear;DayOfYear -facets sortedset:Month;Month -facets sortedset:DayOfYear;DayOfYear -facets sortedset:Date;Date -facets taxonomy:RandomLabel;RandomLabel -facets sortedset:RandomLabel;RandomLabel -analyzer StandardAnalyzerNoStopWords -taskSource /l/util.nightly/tasks/wikinightly.tasks -numConcurrentQueries 1 -taskRepeatCount 50 -field body -tasksPerCat 5 -searchConcurrency 8 -staticSeed -8035476 -seed -8701999 -similarity BM25Similarity -commit multi -hiliteImpl FastVectorHighlighter -log /l/logs.nightly/nightly.nightly.5 -topN 100 -context -printHeap -pk -vectorFile /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -vectorDimension 1024 -pollute 403.3 s 56.3 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.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 408.8 s 55.7 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.7 + stdout run: /usr/sbin/perf stat -dd -e task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/bench-search-nightly-nightly-7.jfr -XX:+UnlockDiagnosticVMOptions -XX:+DebugNonSafepoints -classpath /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build perf.SearchPerfTest -dirImpl MMapDirectory -indexPath /l/indices/wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M -facets taxonomy:Date;Date -facets taxonomy:Month;Month -facets taxonomy:DayOfYear;DayOfYear -facets sortedset:Month;Month -facets sortedset:DayOfYear;DayOfYear -facets sortedset:Date;Date -facets taxonomy:RandomLabel;RandomLabel -facets sortedset:RandomLabel;RandomLabel -analyzer StandardAnalyzerNoStopWords -taskSource /l/util.nightly/tasks/wikinightly.tasks -numConcurrentQueries 1 -taskRepeatCount 50 -field body -tasksPerCat 5 -searchConcurrency 8 -staticSeed -8035476 -seed -9025962 -similarity BM25Similarity -commit multi -hiliteImpl FastVectorHighlighter -log /l/logs.nightly/nightly.nightly.7 -topN 100 -context -printHeap -pk -vectorFile /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -vectorDimension 1024 -pollute 408.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.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 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.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 403.2 s 56.4 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.10 + stdout run: /usr/sbin/perf stat -dd -e task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/bench-search-nightly-nightly-10.jfr -XX:+UnlockDiagnosticVMOptions -XX:+DebugNonSafepoints -classpath /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build perf.SearchPerfTest -dirImpl MMapDirectory -indexPath /l/indices/wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M -facets taxonomy:Date;Date -facets taxonomy:Month;Month -facets taxonomy:DayOfYear;DayOfYear -facets sortedset:Month;Month -facets sortedset:DayOfYear;DayOfYear -facets sortedset:Date;Date -facets taxonomy:RandomLabel;RandomLabel -facets sortedset:RandomLabel;RandomLabel -analyzer StandardAnalyzerNoStopWords -taskSource /l/util.nightly/tasks/wikinightly.tasks -numConcurrentQueries 1 -taskRepeatCount 50 -field body -tasksPerCat 5 -searchConcurrency 8 -staticSeed -8035476 -seed 876413 -similarity BM25Similarity -commit multi -hiliteImpl FastVectorHighlighter -log /l/logs.nightly/nightly.nightly.10 -topN 100 -context -printHeap -pk -vectorFile /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -vectorDimension 1024 -pollute 408.4 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.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 410.3 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.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 405.5 s 56.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.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 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.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 412.5 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.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 407.6 s 55.8 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.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 409.3 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.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 404.7 s 56.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.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 406.3 s 55.9 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.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 415.1 s 54.7 actual sustained QPS; 2.7 CPU cores used now kill vmstat: pid=71406 [2026-04-14 10:01:50.703210] done search (2:16:47.472761) 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.655 1.577 -4.7% 4.868 4.930 1.3% 5.194 5.397 3.9% 5.325 5.528 3.8% 5.415 6.250 15.4% ('And3Terms', None) 1.623 1.584 -2.4% 3.147 3.165 0.6% 3.463 3.481 0.5% 3.746 3.538 -5.6% 15.264 3.678 -75.9% ('AndHighHigh', None) 4.966 4.903 -1.3% 6.910 6.771 -2.0% 7.583 7.024 -7.4% 9.905 8.314 -16.1% 27.375 17.034 -37.8% ('AndHighHighDayTaxoFacets', None) 63.801 74.242 16.4% 116.024 134.268 15.7% 118.865 137.228 15.4% 120.919 137.523 13.7% 157.525 156.493 -0.7% ('AndHighMed', None) 2.142 2.191 2.3% 2.991 3.021 1.0% 3.205 3.244 1.2% 3.255 4.586 40.9% 3.352 4.739 41.4% ('AndHighMedDayTaxoFacets', None) 7.720 7.705 -0.2% 21.215 23.266 9.7% 22.218 23.975 7.9% 22.676 24.322 7.3% 24.468 24.818 1.4% ('AndHighOrMedMed', None) 6.142 6.194 0.8% 11.025 10.948 -0.7% 11.666 11.549 -1.0% 11.763 11.974 1.8% 26.212 25.168 -4.0% ('AndMedOrHighHigh', None) 4.288 4.365 1.8% 11.514 11.674 1.4% 11.925 11.972 0.4% 12.187 12.207 0.2% 49.406 75.817 53.5% ('AndMissingHigh', 'Title') 0.159 0.158 -0.9% 0.274 0.272 -0.6% 0.385 0.393 2.0% 0.498 0.494 -0.9% 0.549 0.631 14.9% ('AndStopWords', None) 5.848 5.891 0.7% 18.916 18.520 -2.1% 20.336 18.729 -7.9% 20.336 18.729 -7.9% 20.507 19.970 -2.6% ('BrowseDateSSDVFacets', None) 652.167 652.403 0.0% 657.909 657.303 -0.1% 663.421 668.734 0.8% 663.421 668.734 0.8% 759.506 756.094 -0.4% ('BrowseDateTaxoFacets', None) 139.204 139.670 0.3% 142.552 147.399 3.4% 153.629 152.416 -0.8% 153.629 152.416 -0.8% 154.070 154.397 0.2% ('BrowseDayOfYearSSDVFacets', None) 173.270 173.755 0.3% 176.256 176.149 -0.1% 183.834 183.439 -0.2% 183.834 183.439 -0.2% 184.449 186.283 1.0% ('BrowseDayOfYearTaxoFacets', None) 138.243 138.330 0.1% 140.577 140.507 -0.0% 152.933 152.751 -0.1% 152.933 152.751 -0.1% 153.391 155.825 1.6% ('BrowseMonthSSDVFacets', None) 161.408 162.145 0.5% 163.396 171.119 4.7% 171.514 171.285 -0.1% 171.514 171.285 -0.1% 172.986 171.354 -0.9% ('BrowseMonthTaxoFacets', None) 148.876 148.675 -0.1% 150.334 151.724 0.9% 158.296 158.212 -0.1% 158.296 158.212 -0.1% 211.662 207.910 -1.8% ('BrowseRandomLabelSSDVFacets', None) 213.902 214.275 0.2% 223.073 226.250 1.4% 228.687 249.188 9.0% 228.687 249.188 9.0% 241.380 250.693 3.9% ('BrowseRandomLabelTaxoFacets', None) 158.950 158.809 -0.1% 163.352 163.867 0.3% 171.211 171.519 0.2% 171.211 171.519 0.2% 171.456 175.450 2.3% ('CombinedAndHighHigh', None) 17.959 17.909 -0.3% 19.066 18.955 -0.6% 20.093 20.259 0.8% 20.875 20.848 -0.1% 38.900 40.989 5.4% ('CombinedAndHighMed', None) 3.159 3.214 1.7% 9.078 9.010 -0.7% 9.671 9.690 0.2% 9.840 9.790 -0.5% 85.528 84.383 -1.3% ('CombinedOrHighHigh', None) 17.836 17.915 0.4% 19.172 19.287 0.6% 19.881 20.163 1.4% 20.231 20.532 1.5% 20.971 20.760 -1.0% ('CombinedOrHighMed', None) 3.251 3.318 2.1% 9.115 9.114 -0.0% 9.486 9.532 0.5% 9.743 9.956 2.2% 32.553 29.209 -10.3% ('CombinedTerm', None) 6.512 6.620 1.7% 12.450 12.635 1.5% 13.114 12.903 -1.6% 15.760 14.995 -4.9% 16.547 30.911 86.8% ('CountAndHighHigh', None) 1.871 1.794 -4.1% 2.084 2.004 -3.8% 2.987 2.223 -25.6% 6.064 4.063 -33.0% 6.323 5.960 -5.7% ('CountAndHighMed', None) 1.729 1.692 -2.1% 1.983 1.985 0.1% 2.706 4.978 84.0% 48.140 47.590 -1.1% 80.577 75.775 -6.0% ('CountFilteredIntNRQ', None) 6.572 6.627 0.8% 7.440 7.605 2.2% 7.986 8.652 8.3% 28.864 43.725 51.5% 55.496 50.974 -8.1% ('CountFilteredOrHighHigh', None) 4.914 4.867 -1.0% 5.190 5.111 -1.5% 5.528 5.745 3.9% 6.072 7.608 25.3% 18.708 25.426 35.9% ('CountFilteredOrHighMed', None) 4.412 4.356 -1.3% 4.839 4.767 -1.5% 6.336 6.383 0.7% 7.826 8.710 11.3% 7.849 16.459 109.7% ('CountFilteredOrMany', None) 17.688 17.405 -1.6% 20.899 20.593 -1.5% 21.319 21.425 0.5% 22.297 22.926 2.8% 86.496 86.162 -0.4% ('CountFilteredPhrase', None) 11.602 11.867 2.3% 16.946 17.556 3.6% 17.362 18.165 4.6% 24.668 29.776 20.7% 70.955 112.404 58.4% ('CountOrHighHigh', None) 1.795 1.749 -2.6% 2.038 1.971 -3.3% 2.318 2.300 -0.8% 2.446 2.428 -0.7% 2.481 4.831 94.8% ('CountOrHighMed', None) 1.727 1.667 -3.5% 1.967 1.990 1.2% 2.358 2.519 6.8% 3.435 3.827 11.4% 16.276 15.563 -4.4% ('CountOrMany', None) 15.811 15.418 -2.5% 19.506 19.264 -1.2% 20.115 19.907 -1.0% 20.800 23.602 13.5% 24.073 24.813 3.1% ('CountPhrase', None) 38.265 39.812 4.0% 82.321 87.946 6.8% 91.724 94.821 3.4% 92.337 97.963 6.1% 93.784 98.169 4.7% ('CountTerm', None) 0.102 0.102 -0.5% 0.167 0.160 -4.0% 0.265 0.216 -18.6% 0.318 0.295 -7.0% 0.552 0.575 4.3% ('DismaxOrHighHigh', None) 2.968 2.975 0.2% 7.220 7.355 1.9% 7.581 7.635 0.7% 13.783 13.269 -3.7% 15.716 16.240 3.3% ('DismaxOrHighMed', None) 2.657 2.735 3.0% 3.322 3.329 0.2% 4.053 3.759 -7.3% 4.310 10.738 149.1% 9.642 15.022 55.8% ('DismaxTerm', None) 0.707 0.724 2.5% 0.933 0.938 0.5% 2.613 2.509 -4.0% 9.617 3.681 -61.7% 12.098 4.214 -65.2% ('FilteredAnd2Terms2StopWords', None) 0.996 1.003 0.6% 6.276 6.223 -0.8% 6.486 6.480 -0.1% 6.578 6.531 -0.7% 6.720 6.743 0.3% ('FilteredAnd3Terms', None) 1.520 1.468 -3.4% 2.511 2.489 -0.9% 2.755 2.768 0.4% 2.902 2.952 1.7% 3.169 3.199 0.9% ('FilteredAndHighHigh', None) 7.343 7.327 -0.2% 7.603 7.592 -0.1% 7.759 8.065 3.9% 7.999 8.574 7.2% 9.980 9.339 -6.4% ('FilteredAndHighMed', None) 2.224 2.219 -0.2% 5.586 5.606 0.4% 5.846 5.849 0.0% 5.889 5.894 0.1% 5.961 6.250 4.8% ('FilteredAndStopWords', None) 9.614 7.979 -17.0% 10.225 10.154 -0.7% 11.805 10.334 -12.5% 11.805 10.334 -12.5% 89.195 112.154 25.7% ('FilteredDismaxOrHighHigh', None) 10.242 9.979 -2.6% 10.935 10.692 -2.2% 11.360 11.026 -2.9% 25.685 13.410 -47.8% 32.858 39.758 21.0% ('FilteredDismaxOrHighMed', None) 3.204 3.102 -3.2% 7.485 7.236 -3.3% 7.829 7.840 0.1% 8.099 9.363 15.6% 145.241 120.652 -16.9% ('FilteredDismaxTerm', None) 3.565 3.560 -0.1% 4.788 4.797 0.2% 5.326 5.053 -5.1% 6.441 5.315 -17.5% 11.556 6.503 -43.7% ('FilteredIntNRQ', None) 3.185 3.215 1.0% 4.074 4.130 1.4% 4.456 4.668 4.7% 6.072 6.438 6.0% 58.184 57.663 -0.9% ('FilteredOr2Terms2StopWords', None) 3.375 3.384 0.3% 7.352 7.369 0.2% 7.709 7.682 -0.3% 10.074 8.146 -19.1% 91.615 88.964 -2.9% ('FilteredOr3Terms', None) 4.553 4.554 0.0% 6.099 6.063 -0.6% 6.346 6.268 -1.2% 6.550 6.335 -3.3% 7.165 6.621 -7.6% ('FilteredOrHighHigh', None) 7.684 7.716 0.4% 8.011 8.043 0.4% 9.715 8.283 -14.7% 20.320 8.645 -57.5% 59.994 143.664 139.5% ('FilteredOrHighMed', None) 2.235 2.239 0.2% 5.599 5.595 -0.1% 5.936 5.925 -0.2% 6.137 7.250 18.1% 30.131 30.826 2.3% ('FilteredOrMany', None) 30.911 31.211 1.0% 33.755 34.162 1.2% 34.988 35.499 1.5% 35.106 35.588 1.4% 35.230 45.286 28.5% ('FilteredOrStopWords', None) 11.655 11.470 -1.6% 12.183 11.858 -2.7% 12.420 13.157 5.9% 12.420 13.157 5.9% 139.264 146.939 5.5% ('FilteredPhrase', None) 10.907 10.882 -0.2% 16.908 17.051 0.8% 19.003 18.902 -0.5% 26.215 23.211 -11.5% 27.125 26.805 -1.2% ('FilteredPrefix3', None) 1.843 1.787 -3.1% 4.223 3.930 -6.9% 4.796 4.418 -7.9% 6.583 5.941 -9.7% 12.758 17.283 35.5% ('FilteredTerm', None) 3.165 3.165 0.0% 4.520 4.515 -0.1% 4.829 4.703 -2.6% 5.220 4.848 -7.1% 30.923 30.630 -0.9% ('Fuzzy1', None) 9.271 9.189 -0.9% 11.245 11.126 -1.1% 12.041 11.974 -0.6% 12.495 15.282 22.3% 34.516 34.959 1.3% ('Fuzzy2', None) 10.272 10.213 -0.6% 12.188 12.169 -0.2% 13.179 13.321 1.1% 13.409 14.054 4.8% 14.276 15.208 6.5% ('IntNRQ', None) 3.115 3.223 3.5% 4.017 4.113 2.4% 4.412 4.565 3.5% 4.727 4.752 0.5% 6.359 6.333 -0.4% ('IntSet', None) 1.187 1.203 1.4% 1.377 1.380 0.2% 13.467 3.262 -75.8% 19.939 19.571 -1.8% 25.815 27.184 5.3% ('IntervalsOrdered', None) 36.953 37.195 0.7% 93.370 93.783 0.4% 95.685 95.695 0.0% 100.630 99.180 -1.4% 128.099 117.672 -8.1% ('MedTermDayTaxoFacets', None) 22.857 25.845 13.1% 27.122 30.984 14.2% 28.465 31.867 12.0% 30.533 32.108 5.2% 31.534 34.770 10.3% ('Or2Terms2StopWords', None) 1.698 1.684 -0.8% 4.964 5.002 0.8% 5.367 5.472 2.0% 10.642 5.709 -46.4% 35.160 33.596 -4.4% ('Or3Terms', None) 2.110 2.155 2.1% 3.498 3.536 1.1% 3.898 3.965 1.7% 3.987 4.249 6.6% 265.466 262.481 -1.1% ('OrHighHigh', None) 5.158 5.144 -0.3% 5.760 5.786 0.4% 6.117 5.976 -2.3% 6.430 6.145 -4.4% 17.709 16.419 -7.3% ('OrHighMed', None) 1.679 1.723 2.6% 2.777 2.885 3.9% 2.968 3.199 7.8% 6.834 8.009 17.2% 8.298 8.738 5.3% ('OrHighMedDayTaxoFacets', None) 75.880 87.517 15.3% 244.829 291.907 19.2% 249.155 295.767 18.7% 250.451 309.586 23.6% 251.315 341.404 35.8% ('OrHighRare', None) 3.008 2.897 -3.7% 3.279 3.187 -2.8% 3.502 3.431 -2.0% 3.554 3.877 9.1% 13.460 10.403 -22.7% ('OrMany', None) 24.931 24.872 -0.2% 27.607 27.708 0.4% 29.700 29.390 -1.0% 31.191 30.062 -3.6% 39.536 31.231 -21.0% ('OrStopWords', None) 6.625 5.817 -12.2% 15.633 15.470 -1.0% 17.357 15.649 -9.8% 17.357 15.649 -9.8% 17.901 19.012 6.2% ('PKLookup',) 2.718 2.678 -1.5% 2.853 2.832 -0.7% 4.024 4.503 11.9% 5.549 5.209 -6.1% 7.921 7.490 -5.4% ('Phrase', None) 14.523 14.697 1.2% 40.187 40.088 -0.2% 41.882 41.803 -0.2% 42.852 45.669 6.6% 55.439 62.357 12.5% ('PostFilteredVectorSearch', None) 1.873 1.942 3.7% 2.148 2.362 10.0% 6.345 5.296 -16.5% 6.787 6.721 -1.0% 11.775 7.262 -38.3% ('PreFilteredVectorSearch', None) 5.680 5.670 -0.2% 6.262 6.340 1.2% 9.179 9.095 -0.9% 67.476 34.809 -48.4% 316.796 296.804 -6.3% ('Prefix3', None) 1.109 1.094 -1.4% 3.770 3.458 -8.3% 4.156 4.118 -0.9% 15.588 6.161 -60.5% 86.864 83.731 -3.6% ('Respell',) 15.021 14.870 -1.0% 17.453 17.290 -0.9% 19.391 18.647 -3.8% 27.316 25.629 -6.2% 31.367 31.889 1.7% ('SloppyPhrase', None) 86.787 86.851 0.1% 222.723 221.394 -0.6% 226.489 224.439 -0.9% 231.281 224.641 -2.9% 265.910 302.527 13.8% ('SpanNear', None) 32.730 35.250 7.7% 92.950 90.791 -2.3% 95.225 91.603 -3.8% 95.831 92.892 -3.1% 241.074 211.299 -12.4% ('Term', None) 0.823 0.864 4.9% 1.014 1.055 4.0% 1.352 1.226 -9.3% 3.293 1.310 -60.2% 25.977 25.004 -3.7% ('TermBGroup1M', None) 50.831 50.612 -0.4% 82.726 81.935 -1.0% 83.898 83.035 -1.0% 85.405 84.338 -1.2% 85.568 84.761 -0.9% ('TermBGroup1M1P', None) 25.318 24.859 -1.8% 44.902 44.667 -0.5% 45.445 45.189 -0.6% 45.706 46.513 1.8% 50.431 50.643 0.4% ('TermDateFacets', None) 30.252 35.797 18.3% 52.177 61.576 18.0% 53.586 62.970 17.5% 76.999 69.587 -9.6% 139.946 140.498 0.4% ('TermDateTimeSort', 'DateTime') 4.205 4.238 0.8% 5.633 5.698 1.2% 5.905 7.193 21.8% 13.415 16.639 24.0% 58.502 90.720 55.1% ('TermDateTimeSortSkipper', 'LastModified (skipper)') 6.218 6.213 -0.1% 9.655 9.607 -0.5% 10.261 10.153 -1.0% 12.543 10.668 -14.9% 36.601 42.136 15.1% ('TermDayOfYearSort', 'DayOfYear') 2.273 2.275 0.1% 3.470 3.498 0.8% 3.998 4.065 1.7% 16.020 16.615 3.7% 16.394 21.621 31.9% ('TermDayOfYearSortSkipper', 'DayOfYear (skipper)') 6.171 6.148 -0.4% 10.587 10.555 -0.3% 11.343 10.826 -4.6% 11.587 10.840 -6.4% 13.330 11.481 -13.9% ('TermGroup100', None) 53.272 55.877 4.9% 100.946 106.760 5.8% 101.643 108.876 7.1% 101.826 109.449 7.5% 103.568 112.780 8.9% ('TermGroup10K', None) 62.934 62.894 -0.1% 108.685 107.618 -1.0% 111.531 108.676 -2.6% 112.567 109.517 -2.7% 127.448 156.162 22.5% ('TermGroup1M', None) 63.832 63.752 -0.1% 113.146 112.580 -0.5% 114.100 114.180 0.1% 114.558 115.002 0.4% 115.190 115.555 0.3% ('TermMonthSort', 'Month') 0.925 0.936 1.3% 1.072 1.093 1.9% 1.448 1.322 -8.7% 2.320 1.515 -34.7% 4.092 2.271 -44.5% ('TermMonthSortSkipper', 'Month (skipper)') 4.967 4.957 -0.2% 8.388 8.375 -0.2% 8.682 8.936 2.9% 8.842 9.536 7.8% 59.949 61.875 3.2% ('TermTitleSort', 'Title') 7.400 7.546 2.0% 10.336 10.330 -0.1% 14.146 22.039 55.8% 76.513 77.861 1.8% 93.914 86.227 -8.2% ('TermTitleSortSkipper', 'Title (skipper)') 6.399 6.349 -0.8% 9.660 9.657 -0.0% 9.879 9.860 -0.2% 10.042 9.940 -1.0% 66.823 76.669 14.7% ('VectorSearch', None) 2.260 2.101 -7.0% 2.932 2.284 -22.1% 6.499 6.283 -3.3% 8.653 6.462 -25.3% 10.974 8.492 -22.6% ('Wildcard', None) 2.683 2.577 -3.9% 4.382 4.066 -7.2% 4.705 4.825 2.5% 4.941 4.844 -2.0% 56.143 57.443 2.3% generate vmstat pretties /l/reports.nightly/2026.04.13.05.40.34/fastIndexMediumDocsWithVectorsQuantized /l/reports.nightly/2026.04.13.05.40.34/search-tasks /l/reports.nightly/2026.04.13.05.40.34/fastIndexBigDocs /l/reports.nightly/2026.04.13.05.40.34/fixedIndex /l/reports.nightly/2026.04.13.05.40.34/fastIndexMediumDocsWithVectors /l/reports.nightly/2026.04.13.05.40.34/nrtIndexMediumDocs /l/reports.nightly/2026.04.13.05.40.34/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 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 25.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=cpu -Dtests.profile.stacksize=2 -Dtests.profile.count=50 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 17.51 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 org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-search-nightly-nightly-14.jfr /l/logs.nightly/bench-search-nightly-nightly-13.jfr /l/logs.nightly/bench-search-nightly-nightly-5.jfr /l/logs.nightly/bench-search-nightly-nightly-0.jfr /l/logs.nightly/bench-search-nightly-nightly-17.jfr /l/logs.nightly/bench-search-nightly-nightly-19.jfr /l/logs.nightly/bench-search-nightly-nightly-16.jfr /l/logs.nightly/bench-search-nightly-nightly-11.jfr /l/logs.nightly/bench-search-nightly-nightly-8.jfr /l/logs.nightly/bench-search-nightly-nightly-18.jfr /l/logs.nightly/bench-search-nightly-nightly-1.jfr /l/logs.nightly/bench-search-nightly-nightly-7.jfr /l/logs.nightly/bench-search-nightly-nightly-9.jfr /l/logs.nightly/bench-search-nightly-nightly-2.jfr /l/logs.nightly/bench-search-nightly-nightly-3.jfr /l/logs.nightly/bench-search-nightly-nightly-6.jfr /l/logs.nightly/bench-search-nightly-nightly-12.jfr /l/logs.nightly/bench-search-nightly-nightly-4.jfr /l/logs.nightly/bench-search-nightly-nightly-10.jfr /l/logs.nightly/bench-search-nightly-nightly-15.jfr Took 14.80 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 org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-search-nightly-nightly-14.jfr /l/logs.nightly/bench-search-nightly-nightly-13.jfr /l/logs.nightly/bench-search-nightly-nightly-5.jfr /l/logs.nightly/bench-search-nightly-nightly-0.jfr /l/logs.nightly/bench-search-nightly-nightly-17.jfr /l/logs.nightly/bench-search-nightly-nightly-19.jfr /l/logs.nightly/bench-search-nightly-nightly-16.jfr /l/logs.nightly/bench-search-nightly-nightly-11.jfr /l/logs.nightly/bench-search-nightly-nightly-8.jfr /l/logs.nightly/bench-search-nightly-nightly-18.jfr /l/logs.nightly/bench-search-nightly-nightly-1.jfr /l/logs.nightly/bench-search-nightly-nightly-7.jfr /l/logs.nightly/bench-search-nightly-nightly-9.jfr /l/logs.nightly/bench-search-nightly-nightly-2.jfr /l/logs.nightly/bench-search-nightly-nightly-3.jfr /l/logs.nightly/bench-search-nightly-nightly-6.jfr /l/logs.nightly/bench-search-nightly-nightly-12.jfr /l/logs.nightly/bench-search-nightly-nightly-4.jfr /l/logs.nightly/bench-search-nightly-nightly-10.jfr /l/logs.nightly/bench-search-nightly-nightly-15.jfr Took 15.63 seconds JFR aggregation command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.stacksize=12 -Dtests.profile.count=50 org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-search-nightly-nightly-14.jfr /l/logs.nightly/bench-search-nightly-nightly-13.jfr /l/logs.nightly/bench-search-nightly-nightly-5.jfr /l/logs.nightly/bench-search-nightly-nightly-0.jfr /l/logs.nightly/bench-search-nightly-nightly-17.jfr /l/logs.nightly/bench-search-nightly-nightly-19.jfr /l/logs.nightly/bench-search-nightly-nightly-16.jfr /l/logs.nightly/bench-search-nightly-nightly-11.jfr /l/logs.nightly/bench-search-nightly-nightly-8.jfr /l/logs.nightly/bench-search-nightly-nightly-18.jfr /l/logs.nightly/bench-search-nightly-nightly-1.jfr /l/logs.nightly/bench-search-nightly-nightly-7.jfr /l/logs.nightly/bench-search-nightly-nightly-9.jfr /l/logs.nightly/bench-search-nightly-nightly-2.jfr /l/logs.nightly/bench-search-nightly-nightly-3.jfr /l/logs.nightly/bench-search-nightly-nightly-6.jfr /l/logs.nightly/bench-search-nightly-nightly-12.jfr /l/logs.nightly/bench-search-nightly-nightly-4.jfr /l/logs.nightly/bench-search-nightly-nightly-10.jfr /l/logs.nightly/bench-search-nightly-nightly-15.jfr Took 15.84 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 org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-search-nightly-nightly-14.jfr /l/logs.nightly/bench-search-nightly-nightly-13.jfr /l/logs.nightly/bench-search-nightly-nightly-5.jfr /l/logs.nightly/bench-search-nightly-nightly-0.jfr /l/logs.nightly/bench-search-nightly-nightly-17.jfr /l/logs.nightly/bench-search-nightly-nightly-19.jfr /l/logs.nightly/bench-search-nightly-nightly-16.jfr /l/logs.nightly/bench-search-nightly-nightly-11.jfr /l/logs.nightly/bench-search-nightly-nightly-8.jfr /l/logs.nightly/bench-search-nightly-nightly-18.jfr /l/logs.nightly/bench-search-nightly-nightly-1.jfr /l/logs.nightly/bench-search-nightly-nightly-7.jfr /l/logs.nightly/bench-search-nightly-nightly-9.jfr /l/logs.nightly/bench-search-nightly-nightly-2.jfr /l/logs.nightly/bench-search-nightly-nightly-3.jfr /l/logs.nightly/bench-search-nightly-nightly-6.jfr /l/logs.nightly/bench-search-nightly-nightly-12.jfr /l/logs.nightly/bench-search-nightly-nightly-4.jfr /l/logs.nightly/bench-search-nightly-nightly-10.jfr /l/logs.nightly/bench-search-nightly-nightly-15.jfr Took 14.24 seconds JFR aggregation command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.stacksize=2 -Dtests.profile.count=50 org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-search-nightly-nightly-14.jfr /l/logs.nightly/bench-search-nightly-nightly-13.jfr /l/logs.nightly/bench-search-nightly-nightly-5.jfr /l/logs.nightly/bench-search-nightly-nightly-0.jfr /l/logs.nightly/bench-search-nightly-nightly-17.jfr /l/logs.nightly/bench-search-nightly-nightly-19.jfr /l/logs.nightly/bench-search-nightly-nightly-16.jfr /l/logs.nightly/bench-search-nightly-nightly-11.jfr /l/logs.nightly/bench-search-nightly-nightly-8.jfr /l/logs.nightly/bench-search-nightly-nightly-18.jfr /l/logs.nightly/bench-search-nightly-nightly-1.jfr /l/logs.nightly/bench-search-nightly-nightly-7.jfr /l/logs.nightly/bench-search-nightly-nightly-9.jfr /l/logs.nightly/bench-search-nightly-nightly-2.jfr /l/logs.nightly/bench-search-nightly-nightly-3.jfr /l/logs.nightly/bench-search-nightly-nightly-6.jfr /l/logs.nightly/bench-search-nightly-nightly-12.jfr /l/logs.nightly/bench-search-nightly-nightly-4.jfr /l/logs.nightly/bench-search-nightly-nightly-10.jfr /l/logs.nightly/bench-search-nightly-nightly-15.jfr Took 14.03 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 org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-search-nightly-nightly-14.jfr /l/logs.nightly/bench-search-nightly-nightly-13.jfr /l/logs.nightly/bench-search-nightly-nightly-5.jfr /l/logs.nightly/bench-search-nightly-nightly-0.jfr /l/logs.nightly/bench-search-nightly-nightly-17.jfr /l/logs.nightly/bench-search-nightly-nightly-19.jfr /l/logs.nightly/bench-search-nightly-nightly-16.jfr /l/logs.nightly/bench-search-nightly-nightly-11.jfr /l/logs.nightly/bench-search-nightly-nightly-8.jfr /l/logs.nightly/bench-search-nightly-nightly-18.jfr /l/logs.nightly/bench-search-nightly-nightly-1.jfr /l/logs.nightly/bench-search-nightly-nightly-7.jfr /l/logs.nightly/bench-search-nightly-nightly-9.jfr /l/logs.nightly/bench-search-nightly-nightly-2.jfr /l/logs.nightly/bench-search-nightly-nightly-3.jfr /l/logs.nightly/bench-search-nightly-nightly-6.jfr /l/logs.nightly/bench-search-nightly-nightly-12.jfr /l/logs.nightly/bench-search-nightly-nightly-4.jfr /l/logs.nightly/bench-search-nightly-nightly-10.jfr /l/logs.nightly/bench-search-nightly-nightly-15.jfr Took 15.03 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 org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-search-nightly-nightly-14.jfr /l/logs.nightly/bench-search-nightly-nightly-13.jfr /l/logs.nightly/bench-search-nightly-nightly-5.jfr /l/logs.nightly/bench-search-nightly-nightly-0.jfr /l/logs.nightly/bench-search-nightly-nightly-17.jfr /l/logs.nightly/bench-search-nightly-nightly-19.jfr /l/logs.nightly/bench-search-nightly-nightly-16.jfr /l/logs.nightly/bench-search-nightly-nightly-11.jfr /l/logs.nightly/bench-search-nightly-nightly-8.jfr /l/logs.nightly/bench-search-nightly-nightly-18.jfr /l/logs.nightly/bench-search-nightly-nightly-1.jfr /l/logs.nightly/bench-search-nightly-nightly-7.jfr /l/logs.nightly/bench-search-nightly-nightly-9.jfr /l/logs.nightly/bench-search-nightly-nightly-2.jfr /l/logs.nightly/bench-search-nightly-nightly-3.jfr /l/logs.nightly/bench-search-nightly-nightly-6.jfr /l/logs.nightly/bench-search-nightly-nightly-12.jfr /l/logs.nightly/bench-search-nightly-nightly-4.jfr /l/logs.nightly/bench-search-nightly-nightly-10.jfr /l/logs.nightly/bench-search-nightly-nightly-15.jfr Took 14.18 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 org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-search-nightly-nightly-14.jfr /l/logs.nightly/bench-search-nightly-nightly-13.jfr /l/logs.nightly/bench-search-nightly-nightly-5.jfr /l/logs.nightly/bench-search-nightly-nightly-0.jfr /l/logs.nightly/bench-search-nightly-nightly-17.jfr /l/logs.nightly/bench-search-nightly-nightly-19.jfr /l/logs.nightly/bench-search-nightly-nightly-16.jfr /l/logs.nightly/bench-search-nightly-nightly-11.jfr /l/logs.nightly/bench-search-nightly-nightly-8.jfr /l/logs.nightly/bench-search-nightly-nightly-18.jfr /l/logs.nightly/bench-search-nightly-nightly-1.jfr /l/logs.nightly/bench-search-nightly-nightly-7.jfr /l/logs.nightly/bench-search-nightly-nightly-9.jfr /l/logs.nightly/bench-search-nightly-nightly-2.jfr /l/logs.nightly/bench-search-nightly-nightly-3.jfr /l/logs.nightly/bench-search-nightly-nightly-6.jfr /l/logs.nightly/bench-search-nightly-nightly-12.jfr /l/logs.nightly/bench-search-nightly-nightly-4.jfr /l/logs.nightly/bench-search-nightly-nightly-10.jfr /l/logs.nightly/bench-search-nightly-nightly-15.jfr Took 14.31 seconds Blunders: now uploading files "/l/logs.nightly/bench-search-nightly-nightly-14.jfr" "/l/logs.nightly/bench-search-nightly-nightly-13.jfr" "/l/logs.nightly/bench-search-nightly-nightly-5.jfr" "/l/logs.nightly/bench-search-nightly-nightly-0.jfr" "/l/logs.nightly/bench-search-nightly-nightly-17.jfr" "/l/logs.nightly/bench-search-nightly-nightly-19.jfr" "/l/logs.nightly/bench-search-nightly-nightly-16.jfr" "/l/logs.nightly/bench-search-nightly-nightly-11.jfr" "/l/logs.nightly/bench-search-nightly-nightly-8.jfr" "/l/logs.nightly/bench-search-nightly-nightly-18.jfr" "/l/logs.nightly/bench-search-nightly-nightly-1.jfr" "/l/logs.nightly/bench-search-nightly-nightly-7.jfr" "/l/logs.nightly/bench-search-nightly-nightly-9.jfr" "/l/logs.nightly/bench-search-nightly-nightly-2.jfr" "/l/logs.nightly/bench-search-nightly-nightly-3.jfr" "/l/logs.nightly/bench-search-nightly-nightly-6.jfr" "/l/logs.nightly/bench-search-nightly-nightly-12.jfr" "/l/logs.nightly/bench-search-nightly-nightly-4.jfr" "/l/logs.nightly/bench-search-nightly-nightly-10.jfr" "/l/logs.nightly/bench-search-nightly-nightly-15.jfr" to blunders.io... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 0* Host s3.eu-west-1.amazonaws.com:443 was resolved. * IPv6: (none) * IPv4: 52.92.33.80, 3.5.67.255, 3.5.72.67, 3.5.75.10, 3.5.74.114, 3.5.74.60, 3.5.75.106, 52.92.18.160 * Trying 52.92.33.80: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.80 port 443) from 10.17.4.7 port 49354 * using HTTP/1.x } [5 bytes data] > PUT /jfr-uploads.blunders.io/demo/e8d10a22-7efa-4135-9293-3d893170edfa.jfr.gz?X-Amz-Security-Token=IQoJb3JpZ2luX2VjEMT%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FwEaCWV1LXdlc3QtMSJGMEQCIBiG0Z%2FrG6JLiFUIjNByPFMvCOn%2FuANbl0S7nuooSprHAiAOMtwHWvKH4Ti71N5b2%2F5ztdGJPjNTgX09iend29B77CrDBQiN%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F8BEAAaDDgzNTQ5NDc1MzEyNiIMOhI3F7r2EG2PQ9T0KpcFlTuO4iKWW172Tt6jxCyPP4ddURLeOQVah5G0MAe%2Bto9mSMMPCeFRak3BniChbu7samOwnI4M6q4y3hnZ%2FjWs684SfZwkCI5HGWBmkU6JwLvz7%2F36t4EAFOFC5N%2FMUkolS%2FAglyRqk1yYPHPDS3lnBSfQlfjVlv6xCk4SYF1SLR8rxR4%2BjqylZgvQP0ZmEi7%2BXfnL7c7pEnutbL3%2Fjs%2Bc8LoHYnQd5fmRVp97bd8VKi4hOD%2Blj5MzrZJhpw4EX2oDqxDILpFmws5AjYjhgdGIjPgtmA6hx8srTql%2B5Jh4etRz8lZC1TbM7n%2B7sQQaQkrrU97ESjiKo329sMtCpnuO1SDgxuffxk2ePh0db%2BkBEV8vjbWHUHiImUPTApnKTs29q59u52q4t5gS2pSMSlhekLJ33uQ%2BtI4wtzTDmKSLFoOB%2B3%2BfLupFlxBrUxiHXvx73UbaT8Be1oR%2FuLFQx%2F0l4Kur9z5i4OoohtT8yDctLV9K%2Bjs6edpasmiXDy6ZdjR0NVrQsrfRRxTNU6ZA0LC91hRRVlHIRwRdGWkoDxnFD2h5zq5Rryup8Ff1sZj0HoptsMOTArvGb7Bh%2FZrQZZuEDg1WJgU82NsxHQD4mmM7ClWIqAGtMoHF0ix8ZbdVt3c6dL0Tt%2BUxWnCSZY9nSe9XLXso5jcn9XBcjylsZ%2FWdfzI5xEx%2Fa38eTIUM5cSw9fFMm%2B4fS4IU3N2oiZ9gXnWCeL26MgNXIButLdOhu1fkDysNSGO%2Bo6L8nBcpvhy%2B5zeTYCCYAp4mVnaHgNt1Wl%2FJnWrqcnyfbpotORnyojZb7TFdUwxNbZAtwK82ayg1E%2BxwqABJFrdlXxbB4jY0jzf%2FF3P74KxUF0azualO3YS3htnEr9T78UKZMOfI%2BM4GOrIBQ0mg3bWlcC2LvcCgJi%2BnPM9g%2BHuvGFqJBf5vnNij4Zr5wM7mOrBG67dYtQX7JOhsLsjlaFU0QD5vPtQvvK2jXBO%2BRvmm%2BfqrpVHKkntngStG9%2F1XwYaOYXmw4O3Yo2ZoFh5FG1mqlUE0BlmxWX33ecTtr9aF%2B%2BCS6bzu3zIKa2E39WJfJNmCb4uTK9wQPEnFsnbeK5qvqeCrrxEpPAz6Eybsvincy2Zomed4DLsBWhcVEA%3D%3D&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20260414T140630Z&X-Amz-SignedHeaders=host&X-Amz-Credential=ASIA4FB26GNTJQCXHDCS%2F20260414%2Feu-west-1%2Fs3%2Faws4_request&X-Amz-Expires=86400&X-Amz-Signature=7ef69fb2cf25f10b2bc04cf400eb69710b740a3ef38342451e6017c2db29550d HTTP/1.1 > Host: s3.eu-west-1.amazonaws.com > User-Agent: curl/8.18.0 > Accept: */* > content-type: application/octet-stream > Content-Length: 430878542 > Expect: 100-continue > { [5 bytes data] < HTTP/1.1 100 Continue < } [5 bytes data] 0 410.9M 0 0 0 256.0k 0 254.4k 27:33 00:01 27:32 254.4k 0 410.9M 0 0 0 448.0k 0 179.7k 39:01 00:02 38:59 179.7k 0 410.9M 0 0 0 576.0k 0 158.3k 44:17 00:03 44:14 158.3k 0 410.9M 0 0 0 768.0k 0 162.1k 43:14 00:04 43:10 162.1k 0 410.9M 0 0 0 960.0k 0 156.3k 44:51 00:06 44:45 156.3k 0 410.9M 0 0 0 1.12M 0 159.3k 44:00 00:07 43:53 144.0k 0 410.9M 0 0 0 1.37M 0 167.8k 41:47 00:08 41:39 162.7k 0 410.9M 0 0 0 1.56M 0 163.6k 42:50 00:09 42:41 166.8k 0 410.9M 0 0 0 1.75M 0 162.7k 43:05 00:11 42:54 163.1k 0 410.9M 0 0 0 1.87M 0 159.1k 44:04 00:12 43:52 162.0k 0 410.9M 0 0 0 2.00M 0 152.0k 46:07 00:13 45:54 143.5k 0 410.9M 0 0 0 2.12M 0 148.0k 47:21 00:14 47:07 121.8k 0 410.9M 0 0 0 2.25M 0 144.8k 48:24 00:15 48:09 114.8k 0 410.9M 0 0 0 2.43M 0 145.3k 48:15 00:17 47:58 114.2k 0 410.9M 0 0 0 2.62M 0 146.0k 48:00 00:18 47:42 121.2k 0 410.9M 0 0 0 2.93M 0 153.6k 45:37 00:19 45:18 157.3k 0 410.9M 0 0 0 3.12M 0 154.6k 45:20 00:20 45:00 170.8k 0 410.9M 0 0 0 3.31M 0 154.0k 45:32 00:22 45:10 177.7k 0 410.9M 0 0 0 3.50M 0 154.0k 45:31 00:23 45:08 178.6k 0 410.9M 0 0 0 3.68M 0 153.2k 45:45 00:24 45:21 174.3k 0 410.9M 0 0 0 3.93M 0 156.7k 44:44 00:25 44:19 166.3k 1 410.9M 0 0 1 4.25M 0 162.0k 43:17 00:26 42:51 186.4k 1 410.9M 0 0 1 4.50M 0 165.1k 42:28 00:27 42:01 206.8k 1 410.9M 0 0 1 4.75M 0 167.4k 41:52 00:29 41:23 221.3k 1 410.9M 0 0 1 4.93M 0 166.4k 42:07 00:30 41:37 223.4k 1 410.9M 0 0 1 5.06M 0 165.1k 42:28 00:31 41:57 203.1k 1 410.9M 0 0 1 5.25M 0 165.5k 42:21 00:32 41:49 182.5k 1 410.9M 0 0 1 5.43M 0 166.0k 42:13 00:33 41:40 170.6k 1 410.9M 0 0 1 5.56M 0 164.6k 42:34 00:34 42:00 150.2k 1 410.9M 0 0 1 5.62M 0 161.5k 43:24 00:35 42:49 133.2k 1 410.9M 0 0 1 5.81M 0 161.8k 43:20 00:36 42:44 142.7k 1 410.9M 0 0 1 6.12M 0 164.2k 42:41 00:38 42:03 156.9k 1 410.9M 0 0 1 6.25M 0 163.1k 42:59 00:39 42:20 145.7k 1 410.9M 0 0 1 6.43M 0 162.3k 43:11 00:40 42:31 148.9k 1 410.9M 0 0 1 6.62M 0 162.5k 43:08 00:41 42:27 168.2k 1 410.9M 0 0 1 6.87M 0 164.0k 42:45 00:42 42:03 177.2k 1 410.9M 0 0 1 7.06M 0 164.1k 42:42 00:44 41:58 163.5k 1 410.9M 0 0 1 7.31M 0 165.5k 42:22 00:45 41:37 181.2k 1 410.9M 0 0 1 7.56M 0 166.1k 42:13 00:46 41:27 191.3k 1 410.9M 0 0 1 7.75M 0 165.7k 42:18 00:47 41:31 187.8k 1 410.9M 0 0 1 7.87M 0 164.8k 42:32 00:48 41:44 170.4k 1 410.9M 0 0 1 8.06M 0 164.8k 42:32 00:50 41:42 169.5k 2 410.9M 0 0 2 8.25M 0 165.2k 42:26 00:51 41:35 163.2k 2 410.9M 0 0 2 8.43M 0 164.8k 42:32 00:52 41:40 154.7k 2 410.9M 0 0 2 8.56M 0 163.1k 42:59 00:53 42:06 141.4k 2 410.9M 0 0 2 8.68M 0 162.0k 43:16 00:54 42:22 139.4k 2 410.9M 0 0 2 8.87M 0 161.3k 43:27 00:56 42:31 133.6k 2 410.9M 0 0 2 9.00M 0 159.8k 43:52 00:57 42:55 117.4k 2 410.9M 0 0 2 9.18M 0 159.5k 43:58 00:58 43:00 116.8k 2 410.9M 0 0 2 9.43M 0 161.1k 43:31 00:59 42:32 143.8k 2 410.9M 0 0 2 9.62M 0 161.1k 43:31 01:01 42:30 152.8k 2 410.9M 0 0 2 9.81M 0 160.7k 43:37 01:02 42:35 155.3k 2 410.9M 0 0 2 10.00M 0 160.6k 43:38 01:03 42:35 168.7k 2 410.9M 0 0 2 10.18M 0 160.7k 43:37 01:04 42:33 172.9k 2 410.9M 0 0 2 10.37M 0 160.7k 43:38 01:06 42:32 156.8k 2 410.9M 0 0 2 10.56M 0 159.9k 43:50 01:07 42:43 148.9k 2 410.9M 0 0 2 10.68M 0 159.1k 44:03 01:08 42:55 143.0k 2 410.9M 0 0 2 10.87M 0 159.0k 44:05 01:10 42:55 142.9k 2 410.9M 0 0 2 11.06M 0 158.8k 44:08 01:11 42:57 139.7k 2 410.9M 0 0 2 11.25M 0 158.9k 44:07 01:12 42:55 140.1k 2 410.9M 0 0 2 11.43M 0 158.7k 44:10 01:13 42:57 145.6k 2 410.9M 0 0 2 11.62M 0 158.8k 44:08 01:14 42:54 155.5k 2 410.9M 0 0 2 11.81M 0 158.7k 44:10 01:16 42:54 154.8k 2 410.9M 0 0 2 12.00M 0 158.2k 44:18 01:17 43:01 151.7k 2 410.9M 0 0 2 12.12M 0 157.6k 44:29 01:18 43:11 143.0k 2 410.9M 0 0 2 12.31M 0 157.7k 44:26 01:19 43:07 145.9k 3 410.9M 0 0 3 12.43M 0 156.8k 44:43 01:21 43:22 132.2k 3 410.9M 0 0 3 12.62M 0 156.5k 44:48 01:22 43:26 130.2k 3 410.9M 0 0 3 12.81M 0 156.8k 44:43 01:23 43:20 138.2k 3 410.9M 0 0 3 12.93M 0 156.4k 44:50 01:24 43:26 140.0k 3 410.9M 0 0 3 13.06M 0 155.0k 45:14 01:26 43:48 120.4k 3 410.9M 0 0 3 13.18M 0 154.2k 45:27 01:27 44:00 121.6k 3 410.9M 0 0 3 13.31M 0 153.6k 45:39 01:28 44:11 114.3k 3 410.9M 0 0 3 13.43M 0 153.0k 45:48 01:29 44:19 102.8k 3 410.9M 0 0 3 13.56M 0 152.7k 45:55 01:30 44:25 102.5k 3 410.9M 0 0 3 13.68M 0 152.3k 46:02 01:32 44:30 111.4k 3 410.9M 0 0 3 13.87M 0 152.0k 46:06 01:33 44:33 119.5k 3 410.9M 0 0 3 14.06M 0 152.1k 46:05 01:34 44:31 130.4k 3 410.9M 0 0 3 14.25M 0 152.0k 46:06 01:35 44:31 137.3k 3 410.9M 0 0 3 14.37M 0 151.4k 46:19 01:37 44:42 132.5k 3 410.9M 0 0 3 14.50M 0 150.9k 46:27 01:38 44:49 131.2k 3 410.9M 0 0 3 14.68M 0 150.8k 46:28 01:39 44:49 133.0k 3 410.9M 0 0 3 15.00M 0 152.3k 46:02 01:40 44:22 154.7k 3 410.9M 0 0 3 15.25M 0 153.2k 45:46 01:41 44:05 171.1k 3 410.9M 0 0 3 15.43M 0 153.5k 45:40 01:42 43:58 188.9k 3 410.9M 0 0 3 15.62M 0 153.7k 45:37 01:44 43:53 201.1k 3 410.9M 0 0 3 15.75M 0 153.0k 45:50 01:45 44:05 189.7k 3 410.9M 0 0 3 15.93M 0 152.8k 45:53 01:46 44:07 161.0k 3 410.9M 0 0 3 16.06M 0 152.4k 45:59 01:47 44:12 139.8k 3 410.9M 0 0 3 16.25M 0 152.5k 45:58 01:49 44:09 135.7k 3 410.9M 0 0 3 16.37M 0 152.0k 46:07 01:50 44:17 123.7k 4 410.9M 0 0 4 16.56M 0 152.0k 46:07 01:51 44:16 135.5k 4 410.9M 0 0 4 16.81M 0 152.6k 45:55 01:52 44:03 150.3k 4 410.9M 0 0 4 17.00M 0 152.8k 45:52 01:53 43:59 159.8k 4 410.9M 0 0 4 17.18M 0 152.8k 45:52 01:55 43:57 158.8k 4 410.9M 0 0 4 17.37M 0 152.8k 45:52 01:56 43:56 168.5k 4 410.9M 0 0 4 17.56M 0 153.0k 45:48 01:57 43:51 172.2k 4 410.9M 0 0 4 17.75M 0 152.8k 45:52 01:58 43:54 155.7k 4 410.9M 0 0 4 17.93M 0 152.7k 45:54 02:00 43:54 151.3k 4 410.9M 0 0 4 18.18M 0 153.3k 45:43 02:01 43:42 162.6k 4 410.9M 0 0 4 18.50M 0 154.4k 45:25 02:02 43:23 182.1k 4 410.9M 0 0 4 18.68M 0 154.5k 45:23 02:03 43:20 180.9k 4 410.9M 0 0 4 18.81M 0 154.0k 45:32 02:05 43:27 176.3k 4 410.9M 0 0 4 19.00M 0 153.8k 45:34 02:06 43:28 174.4k 4 410.9M 0 0 4 19.12M 0 153.4k 45:41 02:07 43:34 156.1k 4 410.9M 0 0 4 19.31M 0 153.5k 45:41 02:08 43:33 135.6k 4 410.9M 0 0 4 19.50M 0 153.6k 45:38 02:09 43:29 136.1k 4 410.9M 0 0 4 19.75M 0 154.0k 45:30 02:11 43:19 155.4k 4 410.9M 0 0 4 19.93M 0 153.8k 45:35 02:12 43:23 152.9k 4 410.9M 0 0 4 20.12M 0 153.6k 45:38 02:14 43:24 157.0k 4 410.9M 0 0 4 20.25M 0 153.4k 45:41 02:15 43:26 152.7k 4 410.9M 0 0 4 20.43M 0 153.6k 45:38 02:16 43:22 154.6k 5 410.9M 0 0 5 20.62M 0 153.7k 45:36 02:17 43:19 146.9k 5 410.9M 0 0 5 20.81M 0 153.7k 45:36 02:18 43:18 153.1k 5 410.9M 0 0 5 20.93M 0 153.2k 45:44 02:19 43:25 144.5k 5 410.9M 0 0 5 21.06M 0 152.6k 45:56 02:21 43:35 135.0k 5 410.9M 0 0 5 21.18M 0 152.3k 46:01 02:22 43:39 124.0k 5 410.9M 0 0 5 21.37M 0 152.3k 46:01 02:23 43:38 121.8k 5 410.9M 0 0 5 21.50M 0 151.8k 46:11 02:25 43:46 109.7k 5 410.9M 0 0 5 21.62M 0 151.3k 46:20 02:26 43:54 109.0k 5 410.9M 0 0 5 21.81M 0 151.3k 46:19 02:27 43:52 122.3k 5 410.9M 0 0 5 22.00M 0 151.4k 46:18 02:28 43:50 130.1k 5 410.9M 0 0 5 22.12M 0 150.7k 46:30 02:30 44:00 116.2k 5 410.9M 0 0 5 22.25M 0 150.2k 46:41 02:31 44:10 115.0k 5 410.9M 0 0 5 22.37M 0 150.0k 46:45 02:32 44:13 119.6k 5 410.9M 0 0 5 22.56M 0 150.2k 46:41 02:33 44:08 122.9k 5 410.9M 0 0 5 22.75M 0 150.1k 46:41 02:35 44:06 121.0k 5 410.9M 0 0 5 23.00M 0 150.6k 46:33 02:36 43:57 146.9k 5 410.9M 0 0 5 23.18M 0 150.7k 46:31 02:37 43:54 164.9k 5 410.9M 0 0 5 23.37M 0 150.7k 46:30 02:38 43:52 170.0k 5 410.9M 0 0 5 23.56M 0 150.9k 46:27 02:39 43:48 168.7k 5 410.9M 0 0 5 23.81M 0 151.3k 46:20 02:41 43:39 181.3k 5 410.9M 0 0 5 24.06M 0 151.7k 46:12 02:42 43:30 182.0k 5 410.9M 0 0 5 24.25M 0 151.9k 46:09 02:43 43:26 183.9k 5 410.9M 0 0 5 24.43M 0 152.0k 46:07 02:44 43:23 186.5k 5 410.9M 0 0 5 24.62M 0 151.9k 46:09 02:45 43:24 178.7k 6 410.9M 0 0 6 24.87M 0 152.3k 46:01 02:47 43:14 179.0k 6 410.9M 0 0 6 25.06M 0 152.4k 46:00 02:48 43:12 169.2k 6 410.9M 0 0 6 25.25M 0 152.5k 45:57 02:49 43:08 169.2k 6 410.9M 0 0 6 25.43M 0 152.6k 45:57 02:50 43:07 168.5k 6 410.9M 0 0 6 25.62M 0 152.6k 45:56 02:51 43:05 172.9k 6 410.9M 0 0 6 25.75M 0 152.2k 46:03 02:53 43:10 149.1k 6 410.9M 0 0 6 25.87M 0 151.9k 46:08 02:54 43:14 139.7k 6 410.9M 0 0 6 26.06M 0 151.8k 46:11 02:55 43:16 131.4k 6 410.9M 0 0 6 26.18M 0 151.6k 46:14 02:56 43:18 124.4k 6 410.9M 0 0 6 26.37M 0 151.5k 46:15 02:58 43:17 122.2k 6 410.9M 0 0 6 26.56M 0 151.6k 46:13 02:59 43:14 135.9k 6 410.9M 0 0 6 26.87M 0 152.4k 46:00 03:00 43:00 165.3k 6 410.9M 0 0 6 27.18M 0 153.1k 45:47 03:01 42:46 193.2k 6 410.9M 0 0 6 27.37M 0 153.2k 45:45 03:02 42:43 201.2k 6 410.9M 0 0 6 27.56M 0 152.9k 45:51 03:04 42:47 190.6k 6 410.9M 0 0 6 27.75M 0 152.8k 45:52 03:05 42:47 185.1k 6 410.9M 0 0 6 27.87M 0 152.6k 45:55 03:06 42:49 159.9k 6 410.9M 0 0 6 28.06M 0 152.5k 45:58 03:08 42:50 135.4k 6 410.9M 0 0 6 28.25M 0 152.4k 46:00 03:09 42:51 129.3k 6 410.9M 0 0 6 28.43M 0 152.3k 46:01 03:11 42:50 135.6k 6 410.9M 0 0 6 28.62M 0 152.4k 45:59 03:12 42:47 140.7k 6 410.9M 0 0 6 28.75M 0 152.1k 46:05 03:13 42:52 137.4k 7 410.9M 0 0 7 28.87M 0 151.7k 46:12 03:14 42:58 128.8k 7 410.9M 0 0 7 29.00M 0 151.1k 46:23 03:16 43:07 116.5k 7 410.9M 0 0 7 29.12M 0 150.4k 46:35 03:18 43:17 100.1k 7 410.9M 0 0 7 29.25M 0 150.2k 46:41 03:19 43:22 91466 7 410.9M 0 0 7 29.37M 0 149.9k 46:46 03:20 43:26 91479 7 410.9M 0 0 7 29.56M 0 150.0k 46:43 03:21 43:22 102.4k 7 410.9M 0 0 7 29.75M 0 149.9k 46:45 03:23 43:22 114.7k 7 410.9M 0 0 7 29.93M 0 150.0k 46:44 03:24 43:20 134.4k 7 410.9M 0 0 7 30.06M 0 149.7k 46:49 03:25 43:24 135.5k 7 410.9M 0 0 7 30.25M 0 149.7k 46:49 03:26 43:23 145.1k 7 410.9M 0 0 7 30.43M 0 149.8k 46:47 03:27 43:20 142.4k 7 410.9M 0 0 7 30.62M 0 149.8k 46:48 03:29 43:19 143.5k 7 410.9M 0 0 7 30.75M 0 149.3k 46:57 03:30 43:27 128.1k 7 410.9M 0 0 7 30.87M 0 148.8k 47:07 03:32 43:35 120.5k 7 410.9M 0 0 7 31.06M 0 148.6k 47:11 03:34 43:37 114.9k 7 410.9M 0 0 7 31.25M 0 148.4k 47:14 03:35 43:39 109.5k 7 410.9M 0 0 7 31.43M 0 148.4k 47:13 03:36 43:37 111.5k 7 410.9M 0 0 7 31.68M 0 148.8k 47:06 03:37 43:29 135.1k 7 410.9M 0 0 7 31.81M 0 148.7k 47:08 03:38 43:30 146.3k 7 410.9M 0 0 7 32.00M 0 148.7k 47:08 03:40 43:28 154.0k 7 410.9M 0 0 7 32.18M 0 148.7k 47:09 03:41 43:28 159.2k 7 410.9M 0 0 7 32.31M 0 148.2k 47:17 03:43 43:34 141.9k 7 410.9M 0 0 7 32.50M 0 148.2k 47:18 03:44 43:34 127.0k 7 410.9M 0 0 7 32.68M 0 148.1k 47:19 03:45 43:34 129.7k 7 410.9M 0 0 7 32.81M 0 147.9k 47:23 03:47 43:36 122.7k 8 410.9M 0 0 8 32.93M 0 147.7k 47:27 03:48 43:39 115.1k 8 410.9M 0 0 8 33.12M 0 147.7k 47:28 03:49 43:39 127.7k 8 410.9M 0 0 8 33.25M 0 147.5k 47:32 03:50 43:42 121.6k 8 410.9M 0 0 8 33.37M 0 147.3k 47:34 03:51 43:43 118.0k 8 410.9M 0 0 8 33.50M 0 147.3k 47:36 03:52 43:44 120.5k 8 410.9M 0 0 8 33.68M 0 147.4k 47:34 03:54 43:40 133.7k 8 410.9M 0 0 8 33.87M 0 147.5k 47:32 03:55 43:37 139.4k 8 410.9M 0 0 8 34.06M 0 147.6k 47:30 03:56 43:34 152.9k 8 410.9M 0 0 8 34.25M 0 147.8k 47:26 03:57 43:29 165.7k 8 410.9M 0 0 8 34.56M 0 148.3k 47:15 03:58 43:17 193.6k 8 410.9M 0 0 8 34.81M 0 148.7k 47:08 03:59 43:09 206.3k 8 410.9M 0 0 8 35.06M 0 149.1k 47:00 04:00 43:00 220.3k 8 410.9M 0 0 8 35.25M 0 149.2k 46:58 04:01 42:57 219.3k 8 410.9M 0 0 8 35.43M 0 149.2k 46:59 04:03 42:56 207.0k 8 410.9M 0 0 8 35.62M 0 149.3k 46:56 04:04 42:52 190.4k 8 410.9M 0 0 8 35.75M 0 148.8k 47:07 04:06 43:01 149.6k 8 410.9M 0 0 8 35.81M 0 148.4k 47:14 04:07 43:07 120.7k 8 410.9M 0 0 8 35.87M 0 148.1k 47:20 04:08 43:12 102.9k 8 410.9M 0 0 8 35.93M 0 147.7k 47:27 04:09 43:18 89316 8 410.9M 0 0 8 36.12M 0 147.7k 47:27 04:10 43:17 85361 8 410.9M 0 0 8 36.25M 0 147.5k 47:31 04:11 43:20 94042 8 410.9M 0 0 8 36.43M 0 147.6k 47:29 04:12 43:17 112.8k 8 410.9M 0 0 8 36.62M 0 147.6k 47:30 04:14 43:16 127.4k 8 410.9M 0 0 8 36.75M 0 147.4k 47:34 04:15 43:19 133.4k 8 410.9M 0 0 8 36.87M 0 147.2k 47:36 04:16 43:20 127.7k 9 410.9M 0 0 9 37.00M 0 147.1k 47:39 04:17 43:22 131.3k 9 410.9M 0 0 9 37.12M 0 147.0k 47:42 04:18 43:24 119.4k 9 410.9M 0 0 9 37.31M 0 147.0k 47:42 04:19 43:23 120.0k 9 410.9M 0 0 9 37.50M 0 146.9k 47:43 04:21 43:22 126.4k 9 410.9M 0 0 9 37.68M 0 146.8k 47:45 04:22 43:23 128.9k 9 410.9M 0 0 9 37.87M 0 146.8k 47:44 04:24 43:20 135.0k 9 410.9M 0 0 9 38.06M 0 147.0k 47:42 04:25 43:17 146.6k 9 410.9M 0 0 9 38.31M 0 147.1k 47:39 04:26 43:13 153.1k 9 410.9M 0 0 9 38.50M 0 147.0k 47:40 04:28 43:12 152.3k 9 410.9M 0 0 9 38.62M 0 146.9k 47:43 04:29 43:14 152.5k 9 410.9M 0 0 9 38.81M 0 146.8k 47:44 04:30 43:14 147.5k 9 410.9M 0 0 9 38.93M 0 146.7k 47:46 04:31 43:15 137.3k 9 410.9M 0 0 9 39.12M 0 146.7k 47:47 04:33 43:14 128.9k 9 410.9M 0 0 9 39.25M 0 146.6k 47:49 04:34 43:15 128.1k 9 410.9M 0 0 9 39.37M 0 146.5k 47:51 04:35 43:16 126.7k 9 410.9M 0 0 9 39.56M 0 146.4k 47:52 04:36 43:16 127.8k 9 410.9M 0 0 9 39.62M 0 146.1k 47:59 04:37 43:22 117.3k 9 410.9M 0 0 9 39.81M 0 146.1k 47:58 04:38 43:20 120.7k 9 410.9M 0 0 9 39.93M 0 146.0k 48:00 04:39 43:21 118.8k 9 410.9M 0 0 9 40.18M 0 146.3k 47:54 04:41 43:13 139.2k 9 410.9M 0 0 9 40.50M 0 146.9k 47:44 04:42 43:02 168.0k 9 410.9M 0 0 9 40.75M 0 147.2k 47:36 04:43 42:53 202.9k 9 410.9M 0 0 9 40.93M 0 147.2k 47:36 04:44 42:52 200.8k 10 410.9M 0 0 10 41.12M 0 147.2k 47:36 04:45 42:51 205.0k 10 410.9M 0 0 10 41.31M 0 147.3k 47:34 04:47 42:47 196.0k 10 410.9M 0 0 10 41.50M 0 147.5k 47:31 04:48 42:43 178.5k 10 410.9M 0 0 10 41.68M 0 147.6k 47:30 04:49 42:41 164.8k 10 410.9M 0 0 10 41.81M 0 147.4k 47:33 04:50 42:43 157.0k 10 410.9M 0 0 10 42.00M 0 147.4k 47:34 04:51 42:43 153.2k 10 410.9M 0 0 10 42.18M 0 147.2k 47:36 04:53 42:43 143.1k 10 410.9M 0 0 10 42.37M 0 147.2k 47:38 04:54 42:44 133.3k 10 410.9M 0 0 10 42.50M 0 146.7k 47:47 04:56 42:51 112.5k 10 410.9M 0 0 10 42.62M 0 146.4k 47:52 04:57 42:55 108.8k 10 410.9M 0 0 10 42.81M 0 146.4k 47:53 04:59 42:54 109.2k 10 410.9M 0 0 10 42.93M 0 146.3k 47:55 05:00 42:55 106.8k 10 410.9M 0 0 10 43.12M 0 146.3k 47:54 05:01 42:53 110.9k 10 410.9M 0 0 10 43.31M 0 146.4k 47:53 05:02 42:51 130.7k 10 410.9M 0 0 10 43.50M 0 146.5k 47:51 05:04 42:47 148.2k 10 410.9M 0 0 10 43.62M 0 146.3k 47:54 05:05 42:49 143.4k 10 410.9M 0 0 10 43.75M 0 145.9k 48:02 05:06 42:56 130.0k 10 410.9M 0 0 10 43.87M 0 145.9k 48:03 05:07 42:56 123.7k 10 410.9M 0 0 10 44.06M 0 145.9k 48:02 05:09 42:53 123.7k 10 410.9M 0 0 10 44.18M 0 145.8k 48:04 05:10 42:54 114.3k 10 410.9M 0 0 10 44.31M 0 145.8k 48:05 05:11 42:54 116.1k 10 410.9M 0 0 10 44.50M 0 145.8k 48:04 05:12 42:52 140.0k 10 410.9M 0 0 10 44.68M 0 146.0k 48:02 05:13 42:49 150.0k 10 410.9M 0 0 10 44.81M 0 145.9k 48:03 05:14 42:49 156.5k 10 410.9M 0 0 10 44.81M 0 145.9k 48:03 05:14 42:49 145.9k 10 410.9M 0 0 10 44.93M 0 145.5k 48:10 05:16 42:54 82125 10 410.9M 0 0 10 45.06M 0 145.2k 48:16 05:17 42:59 83193 11 410.9M 0 0 11 45.25M 0 145.2k 48:16 05:18 42:58 99.97k 11 410.9M 0 0 11 45.43M 0 145.3k 48:15 05:20 42:55 111.9k 11 410.9M 0 0 11 45.62M 0 145.4k 48:13 05:21 42:52 122.8k 11 410.9M 0 0 11 45.81M 0 145.3k 48:14 05:22 42:52 136.2k 11 410.9M 0 0 11 46.00M 0 145.4k 48:12 05:23 42:49 155.9k 11 410.9M 0 0 11 46.12M 0 145.3k 48:14 05:24 42:50 149.7k 11 410.9M 0 0 11 46.31M 0 145.4k 48:13 05:26 42:47 152.2k 11 410.9M 0 0 11 46.43M 0 145.3k 48:14 05:27 42:47 141.3k 11 410.9M 0 0 11 46.62M 0 145.4k 48:12 05:28 42:44 151.0k 11 410.9M 0 0 11 46.81M 0 145.5k 48:10 05:29 42:41 150.8k 11 410.9M 0 0 11 47.00M 0 145.6k 48:08 05:30 42:38 164.5k 11 410.9M 0 0 11 47.18M 0 145.6k 48:09 05:31 42:38 156.0k 11 410.9M 0 0 11 47.37M 0 145.6k 48:08 05:32 42:36 164.3k 11 410.9M 0 0 11 47.56M 0 145.7k 48:06 05:34 42:32 162.0k 11 410.9M 0 0 11 47.68M 0 145.6k 48:08 05:35 42:33 150.5k 11 410.9M 0 0 11 47.87M 0 145.7k 48:07 05:36 42:31 147.6k 11 410.9M 0 0 11 48.06M 0 145.8k 48:05 05:37 42:28 157.2k 11 410.9M 0 0 11 48.25M 0 145.8k 48:05 05:38 42:27 154.7k 11 410.9M 0 0 11 48.43M 0 145.9k 48:03 05:39 42:24 154.9k 11 410.9M 0 0 11 48.68M 0 146.1k 47:59 05:41 42:18 174.1k 11 410.9M 0 0 11 48.87M 0 146.1k 47:58 05:42 42:16 173.7k 11 410.9M 0 0 11 49.06M 0 146.1k 47:58 05:43 42:15 166.4k 11 410.9M 0 0 11 49.18M 0 146.0k 48:01 05:44 42:17 156.3k 12 410.9M 0 0 12 49.31M 0 145.7k 48:06 05:46 42:20 137.3k 12 410.9M 0 0 12 49.43M 0 145.5k 48:11 05:47 42:24 114.7k 12 410.9M 0 0 12 49.56M 0 145.4k 48:12 05:48 42:24 107.8k 12 410.9M 0 0 12 49.68M 0 145.3k 48:14 05:49 42:25 102.2k 12 410.9M 0 0 12 49.81M 0 145.2k 48:16 05:51 42:25 102.3k 12 410.9M 0 0 12 50.00M 0 145.3k 48:14 05:52 42:22 120.8k 12 410.9M 0 0 12 50.18M 0 145.3k 48:14 05:53 42:21 134.4k 12 410.9M 0 0 12 50.31M 0 145.2k 48:16 05:54 42:22 134.4k 12 410.9M 0 0 12 50.43M 0 145.1k 48:18 05:55 42:23 132.3k 12 410.9M 0 0 12 50.56M 0 145.0k 48:19 05:56 42:23 135.6k 12 410.9M 0 0 12 50.68M 0 144.9k 48:22 05:58 42:24 120.4k 12 410.9M 0 0 12 50.87M 0 144.9k 48:23 05:59 42:24 119.6k 12 410.9M 0 0 12 51.06M 0 144.9k 48:23 06:00 42:23 124.9k 12 410.9M 0 0 12 51.18M 0 144.8k 48:25 06:01 42:24 124.1k 12 410.9M 0 0 12 51.31M 0 144.5k 48:30 06:03 42:27 115.1k 12 410.9M 0 0 12 51.43M 0 144.4k 48:33 06:04 42:29 115.8k 12 410.9M 0 0 12 51.62M 0 144.5k 48:31 06:05 42:26 119.7k 12 410.9M 0 0 12 51.75M 0 144.4k 48:33 06:06 42:27 113.7k 12 410.9M 0 0 12 51.93M 0 144.5k 48:31 06:07 42:24 126.6k 12 410.9M 0 0 12 52.18M 0 144.7k 48:26 06:09 42:17 158.3k 12 410.9M 0 0 12 52.37M 0 144.8k 48:25 06:10 42:15 169.6k 12 410.9M 0 0 12 52.50M 0 144.7k 48:26 06:11 42:15 161.0k 12 410.9M 0 0 12 52.68M 0 144.7k 48:27 06:12 42:15 163.5k 12 410.9M 0 0 12 52.87M 0 144.8k 48:25 06:13 42:12 164.0k 12 410.9M 0 0 12 53.12M 0 145.0k 48:20 06:14 42:06 164.8k 12 410.9M 0 0 12 53.25M 0 145.0k 48:21 06:15 42:06 158.9k 13 410.9M 0 0 13 53.43M 0 145.0k 48:20 06:17 42:03 165.7k 13 410.9M 0 0 13 53.56M 0 145.0k 48:21 06:18 42:03 166.2k 13 410.9M 0 0 13 53.68M 0 144.8k 48:24 06:19 42:05 147.4k 13 410.9M 0 0 13 53.87M 0 144.8k 48:24 06:20 42:04 132.0k 13 410.9M 0 0 13 54.00M 0 144.7k 48:27 06:22 42:05 126.7k 13 410.9M 0 0 13 54.12M 0 144.4k 48:32 06:23 42:09 109.5k 13 410.9M 0 0 13 54.25M 0 144.3k 48:34 06:24 42:10 106.5k 13 410.9M 0 0 13 54.37M 0 144.2k 48:36 06:25 42:11 108.4k 13 410.9M 0 0 13 54.56M 0 144.2k 48:36 06:27 42:09 110.0k 13 410.9M 0 0 13 54.81M 0 144.4k 48:32 06:28 42:04 129.3k 13 410.9M 0 0 13 55.06M 0 144.6k 48:28 06:29 41:59 156.3k 13 410.9M 0 0 13 55.18M 0 144.5k 48:30 06:30 42:00 156.8k 13 410.9M 0 0 13 55.31M 0 144.4k 48:32 06:31 42:01 159.6k 13 410.9M 0 0 13 55.50M 0 144.5k 48:30 06:33 41:57 161.6k 13 410.9M 0 0 13 55.68M 0 144.5k 48:31 06:34 41:57 148.4k 13 410.9M 0 0 13 55.87M 0 144.5k 48:30 06:35 41:55 138.6k 13 410.9M 0 0 13 56.00M 0 144.4k 48:32 06:36 41:56 138.3k 13 410.9M 0 0 13 56.12M 0 144.2k 48:36 06:38 41:58 129.9k 13 410.9M 0 0 13 56.31M 0 144.2k 48:36 06:39 41:57 127.1k 13 410.9M 0 0 13 56.50M 0 144.3k 48:34 06:40 41:54 133.8k 13 410.9M 0 0 13 56.62M 0 144.2k 48:37 06:42 41:55 121.8k 13 410.9M 0 0 13 56.87M 0 144.3k 48:35 06:43 41:52 136.0k 13 410.9M 0 0 13 57.00M 0 144.2k 48:36 06:44 41:52 144.0k 13 410.9M 0 0 13 57.12M 0 144.1k 48:40 06:45 41:55 133.0k 13 410.9M 0 0 13 57.25M 0 143.9k 48:42 06:47 41:55 118.7k 13 410.9M 0 0 13 57.43M 0 143.9k 48:42 06:48 41:54 128.8k 14 410.9M 0 0 14 57.62M 0 144.0k 48:40 06:49 41:51 127.0k 14 410.9M 0 0 14 57.81M 0 143.8k 48:44 06:51 41:53 121.0k 14 410.9M 0 0 14 57.93M 0 143.6k 48:48 06:52 41:56 118.5k 14 410.9M 0 0 14 58.06M 0 143.5k 48:50 06:54 41:56 119.7k 14 410.9M 0 0 14 58.25M 0 143.5k 48:51 06:55 41:56 117.5k 14 410.9M 0 0 14 58.37M 0 143.4k 48:53 06:56 41:57 107.2k 14 410.9M 0 0 14 58.56M 0 143.5k 48:52 06:57 41:55 120.0k 14 410.9M 0 0 14 58.75M 0 143.5k 48:51 06:59 41:52 136.0k 14 410.9M 0 0 14 58.93M 0 143.6k 48:49 07:00 41:49 149.7k 14 410.9M 0 0 14 59.18M 0 143.9k 48:44 07:01 41:43 172.4k 14 410.9M 0 0 14 59.37M 0 143.9k 48:42 07:02 41:40 185.0k 14 410.9M 0 0 14 59.50M 0 143.8k 48:44 07:03 41:41 173.7k 14 410.9M 0 0 14 59.68M 0 143.9k 48:42 07:04 41:38 175.9k 14 410.9M 0 0 14 59.87M 0 144.0k 48:41 07:05 41:36 171.2k 14 410.9M 0 0 14 60.00M 0 143.8k 48:45 07:07 41:38 138.2k 14 410.9M 0 0 14 60.06M 0 143.3k 48:54 07:08 41:46 105.2k 14 410.9M 0 0 14 60.25M 0 143.3k 48:56 07:10 41:46 108.1k 14 410.9M 0 0 14 60.43M 0 143.2k 48:57 07:12 41:45 102.7k 14 410.9M 0 0 14 60.56M 0 143.1k 49:00 07:13 41:47 94867 14 410.9M 0 0 14 60.68M 0 142.9k 49:02 07:14 41:48 96712 14 410.9M 0 0 14 60.87M 0 142.9k 49:03 07:16 41:47 116.1k 14 410.9M 0 0 14 61.06M 0 142.9k 49:03 07:17 41:46 119.5k 14 410.9M 0 0 14 61.18M 0 142.7k 49:07 07:18 41:49 111.4k 14 410.9M 0 0 14 61.31M 0 142.7k 49:08 07:19 41:49 115.9k 14 410.9M 0 0 14 61.50M 0 142.7k 49:07 07:21 41:46 127.1k 15 410.9M 0 0 15 61.68M 0 142.7k 49:07 07:22 41:45 132.3k 15 410.9M 0 0 15 61.87M 0 142.7k 49:07 07:23 41:44 129.4k 15 410.9M 0 0 15 62.00M 0 142.6k 49:08 07:24 41:44 138.4k 15 410.9M 0 0 15 62.12M 0 142.5k 49:12 07:26 41:46 128.9k 15 410.9M 0 0 15 62.31M 0 142.4k 49:13 07:27 41:46 125.5k 15 410.9M 0 0 15 62.50M 0 142.5k 49:12 07:29 41:43 125.3k 15 410.9M 0 0 15 62.62M 0 142.3k 49:15 07:30 41:45 118.9k 15 410.9M 0 0 15 62.81M 0 142.4k 49:14 07:31 41:43 124.6k 15 410.9M 0 0 15 63.00M 0 142.4k 49:14 07:32 41:42 137.3k 15 410.9M 0 0 15 63.18M 0 142.4k 49:14 07:34 41:40 138.9k 15 410.9M 0 0 15 63.31M 0 142.4k 49:14 07:35 41:39 133.6k 15 410.9M 0 0 15 63.50M 0 142.4k 49:13 07:36 41:37 146.3k 15 410.9M 0 0 15 63.68M 0 142.5k 49:12 07:37 41:35 149.4k 15 410.9M 0 0 15 63.87M 0 142.5k 49:11 07:38 41:33 153.6k 15 410.9M 0 0 15 64.06M 0 142.5k 49:11 07:40 41:31 152.1k 15 410.9M 0 0 15 64.25M 0 142.6k 49:09 07:41 41:28 162.4k 15 410.9M 0 0 15 64.50M 0 142.8k 49:05 07:42 41:23 172.4k 15 410.9M 0 0 15 64.75M 0 143.0k 49:00 07:43 41:17 186.3k 15 410.9M 0 0 15 65.00M 0 143.2k 48:58 07:44 41:14 191.2k 15 410.9M 0 0 15 65.18M 0 143.1k 48:58 07:46 41:12 190.8k 15 410.9M 0 0 15 65.37M 0 143.1k 49:00 07:47 41:13 175.1k 15 410.9M 0 0 15 65.56M 0 143.1k 48:59 07:48 41:11 165.6k 16 410.9M 0 0 16 65.75M 0 143.1k 48:59 07:50 41:09 147.6k 16 410.9M 0 0 16 65.87M 0 143.0k 49:01 07:51 41:10 133.1k 16 410.9M 0 0 16 66.06M 0 143.1k 49:00 07:52 41:08 138.2k 16 410.9M 0 0 16 66.18M 0 143.0k 49:01 07:53 41:08 136.6k 16 410.9M 0 0 16 66.37M 0 143.0k 49:01 07:55 41:06 135.6k 16 410.9M 0 0 16 66.56M 0 143.0k 49:01 07:56 41:05 134.9k 16 410.9M 0 0 16 66.68M 0 142.9k 49:04 07:57 41:07 132.4k 16 410.9M 0 0 16 66.81M 0 142.8k 49:05 07:58 41:07 121.4k 16 410.9M 0 0 16 67.00M 0 142.8k 49:04 08:00 41:04 132.5k 16 410.9M 0 0 16 67.18M 0 142.9k 49:04 08:01 41:03 132.2k 16 410.9M 0 0 16 67.37M 0 142.8k 49:05 08:03 41:02 127.8k 16 410.9M 0 0 16 67.50M 0 142.6k 49:09 08:04 41:05 125.2k 16 410.9M 0 0 16 67.68M 0 142.7k 49:07 08:05 41:02 138.2k 16 410.9M 0 0 16 67.87M 0 142.7k 49:07 08:06 41:01 133.4k 16 410.9M 0 0 16 68.00M 0 142.6k 49:09 08:08 41:01 124.8k 16 410.9M 0 0 16 68.18M 0 142.6k 49:09 08:09 41:00 128.5k 16 410.9M 0 0 16 68.31M 0 142.5k 49:11 08:10 41:01 134.0k 16 410.9M 0 0 16 68.50M 0 142.6k 49:10 08:11 40:59 130.0k 16 410.9M 0 0 16 68.68M 0 142.6k 49:08 08:12 40:56 136.6k 16 410.9M 0 0 16 68.81M 0 142.6k 49:10 08:14 40:56 137.3k 16 410.9M 0 0 16 69.06M 0 142.7k 49:07 08:15 40:52 152.4k 16 410.9M 0 0 16 69.25M 0 142.8k 49:06 08:16 40:50 163.7k 16 410.9M 0 0 16 69.43M 0 142.8k 49:05 08:17 40:48 162.7k 16 410.9M 0 0 16 69.62M 0 142.9k 49:03 08:18 40:45 164.0k 16 410.9M 0 0 16 69.81M 0 142.9k 49:02 08:19 40:43 176.4k 17 410.9M 0 0 17 70.06M 0 143.1k 48:59 08:21 40:38 174.7k 17 410.9M 0 0 17 70.25M 0 143.1k 48:58 08:22 40:36 174.1k 17 410.9M 0 0 17 70.56M 0 143.5k 48:51 08:23 40:28 204.1k 17 410.9M 0 0 17 70.81M 0 143.6k 48:48 08:24 40:24 205.9k 17 410.9M 0 0 17 71.00M 0 143.7k 48:47 08:25 40:22 207.7k 17 410.9M 0 0 17 71.18M 0 143.8k 48:45 08:26 40:19 204.3k 17 410.9M 0 0 17 71.37M 0 143.8k 48:44 08:28 40:16 204.2k 17 410.9M 0 0 17 71.56M 0 143.7k 48:46 08:29 40:17 164.9k 17 410.9M 0 0 17 71.75M 0 143.8k 48:45 08:30 40:15 158.5k 17 410.9M 0 0 17 71.87M 0 143.8k 48:45 08:31 40:14 149.0k 17 410.9M 0 0 17 72.06M 0 143.8k 48:44 08:32 40:12 147.8k 17 410.9M 0 0 17 72.31M 0 143.9k 48:42 08:34 40:08 153.4k 17 410.9M 0 0 17 72.50M 0 144.0k 48:41 08:35 40:06 166.1k 17 410.9M 0 0 17 72.68M 0 144.0k 48:41 08:36 40:05 158.2k 17 410.9M 0 0 17 72.87M 0 144.0k 48:40 08:37 40:03 166.6k 17 410.9M 0 0 17 73.12M 0 144.2k 48:37 08:39 39:58 172.4k 17 410.9M 0 0 17 73.31M 0 144.1k 48:38 08:40 39:58 161.5k 17 410.9M 0 0 17 73.43M 0 144.1k 48:38 08:41 39:57 153.2k 17 410.9M 0 0 17 73.62M 0 144.1k 48:38 08:42 39:56 158.2k 17 410.9M 0 0 17 73.75M 0 144.1k 48:39 08:43 39:56 147.8k 17 410.9M 0 0 17 73.87M 0 144.0k 48:40 08:45 39:55 132.1k 18 410.9M 0 0 18 74.00M 0 143.9k 48:43 08:46 39:57 118.5k 18 410.9M 0 0 18 74.12M 0 143.8k 48:45 08:47 39:58 114.8k 18 410.9M 0 0 18 74.25M 0 143.7k 48:46 08:48 39:58 107.1k 18 410.9M 0 0 18 74.43M 0 143.7k 48:47 08:50 39:57 111.0k 18 410.9M 0 0 18 74.56M 0 143.6k 48:48 08:51 39:57 111.0k 18 410.9M 0 0 18 74.75M 0 143.7k 48:47 08:52 39:55 126.5k 18 410.9M 0 0 18 74.93M 0 143.7k 48:46 08:53 39:53 139.2k 18 410.9M 0 0 18 75.12M 0 143.8k 48:45 08:54 39:51 147.7k 18 410.9M 0 0 18 75.25M 0 143.7k 48:46 08:55 39:51 147.9k 18 410.9M 0 0 18 75.37M 0 143.7k 48:47 08:57 39:50 148.0k 18 410.9M 0 0 18 75.50M 0 143.5k 48:50 08:58 39:52 132.3k 18 410.9M 0 0 18 75.68M 0 143.5k 48:50 08:59 39:51 126.3k 18 410.9M 0 0 18 75.87M 0 143.4k 48:52 09:01 39:51 116.1k 18 410.9M 0 0 18 76.00M 0 143.3k 48:55 09:02 39:53 109.8k 18 410.9M 0 0 18 76.12M 0 143.2k 48:58 09:04 39:54 104.7k 18 410.9M 0 0 18 76.31M 0 143.1k 48:58 09:05 39:53 113.5k 18 410.9M 0 0 18 76.50M 0 143.0k 49:01 09:07 39:54 107.3k 18 410.9M 0 0 18 76.62M 0 142.9k 49:03 09:08 39:55 105.4k 18 410.9M 0 0 18 76.75M 0 142.7k 49:07 09:10 39:57 100.8k 18 410.9M 0 0 18 76.87M 0 142.6k 49:09 09:11 39:58 102.0k 18 410.9M 0 0 18 77.00M 0 142.5k 49:12 09:13 39:59 97103 18 410.9M 0 0 18 77.31M 0 142.7k 49:06 09:14 39:52 121.2k 18 410.9M 0 0 18 77.43M 0 142.7k 49:08 09:15 39:53 123.2k 18 410.9M 0 0 18 77.62M 0 142.8k 49:06 09:16 39:50 148.3k 18 410.9M 0 0 18 77.75M 0 142.7k 49:07 09:17 39:50 155.7k 18 410.9M 0 0 18 77.87M 0 142.7k 49:07 09:18 39:49 164.3k 18 410.9M 0 0 18 78.06M 0 142.8k 49:06 09:19 39:47 145.3k 19 410.9M 0 0 19 78.25M 0 142.8k 49:06 09:21 39:45 150.3k 19 410.9M 0 0 19 78.43M 0 142.7k 49:06 09:22 39:44 141.8k 19 410.9M 0 0 19 78.62M 0 142.8k 49:06 09:23 39:43 147.6k 19 410.9M 0 0 19 78.81M 0 142.7k 49:07 09:25 39:42 144.9k 19 410.9M 0 0 19 79.00M 0 142.8k 49:05 09:26 39:39 144.8k 19 410.9M 0 0 19 79.18M 0 142.8k 49:05 09:27 39:38 145.5k 19 410.9M 0 0 19 79.31M 0 142.7k 49:07 09:28 39:39 141.1k 19 410.9M 0 0 19 79.43M 0 142.6k 49:09 09:30 39:39 128.5k 19 410.9M 0 0 19 79.56M 0 142.5k 49:12 09:31 39:41 121.4k 19 410.9M 0 0 19 79.68M 0 142.4k 49:13 09:32 39:41 110.5k 19 410.9M 0 0 19 79.87M 0 142.4k 49:14 09:34 39:40 107.3k 19 410.9M 0 0 19 80.00M 0 142.3k 49:16 09:35 39:41 104.6k 19 410.9M 0 0 19 80.12M 0 142.2k 49:18 09:36 39:42 105.3k 19 410.9M 0 0 19 80.25M 0 142.1k 49:19 09:37 39:42 110.0k 19 410.9M 0 0 19 80.37M 0 142.1k 49:20 09:39 39:41 110.2k 19 410.9M 0 0 19 80.50M 0 142.0k 49:22 09:40 39:42 104.3k 19 410.9M 0 0 19 80.62M 0 141.9k 49:23 09:41 39:42 107.6k 19 410.9M 0 0 19 80.75M 0 141.8k 49:26 09:42 39:44 106.4k 19 410.9M 0 0 19 80.93M 0 141.9k 49:24 09:43 39:41 117.9k 19 410.9M 0 0 19 81.12M 0 141.9k 49:25 09:45 39:40 122.7k 19 410.9M 0 0 19 81.25M 0 141.7k 49:27 09:46 39:41 119.7k 19 410.9M 0 0 19 81.37M 0 141.6k 49:29 09:48 39:41 116.3k 19 410.9M 0 0 19 81.50M 0 141.6k 49:30 09:49 39:41 120.7k 19 410.9M 0 0 19 81.68M 0 141.6k 49:30 09:50 39:40 115.2k 19 410.9M 0 0 19 81.87M 0 141.6k 49:30 09:51 39:39 117.2k 19 410.9M 0 0 19 82.00M 0 141.6k 49:31 09:52 39:39 124.8k 20 410.9M 0 0 20 82.18M 0 141.6k 49:30 09:54 39:36 137.2k 20 410.9M 0 0 20 82.31M 0 141.6k 49:31 09:55 39:36 140.3k 20 410.9M 0 0 20 82.50M 0 141.5k 49:31 09:56 39:35 138.6k 20 410.9M 0 0 20 82.68M 0 141.6k 49:30 09:57 39:33 144.5k 20 410.9M 0 0 20 82.93M 0 141.7k 49:27 09:58 39:29 158.2k 20 410.9M 0 0 20 83.12M 0 141.8k 49:26 10:00 39:26 160.8k 20 410.9M 0 0 20 83.31M 0 141.7k 49:27 10:01 39:26 157.2k 20 410.9M 0 0 20 83.43M 0 141.7k 49:28 10:02 39:26 154.3k 20 410.9M 0 0 20 83.56M 0 141.6k 49:30 10:04 39:26 140.2k 20 410.9M 0 0 20 83.75M 0 141.6k 49:29 10:05 39:24 131.9k 20 410.9M 0 0 20 83.93M 0 141.6k 49:29 10:06 39:23 127.9k 20 410.9M 0 0 20 84.12M 0 141.7k 49:28 10:07 39:21 136.6k 20 410.9M 0 0 20 84.25M 0 141.6k 49:30 10:08 39:22 135.2k 20 410.9M 0 0 20 84.43M 0 141.6k 49:29 10:10 39:19 144.6k 20 410.9M 0 0 20 84.56M 0 141.6k 49:30 10:11 39:19 138.5k 20 410.9M 0 0 20 84.68M 0 141.5k 49:32 10:12 39:20 129.6k 20 410.9M 0 0 20 84.87M 0 141.6k 49:30 10:13 39:17 131.6k 20 410.9M 0 0 20 85.06M 0 141.6k 49:29 10:14 39:15 144.3k 20 410.9M 0 0 20 85.25M 0 141.6k 49:30 10:16 39:14 139.3k 20 410.9M 0 0 20 85.43M 0 141.6k 49:29 10:17 39:12 145.7k 20 410.9M 0 0 20 85.62M 0 141.7k 49:28 10:18 39:10 160.5k 20 410.9M 0 0 20 85.81M 0 141.7k 49:28 10:19 39:09 153.7k 20 410.9M 0 0 20 86.00M 0 141.8k 49:27 10:21 39:06 152.6k 20 410.9M 0 0 20 86.25M 0 141.9k 49:24 10:22 39:02 168.9k 21 410.9M 0 0 21 86.43M 0 141.9k 49:23 10:23 39:00 172.0k 21 410.9M 0 0 21 86.56M 0 141.9k 49:25 10:24 39:01 157.6k 21 410.9M 0 0 21 86.75M 0 141.9k 49:24 10:25 38:59 157.9k 21 410.9M 0 0 21 86.93M 0 141.9k 49:23 10:26 38:57 161.1k 21 410.9M 0 0 21 87.12M 0 141.9k 49:23 10:28 38:55 148.7k 21 410.9M 0 0 21 87.37M 0 142.1k 49:19 10:29 38:50 161.5k 21 410.9M 0 0 21 87.62M 0 142.2k 49:17 10:30 38:47 181.5k 21 410.9M 0 0 21 87.81M 0 142.3k 49:16 10:31 38:45 205.2k 21 410.9M 0 0 21 87.81M 0 142.3k 49:16 10:31 38:45 142.3k 21 410.9M 0 0 21 88.00M 0 142.3k 49:16 10:33 38:43 136.7k 21 410.9M 0 0 21 88.12M 0 142.2k 49:17 10:34 38:43 130.3k 21 410.9M 0 0 21 88.25M 0 142.2k 49:18 10:35 38:43 122.7k 21 410.9M 0 0 21 88.43M 0 142.2k 49:18 10:36 38:42 130.2k 21 410.9M 0 0 21 88.62M 0 142.2k 49:18 10:38 38:40 131.0k 21 410.9M 0 0 21 88.75M 0 142.0k 49:21 10:39 38:42 119.7k 21 410.9M 0 0 21 88.93M 0 142.1k 49:20 10:40 38:40 128.6k 21 410.9M 0 0 21 89.12M 0 142.1k 49:19 10:41 38:38 138.8k 21 410.9M 0 0 21 89.25M 0 142.1k 49:19 10:42 38:37 133.9k 21 410.9M 0 0 21 89.43M 0 142.1k 49:19 10:44 38:35 137.8k 21 410.9M 0 0 21 89.62M 0 142.2k 49:18 10:45 38:33 156.5k 21 410.9M 0 0 21 89.81M 0 142.2k 49:17 10:46 38:31 154.1k 21 410.9M 0 0 21 90.00M 0 142.3k 49:16 10:47 38:29 157.3k 21 410.9M 0 0 21 90.18M 0 142.3k 49:15 10:48 38:27 163.0k 21 410.9M 0 0 21 90.31M 0 142.3k 49:16 10:49 38:27 156.4k 22 410.9M 0 0 22 90.50M 0 142.3k 49:16 10:51 38:25 155.8k 22 410.9M 0 0 22 90.62M 0 142.2k 49:17 10:52 38:25 145.4k 22 410.9M 0 0 22 90.68M 0 142.1k 49:20 10:53 38:27 118.8k 22 410.9M 0 0 22 90.87M 0 142.1k 49:20 10:54 38:26 119.1k 22 410.9M 0 0 22 91.00M 0 142.0k 49:21 10:55 38:26 117.5k 22 410.9M 0 0 22 91.18M 0 142.0k 49:22 10:57 38:25 110.3k 22 410.9M 0 0 22 91.31M 0 142.0k 49:23 10:58 38:25 112.1k 22 410.9M 0 0 22 91.50M 0 141.9k 49:24 11:00 38:24 126.9k 22 410.9M 0 0 22 91.62M 0 141.8k 49:26 11:01 38:25 112.6k 22 410.9M 0 0 22 91.75M 0 141.7k 49:27 11:02 38:25 113.1k 22 410.9M 0 0 22 91.93M 0 141.7k 49:27 11:03 38:24 118.0k 22 410.9M 0 0 22 92.12M 0 141.8k 49:26 11:04 38:22 128.1k 22 410.9M 0 0 22 92.31M 0 141.9k 49:25 11:06 38:19 136.8k 22 410.9M 0 0 22 92.43M 0 141.8k 49:25 11:07 38:18 145.8k 22 410.9M 0 0 22 92.56M 0 141.7k 49:28 11:08 38:20 138.9k 22 410.9M 0 0 22 92.68M 0 141.7k 49:28 11:09 38:19 133.3k 22 410.9M 0 0 22 92.93M 0 141.8k 49:25 11:10 38:15 142.3k 22 410.9M 0 0 22 93.18M 0 141.9k 49:23 11:12 38:11 148.7k 22 410.9M 0 0 22 93.43M 0 142.1k 49:20 11:13 38:07 172.0k 22 410.9M 0 0 22 93.75M 0 142.3k 49:16 11:14 38:02 206.3k 22 410.9M 0 0 22 93.93M 0 142.3k 49:15 11:15 38:00 212.9k 22 410.9M 0 0 22 94.18M 0 142.4k 49:13 11:16 37:57 209.5k 22 410.9M 0 0 22 94.50M 0 142.6k 49:08 11:18 37:50 223.7k 23 410.9M 0 0 23 94.68M 0 142.7k 49:07 11:19 37:48 210.2k 23 410.9M 0 0 23 94.87M 0 142.7k 49:07 11:20 37:47 192.5k 23 410.9M 0 0 23 95.00M 0 142.6k 49:09 11:21 37:48 176.9k 23 410.9M 0 0 23 95.12M 0 142.5k 49:10 11:23 37:47 155.5k 23 410.9M 0 0 23 95.25M 0 142.5k 49:11 11:24 37:47 128.6k 23 410.9M 0 0 23 95.37M 0 142.4k 49:13 11:25 37:48 112.8k 23 410.9M 0 0 23 95.50M 0 142.3k 49:15 11:26 37:49 101.3k 23 410.9M 0 0 23 95.68M 0 142.4k 49:14 11:27 37:47 116.1k 23 410.9M 0 0 23 95.93M 0 142.5k 49:11 11:29 37:42 137.7k 23 410.9M 0 0 23 96.18M 0 142.6k 49:09 11:30 37:39 152.6k 23 410.9M 0 0 23 96.37M 0 142.6k 49:09 11:31 37:38 165.5k 23 410.9M 0 0 23 96.56M 0 142.7k 49:07 11:32 37:35 184.6k 23 410.9M 0 0 23 96.75M 0 142.7k 49:07 11:33 37:34 181.0k 23 410.9M 0 0 23 96.93M 0 142.8k 49:06 11:35 37:31 172.1k 23 410.9M 0 0 23 97.12M 0 142.7k 49:06 11:36 37:30 156.8k 23 410.9M 0 0 23 97.31M 0 142.7k 49:07 11:37 37:30 152.6k 23 410.9M 0 0 23 97.43M 0 142.7k 49:08 11:39 37:29 140.4k 23 410.9M 0 0 23 97.62M 0 142.7k 49:07 11:40 37:27 140.1k 23 410.9M 0 0 23 97.81M 0 142.7k 49:07 11:41 37:26 136.2k 23 410.9M 0 0 23 98.00M 0 142.7k 49:06 11:42 37:24 143.5k 23 410.9M 0 0 23 98.12M 0 142.7k 49:07 11:43 37:24 140.7k 23 410.9M 0 0 23 98.25M 0 142.7k 49:07 11:44 37:23 143.9k 23 410.9M 0 0 23 98.43M 0 142.7k 49:08 11:46 37:22 140.7k 24 410.9M 0 0 24 98.62M 0 142.7k 49:08 11:47 37:21 138.4k 24 410.9M 0 0 24 98.75M 0 142.6k 49:09 11:48 37:21 129.3k 24 410.9M 0 0 24 98.93M 0 142.7k 49:07 11:49 37:18 141.3k 24 410.9M 0 0 24 99.12M 0 142.7k 49:07 11:51 37:16 144.1k 24 410.9M 0 0 24 99.31M 0 142.7k 49:07 11:52 37:15 148.1k 24 410.9M 0 0 24 99.56M 0 142.8k 49:04 11:53 37:11 163.4k 24 410.9M 0 0 24 99.75M 0 142.8k 49:05 11:54 37:11 163.1k 24 410.9M 0 0 24 99.87M 0 142.7k 49:08 11:56 37:12 138.8k 24 410.9M 0 0 24 100.0M 0 142.6k 49:09 11:57 37:12 135.1k 24 410.9M 0 0 24 100.1M 0 142.6k 49:10 11:58 37:12 126.5k 24 410.9M 0 0 24 100.2M 0 142.6k 49:10 11:59 37:11 111.5k 24 410.9M 0 0 24 100.4M 0 142.6k 49:10 12:01 37:09 114.5k 24 410.9M 0 0 24 100.6M 0 142.5k 49:10 12:02 37:08 128.9k 24 410.9M 0 0 24 100.8M 0 142.6k 49:09 12:03 37:06 140.2k 24 410.9M 0 0 24 101.0M 0 142.7k 49:08 12:04 37:04 152.3k 24 410.9M 0 0 24 101.1M 0 142.7k 49:07 12:05 37:02 160.8k 24 410.9M 0 0 24 101.3M 0 142.6k 49:09 12:07 37:02 148.8k 24 410.9M 0 0 24 101.4M 0 142.6k 49:09 12:08 37:01 150.1k 24 410.9M 0 0 24 101.5M 0 142.6k 49:10 12:09 37:01 139.1k 24 410.9M 0 0 24 101.7M 0 142.6k 49:09 12:10 36:59 136.8k 24 410.9M 0 0 24 101.9M 0 142.6k 49:09 12:11 36:58 133.0k 24 410.9M 0 0 24 102.1M 0 142.7k 49:08 12:12 36:56 148.2k 24 410.9M 0 0 24 102.3M 0 142.7k 49:07 12:13 36:54 154.9k 24 410.9M 0 0 24 102.5M 0 142.7k 49:07 12:15 36:52 155.7k 25 410.9M 0 0 25 102.7M 0 142.8k 49:05 12:16 36:49 163.2k 25 410.9M 0 0 25 103.0M 0 142.9k 49:03 12:17 36:46 171.6k 25 410.9M 0 0 25 103.1M 0 142.9k 49:03 12:19 36:44 170.1k 25 410.9M 0 0 25 103.3M 0 142.9k 49:03 12:20 36:43 164.6k 25 410.9M 0 0 25 103.5M 0 142.9k 49:03 12:21 36:42 163.7k 25 410.9M 0 0 25 103.7M 0 142.9k 49:04 12:23 36:41 151.8k 25 410.9M 0 0 25 103.9M 0 142.9k 49:03 12:24 36:39 145.5k 25 410.9M 0 0 25 104.1M 0 143.0k 49:02 12:25 36:37 149.2k 25 410.9M 0 0 25 104.3M 0 143.0k 49:02 12:26 36:36 151.0k 25 410.9M 0 0 25 104.4M 0 142.9k 49:02 12:27 36:35 148.8k 25 410.9M 0 0 25 104.6M 0 142.9k 49:03 12:29 36:34 149.6k 25 410.9M 0 0 25 104.8M 0 142.9k 49:03 12:30 36:33 145.5k 25 410.9M 0 0 25 105.0M 0 142.9k 49:03 12:32 36:31 137.0k 25 410.9M 0 0 25 105.1M 0 142.9k 49:04 12:33 36:31 130.0k 25 410.9M 0 0 25 105.3M 0 142.9k 49:04 12:34 36:30 134.9k 25 410.9M 0 0 25 105.5M 0 142.9k 49:03 12:35 36:28 139.1k 25 410.9M 0 0 25 105.6M 0 142.9k 49:03 12:37 36:26 138.3k 25 410.9M 0 0 25 105.8M 0 142.8k 49:05 12:38 36:27 132.1k 25 410.9M 0 0 25 106.0M 0 142.8k 49:04 12:39 36:25 141.0k 25 410.9M 0 0 25 106.1M 0 142.9k 49:03 12:40 36:23 148.3k 25 410.9M 0 0 25 106.3M 0 142.9k 49:04 12:42 36:22 140.3k 25 410.9M 0 0 25 106.5M 0 142.9k 49:04 12:43 36:21 140.9k 25 410.9M 0 0 25 106.7M 0 142.9k 49:04 12:44 36:20 148.3k 26 410.9M 0 0 26 106.8M 0 142.8k 49:04 12:45 36:19 143.1k 26 410.9M 0 0 26 107.0M 0 142.8k 49:05 12:46 36:19 131.4k 26 410.9M 0 0 26 107.1M 0 142.8k 49:06 12:48 36:18 131.0k 26 410.9M 0 0 26 107.2M 0 142.7k 49:07 12:49 36:18 121.3k 26 410.9M 0 0 26 107.4M 0 142.7k 49:07 12:50 36:17 124.8k 26 410.9M 0 0 26 107.6M 0 142.8k 49:04 12:51 36:13 143.3k 26 410.9M 0 0 26 107.9M 0 143.0k 49:01 12:52 36:09 168.0k 26 410.9M 0 0 26 108.1M 0 143.1k 48:59 12:54 36:05 181.3k 26 410.9M 0 0 26 108.3M 0 143.1k 48:59 12:55 36:04 192.5k 26 410.9M 0 0 26 108.5M 0 143.1k 49:00 12:56 36:04 184.9k 26 410.9M 0 0 26 108.6M 0 143.0k 49:01 12:57 36:04 163.4k 26 410.9M 0 0 26 108.8M 0 143.1k 49:00 12:58 36:02 153.1k 26 410.9M 0 0 26 109.1M 0 143.2k 48:57 13:00 35:57 157.4k 26 410.9M 0 0 26 109.3M 0 143.2k 48:56 13:01 35:55 160.8k 26 410.9M 0 0 26 109.5M 0 143.3k 48:55 13:02 35:53 172.7k 26 410.9M 0 0 26 109.6M 0 143.3k 48:55 13:03 35:52 181.6k 26 410.9M 0 0 26 109.8M 0 143.3k 48:55 13:04 35:51 173.5k 26 410.9M 0 0 26 110.0M 0 143.3k 48:55 13:06 35:49 155.2k 26 410.9M 0 0 26 110.3M 0 143.4k 48:53 13:07 35:46 164.3k 26 410.9M 0 0 26 110.5M 0 143.5k 48:51 13:08 35:43 169.3k 26 410.9M 0 0 26 110.8M 0 143.6k 48:49 13:09 35:40 180.3k 27 410.9M 0 0 27 111.0M 0 143.6k 48:48 13:11 35:37 183.1k 27 410.9M 0 0 27 111.1M 0 143.6k 48:49 13:12 35:37 185.0k 27 410.9M 0 0 27 111.2M 0 143.5k 48:50 13:13 35:37 164.6k 27 410.9M 0 0 27 111.4M 0 143.5k 48:50 13:14 35:36 150.8k 27 410.9M 0 0 27 111.6M 0 143.6k 48:49 13:15 35:34 143.2k 27 410.9M 0 0 27 111.8M 0 143.6k 48:49 13:17 35:32 139.1k 27 410.9M 0 0 27 111.9M 0 143.5k 48:50 13:18 35:32 135.4k 27 410.9M 0 0 27 112.1M 0 143.5k 48:51 13:19 35:32 136.8k 27 410.9M 0 0 27 112.2M 0 143.4k 48:54 13:21 35:33 120.9k 27 410.9M 0 0 27 112.4M 0 143.4k 48:53 13:22 35:31 119.3k 27 410.9M 0 0 27 112.6M 0 143.4k 48:52 13:24 35:28 127.7k 27 410.9M 0 0 27 112.9M 0 143.5k 48:50 13:25 35:25 142.5k 27 410.9M 0 0 27 113.1M 0 143.6k 48:49 13:26 35:23 153.5k 27 410.9M 0 0 27 113.3M 0 143.7k 48:47 13:27 35:20 187.5k 27 410.9M 0 0 27 113.6M 0 143.8k 48:45 13:28 35:17 201.1k 27 410.9M 0 0 27 113.8M 0 143.8k 48:44 13:29 35:15 197.8k 27 410.9M 0 0 27 113.9M 0 143.8k 48:45 13:31 35:14 184.4k 27 410.9M 0 0 27 114.1M 0 143.8k 48:44 13:32 35:12 176.6k 27 410.9M 0 0 27 114.3M 0 143.9k 48:42 13:33 35:09 175.5k 27 410.9M 0 0 27 114.6M 0 144.0k 48:41 13:34 35:07 167.9k 27 410.9M 0 0 27 114.8M 0 144.0k 48:40 13:36 35:04 166.1k 27 410.9M 0 0 27 115.0M 0 144.0k 48:40 13:37 35:03 176.0k 28 410.9M 0 0 28 115.1M 0 144.1k 48:39 13:38 35:01 179.3k 28 410.9M 0 0 28 115.4M 0 144.2k 48:37 13:39 34:58 176.1k 28 410.9M 0 0 28 115.6M 0 144.2k 48:37 13:41 34:56 167.6k 28 410.9M 0 0 28 115.8M 0 144.2k 48:37 13:42 34:55 164.4k 28 410.9M 0 0 28 116.0M 0 144.2k 48:37 13:43 34:54 158.1k 28 410.9M 0 0 28 116.1M 0 144.1k 48:38 13:45 34:53 151.1k 28 410.9M 0 0 28 116.3M 0 144.1k 48:38 13:46 34:52 137.1k 28 410.9M 0 0 28 116.5M 0 144.1k 48:38 13:47 34:51 142.1k 28 410.9M 0 0 28 116.7M 0 144.2k 48:36 13:48 34:48 156.2k 28 410.9M 0 0 28 116.8M 0 144.2k 48:36 13:49 34:47 151.7k 28 410.9M 0 0 28 117.0M 0 144.2k 48:37 13:50 34:47 152.4k 28 410.9M 0 0 28 117.1M 0 144.2k 48:36 13:51 34:45 160.9k 28 410.9M 0 0 28 117.3M 0 144.2k 48:36 13:52 34:44 158.4k 28 410.9M 0 0 28 117.6M 0 144.3k 48:34 13:54 34:40 153.9k 28 410.9M 0 0 28 117.8M 0 144.3k 48:34 13:55 34:39 157.9k 28 410.9M 0 0 28 117.9M 0 144.3k 48:35 13:56 34:39 158.1k 28 410.9M 0 0 28 118.0M 0 144.3k 48:35 13:57 34:38 149.5k 28 410.9M 0 0 28 118.1M 0 144.2k 48:36 13:58 34:38 138.9k 28 410.9M 0 0 28 118.3M 0 144.1k 48:38 14:00 34:38 118.4k 28 410.9M 0 0 28 118.5M 0 144.2k 48:38 14:01 34:37 121.2k 28 410.9M 0 0 28 118.6M 0 144.2k 48:37 14:02 34:35 126.6k 28 410.9M 0 0 28 118.8M 0 144.1k 48:39 14:04 34:35 122.4k 28 410.9M 0 0 28 118.9M 0 144.0k 48:41 14:05 34:36 113.8k 28 410.9M 0 0 28 119.0M 0 143.9k 48:42 14:06 34:36 118.7k 29 410.9M 0 0 29 119.2M 0 144.0k 48:41 14:07 34:34 119.7k 29 410.9M 0 0 29 119.4M 0 144.0k 48:41 14:09 34:32 119.7k 29 410.9M 0 0 29 119.6M 0 143.9k 48:42 14:10 34:32 124.0k 29 410.9M 0 0 29 119.8M 0 144.0k 48:41 14:11 34:30 143.7k 29 410.9M 0 0 29 120.0M 0 144.0k 48:40 14:12 34:28 154.6k 29 410.9M 0 0 29 120.1M 0 144.0k 48:40 14:14 34:26 155.2k 29 410.9M 0 0 29 120.4M 0 144.1k 48:38 14:15 34:23 166.9k 29 410.9M 0 0 29 120.6M 0 144.1k 48:38 14:16 34:22 171.7k 29 410.9M 0 0 29 120.8M 0 144.2k 48:37 14:17 34:20 175.3k 29 410.9M 0 0 29 121.0M 0 144.2k 48:37 14:19 34:18 163.2k 29 410.9M 0 0 29 121.1M 0 144.0k 48:40 14:20 34:20 140.2k 29 410.9M 0 0 29 121.2M 0 144.0k 48:41 14:22 34:19 123.5k 29 410.9M 0 0 29 121.4M 0 144.0k 48:41 14:23 34:18 126.6k 29 410.9M 0 0 29 121.5M 0 144.0k 48:41 14:24 34:17 116.3k 29 410.9M 0 0 29 121.7M 0 144.0k 48:41 14:25 34:16 123.0k 29 410.9M 0 0 29 122.0M 0 144.1k 48:39 14:26 34:13 154.3k 29 410.9M 0 0 29 122.1M 0 144.1k 48:40 14:27 34:13 154.5k 29 410.9M 0 0 29 122.2M 0 144.0k 48:40 14:28 34:12 147.9k 29 410.9M 0 0 29 122.4M 0 144.0k 48:40 14:30 34:10 152.1k 29 410.9M 0 0 29 122.6M 0 144.0k 48:41 14:31 34:10 143.7k 29 410.9M 0 0 29 122.8M 0 144.0k 48:40 14:32 34:08 136.4k 29 410.9M 0 0 29 123.0M 0 144.1k 48:40 14:34 34:06 143.9k 29 410.9M 0 0 29 123.1M 0 144.0k 48:40 14:35 34:05 145.9k 30 410.9M 0 0 30 123.3M 0 144.0k 48:40 14:36 34:04 145.4k 30 410.9M 0 0 30 123.5M 0 144.1k 48:39 14:37 34:02 156.1k 30 410.9M 0 0 30 123.6M 0 144.1k 48:38 14:38 34:00 158.5k 30 410.9M 0 0 30 123.8M 0 144.2k 48:37 14:39 33:58 163.5k 30 410.9M 0 0 30 124.0M 0 144.2k 48:36 14:40 33:56 172.6k 30 410.9M 0 0 30 124.2M 0 144.2k 48:36 14:42 33:54 172.1k 30 410.9M 0 0 30 124.4M 0 144.2k 48:37 14:43 33:54 161.3k 30 410.9M 0 0 30 124.6M 0 144.2k 48:37 14:44 33:53 154.6k 30 410.9M 0 0 30 124.8M 0 144.2k 48:36 14:46 33:50 148.3k 30 410.9M 0 0 30 124.9M 0 144.2k 48:37 14:47 33:50 136.7k 30 410.9M 0 0 30 125.0M 0 144.1k 48:38 14:48 33:50 132.8k 30 410.9M 0 0 30 125.1M 0 144.1k 48:39 14:49 33:50 124.8k 30 410.9M 0 0 30 125.3M 0 143.9k 48:43 14:51 33:52 103.8k 30 410.9M 0 0 30 125.4M 0 143.8k 48:45 14:52 33:53 94732 30 410.9M 0 0 30 125.6M 0 143.8k 48:44 14:54 33:50 101.6k 30 410.9M 0 0 30 125.8M 0 143.8k 48:44 14:55 33:49 108.2k 30 410.9M 0 0 30 126.0M 0 143.8k 48:44 14:56 33:48 116.6k 30 410.9M 0 0 30 126.1M 0 143.8k 48:44 14:57 33:47 134.1k 30 410.9M 0 0 30 126.2M 0 143.8k 48:45 14:58 33:47 142.5k 30 410.9M 0 0 30 126.3M 0 143.8k 48:45 14:59 33:46 134.0k 30 410.9M 0 0 30 126.5M 0 143.8k 48:45 15:01 33:44 132.2k 30 410.9M 0 0 30 126.8M 0 143.9k 48:43 15:02 33:41 148.6k 30 410.9M 0 0 30 127.1M 0 144.0k 48:40 15:03 33:37 176.0k 30 410.9M 0 0 30 127.3M 0 144.0k 48:40 15:04 33:36 175.4k 31 410.9M 0 0 31 127.5M 0 144.0k 48:40 15:06 33:34 181.5k 31 410.9M 0 0 31 127.6M 0 144.0k 48:40 15:07 33:33 185.0k 31 410.9M 0 0 31 127.8M 0 144.0k 48:40 15:08 33:32 166.6k 31 410.9M 0 0 31 127.9M 0 144.0k 48:40 15:09 33:31 140.2k 31 410.9M 0 0 31 128.0M 0 144.0k 48:41 15:10 33:31 137.1k 31 410.9M 0 0 31 128.3M 0 144.1k 48:39 15:11 33:28 150.4k 31 410.9M 0 0 31 128.4M 0 144.0k 48:40 15:12 33:28 140.4k 31 410.9M 0 0 31 128.5M 0 143.9k 48:42 15:14 33:28 130.0k 31 410.9M 0 0 31 128.6M 0 143.8k 48:44 15:15 33:29 121.2k 31 410.9M 0 0 31 128.8M 0 143.8k 48:45 15:16 33:29 120.3k 31 410.9M 0 0 31 128.9M 0 143.8k 48:45 15:18 33:27 100.5k 31 410.9M 0 0 31 129.1M 0 143.8k 48:45 15:19 33:26 108.8k 31 410.9M 0 0 31 129.3M 0 143.7k 48:46 15:20 33:26 115.3k 31 410.9M 0 0 31 129.4M 0 143.7k 48:48 15:22 33:26 116.9k 31 410.9M 0 0 31 129.5M 0 143.6k 48:48 15:23 33:25 118.1k 31 410.9M 0 0 31 129.6M 0 143.5k 48:50 15:24 33:26 111.9k 31 410.9M 0 0 31 129.8M 0 143.4k 48:52 15:26 33:26 97.84k 31 410.9M 0 0 31 130.0M 0 143.4k 48:52 15:27 33:25 102.9k 31 410.9M 0 0 31 130.1M 0 143.4k 48:52 15:29 33:23 113.6k 31 410.9M 0 0 31 130.3M 0 143.5k 48:52 15:30 33:22 121.2k 31 410.9M 0 0 31 130.5M 0 143.5k 48:52 15:31 33:21 134.3k 31 410.9M 0 0 31 130.7M 0 143.5k 48:51 15:32 33:19 154.0k 31 410.9M 0 0 31 130.9M 0 143.5k 48:50 15:33 33:17 159.4k 31 410.9M 0 0 31 131.1M 0 143.5k 48:50 15:35 33:15 155.6k 31 410.9M 0 0 31 131.3M 0 143.5k 48:50 15:36 33:14 155.6k 31 410.9M 0 0 31 131.4M 0 143.5k 48:51 15:37 33:14 150.4k 32 410.9M 0 0 32 131.6M 0 143.5k 48:52 15:39 33:13 138.4k 32 410.9M 0 0 32 131.7M 0 143.4k 48:53 15:40 33:13 124.6k 32 410.9M 0 0 32 131.8M 0 143.4k 48:54 15:41 33:13 120.3k 32 410.9M 0 0 32 132.0M 0 143.4k 48:54 15:42 33:12 118.3k 32 410.9M 0 0 32 132.2M 0 143.4k 48:54 15:44 33:10 123.2k 32 410.9M 0 0 32 132.3M 0 143.3k 48:54 15:45 33:09 125.7k 32 410.9M 0 0 32 132.5M 0 143.3k 48:54 15:46 33:08 137.2k 32 410.9M 0 0 32 132.5M 0 143.3k 48:54 15:46 33:08 143.3k 32 410.9M 0 0 32 132.6M 0 143.3k 48:54 15:47 33:07 126.8k 32 410.9M 0 0 32 132.8M 0 143.3k 48:55 15:48 33:07 117.3k 32 410.9M 0 0 32 133.0M 0 143.3k 48:55 15:49 33:06 136.6k 32 410.9M 0 0 32 133.1M 0 143.4k 48:54 15:51 33:03 146.2k 32 410.9M 0 0 32 133.3M 0 143.3k 48:54 15:52 33:02 141.2k 32 410.9M 0 0 32 133.5M 0 143.3k 48:55 15:53 33:02 138.3k 32 410.9M 0 0 32 133.6M 0 143.3k 48:55 15:54 33:01 146.8k 32 410.9M 0 0 32 133.9M 0 143.3k 48:54 15:56 32:58 145.3k 32 410.9M 0 0 32 134.1M 0 143.3k 48:54 15:57 32:57 140.7k 32 410.9M 0 0 32 134.2M 0 143.3k 48:55 15:58 32:57 141.0k 32 410.9M 0 0 32 134.4M 0 143.3k 48:54 16:00 32:54 147.8k 32 410.9M 0 0 32 134.6M 0 143.4k 48:53 16:01 32:52 153.6k 32 410.9M 0 0 32 134.8M 0 143.3k 48:54 16:02 32:52 145.7k 32 410.9M 0 0 32 134.8M 0 143.2k 48:57 16:04 32:53 124.7k 32 410.9M 0 0 32 135.0M 0 143.2k 48:56 16:05 32:51 133.9k 32 410.9M 0 0 32 135.2M 0 143.3k 48:56 16:06 32:50 134.1k 32 410.9M 0 0 32 135.4M 0 143.3k 48:56 16:07 32:49 128.2k 32 410.9M 0 0 32 135.5M 0 143.2k 48:56 16:08 32:48 126.3k 33 410.9M 0 0 33 135.6M 0 143.2k 48:57 16:10 32:47 137.8k 33 410.9M 0 0 33 135.8M 0 143.2k 48:56 16:11 32:45 138.8k 33 410.9M 0 0 33 136.0M 0 143.2k 48:57 16:12 32:45 133.9k 33 410.9M 0 0 33 136.1M 0 143.2k 48:57 16:13 32:44 130.1k 33 410.9M 0 0 33 136.3M 0 143.2k 48:56 16:14 32:42 141.7k 33 410.9M 0 0 33 136.5M 0 143.2k 48:57 16:16 32:41 143.0k 33 410.9M 0 0 33 136.6M 0 143.1k 48:58 16:17 32:41 130.2k 33 410.9M 0 0 33 136.8M 0 143.0k 49:00 16:19 32:41 120.6k 33 410.9M 0 0 33 136.9M 0 143.0k 49:01 16:20 32:41 118.4k 33 410.9M 0 0 33 137.0M 0 143.0k 49:02 16:21 32:41 104.3k 33 410.9M 0 0 33 137.2M 0 143.0k 49:02 16:22 32:40 110.4k 33 410.9M 0 0 33 137.3M 0 142.9k 49:03 16:24 32:39 107.6k 33 410.9M 0 0 33 137.5M 0 142.9k 49:02 16:25 32:37 126.9k 33 410.9M 0 0 33 137.7M 0 143.0k 49:01 16:26 32:35 136.6k 33 410.9M 0 0 33 137.8M 0 142.9k 49:02 16:27 32:35 140.2k 33 410.9M 0 0 33 138.0M 0 142.9k 49:03 16:28 32:35 136.0k 33 410.9M 0 0 33 138.1M 0 142.9k 49:02 16:29 32:33 150.9k 33 410.9M 0 0 33 138.3M 0 142.9k 49:04 16:30 32:34 130.3k 33 410.9M 0 0 33 138.5M 0 143.0k 49:02 16:32 32:30 138.6k 33 410.9M 0 0 33 138.7M 0 143.0k 49:01 16:33 32:28 150.2k 33 410.9M 0 0 33 138.9M 0 143.0k 49:01 16:34 32:27 155.1k 33 410.9M 0 0 33 139.1M 0 143.0k 49:01 16:35 32:26 151.8k 33 410.9M 0 0 33 139.3M 0 143.0k 49:00 16:37 32:23 167.8k 33 410.9M 0 0 33 139.5M 0 143.0k 49:00 16:38 32:22 158.3k 33 410.9M 0 0 33 139.6M 0 143.0k 49:00 16:39 32:21 152.4k 34 410.9M 0 0 34 139.8M 0 142.9k 49:02 16:41 32:21 132.7k 34 410.9M 0 0 34 139.8M 0 142.9k 49:04 16:42 32:22 119.8k 34 410.9M 0 0 34 140.0M 0 142.8k 49:06 16:43 32:23 104.7k 34 410.9M 0 0 34 140.1M 0 142.8k 49:06 16:44 32:22 97.79k 34 410.9M 0 0 34 140.2M 0 142.7k 49:07 16:45 32:22 94281 34 410.9M 0 0 34 140.4M 0 142.7k 49:07 16:47 32:20 106.1k 34 410.9M 0 0 34 140.5M 0 142.7k 49:08 16:48 32:20 114.5k 34 410.9M 0 0 34 140.6M 0 142.6k 49:09 16:49 32:20 118.9k 34 410.9M 0 0 34 140.8M 0 142.6k 49:09 16:50 32:19 117.5k 34 410.9M 0 0 34 140.9M 0 142.6k 49:10 16:51 32:19 118.6k 34 410.9M 0 0 34 141.1M 0 142.6k 49:09 16:52 32:17 128.3k 34 410.9M 0 0 34 141.3M 0 142.7k 49:07 16:54 32:13 146.6k 34 410.9M 0 0 34 141.5M 0 142.7k 49:07 16:55 32:12 161.7k 34 410.9M 0 0 34 141.7M 0 142.8k 49:06 16:56 32:10 171.0k 34 410.9M 0 0 34 141.9M 0 142.8k 49:05 16:57 32:08 177.5k 34 410.9M 0 0 34 142.1M 0 142.8k 49:05 16:58 32:07 168.0k 34 410.9M 0 0 34 142.3M 0 142.8k 49:05 17:00 32:05 158.1k 34 410.9M 0 0 34 142.5M 0 142.8k 49:05 17:01 32:04 154.4k 34 410.9M 0 0 34 142.6M 0 142.8k 49:05 17:02 32:03 146.3k 34 410.9M 0 0 34 142.8M 0 142.8k 49:05 17:03 32:02 148.0k 34 410.9M 0 0 34 143.0M 0 142.9k 49:03 17:04 31:59 165.4k 34 410.9M 0 0 34 143.3M 0 143.0k 49:02 17:06 31:56 173.7k 34 410.9M 0 0 34 143.4M 0 142.9k 49:02 17:07 31:55 166.3k 34 410.9M 0 0 34 143.6M 0 143.0k 49:02 17:08 31:54 175.6k 34 410.9M 0 0 34 143.7M 0 142.9k 49:02 17:09 31:53 166.7k 35 410.9M 0 0 35 143.8M 0 142.8k 49:04 17:11 31:53 132.2k 35 410.9M 0 0 35 144.0M 0 142.8k 49:05 17:12 31:53 118.4k 35 410.9M 0 0 35 144.1M 0 142.9k 49:04 17:13 31:51 131.4k 35 410.9M 0 0 35 144.3M 0 142.9k 49:03 17:14 31:49 130.1k 35 410.9M 0 0 35 144.5M 0 142.9k 49:02 17:15 31:47 140.5k 35 410.9M 0 0 35 144.7M 0 143.0k 49:01 17:16 31:45 169.0k 35 410.9M 0 0 35 144.9M 0 143.0k 49:00 17:17 31:43 181.4k 35 410.9M 0 0 35 145.0M 0 143.0k 49:02 17:18 31:44 160.7k 35 410.9M 0 0 35 145.3M 0 143.0k 49:00 17:19 31:41 168.9k 35 410.9M 0 0 35 145.5M 0 143.1k 48:59 17:20 31:39 168.6k 35 410.9M 0 0 35 145.6M 0 143.1k 48:59 17:22 31:37 163.2k 35 410.9M 0 0 35 145.9M 0 143.1k 48:58 17:23 31:35 161.0k 35 410.9M 0 0 35 146.1M 0 143.2k 48:58 17:24 31:34 174.7k 35 410.9M 0 0 35 146.4M 0 143.3k 48:55 17:26 31:29 188.2k 35 410.9M 0 0 35 146.6M 0 143.4k 48:53 17:27 31:26 192.9k 35 410.9M 0 0 35 146.8M 0 143.4k 48:53 17:28 31:25 192.9k 35 410.9M 0 0 35 147.0M 0 143.4k 48:53 17:29 31:24 184.9k 35 410.9M 0 0 35 147.2M 0 143.4k 48:53 17:31 31:22 183.2k 35 410.9M 0 0 35 147.5M 0 143.5k 48:51 17:32 31:19 173.3k 35 410.9M 0 0 35 147.7M 0 143.6k 48:49 17:33 31:16 177.1k 36 410.9M 0 0 36 147.9M 0 143.6k 48:49 17:34 31:15 180.2k 36 410.9M 0 0 36 148.1M 0 143.6k 48:49 17:35 31:14 182.4k 36 410.9M 0 0 36 148.2M 0 143.6k 48:49 17:36 31:13 177.1k 36 410.9M 0 0 36 148.3M 0 143.5k 48:50 17:38 31:12 155.8k 36 410.9M 0 0 36 148.5M 0 143.5k 48:50 17:39 31:11 136.7k 36 410.9M 0 0 36 148.6M 0 143.5k 48:51 17:40 31:11 126.4k 36 410.9M 0 0 36 148.8M 0 143.5k 48:51 17:41 31:10 119.2k 36 410.9M 0 0 36 148.9M 0 143.4k 48:52 17:43 31:09 115.5k 36 410.9M 0 0 36 149.0M 0 143.4k 48:53 17:44 31:09 114.6k 36 410.9M 0 0 36 149.2M 0 143.4k 48:53 17:45 31:08 119.6k 36 410.9M 0 0 36 149.4M 0 143.4k 48:53 17:46 31:07 122.8k 36 410.9M 0 0 36 149.6M 0 143.4k 48:53 17:47 31:06 133.6k 36 410.9M 0 0 36 149.8M 0 143.5k 48:51 17:49 31:02 156.1k 36 410.9M 0 0 36 150.1M 0 143.6k 48:49 17:50 30:59 174.9k 36 410.9M 0 0 36 150.3M 0 143.6k 48:49 17:51 30:58 179.3k 36 410.9M 0 0 36 150.5M 0 143.6k 48:48 17:52 30:56 192.8k 36 410.9M 0 0 36 150.7M 0 143.7k 48:46 17:53 30:53 206.1k 36 410.9M 0 0 36 150.8M 0 143.7k 48:46 17:54 30:52 187.7k 36 410.9M 0 0 36 151.0M 0 143.7k 48:47 17:55 30:52 169.1k 36 410.9M 0 0 36 151.1M 0 143.6k 48:48 17:56 30:52 152.1k 36 410.9M 0 0 36 151.2M 0 143.5k 48:51 17:58 30:53 120.6k 36 410.9M 0 0 36 151.3M 0 143.4k 48:52 18:00 30:52 95854 36 410.9M 0 0 36 151.5M 0 143.4k 48:53 18:01 30:52 94432 36 410.9M 0 0 36 151.6M 0 143.4k 48:54 18:03 30:51 98041 36 410.9M 0 0 36 151.8M 0 143.3k 48:55 18:04 30:51 95953 37 410.9M 0 0 37 152.0M 0 143.4k 48:54 18:05 30:49 120.0k 37 410.9M 0 0 37 152.2M 0 143.4k 48:53 18:06 30:47 138.8k 37 410.9M 0 0 37 152.4M 0 143.4k 48:53 18:08 30:45 142.4k 37 410.9M 0 0 37 152.6M 0 143.4k 48:53 18:09 30:44 148.9k 37 410.9M 0 0 37 152.8M 0 143.4k 48:52 18:10 30:42 167.9k 37 410.9M 0 0 37 153.0M 0 143.5k 48:50 18:11 30:39 174.9k 37 410.9M 0 0 37 153.3M 0 143.6k 48:49 18:12 30:37 183.2k 37 410.9M 0 0 37 153.5M 0 143.6k 48:48 18:13 30:35 192.0k 37 410.9M 0 0 37 153.6M 0 143.6k 48:48 18:15 30:33 187.3k 37 410.9M 0 0 37 153.9M 0 143.7k 48:47 18:16 30:31 190.9k 37 410.9M 0 0 37 154.1M 0 143.7k 48:47 18:18 30:29 170.2k 37 410.9M 0 0 37 154.3M 0 143.7k 48:46 18:19 30:27 163.7k 37 410.9M 0 0 37 154.5M 0 143.8k 48:46 18:20 30:26 166.3k 37 410.9M 0 0 37 154.7M 0 143.8k 48:44 18:21 30:23 177.1k 37 410.9M 0 0 37 154.9M 0 143.9k 48:44 18:22 30:22 172.0k 37 410.9M 0 0 37 155.0M 0 143.8k 48:44 18:23 30:21 174.4k 37 410.9M 0 0 37 155.1M 0 143.8k 48:44 18:24 30:20 163.6k 37 410.9M 0 0 37 155.4M 0 143.9k 48:42 18:25 30:17 174.4k 37 410.9M 0 0 37 155.6M 0 144.0k 48:41 18:26 30:15 178.2k 37 410.9M 0 0 37 155.8M 0 144.0k 48:40 18:27 30:13 178.0k 37 410.9M 0 0 37 156.0M 0 144.0k 48:40 18:29 30:11 181.4k 38 410.9M 0 0 38 156.2M 0 144.1k 48:39 18:30 30:09 192.5k 38 410.9M 0 0 38 156.4M 0 144.1k 48:38 18:31 30:07 184.2k 38 410.9M 0 0 38 156.6M 0 144.1k 48:38 18:32 30:06 177.5k 38 410.9M 0 0 38 156.8M 0 144.2k 48:37 18:33 30:04 173.8k 38 410.9M 0 0 38 157.0M 0 144.2k 48:37 18:34 30:03 174.5k 38 410.9M 0 0 38 157.1M 0 144.2k 48:36 18:35 30:01 173.7k 38 410.9M 0 0 38 157.4M 0 144.3k 48:35 18:36 29:59 177.9k 38 410.9M 0 0 38 157.6M 0 144.3k 48:35 18:38 29:57 172.2k 38 410.9M 0 0 38 157.7M 0 144.2k 48:36 18:39 29:57 152.5k 38 410.9M 0 0 38 157.8M 0 144.1k 48:38 18:41 29:57 134.0k 38 410.9M 0 0 38 158.0M 0 144.1k 48:39 18:42 29:57 121.4k 38 410.9M 0 0 38 158.1M 0 144.0k 48:41 18:44 29:57 99764 38 410.9M 0 0 38 158.3M 0 144.0k 48:41 18:45 29:56 98590 38 410.9M 0 0 38 158.5M 0 144.0k 48:41 18:46 29:55 108.7k 38 410.9M 0 0 38 158.6M 0 144.0k 48:40 18:47 29:53 127.0k 38 410.9M 0 0 38 158.8M 0 144.0k 48:41 18:49 29:52 128.2k 38 410.9M 0 0 38 159.0M 0 144.0k 48:41 18:50 29:51 140.0k 38 410.9M 0 0 38 159.1M 0 144.0k 48:41 18:51 29:50 147.0k 38 410.9M 0 0 38 159.4M 0 144.1k 48:39 18:52 29:47 158.5k 38 410.9M 0 0 38 159.6M 0 144.1k 48:39 18:54 29:45 156.0k 38 410.9M 0 0 38 159.7M 0 144.1k 48:39 18:55 29:44 162.4k 38 410.9M 0 0 38 159.9M 0 144.1k 48:39 18:56 29:43 171.5k 38 410.9M 0 0 38 160.1M 0 144.1k 48:39 18:57 29:42 164.0k 39 410.9M 0 0 39 160.3M 0 144.1k 48:38 18:58 29:40 157.9k 39 410.9M 0 0 39 160.5M 0 144.1k 48:38 18:59 29:39 156.5k 39 410.9M 0 0 39 160.6M 0 144.1k 48:38 19:01 29:37 159.7k 39 410.9M 0 0 39 160.8M 0 144.2k 48:37 19:02 29:35 157.2k 39 410.9M 0 0 39 161.0M 0 144.2k 48:37 19:03 29:34 163.4k 39 410.9M 0 0 39 161.2M 0 144.2k 48:36 19:04 29:32 160.3k 39 410.9M 0 0 39 161.4M 0 144.2k 48:36 19:05 29:31 159.7k 39 410.9M 0 0 39 161.6M 0 144.2k 48:36 19:07 29:29 160.5k 39 410.9M 0 0 39 161.8M 0 144.3k 48:35 19:08 29:27 163.0k 39 410.9M 0 0 39 161.9M 0 144.2k 48:36 19:09 29:27 153.7k 39 410.9M 0 0 39 162.1M 0 144.2k 48:36 19:10 29:26 148.6k 39 410.9M 0 0 39 162.2M 0 144.2k 48:36 19:11 29:25 144.9k 39 410.9M 0 0 39 162.4M 0 144.2k 48:36 19:13 29:23 138.3k 39 410.9M 0 0 39 162.6M 0 144.2k 48:36 19:14 29:22 140.6k 39 410.9M 0 0 39 162.8M 0 144.3k 48:35 19:15 29:20 145.7k 39 410.9M 0 0 39 163.0M 0 144.2k 48:36 19:16 29:20 140.0k 39 410.9M 0 0 39 163.1M 0 144.1k 48:38 19:18 29:20 129.5k 39 410.9M 0 0 39 163.3M 0 144.2k 48:37 19:19 29:18 138.2k 39 410.9M 0 0 39 163.5M 0 144.2k 48:36 19:20 29:16 137.3k 39 410.9M 0 0 39 163.6M 0 144.1k 48:38 19:21 29:17 125.5k 39 410.9M 0 0 39 163.7M 0 144.1k 48:38 19:22 29:16 127.3k 39 410.9M 0 0 39 163.9M 0 144.1k 48:38 19:24 29:14 141.9k 39 410.9M 0 0 39 164.0M 0 144.1k 48:39 19:25 29:14 127.5k 39 410.9M 0 0 39 164.1M 0 144.1k 48:39 19:26 29:13 117.6k 40 410.9M 0 0 40 164.3M 0 144.1k 48:39 19:27 29:12 134.2k 40 410.9M 0 0 40 164.6M 0 144.2k 48:37 19:28 29:09 156.7k 40 410.9M 0 0 40 164.8M 0 144.2k 48:36 19:29 29:07 165.7k 40 410.9M 0 0 40 165.0M 0 144.3k 48:34 19:30 29:04 194.6k 40 410.9M 0 0 40 165.3M 0 144.4k 48:33 19:32 29:01 205.8k 40 410.9M 0 0 40 165.4M 0 144.3k 48:34 19:33 29:01 197.1k 40 410.9M 0 0 40 165.5M 0 144.2k 48:36 19:34 29:02 155.2k 40 410.9M 0 0 40 165.6M 0 144.3k 48:35 19:35 29:00 149.2k 40 410.9M 0 0 40 165.8M 0 144.2k 48:36 19:37 28:59 128.7k 40 410.9M 0 0 40 166.0M 0 144.2k 48:37 19:38 28:59 111.2k 40 410.9M 0 0 40 166.1M 0 144.1k 48:39 19:40 28:59 101.8k 40 410.9M 0 0 40 166.2M 0 144.1k 48:39 19:41 28:58 111.6k 40 410.9M 0 0 40 166.4M 0 144.0k 48:40 19:42 28:58 109.2k 40 410.9M 0 0 40 166.6M 0 144.1k 48:38 19:44 28:54 123.2k 40 410.9M 0 0 40 166.9M 0 144.2k 48:37 19:45 28:52 143.0k 40 410.9M 0 0 40 167.1M 0 144.2k 48:36 19:46 28:50 166.7k 40 410.9M 0 0 40 167.4M 0 144.3k 48:34 19:47 28:47 198.3k 40 410.9M 0 0 40 167.6M 0 144.4k 48:32 19:48 28:44 217.5k 40 410.9M 0 0 40 167.8M 0 144.4k 48:33 19:49 28:44 197.1k 40 410.9M 0 0 40 168.0M 0 144.4k 48:33 19:51 28:42 183.4k 40 410.9M 0 0 40 168.1M 0 144.4k 48:32 19:52 28:40 184.0k 40 410.9M 0 0 40 168.3M 0 144.4k 48:32 19:53 28:39 162.3k 41 410.9M 0 0 41 168.5M 0 144.3k 48:34 19:55 28:39 128.2k 41 410.9M 0 0 41 168.6M 0 144.3k 48:34 19:56 28:38 136.8k 41 410.9M 0 0 41 168.8M 0 144.3k 48:35 19:57 28:38 130.4k 41 410.9M 0 0 41 168.9M 0 144.3k 48:35 19:58 28:37 120.0k 41 410.9M 0 0 41 169.1M 0 144.3k 48:34 19:59 28:35 124.5k 41 410.9M 0 0 41 169.4M 0 144.4k 48:32 20:00 28:32 170.2k 41 410.9M 0 0 41 169.6M 0 144.5k 48:31 20:02 28:29 172.4k 41 410.9M 0 0 41 169.7M 0 144.4k 48:32 20:03 28:29 170.3k 41 410.9M 0 0 41 169.9M 0 144.4k 48:32 20:04 28:28 176.0k 41 410.9M 0 0 41 170.1M 0 144.5k 48:31 20:05 28:26 170.6k 41 410.9M 0 0 41 170.4M 0 144.6k 48:29 20:06 28:23 173.9k 41 410.9M 0 0 41 170.6M 0 144.7k 48:27 20:07 28:20 189.6k 41 410.9M 0 0 41 170.8M 0 144.6k 48:27 20:08 28:19 193.2k 41 410.9M 0 0 41 171.0M 0 144.6k 48:28 20:10 28:18 181.3k 41 410.9M 0 0 41 171.1M 0 144.6k 48:28 20:11 28:17 182.6k 41 410.9M 0 0 41 171.3M 0 144.6k 48:28 20:12 28:16 155.8k 41 410.9M 0 0 41 171.5M 0 144.7k 48:27 20:13 28:14 143.5k 41 410.9M 0 0 41 171.6M 0 144.6k 48:28 20:15 28:13 142.7k 41 410.9M 0 0 41 171.8M 0 144.6k 48:28 20:16 28:12 144.9k 41 410.9M 0 0 41 172.0M 0 144.6k 48:28 20:17 28:11 143.2k 41 410.9M 0 0 41 172.2M 0 144.7k 48:27 20:18 28:09 155.6k 41 410.9M 0 0 41 172.5M 0 144.7k 48:26 20:19 28:07 160.5k 42 410.9M 0 0 42 172.6M 0 144.7k 48:25 20:21 28:04 166.3k 42 410.9M 0 0 42 172.8M 0 144.7k 48:27 20:22 28:05 154.2k 42 410.9M 0 0 42 172.9M 0 144.6k 48:28 20:24 28:04 141.5k 42 410.9M 0 0 42 173.1M 0 144.6k 48:28 20:25 28:03 128.7k 42 410.9M 0 0 42 173.2M 0 144.6k 48:29 20:26 28:03 113.1k 42 410.9M 0 0 42 173.4M 0 144.6k 48:29 20:28 28:01 111.7k 42 410.9M 0 0 42 173.6M 0 144.5k 48:30 20:29 28:01 118.8k 42 410.9M 0 0 42 173.7M 0 144.5k 48:30 20:30 28:00 123.4k 42 410.9M 0 0 42 173.9M 0 144.5k 48:30 20:31 27:59 130.0k 42 410.9M 0 0 42 174.1M 0 144.6k 48:29 20:32 27:57 143.5k 42 410.9M 0 0 42 174.3M 0 144.6k 48:29 20:34 27:55 149.8k 42 410.9M 0 0 42 174.4M 0 144.6k 48:29 20:35 27:54 154.5k 42 410.9M 0 0 42 174.6M 0 144.6k 48:29 20:36 27:53 158.6k 42 410.9M 0 0 42 174.8M 0 144.5k 48:30 20:38 27:52 147.4k 42 410.9M 0 0 42 174.9M 0 144.5k 48:30 20:39 27:51 137.2k 42 410.9M 0 0 42 175.1M 0 144.5k 48:30 20:40 27:50 134.0k 42 410.9M 0 0 42 175.3M 0 144.5k 48:30 20:41 27:49 139.5k 42 410.9M 0 0 42 175.5M 0 144.6k 48:29 20:42 27:47 147.5k 42 410.9M 0 0 42 175.6M 0 144.5k 48:30 20:43 27:47 140.0k 42 410.9M 0 0 42 175.9M 0 144.6k 48:28 20:45 27:43 164.3k 42 410.9M 0 0 42 176.1M 0 144.6k 48:28 20:46 27:42 159.5k 42 410.9M 0 0 42 176.3M 0 144.7k 48:27 20:48 27:39 168.1k 42 410.9M 0 0 42 176.5M 0 144.6k 48:28 20:49 27:39 154.3k 42 410.9M 0 0 42 176.6M 0 144.6k 48:28 20:50 27:38 161.4k 43 410.9M 0 0 43 176.8M 0 144.6k 48:28 20:52 27:36 141.0k 43 410.9M 0 0 43 177.0M 0 144.6k 48:29 20:53 27:36 138.2k 43 410.9M 0 0 43 177.1M 0 144.6k 48:29 20:54 27:35 125.5k 43 410.9M 0 0 43 177.3M 0 144.6k 48:29 20:55 27:34 133.5k 43 410.9M 0 0 43 177.6M 0 144.6k 48:28 20:57 27:31 149.6k 43 410.9M 0 0 43 177.8M 0 144.7k 48:27 20:58 27:29 185.0k 43 410.9M 0 0 43 177.8M 0 144.7k 48:27 20:58 27:29 144.7k 43 410.9M 0 0 43 178.0M 0 144.7k 48:26 20:59 27:27 191.4k 43 410.9M 0 0 43 178.1M 0 144.7k 48:27 21:00 27:27 155.5k 43 410.9M 0 0 43 178.3M 0 144.7k 48:27 21:01 27:26 147.8k 43 410.9M 0 0 43 178.4M 0 144.6k 48:28 21:02 27:26 134.7k 43 410.9M 0 0 43 178.5M 0 144.6k 48:29 21:04 27:25 128.1k 43 410.9M 0 0 43 178.6M 0 144.6k 48:29 21:05 27:24 115.1k 43 410.9M 0 0 43 178.8M 0 144.6k 48:29 21:06 27:23 118.9k 43 410.9M 0 0 43 179.0M 0 144.5k 48:30 21:07 27:23 110.6k 43 410.9M 0 0 43 179.1M 0 144.4k 48:32 21:09 27:23 103.9k 43 410.9M 0 0 43 179.3M 0 144.4k 48:32 21:10 27:22 115.1k 43 410.9M 0 0 43 179.4M 0 144.4k 48:33 21:12 27:21 108.9k 43 410.9M 0 0 43 179.5M 0 144.3k 48:34 21:13 27:21 103.7k 43 410.9M 0 0 43 179.7M 0 144.4k 48:33 21:14 27:19 115.4k 43 410.9M 0 0 43 179.9M 0 144.4k 48:33 21:15 27:18 132.4k 43 410.9M 0 0 43 180.0M 0 144.3k 48:34 21:16 27:18 124.1k 43 410.9M 0 0 43 180.1M 0 144.3k 48:34 21:18 27:16 129.7k 43 410.9M 0 0 43 180.3M 0 144.3k 48:35 21:19 27:16 134.6k 43 410.9M 0 0 43 180.5M 0 144.3k 48:35 21:21 27:14 128.0k 43 410.9M 0 0 43 180.7M 0 144.3k 48:35 21:22 27:13 126.3k 44 410.9M 0 0 44 180.9M 0 144.2k 48:36 21:24 27:12 127.1k 44 410.9M 0 0 44 181.0M 0 144.2k 48:36 21:25 27:11 129.7k 44 410.9M 0 0 44 181.2M 0 144.2k 48:36 21:26 27:10 133.4k 44 410.9M 0 0 44 181.5M 0 144.3k 48:35 21:27 27:08 145.8k 44 410.9M 0 0 44 181.6M 0 144.3k 48:34 21:28 27:06 152.2k 44 410.9M 0 0 44 181.9M 0 144.4k 48:33 21:29 27:04 174.3k 44 410.9M 0 0 44 182.2M 0 144.5k 48:31 21:31 27:00 202.4k 44 410.9M 0 0 44 182.4M 0 144.5k 48:30 21:32 26:58 209.2k 44 410.9M 0 0 44 182.6M 0 144.6k 48:29 21:33 26:56 214.1k 44 410.9M 0 0 44 182.8M 0 144.6k 48:28 21:34 26:54 215.4k 44 410.9M 0 0 44 183.0M 0 144.6k 48:29 21:35 26:54 180.9k 44 410.9M 0 0 44 183.1M 0 144.6k 48:29 21:37 26:52 158.3k 44 410.9M 0 0 44 183.3M 0 144.6k 48:29 21:38 26:51 149.5k 44 410.9M 0 0 44 183.5M 0 144.5k 48:30 21:39 26:51 132.5k 44 410.9M 0 0 44 183.6M 0 144.5k 48:30 21:40 26:50 130.0k 44 410.9M 0 0 44 183.9M 0 144.6k 48:28 21:42 26:46 155.1k 44 410.9M 0 0 44 184.1M 0 144.7k 48:27 21:43 26:44 171.9k 44 410.9M 0 0 44 184.3M 0 144.7k 48:26 21:44 26:42 178.3k 44 410.9M 0 0 44 184.5M 0 144.7k 48:27 21:45 26:42 176.0k 44 410.9M 0 0 44 184.6M 0 144.7k 48:27 21:46 26:41 171.4k 44 410.9M 0 0 44 184.7M 0 144.6k 48:28 21:47 26:41 151.4k 44 410.9M 0 0 44 184.8M 0 144.6k 48:29 21:49 26:40 118.6k 45 410.9M 0 0 45 185.0M 0 144.6k 48:29 21:50 26:39 117.0k 45 410.9M 0 0 45 185.3M 0 144.6k 48:28 21:51 26:37 138.5k 45 410.9M 0 0 45 185.5M 0 144.6k 48:28 21:52 26:36 141.8k 45 410.9M 0 0 45 185.7M 0 144.7k 48:26 21:53 26:33 161.2k 45 410.9M 0 0 45 186.0M 0 144.8k 48:24 21:55 26:29 202.3k 45 410.9M 0 0 45 186.3M 0 144.9k 48:22 21:56 26:26 224.8k 45 410.9M 0 0 45 186.5M 0 144.9k 48:21 21:57 26:24 210.4k 45 410.9M 0 0 45 186.7M 0 145.0k 48:21 21:58 26:23 217.7k 45 410.9M 0 0 45 186.8M 0 144.9k 48:22 21:59 26:23 197.5k 45 410.9M 0 0 45 187.0M 0 144.9k 48:22 22:00 26:22 164.7k 45 410.9M 0 0 45 187.1M 0 144.9k 48:21 22:01 26:20 146.9k 45 410.9M 0 0 45 187.4M 0 145.0k 48:20 22:03 26:17 156.7k 45 410.9M 0 0 45 187.6M 0 145.0k 48:20 22:04 26:16 151.2k 45 410.9M 0 0 45 187.8M 0 145.0k 48:20 22:05 26:15 157.5k 45 410.9M 0 0 45 188.0M 0 145.0k 48:20 22:06 26:14 169.2k 45 410.9M 0 0 45 188.1M 0 145.1k 48:19 22:07 26:12 169.5k 45 410.9M 0 0 45 188.3M 0 145.0k 48:20 22:09 26:11 152.7k 45 410.9M 0 0 45 188.4M 0 145.0k 48:21 22:10 26:11 138.8k 45 410.9M 0 0 45 188.5M 0 144.9k 48:22 22:12 26:10 122.8k 45 410.9M 0 0 45 188.6M 0 144.8k 48:24 22:13 26:11 104.8k 45 410.9M 0 0 45 188.8M 0 144.8k 48:25 22:15 26:10 91275 45 410.9M 0 0 45 189.0M 0 144.8k 48:25 22:16 26:09 99.18k 46 410.9M 0 0 46 189.2M 0 144.8k 48:23 22:17 26:06 121.0k 46 410.9M 0 0 46 189.4M 0 144.9k 48:23 22:18 26:05 140.6k 46 410.9M 0 0 46 189.6M 0 144.9k 48:22 22:19 26:03 160.7k 46 410.9M 0 0 46 189.8M 0 144.9k 48:22 22:20 26:02 180.2k 46 410.9M 0 0 46 190.0M 0 144.9k 48:22 22:22 26:00 172.4k 46 410.9M 0 0 46 190.1M 0 144.9k 48:22 22:23 25:59 164.6k 46 410.9M 0 0 46 190.3M 0 144.9k 48:22 22:24 25:58 158.9k 46 410.9M 0 0 46 190.5M 0 144.9k 48:21 22:25 25:56 155.9k 46 410.9M 0 0 46 190.7M 0 144.9k 48:22 22:27 25:55 149.1k 46 410.9M 0 0 46 190.8M 0 144.9k 48:22 22:28 25:54 141.9k 46 410.9M 0 0 46 191.0M 0 144.9k 48:23 22:29 25:54 129.4k 46 410.9M 0 0 46 191.1M 0 144.8k 48:24 22:30 25:54 121.9k 46 410.9M 0 0 46 191.2M 0 144.8k 48:24 22:31 25:53 115.8k 46 410.9M 0 0 46 191.4M 0 144.8k 48:25 22:33 25:52 114.0k 46 410.9M 0 0 46 191.6M 0 144.8k 48:25 22:34 25:51 121.7k 46 410.9M 0 0 46 191.7M 0 144.7k 48:26 22:36 25:50 120.0k 46 410.9M 0 0 46 191.9M 0 144.7k 48:26 22:37 25:49 121.9k 46 410.9M 0 0 46 192.0M 0 144.7k 48:27 22:38 25:49 118.6k 46 410.9M 0 0 46 192.1M 0 144.6k 48:28 22:40 25:48 111.5k 46 410.9M 0 0 46 192.3M 0 144.6k 48:29 22:41 25:48 101.0k 46 410.9M 0 0 46 192.4M 0 144.5k 48:30 22:42 25:48 105.0k 46 410.9M 0 0 46 192.5M 0 144.5k 48:30 22:43 25:47 102.4k 46 410.9M 0 0 46 192.7M 0 144.5k 48:30 22:45 25:45 109.0k 46 410.9M 0 0 46 192.9M 0 144.5k 48:30 22:46 25:44 120.4k 46 410.9M 0 0 46 193.1M 0 144.5k 48:30 22:47 25:43 135.6k 47 410.9M 0 0 47 193.3M 0 144.6k 48:29 22:49 25:40 153.2k 47 410.9M 0 0 47 193.6M 0 144.6k 48:28 22:50 25:38 169.1k 47 410.9M 0 0 47 193.8M 0 144.7k 48:26 22:51 25:35 189.8k 47 410.9M 0 0 47 194.1M 0 144.8k 48:25 22:52 25:33 200.8k 47 410.9M 0 0 47 194.3M 0 144.8k 48:25 22:54 25:31 196.7k 47 410.9M 0 0 47 194.5M 0 144.8k 48:25 22:55 25:30 185.5k 47 410.9M 0 0 47 194.6M 0 144.8k 48:25 22:56 25:29 179.7k 47 410.9M 0 0 47 194.8M 0 144.8k 48:25 22:57 25:28 160.8k 47 410.9M 0 0 47 195.0M 0 144.8k 48:25 22:58 25:27 153.8k 47 410.9M 0 0 47 195.2M 0 144.8k 48:24 23:00 25:24 156.6k 47 410.9M 0 0 47 195.4M 0 144.8k 48:24 23:01 25:23 154.0k 47 410.9M 0 0 47 195.5M 0 144.8k 48:25 23:02 25:23 141.7k 47 410.9M 0 0 47 195.7M 0 144.8k 48:25 23:03 25:22 145.8k 47 410.9M 0 0 47 196.0M 0 144.9k 48:23 23:05 25:18 158.3k 47 410.9M 0 0 47 196.2M 0 144.9k 48:22 23:06 25:16 169.7k 47 410.9M 0 0 47 196.4M 0 144.9k 48:22 23:07 25:15 169.6k 47 410.9M 0 0 47 196.6M 0 144.9k 48:22 23:08 25:14 181.5k 47 410.9M 0 0 47 196.8M 0 145.0k 48:21 23:10 25:11 188.3k 47 410.9M 0 0 47 197.0M 0 145.0k 48:21 23:11 25:10 175.3k 48 410.9M 0 0 48 197.2M 0 145.0k 48:20 23:12 25:08 161.9k 48 410.9M 0 0 48 197.4M 0 145.0k 48:20 23:13 25:07 168.8k 48 410.9M 0 0 48 197.6M 0 145.0k 48:20 23:14 25:06 166.4k 48 410.9M 0 0 48 197.8M 0 145.0k 48:20 23:16 25:04 155.7k 48 410.9M 0 0 48 198.0M 0 145.0k 48:20 23:17 25:03 157.1k 48 410.9M 0 0 48 198.2M 0 145.1k 48:18 23:18 25:00 174.9k 48 410.9M 0 0 48 198.5M 0 145.2k 48:17 23:19 24:58 179.2k 48 410.9M 0 0 48 198.6M 0 145.1k 48:17 23:21 24:56 169.8k 48 410.9M 0 0 48 198.8M 0 145.1k 48:18 23:22 24:56 168.4k 48 410.9M 0 0 48 199.0M 0 145.2k 48:17 23:23 24:54 168.8k 48 410.9M 0 0 48 199.3M 0 145.2k 48:16 23:24 24:52 166.1k 48 410.9M 0 0 48 199.5M 0 145.3k 48:15 23:26 24:49 163.6k 48 410.9M 0 0 48 199.6M 0 145.2k 48:16 23:27 24:49 160.5k 48 410.9M 0 0 48 199.8M 0 145.2k 48:16 23:28 24:48 161.8k 48 410.9M 0 0 48 200.1M 0 145.3k 48:15 23:30 24:45 170.0k 48 410.9M 0 0 48 200.3M 0 145.3k 48:15 23:31 24:44 161.2k 48 410.9M 0 0 48 200.5M 0 145.3k 48:14 23:32 24:42 164.0k 48 410.9M 0 0 48 200.8M 0 145.4k 48:12 23:33 24:39 188.8k 48 410.9M 0 0 48 201.0M 0 145.4k 48:12 23:35 24:37 190.2k 48 410.9M 0 0 48 201.1M 0 145.3k 48:13 23:36 24:37 163.9k 48 410.9M 0 0 48 201.3M 0 145.4k 48:13 23:37 24:36 162.2k 49 410.9M 0 0 49 201.5M 0 145.4k 48:13 23:38 24:35 154.0k 49 410.9M 0 0 49 201.6M 0 145.4k 48:12 23:39 24:33 144.1k 49 410.9M 0 0 49 201.8M 0 145.4k 48:12 23:41 24:31 144.1k 49 410.9M 0 0 49 202.0M 0 145.4k 48:12 23:42 24:30 161.9k 49 410.9M 0 0 49 202.2M 0 145.4k 48:12 23:43 24:29 157.4k 49 410.9M 0 0 49 202.5M 0 145.5k 48:11 23:44 24:27 169.1k 49 410.9M 0 0 49 202.6M 0 145.5k 48:11 23:46 24:25 164.5k 49 410.9M 0 0 49 202.8M 0 145.4k 48:12 23:47 24:25 156.6k 49 410.9M 0 0 49 203.0M 0 145.4k 48:12 23:48 24:24 151.5k 49 410.9M 0 0 49 203.2M 0 145.5k 48:11 23:50 24:21 158.6k 49 410.9M 0 0 49 203.3M 0 145.4k 48:12 23:51 24:21 135.7k 49 410.9M 0 0 49 203.5M 0 145.4k 48:12 23:52 24:20 131.4k 49 410.9M 0 0 49 203.7M 0 145.4k 48:12 23:54 24:18 139.1k 49 410.9M 0 0 49 203.9M 0 145.4k 48:13 23:55 24:18 134.6k 49 410.9M 0 0 49 204.0M 0 145.4k 48:13 23:56 24:17 123.1k 49 410.9M 0 0 49 204.2M 0 145.4k 48:13 23:58 24:15 135.4k 49 410.9M 0 0 49 204.4M 0 145.4k 48:12 23:59 24:13 145.9k 49 410.9M 0 0 49 204.6M 0 145.4k 48:12 24:00 24:12 145.8k 49 410.9M 0 0 49 204.7M 0 145.4k 48:13 24:01 24:12 145.7k 49 410.9M 0 0 49 204.8M 0 145.3k 48:14 24:02 24:12 135.7k 49 410.9M 0 0 49 204.9M 0 145.3k 48:15 24:04 24:11 116.4k 49 410.9M 0 0 49 205.1M 0 145.3k 48:15 24:05 24:10 114.6k 49 410.9M 0 0 49 205.3M 0 145.3k 48:14 24:06 24:08 118.4k 50 410.9M 0 0 50 205.5M 0 145.3k 48:14 24:07 24:07 127.1k 50 410.9M 0 0 50 205.6M 0 145.3k 48:14 24:09 24:05 139.1k 50 410.9M 0 0 50 205.8M 0 145.3k 48:14 24:10 24:04 158.6k 50 410.9M 0 0 50 206.0M 0 145.3k 48:15 24:11 24:04 142.0k 50 410.9M 0 0 50 206.1M 0 145.2k 48:16 24:13 24:03 123.5k 50 410.9M 0 0 50 206.3M 0 145.2k 48:17 24:14 24:03 120.2k 50 410.9M 0 0 50 206.5M 0 145.2k 48:17 24:15 24:02 120.3k 50 410.9M 0 0 50 206.6M 0 145.2k 48:17 24:17 24:00 117.3k 50 410.9M 0 0 50 206.8M 0 145.2k 48:16 24:18 23:58 132.5k 50 410.9M 0 0 50 207.0M 0 145.2k 48:16 24:19 23:57 147.8k 50 410.9M 0 0 50 207.2M 0 145.2k 48:16 24:20 23:56 155.8k 50 410.9M 0 0 50 207.4M 0 145.3k 48:15 24:21 23:54 160.4k 50 410.9M 0 0 50 207.6M 0 145.3k 48:15 24:23 23:52 166.4k 50 410.9M 0 0 50 207.8M 0 145.3k 48:15 24:24 23:51 155.9k 50 410.9M 0 0 50 208.0M 0 145.3k 48:15 24:25 23:50 161.7k 50 410.9M 0 0 50 208.2M 0 145.3k 48:14 24:26 23:48 163.8k 50 410.9M 0 0 50 208.4M 0 145.3k 48:14 24:28 23:46 163.8k 50 410.9M 0 0 50 208.5M 0 145.3k 48:14 24:29 23:45 152.5k 50 410.9M 0 0 50 208.7M 0 145.3k 48:15 24:30 23:45 149.9k 50 410.9M 0 0 50 208.8M 0 145.3k 48:15 24:31 23:44 139.4k 50 410.9M 0 0 50 209.0M 0 145.3k 48:15 24:33 23:42 131.3k 50 410.9M 0 0 50 209.2M 0 145.3k 48:15 24:34 23:41 129.7k 50 410.9M 0 0 50 209.4M 0 145.2k 48:16 24:36 23:40 132.9k 50 410.9M 0 0 50 209.5M 0 145.2k 48:16 24:37 23:39 132.0k 51 410.9M 0 0 51 209.7M 0 145.2k 48:16 24:38 23:38 142.3k 51 410.9M 0 0 51 210.0M 0 145.3k 48:14 24:39 23:35 164.7k 51 410.9M 0 0 51 210.3M 0 145.4k 48:12 24:40 23:32 181.9k 51 410.9M 0 0 51 210.5M 0 145.4k 48:12 24:41 23:31 192.5k 51 410.9M 0 0 51 210.6M 0 145.4k 48:12 24:42 23:30 200.4k 51 410.9M 0 0 51 210.8M 0 145.4k 48:12 24:44 23:28 194.7k 51 410.9M 0 0 51 211.0M 0 145.4k 48:11 24:45 23:26 172.1k 51 410.9M 0 0 51 211.1M 0 145.4k 48:12 24:46 23:26 149.7k 51 410.9M 0 0 51 211.3M 0 145.4k 48:12 24:47 23:25 138.3k 51 410.9M 0 0 51 211.5M 0 145.4k 48:13 24:49 23:24 134.9k 51 410.9M 0 0 51 211.6M 0 145.4k 48:13 24:50 23:23 126.4k 51 410.9M 0 0 51 211.8M 0 145.4k 48:13 24:51 23:22 125.5k 51 410.9M 0 0 51 212.0M 0 145.4k 48:13 24:52 23:21 129.0k 51 410.9M 0 0 51 212.1M 0 145.3k 48:14 24:54 23:20 127.6k 51 410.9M 0 0 51 212.3M 0 145.2k 48:16 24:56 23:20 114.7k 51 410.9M 0 0 51 212.4M 0 145.2k 48:17 24:57 23:20 110.7k 51 410.9M 0 0 51 212.6M 0 145.2k 48:17 24:59 23:18 110.7k 51 410.9M 0 0 51 212.8M 0 145.2k 48:16 25:00 23:16 117.4k 51 410.9M 0 0 51 213.0M 0 145.2k 48:16 25:01 23:15 128.2k 51 410.9M 0 0 51 213.1M 0 145.2k 48:16 25:02 23:14 140.3k 51 410.9M 0 0 51 213.3M 0 145.3k 48:15 25:03 23:12 161.0k 51 410.9M 0 0 51 213.5M 0 145.3k 48:15 25:04 23:11 169.9k 51 410.9M 0 0 51 213.6M 0 145.2k 48:16 25:05 23:11 151.1k 52 410.9M 0 0 52 213.8M 0 145.3k 48:15 25:06 23:09 149.5k 52 410.9M 0 0 52 214.0M 0 145.3k 48:15 25:07 23:08 159.7k 52 410.9M 0 0 52 214.1M 0 145.3k 48:15 25:09 23:06 154.8k 52 410.9M 0 0 52 214.3M 0 145.3k 48:15 25:10 23:05 143.7k 52 410.9M 0 0 52 214.5M 0 145.2k 48:16 25:11 23:05 140.3k 52 410.9M 0 0 52 214.6M 0 145.2k 48:16 25:12 23:04 133.8k 52 410.9M 0 0 52 214.8M 0 145.2k 48:16 25:14 23:02 133.8k 52 410.9M 0 0 52 215.0M 0 145.2k 48:16 25:15 23:01 126.2k 52 410.9M 0 0 52 215.1M 0 145.2k 48:17 25:16 23:01 122.8k 52 410.9M 0 0 52 215.3M 0 145.2k 48:17 25:18 22:59 137.2k 52 410.9M 0 0 52 215.5M 0 145.3k 48:15 25:19 22:56 156.3k 52 410.9M 0 0 52 215.8M 0 145.3k 48:14 25:20 22:54 162.4k 52 410.9M 0 0 52 216.0M 0 145.3k 48:15 25:21 22:54 166.9k 52 410.9M 0 0 52 216.1M 0 145.3k 48:15 25:22 22:53 166.9k 52 410.9M 0 0 52 216.2M 0 145.2k 48:15 25:24 22:51 159.4k 52 410.9M 0 0 52 216.4M 0 145.3k 48:15 25:25 22:50 145.0k 52 410.9M 0 0 52 216.5M 0 145.2k 48:16 25:26 22:50 126.1k 52 410.9M 0 0 52 216.7M 0 145.2k 48:17 25:28 22:49 121.5k 52 410.9M 0 0 52 216.8M 0 145.2k 48:17 25:29 22:48 121.4k 52 410.9M 0 0 52 217.0M 0 145.2k 48:17 25:30 22:47 129.2k 52 410.9M 0 0 52 217.3M 0 145.2k 48:16 25:31 22:45 134.3k 52 410.9M 0 0 52 217.5M 0 145.2k 48:16 25:33 22:43 143.8k 52 410.9M 0 0 52 217.6M 0 145.2k 48:16 25:34 22:42 154.2k 53 410.9M 0 0 53 217.8M 0 145.2k 48:16 25:35 22:41 160.3k 53 410.9M 0 0 53 218.0M 0 145.3k 48:15 25:36 22:39 162.8k 53 410.9M 0 0 53 218.1M 0 145.2k 48:16 25:37 22:39 153.8k 53 410.9M 0 0 53 218.3M 0 145.2k 48:16 25:39 22:37 151.5k 53 410.9M 0 0 53 218.5M 0 145.2k 48:16 25:40 22:36 149.1k 53 410.9M 0 0 53 218.8M 0 145.3k 48:14 25:41 22:33 163.7k 53 410.9M 0 0 53 218.9M 0 145.3k 48:15 25:42 22:33 155.0k 53 410.9M 0 0 53 219.1M 0 145.3k 48:15 25:43 22:32 158.6k 53 410.9M 0 0 53 219.2M 0 145.3k 48:15 25:45 22:30 150.3k 53 410.9M 0 0 53 219.3M 0 145.2k 48:16 25:46 22:30 145.5k 53 410.9M 0 0 53 219.5M 0 145.3k 48:15 25:47 22:28 133.1k 53 410.9M 0 0 53 219.7M 0 145.2k 48:16 25:48 22:28 134.3k 53 410.9M 0 0 53 219.9M 0 145.3k 48:15 25:49 22:26 139.6k 53 410.9M 0 0 53 220.1M 0 145.2k 48:16 25:51 22:25 135.2k 53 410.9M 0 0 53 220.2M 0 145.2k 48:17 25:53 22:24 127.2k 53 410.9M 0 0 53 220.4M 0 145.2k 48:17 25:54 22:23 122.7k 53 410.9M 0 0 53 220.6M 0 145.2k 48:17 25:55 22:22 129.5k 53 410.9M 0 0 53 220.8M 0 145.2k 48:16 25:56 22:20 137.2k 53 410.9M 0 0 53 221.0M 0 145.2k 48:16 25:58 22:18 148.8k 53 410.9M 0 0 53 221.2M 0 145.2k 48:16 25:59 22:17 165.5k 53 410.9M 0 0 53 221.5M 0 145.3k 48:15 26:00 22:15 181.3k 53 410.9M 0 0 53 221.6M 0 145.3k 48:14 26:01 22:13 179.6k 53 410.9M 0 0 53 221.8M 0 145.3k 48:14 26:03 22:11 163.6k 54 410.9M 0 0 54 222.1M 0 145.4k 48:13 26:04 22:09 178.5k 54 410.9M 0 0 54 222.3M 0 145.4k 48:12 26:05 22:07 189.2k 54 410.9M 0 0 54 222.5M 0 145.4k 48:12 26:06 22:06 175.3k 54 410.9M 0 0 54 222.6M 0 145.4k 48:13 26:08 22:05 159.6k 54 410.9M 0 0 54 222.8M 0 145.4k 48:13 26:09 22:04 160.5k 54 410.9M 0 0 54 223.0M 0 145.4k 48:13 26:10 22:03 142.4k 54 410.9M 0 0 54 223.1M 0 145.3k 48:14 26:11 22:03 124.8k 54 410.9M 0 0 54 223.2M 0 145.3k 48:14 26:12 22:02 120.0k 54 410.9M 0 0 54 223.3M 0 145.3k 48:14 26:13 22:01 126.9k 54 410.9M 0 0 54 223.5M 0 145.3k 48:15 26:15 22:00 122.4k 54 410.9M 0 0 54 223.7M 0 145.3k 48:15 26:16 21:59 134.6k 54 410.9M 0 0 54 223.7M 0 145.3k 48:15 26:16 21:59 145.3k 54 410.9M 0 0 54 223.9M 0 145.3k 48:14 26:17 21:57 162.1k 54 410.9M 0 0 54 224.1M 0 145.3k 48:15 26:19 21:56 148.7k 54 410.9M 0 0 54 224.3M 0 145.3k 48:14 26:20 21:54 158.0k 54 410.9M 0 0 54 224.5M 0 145.3k 48:14 26:21 21:53 156.7k 54 410.9M 0 0 54 224.6M 0 145.3k 48:13 26:22 21:51 161.5k 54 410.9M 0 0 54 224.9M 0 145.4k 48:13 26:23 21:50 169.0k 54 410.9M 0 0 54 225.1M 0 145.4k 48:11 26:24 21:47 187.7k 54 410.9M 0 0 54 225.3M 0 145.5k 48:11 26:25 21:46 187.7k 54 410.9M 0 0 54 225.5M 0 145.4k 48:12 26:27 21:45 177.3k 54 410.9M 0 0 54 225.6M 0 145.4k 48:13 26:28 21:45 157.6k 54 410.9M 0 0 54 225.7M 0 145.4k 48:13 26:29 21:44 140.5k 54 410.9M 0 0 54 225.9M 0 145.4k 48:13 26:30 21:43 130.5k 55 410.9M 0 0 55 226.1M 0 145.4k 48:12 26:31 21:41 137.3k 55 410.9M 0 0 55 226.4M 0 145.5k 48:11 26:33 21:38 156.9k 55 410.9M 0 0 55 226.6M 0 145.5k 48:11 26:34 21:37 169.5k 55 410.9M 0 0 55 226.7M 0 145.5k 48:11 26:35 21:36 171.4k 55 410.9M 0 0 55 226.8M 0 145.4k 48:12 26:36 21:36 155.2k 55 410.9M 0 0 55 227.0M 0 145.4k 48:12 26:38 21:34 144.9k 55 410.9M 0 0 55 227.2M 0 145.5k 48:11 26:39 21:32 140.5k 55 410.9M 0 0 55 227.4M 0 145.5k 48:11 26:40 21:31 138.4k 55 410.9M 0 0 55 227.6M 0 145.5k 48:11 26:41 21:30 148.2k 55 410.9M 0 0 55 227.8M 0 145.5k 48:10 26:42 21:28 173.0k 55 410.9M 0 0 55 228.1M 0 145.6k 48:08 26:44 21:24 194.4k 55 410.9M 0 0 55 228.3M 0 145.6k 48:08 26:45 21:23 185.5k 55 410.9M 0 0 55 228.5M 0 145.6k 48:08 26:46 21:22 188.3k 55 410.9M 0 0 55 228.7M 0 145.6k 48:08 26:47 21:21 187.1k 55 410.9M 0 0 55 228.9M 0 145.7k 48:07 26:48 21:19 182.1k 55 410.9M 0 0 55 229.1M 0 145.7k 48:07 26:49 21:18 166.6k 55 410.9M 0 0 55 229.3M 0 145.7k 48:06 26:51 21:15 180.8k 55 410.9M 0 0 55 229.5M 0 145.7k 48:06 26:52 21:14 173.8k 55 410.9M 0 0 55 229.6M 0 145.7k 48:07 26:53 21:14 158.0k 55 410.9M 0 0 55 229.7M 0 145.6k 48:08 26:54 21:14 134.8k 55 410.9M 0 0 55 229.8M 0 145.6k 48:09 26:56 21:13 115.7k 55 410.9M 0 0 55 230.0M 0 145.6k 48:09 26:57 21:12 104.3k 56 410.9M 0 0 56 230.2M 0 145.6k 48:09 26:58 21:11 114.6k 56 410.9M 0 0 56 230.4M 0 145.6k 48:08 27:00 21:08 126.7k 56 410.9M 0 0 56 230.6M 0 145.6k 48:08 27:01 21:07 141.6k 56 410.9M 0 0 56 230.7M 0 145.6k 48:09 27:02 21:07 145.5k 56 410.9M 0 0 56 230.9M 0 145.6k 48:09 27:03 21:06 145.3k 56 410.9M 0 0 56 231.1M 0 145.6k 48:09 27:05 21:04 145.3k 56 410.9M 0 0 56 231.2M 0 145.6k 48:09 27:06 21:03 136.8k 56 410.9M 0 0 56 231.4M 0 145.6k 48:09 27:07 21:02 137.6k 56 410.9M 0 0 56 231.5M 0 145.6k 48:09 27:08 21:01 141.1k 56 410.9M 0 0 56 231.7M 0 145.5k 48:10 27:09 21:01 137.9k 56 410.9M 0 0 56 231.9M 0 145.6k 48:09 27:11 20:58 136.6k 56 410.9M 0 0 56 232.1M 0 145.6k 48:09 27:12 20:57 147.7k 56 410.9M 0 0 56 232.3M 0 145.6k 48:08 27:13 20:55 152.1k 56 410.9M 0 0 56 232.5M 0 145.7k 48:07 27:14 20:53 171.6k 56 410.9M 0 0 56 232.7M 0 145.7k 48:07 27:15 20:52 179.1k 56 410.9M 0 0 56 232.8M 0 145.6k 48:08 27:16 20:52 171.1k 56 410.9M 0 0 56 233.0M 0 145.6k 48:08 27:17 20:51 159.2k 56 410.9M 0 0 56 233.1M 0 145.6k 48:08 27:19 20:49 154.5k 56 410.9M 0 0 56 233.3M 0 145.6k 48:08 27:20 20:48 143.7k 56 410.9M 0 0 56 233.6M 0 145.7k 48:06 27:21 20:45 159.7k 56 410.9M 0 0 56 233.8M 0 145.7k 48:06 27:22 20:44 170.9k 56 410.9M 0 0 56 233.9M 0 145.7k 48:06 27:23 20:43 171.0k 56 410.9M 0 0 56 234.0M 0 145.7k 48:07 27:24 20:43 156.4k 56 410.9M 0 0 56 234.1M 0 145.7k 48:07 27:25 20:42 150.0k 57 410.9M 0 0 57 234.3M 0 145.6k 48:08 27:26 20:42 124.8k 57 410.9M 0 0 57 234.5M 0 145.6k 48:08 27:28 20:40 120.4k 57 410.9M 0 0 57 234.6M 0 145.6k 48:08 27:29 20:39 123.8k 57 410.9M 0 0 57 234.8M 0 145.6k 48:08 27:30 20:38 133.5k 57 410.9M 0 0 57 235.0M 0 145.6k 48:08 27:32 20:36 140.5k 57 410.9M 0 0 57 235.2M 0 145.7k 48:07 27:33 20:34 152.8k 57 410.9M 0 0 57 235.4M 0 145.7k 48:07 27:34 20:33 151.0k 57 410.9M 0 0 57 235.6M 0 145.7k 48:07 27:35 20:32 151.4k 57 410.9M 0 0 57 235.8M 0 145.7k 48:07 27:36 20:31 160.5k 57 410.9M 0 0 57 236.0M 0 145.7k 48:06 27:38 20:28 163.0k 57 410.9M 0 0 57 236.1M 0 145.7k 48:06 27:39 20:27 162.3k 57 410.9M 0 0 57 236.3M 0 145.7k 48:06 27:40 20:26 166.8k 57 410.9M 0 0 57 236.6M 0 145.8k 48:05 27:41 20:24 176.4k 57 410.9M 0 0 57 236.8M 0 145.7k 48:06 27:43 20:23 163.4k 57 410.9M 0 0 57 237.0M 0 145.7k 48:06 27:44 20:22 157.9k 57 410.9M 0 0 57 237.1M 0 145.7k 48:06 27:45 20:21 148.5k 57 410.9M 0 0 57 237.3M 0 145.7k 48:06 27:46 20:20 145.1k 57 410.9M 0 0 57 237.4M 0 145.7k 48:07 27:48 20:19 123.9k 57 410.9M 0 0 57 237.5M 0 145.6k 48:08 27:49 20:19 114.2k 57 410.9M 0 0 57 237.7M 0 145.6k 48:08 27:50 20:18 118.9k 57 410.9M 0 0 57 237.9M 0 145.7k 48:07 27:52 20:15 128.6k 57 410.9M 0 0 57 238.1M 0 145.7k 48:06 27:53 20:13 141.9k 58 410.9M 0 0 58 238.3M 0 145.7k 48:06 27:54 20:12 165.4k 58 410.9M 0 0 58 238.5M 0 145.7k 48:06 27:55 20:11 184.1k 58 410.9M 0 0 58 238.7M 0 145.8k 48:05 27:56 20:09 183.5k 58 410.9M 0 0 58 239.0M 0 145.8k 48:04 27:57 20:07 186.3k 58 410.9M 0 0 58 239.1M 0 145.8k 48:05 27:59 20:06 165.4k 58 410.9M 0 0 58 239.2M 0 145.7k 48:06 28:00 20:06 137.5k 58 410.9M 0 0 58 239.3M 0 145.7k 48:07 28:01 20:06 131.2k 58 410.9M 0 0 58 239.5M 0 145.7k 48:06 28:03 20:03 127.4k 58 410.9M 0 0 58 239.8M 0 145.7k 48:06 28:04 20:02 129.1k 58 410.9M 0 0 58 240.0M 0 145.8k 48:05 28:05 20:00 146.5k 58 410.9M 0 0 58 240.3M 0 145.9k 48:03 28:06 19:57 194.0k 58 410.9M 0 0 58 240.6M 0 146.0k 48:01 28:07 19:54 219.9k 58 410.9M 0 0 58 240.8M 0 146.0k 48:01 28:09 19:52 223.1k 58 410.9M 0 0 58 241.0M 0 146.0k 48:01 28:10 19:51 209.0k 58 410.9M 0 0 58 241.2M 0 146.0k 48:01 28:11 19:50 202.1k 58 410.9M 0 0 58 241.3M 0 146.0k 48:01 28:12 19:49 171.7k 58 410.9M 0 0 58 241.5M 0 146.0k 48:01 28:14 19:47 147.6k 58 410.9M 0 0 58 241.7M 0 146.0k 48:01 28:15 19:46 142.3k 58 410.9M 0 0 58 241.9M 0 146.0k 48:01 28:16 19:45 141.6k 58 410.9M 0 0 58 242.1M 0 146.0k 48:01 28:17 19:44 141.3k 58 410.9M 0 0 58 242.3M 0 146.0k 48:01 28:19 19:42 142.3k 59 410.9M 0 0 59 242.5M 0 146.0k 48:01 28:20 19:41 144.8k 59 410.9M 0 0 59 242.6M 0 146.0k 48:01 28:21 19:40 148.6k 59 410.9M 0 0 59 242.8M 0 146.0k 48:01 28:23 19:38 149.8k 59 410.9M 0 0 59 243.0M 0 146.0k 48:01 28:24 19:37 142.2k 59 410.9M 0 0 59 243.1M 0 145.9k 48:02 28:25 19:37 141.5k 59 410.9M 0 0 59 243.3M 0 145.9k 48:02 28:26 19:36 138.1k 59 410.9M 0 0 59 243.5M 0 145.9k 48:02 28:27 19:35 138.3k 59 410.9M 0 0 59 243.6M 0 145.9k 48:02 28:29 19:33 133.2k 59 410.9M 0 0 59 243.8M 0 145.9k 48:02 28:30 19:32 132.4k 59 410.9M 0 0 59 244.0M 0 145.9k 48:02 28:31 19:31 139.7k 59 410.9M 0 0 59 244.2M 0 146.0k 48:01 28:32 19:29 151.8k 59 410.9M 0 0 59 244.4M 0 146.0k 48:01 28:34 19:27 153.6k 59 410.9M 0 0 59 244.6M 0 146.0k 48:01 28:35 19:26 159.8k 59 410.9M 0 0 59 244.7M 0 146.0k 48:02 28:36 19:26 158.3k 59 410.9M 0 0 59 244.8M 0 145.9k 48:02 28:37 19:25 150.0k 59 410.9M 0 0 59 245.0M 0 145.9k 48:02 28:39 19:23 135.9k 59 410.9M 0 0 59 245.1M 0 145.9k 48:03 28:40 19:23 124.1k 59 410.9M 0 0 59 245.3M 0 145.9k 48:03 28:41 19:22 124.1k 59 410.9M 0 0 59 245.5M 0 145.9k 48:03 28:42 19:21 123.5k 59 410.9M 0 0 59 245.6M 0 145.8k 48:04 28:44 19:20 121.2k 59 410.9M 0 0 59 245.8M 0 145.9k 48:03 28:45 19:18 126.4k 59 410.9M 0 0 59 245.9M 0 145.8k 48:04 28:46 19:18 121.5k 59 410.9M 0 0 59 246.0M 0 145.8k 48:05 28:47 19:18 116.1k 59 410.9M 0 0 59 246.3M 0 145.8k 48:04 28:48 19:16 136.6k 60 410.9M 0 0 60 246.5M 0 145.9k 48:03 28:50 19:13 160.2k 60 410.9M 0 0 60 246.8M 0 145.9k 48:02 28:51 19:11 168.6k 60 410.9M 0 0 60 247.0M 0 146.0k 48:01 28:52 19:09 196.3k 60 410.9M 0 0 60 247.3M 0 146.0k 48:01 28:53 19:08 204.4k 60 410.9M 0 0 60 247.5M 0 146.0k 48:01 28:55 19:06 188.4k 60 410.9M 0 0 60 247.6M 0 146.0k 48:01 28:56 19:05 169.5k 60 410.9M 0 0 60 247.8M 0 146.0k 48:01 28:58 19:03 160.5k 60 410.9M 0 0 60 248.0M 0 146.0k 48:01 28:59 19:02 151.4k 60 410.9M 0 0 60 248.2M 0 146.0k 48:00 29:00 19:00 149.0k 60 410.9M 0 0 60 248.4M 0 146.0k 48:00 29:01 18:59 153.8k 60 410.9M 0 0 60 248.5M 0 146.0k 48:00 29:02 18:58 152.2k 60 410.9M 0 0 60 248.7M 0 146.0k 48:00 29:03 18:57 152.7k 60 410.9M 0 0 60 248.9M 0 146.0k 48:00 29:04 18:56 158.1k 60 410.9M 0 0 60 249.0M 0 146.0k 48:01 29:06 18:55 141.9k 60 410.9M 0 0 60 249.1M 0 146.0k 48:02 29:07 18:55 125.3k 60 410.9M 0 0 60 249.3M 0 145.9k 48:02 29:09 18:53 130.4k 60 410.9M 0 0 60 249.5M 0 145.9k 48:02 29:10 18:52 124.8k 60 410.9M 0 0 60 249.6M 0 145.9k 48:03 29:11 18:52 109.8k 60 410.9M 0 0 60 249.8M 0 145.9k 48:03 29:13 18:50 112.6k 60 410.9M 0 0 60 249.9M 0 145.8k 48:04 29:14 18:50 116.7k 60 410.9M 0 0 60 250.1M 0 145.9k 48:03 29:15 18:48 122.1k 60 410.9M 0 0 60 250.3M 0 145.9k 48:02 29:16 18:46 138.1k 60 410.9M 0 0 60 250.5M 0 145.9k 48:03 29:17 18:46 145.4k 60 410.9M 0 0 60 250.6M 0 145.8k 48:04 29:19 18:45 139.1k 61 410.9M 0 0 61 250.7M 0 145.8k 48:04 29:20 18:44 139.3k 61 410.9M 0 0 61 250.9M 0 145.8k 48:04 29:21 18:43 136.6k 61 410.9M 0 0 61 251.0M 0 145.8k 48:05 29:22 18:43 109.7k 61 410.9M 0 0 61 251.1M 0 145.8k 48:05 29:24 18:41 110.2k 61 410.9M 0 0 61 251.3M 0 145.7k 48:06 29:25 18:41 110.5k 61 410.9M 0 0 61 251.5M 0 145.7k 48:06 29:26 18:40 122.0k 61 410.9M 0 0 61 251.7M 0 145.8k 48:05 29:27 18:38 129.4k 61 410.9M 0 0 61 251.9M 0 145.8k 48:05 29:29 18:36 149.0k 61 410.9M 0 0 61 252.1M 0 145.8k 48:04 29:30 18:34 164.4k 61 410.9M 0 0 61 252.3M 0 145.8k 48:04 29:31 18:33 172.9k 61 410.9M 0 0 61 252.4M 0 145.8k 48:05 29:32 18:33 157.4k 61 410.9M 0 0 61 252.5M 0 145.7k 48:06 29:34 18:32 135.5k 61 410.9M 0 0 61 252.6M 0 145.7k 48:06 29:35 18:31 127.2k 61 410.9M 0 0 61 252.8M 0 145.7k 48:06 29:36 18:30 113.2k 61 410.9M 0 0 61 253.0M 0 145.7k 48:06 29:37 18:29 120.8k 61 410.9M 0 0 61 253.2M 0 145.7k 48:06 29:39 18:27 126.3k 61 410.9M 0 0 61 253.4M 0 145.7k 48:06 29:40 18:26 138.4k 61 410.9M 0 0 61 253.6M 0 145.8k 48:05 29:41 18:24 157.8k 61 410.9M 0 0 61 253.9M 0 145.8k 48:04 29:42 18:22 178.5k 61 410.9M 0 0 61 254.1M 0 145.8k 48:04 29:43 18:21 183.4k 61 410.9M 0 0 61 254.3M 0 145.8k 48:04 29:45 18:19 181.9k 61 410.9M 0 0 61 254.4M 0 145.8k 48:05 29:46 18:19 168.6k 61 410.9M 0 0 61 254.6M 0 145.8k 48:05 29:47 18:18 149.7k 62 410.9M 0 0 62 254.8M 0 145.8k 48:05 29:49 18:16 136.6k 62 410.9M 0 0 62 255.0M 0 145.8k 48:04 29:50 18:14 143.6k 62 410.9M 0 0 62 255.2M 0 145.9k 48:03 29:51 18:12 154.9k 62 410.9M 0 0 62 255.4M 0 145.9k 48:03 29:52 18:11 168.1k 62 410.9M 0 0 62 255.6M 0 145.9k 48:03 29:53 18:10 175.4k 62 410.9M 0 0 62 255.8M 0 145.9k 48:02 29:55 18:07 182.7k 62 410.9M 0 0 62 256.0M 0 145.9k 48:02 29:56 18:06 170.2k 62 410.9M 0 0 62 256.2M 0 145.9k 48:02 29:57 18:05 159.6k 62 410.9M 0 0 62 256.3M 0 145.9k 48:03 29:59 18:04 149.5k 62 410.9M 0 0 62 256.5M 0 145.9k 48:03 30:00 18:03 147.2k 62 410.9M 0 0 62 256.7M 0 145.9k 48:02 30:01 18:01 143.0k 62 410.9M 0 0 62 256.9M 0 145.9k 48:03 30:02 18:01 139.4k 62 410.9M 0 0 62 257.0M 0 145.9k 48:03 30:03 18:00 139.2k 62 410.9M 0 0 62 257.2M 0 145.9k 48:03 30:04 17:59 151.9k 62 410.9M 0 0 62 257.4M 0 145.9k 48:03 30:06 17:57 149.7k 62 410.9M 0 0 62 257.5M 0 145.9k 48:03 30:07 17:56 131.5k 62 410.9M 0 0 62 257.6M 0 145.8k 48:04 30:08 17:56 128.8k 62 410.9M 0 0 62 257.8M 0 145.8k 48:04 30:09 17:55 123.9k 62 410.9M 0 0 62 257.9M 0 145.8k 48:05 30:11 17:54 115.2k 62 410.9M 0 0 62 258.1M 0 145.8k 48:04 30:12 17:52 117.9k 62 410.9M 0 0 62 258.3M 0 145.8k 48:04 30:13 17:51 134.4k 62 410.9M 0 0 62 258.5M 0 145.8k 48:04 30:14 17:50 143.8k 62 410.9M 0 0 62 258.7M 0 145.9k 48:03 30:15 17:48 166.9k 63 410.9M 0 0 63 258.9M 0 145.9k 48:03 30:16 17:47 178.9k 63 410.9M 0 0 63 259.1M 0 145.9k 48:02 30:18 17:44 181.6k 63 410.9M 0 0 63 259.3M 0 145.9k 48:02 30:19 17:43 181.5k 63 410.9M 0 0 63 259.5M 0 145.9k 48:02 30:20 17:42 173.4k 63 410.9M 0 0 63 259.7M 0 145.9k 48:02 30:21 17:41 167.3k 63 410.9M 0 0 63 259.9M 0 145.9k 48:02 30:23 17:39 156.9k 63 410.9M 0 0 63 260.0M 0 145.9k 48:02 30:24 17:38 146.0k 63 410.9M 0 0 63 260.1M 0 145.9k 48:02 30:25 17:37 136.7k 63 410.9M 0 0 63 260.3M 0 145.9k 48:03 30:26 17:37 129.5k 63 410.9M 0 0 63 260.5M 0 145.9k 48:03 30:28 17:35 121.5k 63 410.9M 0 0 63 260.6M 0 145.8k 48:04 30:29 17:35 119.3k 63 410.9M 0 0 63 260.7M 0 145.8k 48:04 30:30 17:34 117.5k 63 410.9M 0 0 63 260.9M 0 145.9k 48:03 30:31 17:32 130.1k 63 410.9M 0 0 63 261.1M 0 145.8k 48:04 30:32 17:32 138.0k 63 410.9M 0 0 63 261.3M 0 145.8k 48:04 30:34 17:30 142.0k 63 410.9M 0 0 63 261.4M 0 145.8k 48:04 30:35 17:29 139.7k 63 410.9M 0 0 63 261.6M 0 145.8k 48:04 30:36 17:28 141.1k 63 410.9M 0 0 63 261.7M 0 145.8k 48:05 30:38 17:27 124.8k 63 410.9M 0 0 63 261.8M 0 145.7k 48:06 30:39 17:27 110.1k 63 410.9M 0 0 63 262.0M 0 145.7k 48:07 30:40 17:27 102.4k 63 410.9M 0 0 63 262.1M 0 145.7k 48:06 30:41 17:25 112.7k 63 410.9M 0 0 63 262.3M 0 145.7k 48:07 30:43 17:24 114.0k 63 410.9M 0 0 63 262.5M 0 145.7k 48:07 30:44 17:23 115.7k 63 410.9M 0 0 63 262.6M 0 145.7k 48:07 30:45 17:22 134.7k 63 410.9M 0 0 63 262.9M 0 145.7k 48:06 30:46 17:20 159.6k 64 410.9M 0 0 64 263.1M 0 145.8k 48:05 30:48 17:17 167.7k 64 410.9M 0 0 64 263.4M 0 145.8k 48:04 30:49 17:15 188.3k 64 410.9M 0 0 64 263.6M 0 145.9k 48:03 30:50 17:13 213.8k 64 410.9M 0 0 64 263.8M 0 145.9k 48:03 30:51 17:12 219.4k 64 410.9M 0 0 64 264.1M 0 145.9k 48:02 30:52 17:10 207.5k 64 410.9M 0 0 64 264.3M 0 146.0k 48:01 30:54 17:07 202.3k 64 410.9M 0 0 64 264.5M 0 146.0k 48:01 30:55 17:06 190.1k 64 410.9M 0 0 64 264.7M 0 145.9k 48:02 30:56 17:06 165.0k 64 410.9M 0 0 64 264.8M 0 145.9k 48:03 30:58 17:05 145.8k 64 410.9M 0 0 64 265.0M 0 145.9k 48:03 30:59 17:04 130.5k 64 410.9M 0 0 64 265.1M 0 145.9k 48:03 31:00 17:03 124.0k 64 410.9M 0 0 64 265.3M 0 145.9k 48:02 31:01 17:01 127.2k 64 410.9M 0 0 64 265.5M 0 145.9k 48:02 31:03 16:59 134.4k 64 410.9M 0 0 64 265.7M 0 145.9k 48:03 31:04 16:59 146.9k 64 410.9M 0 0 64 265.9M 0 145.9k 48:03 31:05 16:58 153.1k 64 410.9M 0 0 64 266.1M 0 145.9k 48:03 31:07 16:56 140.4k 64 410.9M 0 0 64 266.2M 0 145.8k 48:04 31:08 16:56 125.6k 64 410.9M 0 0 64 266.4M 0 145.8k 48:04 31:10 16:54 122.5k 64 410.9M 0 0 64 266.5M 0 145.8k 48:05 31:11 16:54 115.0k 64 410.9M 0 0 64 266.6M 0 145.7k 48:06 31:13 16:53 104.8k 64 410.9M 0 0 64 266.8M 0 145.7k 48:06 31:14 16:52 102.5k 64 410.9M 0 0 64 266.9M 0 145.7k 48:07 31:15 16:52 106.2k 65 410.9M 0 0 65 267.1M 0 145.7k 48:07 31:16 16:51 107.9k 65 410.9M 0 0 65 267.3M 0 145.7k 48:07 31:18 16:49 115.3k 65 410.9M 0 0 65 267.5M 0 145.7k 48:07 31:19 16:48 133.3k 65 410.9M 0 0 65 267.7M 0 145.7k 48:06 31:20 16:46 154.3k 65 410.9M 0 0 65 267.9M 0 145.8k 48:05 31:21 16:44 166.2k 65 410.9M 0 0 65 268.1M 0 145.8k 48:04 31:22 16:42 183.8k 65 410.9M 0 0 65 268.3M 0 145.8k 48:04 31:23 16:41 197.7k 65 410.9M 0 0 65 268.5M 0 145.8k 48:04 31:25 16:39 191.8k 65 410.9M 0 0 65 268.7M 0 145.8k 48:04 31:26 16:38 173.6k 65 410.9M 0 0 65 268.9M 0 145.8k 48:04 31:27 16:37 169.8k 65 410.9M 0 0 65 269.1M 0 145.8k 48:04 31:29 16:35 153.2k 65 410.9M 0 0 65 269.3M 0 145.8k 48:04 31:30 16:34 150.2k 65 410.9M 0 0 65 269.5M 0 145.8k 48:04 31:31 16:33 152.9k 65 410.9M 0 0 65 269.5M 0 145.8k 48:04 31:31 16:33 145.8k 65 410.9M 0 0 65 269.6M 0 145.8k 48:04 31:32 16:32 146.9k 65 410.9M 0 0 65 269.8M 0 145.8k 48:04 31:33 16:31 137.2k 65 410.9M 0 0 65 269.9M 0 145.8k 48:04 31:34 16:30 132.3k 65 410.9M 0 0 65 270.1M 0 145.8k 48:04 31:36 16:28 139.9k 65 410.9M 0 0 65 270.3M 0 145.8k 48:04 31:37 16:27 139.8k 65 410.9M 0 0 65 270.4M 0 145.8k 48:05 31:38 16:27 129.9k 65 410.9M 0 0 65 270.5M 0 145.8k 48:05 31:39 16:26 129.2k 65 410.9M 0 0 65 270.6M 0 145.8k 48:05 31:41 16:24 124.6k 65 410.9M 0 0 65 270.8M 0 145.7k 48:06 31:42 16:24 116.7k 65 410.9M 0 0 65 270.9M 0 145.7k 48:06 31:43 16:23 109.8k 65 410.9M 0 0 65 271.0M 0 145.7k 48:07 31:44 16:23 107.3k 66 410.9M 0 0 66 271.2M 0 145.7k 48:07 31:46 16:21 113.2k 66 410.9M 0 0 66 271.4M 0 145.7k 48:07 31:47 16:20 123.2k 66 410.9M 0 0 66 271.6M 0 145.7k 48:07 31:48 16:19 127.9k 66 410.9M 0 0 66 271.7M 0 145.7k 48:07 31:49 16:18 129.3k 66 410.9M 0 0 66 271.8M 0 145.6k 48:08 31:50 16:18 136.9k 66 410.9M 0 0 66 272.0M 0 145.7k 48:07 31:51 16:16 140.7k 66 410.9M 0 0 66 272.2M 0 145.7k 48:07 31:53 16:14 145.0k 66 410.9M 0 0 66 272.3M 0 145.7k 48:07 31:54 16:13 138.4k 66 410.9M 0 0 66 272.5M 0 145.6k 48:08 31:55 16:13 138.0k 66 410.9M 0 0 66 272.6M 0 145.6k 48:08 31:56 16:12 141.2k 66 410.9M 0 0 66 272.8M 0 145.6k 48:08 31:58 16:10 131.2k 66 410.9M 0 0 66 273.0M 0 145.6k 48:08 31:59 16:09 127.6k 66 410.9M 0 0 66 273.2M 0 145.6k 48:08 32:00 16:08 134.4k 66 410.9M 0 0 66 273.4M 0 145.6k 48:08 32:02 16:06 141.7k 66 410.9M 0 0 66 273.6M 0 145.6k 48:08 32:03 16:05 140.4k 66 410.9M 0 0 66 273.8M 0 145.6k 48:08 32:04 16:04 150.2k 66 410.9M 0 0 66 274.0M 0 145.6k 48:08 32:05 16:03 154.4k 66 410.9M 0 0 66 274.2M 0 145.7k 48:07 32:06 16:01 170.0k 66 410.9M 0 0 66 274.4M 0 145.7k 48:06 32:07 15:59 174.8k 66 410.9M 0 0 66 274.6M 0 145.7k 48:06 32:09 15:57 181.3k 66 410.9M 0 0 66 274.8M 0 145.7k 48:06 32:10 15:56 179.9k 66 410.9M 0 0 66 275.0M 0 145.7k 48:06 32:11 15:55 176.5k 66 410.9M 0 0 66 275.1M 0 145.7k 48:06 32:12 15:54 160.6k 66 410.9M 0 0 66 275.3M 0 145.7k 48:07 32:14 15:53 139.6k 67 410.9M 0 0 67 275.5M 0 145.7k 48:07 32:15 15:52 134.1k 67 410.9M 0 0 67 275.6M 0 145.7k 48:07 32:16 15:51 125.4k 67 410.9M 0 0 67 275.7M 0 145.6k 48:08 32:18 15:50 110.6k 67 410.9M 0 0 67 275.9M 0 145.6k 48:08 32:19 15:49 108.4k 67 410.9M 0 0 67 276.0M 0 145.6k 48:09 32:21 15:48 114.1k 67 410.9M 0 0 67 276.3M 0 145.6k 48:08 32:22 15:46 128.6k 67 410.9M 0 0 67 276.5M 0 145.6k 48:08 32:23 15:45 139.1k 67 410.9M 0 0 67 276.6M 0 145.6k 48:09 32:24 15:45 138.6k 67 410.9M 0 0 67 276.7M 0 145.5k 48:10 32:26 15:44 124.6k 67 410.9M 0 0 67 276.8M 0 145.5k 48:10 32:27 15:43 124.4k 67 410.9M 0 0 67 277.0M 0 145.5k 48:10 32:29 15:41 111.4k 67 410.9M 0 0 67 277.2M 0 145.5k 48:10 32:30 15:40 107.6k 67 410.9M 0 0 67 277.4M 0 145.5k 48:10 32:31 15:39 125.5k 67 410.9M 0 0 67 277.6M 0 145.6k 48:09 32:32 15:37 158.5k 67 410.9M 0 0 67 277.9M 0 145.6k 48:08 32:33 15:35 182.3k 67 410.9M 0 0 67 278.1M 0 145.6k 48:08 32:34 15:34 194.9k 67 410.9M 0 0 67 278.3M 0 145.7k 48:07 32:36 15:31 206.4k 67 410.9M 0 0 67 278.5M 0 145.7k 48:07 32:37 15:30 196.6k 67 410.9M 0 0 67 278.6M 0 145.7k 48:07 32:38 15:29 174.9k 67 410.9M 0 0 67 278.8M 0 145.7k 48:07 32:39 15:28 169.6k 67 410.9M 0 0 67 279.1M 0 145.7k 48:06 32:40 15:26 180.8k 67 410.9M 0 0 67 279.3M 0 145.8k 48:05 32:41 15:24 180.3k 68 410.9M 0 0 68 279.5M 0 145.8k 48:05 32:42 15:23 187.7k 68 410.9M 0 0 68 279.6M 0 145.8k 48:05 32:43 15:22 186.4k 68 410.9M 0 0 68 279.7M 0 145.7k 48:06 32:45 15:21 158.5k 68 410.9M 0 0 68 279.8M 0 145.7k 48:06 32:46 15:20 133.8k 68 410.9M 0 0 68 280.0M 0 145.7k 48:06 32:47 15:19 126.3k 68 410.9M 0 0 68 280.2M 0 145.7k 48:06 32:48 15:18 129.0k 68 410.9M 0 0 68 280.4M 0 145.7k 48:06 32:49 15:17 136.7k 68 410.9M 0 0 68 280.6M 0 145.8k 48:05 32:50 15:15 154.8k 68 410.9M 0 0 68 280.8M 0 145.8k 48:05 32:52 15:13 171.4k 68 410.9M 0 0 68 281.0M 0 145.8k 48:05 32:53 15:12 175.3k 68 410.9M 0 0 68 281.3M 0 145.8k 48:04 32:54 15:10 177.2k 68 410.9M 0 0 68 281.5M 0 145.8k 48:04 32:55 15:09 176.9k 68 410.9M 0 0 68 281.6M 0 145.8k 48:04 32:57 15:07 168.3k 68 410.9M 0 0 68 281.9M 0 145.9k 48:03 32:58 15:05 170.5k 68 410.9M 0 0 68 282.1M 0 145.9k 48:03 32:59 15:04 173.1k 68 410.9M 0 0 68 282.4M 0 146.0k 48:01 33:00 15:01 187.8k 68 410.9M 0 0 68 282.7M 0 146.0k 48:00 33:02 14:58 207.0k 68 410.9M 0 0 68 283.0M 0 146.1k 47:59 33:03 14:56 235.7k 68 410.9M 0 0 68 283.2M 0 146.1k 47:59 33:04 14:55 223.2k 68 410.9M 0 0 68 283.4M 0 146.1k 47:58 33:05 14:53 220.6k 69 410.9M 0 0 69 283.6M 0 146.1k 47:58 33:07 14:51 203.7k 69 410.9M 0 0 69 283.8M 0 146.1k 47:58 33:08 14:50 171.7k 69 410.9M 0 0 69 283.9M 0 146.1k 47:59 33:09 14:50 138.6k 69 410.9M 0 0 69 284.0M 0 146.1k 47:59 33:10 14:49 131.7k 69 410.9M 0 0 69 284.2M 0 146.1k 47:59 33:12 14:47 131.2k 69 410.9M 0 0 69 284.5M 0 146.1k 47:59 33:13 14:46 129.7k 69 410.9M 0 0 69 284.6M 0 146.1k 47:59 33:14 14:45 132.5k 69 410.9M 0 0 69 284.7M 0 146.0k 48:00 33:15 14:45 135.2k 69 410.9M 0 0 69 284.9M 0 146.0k 48:00 33:17 14:43 136.5k 69 410.9M 0 0 69 285.1M 0 146.0k 48:00 33:18 14:42 132.8k 69 410.9M 0 0 69 285.2M 0 146.0k 48:01 33:19 14:42 118.4k 69 410.9M 0 0 69 285.4M 0 146.0k 48:01 33:21 14:40 123.2k 69 410.9M 0 0 69 285.6M 0 146.0k 48:01 33:22 14:39 131.2k 69 410.9M 0 0 69 285.7M 0 146.0k 48:01 33:23 14:38 130.7k 69 410.9M 0 0 69 285.8M 0 146.0k 48:01 33:24 14:37 128.6k 69 410.9M 0 0 69 286.0M 0 146.0k 48:01 33:25 14:36 131.2k 69 410.9M 0 0 69 286.1M 0 146.0k 48:01 33:27 14:34 133.3k 69 410.9M 0 0 69 286.3M 0 146.0k 48:01 33:28 14:33 135.5k 69 410.9M 0 0 69 286.5M 0 146.0k 48:01 33:29 14:32 143.9k 69 410.9M 0 0 69 286.7M 0 146.0k 48:01 33:31 14:30 143.5k 69 410.9M 0 0 69 286.9M 0 146.0k 48:01 33:32 14:29 150.6k 69 410.9M 0 0 69 287.1M 0 146.0k 48:00 33:33 14:27 163.2k 69 410.9M 0 0 69 287.3M 0 146.0k 48:01 33:34 14:27 155.3k 69 410.9M 0 0 69 287.5M 0 146.0k 48:01 33:36 14:25 145.0k 70 410.9M 0 0 70 287.6M 0 146.0k 48:01 33:37 14:24 146.5k 70 410.9M 0 0 70 287.8M 0 146.0k 48:01 33:38 14:23 148.3k 70 410.9M 0 0 70 288.0M 0 146.0k 48:01 33:39 14:22 140.3k 70 410.9M 0 0 70 288.2M 0 146.0k 48:00 33:40 14:20 151.7k 70 410.9M 0 0 70 288.4M 0 146.0k 48:00 33:42 14:18 161.8k 70 410.9M 0 0 70 288.6M 0 146.0k 48:00 33:43 14:17 167.9k 70 410.9M 0 0 70 288.7M 0 146.0k 48:01 33:44 14:17 149.9k 70 410.9M 0 0 70 288.8M 0 146.0k 48:01 33:45 14:16 135.5k 70 410.9M 0 0 70 289.0M 0 146.0k 48:01 33:47 14:14 134.5k 70 410.9M 0 0 70 289.3M 0 146.0k 48:00 33:48 14:12 148.0k 70 410.9M 0 0 70 289.5M 0 146.0k 48:00 33:49 14:11 153.6k 70 410.9M 0 0 70 289.7M 0 146.1k 48:00 33:50 14:10 166.7k 70 410.9M 0 0 70 290.0M 0 146.1k 47:59 33:51 14:08 190.9k 70 410.9M 0 0 70 290.2M 0 146.1k 47:58 33:53 14:05 201.0k 70 410.9M 0 0 70 290.5M 0 146.2k 47:57 33:54 14:03 196.6k 70 410.9M 0 0 70 290.7M 0 146.2k 47:56 33:55 14:01 207.5k 70 410.9M 0 0 70 291.1M 0 146.3k 47:54 33:56 13:58 247.9k 70 410.9M 0 0 70 291.5M 0 146.4k 47:52 33:57 13:55 265.7k 70 410.9M 0 0 70 291.6M 0 146.4k 47:52 33:58 13:54 254.4k 71 410.9M 0 0 71 291.8M 0 146.5k 47:51 33:59 13:52 254.3k 71 410.9M 0 0 71 292.0M 0 146.5k 47:51 34:00 13:51 241.5k 71 410.9M 0 0 71 292.3M 0 146.5k 47:50 34:02 13:48 216.0k 71 410.9M 0 0 71 292.5M 0 146.6k 47:49 34:03 13:46 201.4k 71 410.9M 0 0 71 292.7M 0 146.6k 47:49 34:04 13:45 195.4k 71 410.9M 0 0 71 292.9M 0 146.6k 47:50 34:06 13:44 176.2k 71 410.9M 0 0 71 293.1M 0 146.6k 47:50 34:07 13:43 171.5k 71 410.9M 0 0 71 293.3M 0 146.5k 47:50 34:08 13:42 148.6k 71 410.9M 0 0 71 293.4M 0 146.5k 47:51 34:10 13:41 121.2k 71 410.9M 0 0 71 293.6M 0 146.5k 47:51 34:11 13:40 121.0k 71 410.9M 0 0 71 293.8M 0 146.5k 47:51 34:13 13:38 126.2k 71 410.9M 0 0 71 294.0M 0 146.5k 47:51 34:14 13:37 119.9k 71 410.9M 0 0 71 294.1M 0 146.4k 47:52 34:16 13:36 112.8k 71 410.9M 0 0 71 294.2M 0 146.4k 47:54 34:18 13:36 111.3k 71 410.9M 0 0 71 294.3M 0 146.3k 47:54 34:19 13:35 105.2k 71 410.9M 0 0 71 294.5M 0 146.3k 47:54 34:20 13:34 104.4k 71 410.9M 0 0 71 294.7M 0 146.4k 47:54 34:21 13:33 112.0k 71 410.9M 0 0 71 295.0M 0 146.4k 47:53 34:22 13:31 137.8k 71 410.9M 0 0 71 295.1M 0 146.4k 47:53 34:23 13:30 161.2k 71 410.9M 0 0 71 295.4M 0 146.4k 47:52 34:25 13:27 176.9k 71 410.9M 0 0 71 295.6M 0 146.5k 47:51 34:26 13:25 193.9k 72 410.9M 0 0 72 295.8M 0 146.5k 47:51 34:27 13:24 188.9k 72 410.9M 0 0 72 296.1M 0 146.5k 47:50 34:28 13:22 192.8k 72 410.9M 0 0 72 296.3M 0 146.6k 47:49 34:29 13:20 206.5k 72 410.9M 0 0 72 296.6M 0 146.6k 47:48 34:30 13:18 214.8k 72 410.9M 0 0 72 296.9M 0 146.7k 47:47 34:32 13:15 228.5k 72 410.9M 0 0 72 297.2M 0 146.8k 47:46 34:33 13:13 252.4k 72 410.9M 0 0 72 297.4M 0 146.8k 47:45 34:34 13:11 239.0k 72 410.9M 0 0 72 297.6M 0 146.8k 47:46 34:35 13:11 209.5k 72 410.9M 0 0 72 297.8M 0 146.8k 47:46 34:37 13:09 190.5k 72 410.9M 0 0 72 298.0M 0 146.8k 47:45 34:38 13:07 170.9k 72 410.9M 0 0 72 298.1M 0 146.8k 47:45 34:39 13:06 154.5k 72 410.9M 0 0 72 298.4M 0 146.8k 47:44 34:40 13:04 164.5k 72 410.9M 0 0 72 298.6M 0 146.8k 47:44 34:41 13:03 175.7k 72 410.9M 0 0 72 298.8M 0 146.8k 47:44 34:43 13:01 179.2k 72 410.9M 0 0 72 298.9M 0 146.8k 47:44 34:44 13:00 168.4k 72 410.9M 0 0 72 299.1M 0 146.8k 47:44 34:45 12:59 160.8k 72 410.9M 0 0 72 299.3M 0 146.9k 47:44 34:46 12:58 159.3k 72 410.9M 0 0 72 299.6M 0 146.9k 47:43 34:48 12:55 165.2k 72 410.9M 0 0 72 299.8M 0 146.9k 47:42 34:49 12:53 173.3k 73 410.9M 0 0 73 300.0M 0 146.9k 47:42 34:50 12:52 178.4k 73 410.9M 0 0 73 300.3M 0 147.0k 47:42 34:51 12:51 193.2k 73 410.9M 0 0 73 300.5M 0 147.0k 47:41 34:53 12:48 190.2k 73 410.9M 0 0 73 300.8M 0 147.0k 47:40 34:54 12:46 190.8k 73 410.9M 0 0 73 301.0M 0 147.1k 47:40 34:55 12:45 192.1k 73 410.9M 0 0 73 301.3M 0 147.1k 47:39 34:56 12:43 207.3k 73 410.9M 0 0 73 301.5M 0 147.1k 47:39 34:57 12:42 202.6k 73 410.9M 0 0 73 301.6M 0 147.1k 47:38 34:58 12:40 195.7k 73 410.9M 0 0 73 301.8M 0 147.1k 47:38 35:00 12:38 192.4k 73 410.9M 0 0 73 302.0M 0 147.1k 47:38 35:01 12:37 174.3k 73 410.9M 0 0 73 302.2M 0 147.1k 47:38 35:02 12:36 162.4k 73 410.9M 0 0 73 302.3M 0 147.1k 47:38 35:03 12:35 149.0k 73 410.9M 0 0 73 302.5M 0 147.1k 47:39 35:05 12:34 137.5k 73 410.9M 0 0 73 302.6M 0 147.1k 47:39 35:06 12:33 123.6k 73 410.9M 0 0 73 302.8M 0 147.1k 47:39 35:07 12:32 126.9k 73 410.9M 0 0 73 303.0M 0 147.1k 47:39 35:08 12:31 131.0k 73 410.9M 0 0 73 303.2M 0 147.1k 47:39 35:10 12:29 141.3k 73 410.9M 0 0 73 303.5M 0 147.1k 47:38 35:11 12:27 159.8k 73 410.9M 0 0 73 303.6M 0 147.1k 47:39 35:12 12:27 163.7k 73 410.9M 0 0 73 303.7M 0 147.1k 47:39 35:13 12:26 160.1k 73 410.9M 0 0 73 303.8M 0 147.1k 47:40 35:15 12:25 133.4k 73 410.9M 0 0 73 304.0M 0 147.0k 47:41 35:16 12:25 117.3k 74 410.9M 0 0 74 304.1M 0 147.0k 47:41 35:18 12:23 106.6k 74 410.9M 0 0 74 304.3M 0 147.0k 47:41 35:19 12:22 114.0k 74 410.9M 0 0 74 304.5M 0 147.0k 47:41 35:20 12:21 118.2k 74 410.9M 0 0 74 304.7M 0 147.0k 47:40 35:21 12:19 140.5k 74 410.9M 0 0 74 305.0M 0 147.1k 47:40 35:23 12:17 158.5k 74 410.9M 0 0 74 305.1M 0 147.0k 47:41 35:24 12:17 147.4k 74 410.9M 0 0 74 305.2M 0 147.0k 47:41 35:25 12:16 141.7k 74 410.9M 0 0 74 305.4M 0 147.0k 47:41 35:26 12:15 147.6k 74 410.9M 0 0 74 305.6M 0 147.0k 47:41 35:28 12:13 139.5k 74 410.9M 0 0 74 305.7M 0 147.0k 47:41 35:29 12:12 130.3k 74 410.9M 0 0 74 305.9M 0 147.0k 47:41 35:30 12:11 143.3k 74 410.9M 0 0 74 306.1M 0 147.0k 47:41 35:31 12:10 150.3k 74 410.9M 0 0 74 306.3M 0 147.0k 47:40 35:32 12:08 149.4k 74 410.9M 0 0 74 306.5M 0 147.0k 47:40 35:33 12:07 158.9k 74 410.9M 0 0 74 306.8M 0 147.1k 47:39 35:34 12:05 186.9k 74 410.9M 0 0 74 307.0M 0 147.2k 47:38 35:36 12:02 202.9k 74 410.9M 0 0 74 307.2M 0 147.2k 47:38 35:37 12:01 206.3k 74 410.9M 0 0 74 307.5M 0 147.2k 47:37 35:38 11:59 217.6k 74 410.9M 0 0 74 307.7M 0 147.3k 47:36 35:39 11:57 228.5k 74 410.9M 0 0 74 308.0M 0 147.3k 47:34 35:40 11:54 236.2k 75 410.9M 0 0 75 308.3M 0 147.4k 47:33 35:41 11:52 247.8k 75 410.9M 0 0 75 308.6M 0 147.4k 47:32 35:42 11:50 250.6k 75 410.9M 0 0 75 308.8M 0 147.5k 47:32 35:43 11:49 240.0k 75 410.9M 0 0 75 309.0M 0 147.4k 47:33 35:45 11:48 203.3k 75 410.9M 0 0 75 309.1M 0 147.4k 47:33 35:46 11:47 168.3k 75 410.9M 0 0 75 309.2M 0 147.3k 47:34 35:48 11:46 127.3k 75 410.9M 0 0 75 309.3M 0 147.3k 47:35 35:49 11:46 112.2k 75 410.9M 0 0 75 309.5M 0 147.3k 47:34 35:50 11:44 112.4k 75 410.9M 0 0 75 309.7M 0 147.4k 47:34 35:51 11:43 122.3k 75 410.9M 0 0 75 309.9M 0 147.4k 47:34 35:53 11:41 129.9k 75 410.9M 0 0 75 310.0M 0 147.3k 47:35 35:54 11:41 141.3k 75 410.9M 0 0 75 310.2M 0 147.3k 47:35 35:55 11:40 143.0k 75 410.9M 0 0 75 310.3M 0 147.3k 47:35 35:56 11:39 132.0k 75 410.9M 0 0 75 310.5M 0 147.3k 47:35 35:58 11:37 125.5k 75 410.9M 0 0 75 310.6M 0 147.2k 47:37 36:00 11:37 109.5k 75 410.9M 0 0 75 310.8M 0 147.2k 47:37 36:01 11:36 112.5k 75 410.9M 0 0 75 311.0M 0 147.2k 47:37 36:02 11:35 110.7k 75 410.9M 0 0 75 311.1M 0 147.2k 47:37 36:04 11:33 114.3k 75 410.9M 0 0 75 311.3M 0 147.2k 47:37 36:05 11:32 115.8k 75 410.9M 0 0 75 311.5M 0 147.1k 47:38 36:07 11:31 117.1k 75 410.9M 0 0 75 311.6M 0 147.1k 47:39 36:08 11:31 112.9k 75 410.9M 0 0 75 311.7M 0 147.1k 47:39 36:09 11:30 112.0k 75 410.9M 0 0 75 311.8M 0 147.1k 47:40 36:10 11:30 106.2k 75 410.9M 0 0 75 312.0M 0 147.0k 47:41 36:12 11:29 98019 75 410.9M 0 0 75 312.1M 0 147.0k 47:40 36:13 11:27 112.8k 76 410.9M 0 0 76 312.3M 0 147.0k 47:40 36:14 11:26 123.6k 76 410.9M 0 0 76 312.6M 0 147.1k 47:40 36:16 11:24 139.8k 76 410.9M 0 0 76 312.8M 0 147.1k 47:39 36:17 11:22 165.6k 76 410.9M 0 0 76 313.1M 0 147.2k 47:38 36:18 11:20 198.9k 76 410.9M 0 0 76 313.3M 0 147.2k 47:38 36:19 11:19 198.5k 76 410.9M 0 0 76 313.4M 0 147.2k 47:38 36:20 11:18 195.0k 76 410.9M 0 0 76 313.5M 0 147.1k 47:39 36:21 11:18 170.3k 76 410.9M 0 0 76 313.6M 0 147.1k 47:39 36:22 11:17 144.6k 76 410.9M 0 0 76 313.8M 0 147.1k 47:39 36:24 11:15 125.7k 76 410.9M 0 0 76 314.0M 0 147.1k 47:39 36:25 11:14 121.7k 76 410.9M 0 0 76 314.2M 0 147.1k 47:39 36:26 11:13 127.5k 76 410.9M 0 0 76 314.3M 0 147.1k 47:39 36:27 11:12 134.0k 76 410.9M 0 0 76 314.5M 0 147.1k 47:39 36:28 11:11 137.1k 76 410.9M 0 0 76 314.6M 0 147.1k 47:40 36:30 11:10 137.5k 76 410.9M 0 0 76 314.8M 0 147.1k 47:40 36:31 11:09 132.5k 76 410.9M 0 0 76 315.0M 0 147.1k 47:40 36:33 11:07 132.8k 76 410.9M 0 0 76 315.2M 0 147.1k 47:40 36:34 11:06 136.8k 76 410.9M 0 0 76 315.4M 0 147.1k 47:40 36:35 11:05 140.7k 76 410.9M 0 0 76 315.7M 0 147.1k 47:39 36:36 11:03 164.2k 76 410.9M 0 0 76 316.0M 0 147.2k 47:37 36:38 10:59 193.9k 76 410.9M 0 0 76 316.2M 0 147.2k 47:37 36:39 10:58 195.3k 77 410.9M 0 0 77 316.4M 0 147.2k 47:38 36:40 10:58 185.9k 77 410.9M 0 0 77 316.6M 0 147.2k 47:38 36:42 10:56 184.7k 77 410.9M 0 0 77 316.8M 0 147.2k 47:38 36:43 10:55 162.7k 77 410.9M 0 0 77 316.9M 0 147.1k 47:38 36:44 10:54 131.9k 77 410.9M 0 0 77 317.0M 0 147.1k 47:39 36:46 10:53 122.2k 77 410.9M 0 0 77 317.1M 0 147.1k 47:39 36:47 10:52 116.0k 77 410.9M 0 0 77 317.3M 0 147.1k 47:40 36:48 10:52 104.3k 77 410.9M 0 0 77 317.3M 0 147.1k 47:40 36:48 10:52 147.1k 77 410.9M 0 0 77 317.5M 0 147.1k 47:39 36:49 10:50 172.0k 77 410.9M 0 0 77 317.6M 0 147.1k 47:39 36:51 10:48 155.6k 77 410.9M 0 0 77 317.8M 0 147.1k 47:40 36:52 10:48 148.2k 77 410.9M 0 0 77 318.0M 0 147.1k 47:39 36:53 10:46 152.8k 77 410.9M 0 0 77 318.3M 0 147.1k 47:38 36:54 10:44 168.5k 77 410.9M 0 0 77 318.5M 0 147.1k 47:38 36:55 10:43 164.3k 77 410.9M 0 0 77 318.6M 0 147.1k 47:38 36:57 10:41 166.1k 77 410.9M 0 0 77 318.8M 0 147.2k 47:38 36:58 10:40 177.8k 77 410.9M 0 0 77 319.1M 0 147.2k 47:37 36:59 10:38 185.8k 77 410.9M 0 0 77 319.3M 0 147.2k 47:37 37:00 10:37 170.7k 77 410.9M 0 0 77 319.5M 0 147.2k 47:37 37:01 10:36 173.3k 77 410.9M 0 0 77 319.6M 0 147.2k 47:37 37:03 10:34 173.2k 77 410.9M 0 0 77 319.9M 0 147.2k 47:36 37:04 10:32 180.6k 77 410.9M 0 0 77 320.1M 0 147.3k 47:36 37:05 10:31 172.5k 77 410.9M 0 0 77 320.3M 0 147.3k 47:36 37:06 10:30 172.8k 77 410.9M 0 0 77 320.5M 0 147.3k 47:36 37:07 10:29 172.9k 78 410.9M 0 0 78 320.6M 0 147.3k 47:36 37:08 10:28 178.4k 78 410.9M 0 0 78 320.8M 0 147.3k 47:35 37:10 10:25 164.2k 78 410.9M 0 0 78 321.0M 0 147.3k 47:36 37:11 10:25 155.3k 78 410.9M 0 0 78 321.1M 0 147.3k 47:36 37:12 10:24 152.0k 78 410.9M 0 0 78 321.3M 0 147.3k 47:35 37:13 10:22 154.4k 78 410.9M 0 0 78 321.5M 0 147.3k 47:36 37:14 10:22 138.9k 78 410.9M 0 0 78 321.6M 0 147.2k 47:36 37:16 10:20 133.7k 78 410.9M 0 0 78 321.8M 0 147.2k 47:37 37:17 10:20 132.1k 78 410.9M 0 0 78 322.0M 0 147.2k 47:37 37:18 10:19 129.3k 78 410.9M 0 0 78 322.1M 0 147.2k 47:37 37:20 10:17 126.2k 78 410.9M 0 0 78 322.3M 0 147.2k 47:37 37:21 10:16 130.8k 78 410.9M 0 0 78 322.5M 0 147.2k 47:37 37:22 10:15 134.7k 78 410.9M 0 0 78 322.6M 0 147.2k 47:37 37:23 10:14 147.4k 78 410.9M 0 0 78 322.9M 0 147.3k 47:36 37:24 10:12 161.3k 78 410.9M 0 0 78 323.1M 0 147.3k 47:36 37:26 10:10 158.3k 78 410.9M 0 0 78 323.2M 0 147.2k 47:37 37:27 10:10 146.7k 78 410.9M 0 0 78 323.4M 0 147.2k 47:37 37:29 10:08 141.2k 78 410.9M 0 0 78 323.6M 0 147.2k 47:37 37:30 10:07 140.9k 78 410.9M 0 0 78 323.8M 0 147.2k 47:36 37:31 10:05 144.8k 78 410.9M 0 0 78 324.1M 0 147.3k 47:36 37:32 10:04 153.9k 78 410.9M 0 0 78 324.3M 0 147.3k 47:36 37:34 10:02 171.6k 78 410.9M 0 0 78 324.5M 0 147.3k 47:35 37:35 10:00 195.2k 79 410.9M 0 0 79 324.8M 0 147.4k 47:34 37:36 09:58 212.0k 79 410.9M 0 0 79 325.1M 0 147.5k 47:32 37:37 09:55 227.3k 79 410.9M 0 0 79 325.4M 0 147.5k 47:31 37:38 09:53 235.6k 79 410.9M 0 0 79 325.6M 0 147.5k 47:31 37:40 09:51 238.8k 79 410.9M 0 0 79 325.8M 0 147.5k 47:31 37:41 09:50 212.5k 79 410.9M 0 0 79 325.9M 0 147.5k 47:32 37:42 09:50 171.0k 79 410.9M 0 0 79 326.1M 0 147.4k 47:32 37:44 09:48 141.5k 79 410.9M 0 0 79 326.3M 0 147.4k 47:33 37:45 09:48 126.6k 79 410.9M 0 0 79 326.4M 0 147.4k 47:33 37:46 09:47 114.6k 79 410.9M 0 0 79 326.6M 0 147.4k 47:33 37:48 09:45 116.4k 79 410.9M 0 0 79 326.7M 0 147.4k 47:34 37:49 09:45 119.0k 79 410.9M 0 0 79 326.8M 0 147.3k 47:35 37:51 09:44 110.4k 79 410.9M 0 0 79 327.0M 0 147.3k 47:35 37:52 09:43 99.63k 79 410.9M 0 0 79 327.1M 0 147.3k 47:36 37:53 09:43 99.37k 79 410.9M 0 0 79 327.2M 0 147.2k 47:36 37:54 09:42 99312 79 410.9M 0 0 79 327.3M 0 147.2k 47:37 37:56 09:41 99841 79 410.9M 0 0 79 327.5M 0 147.2k 47:37 37:57 09:40 100.1k 79 410.9M 0 0 79 327.6M 0 147.2k 47:37 37:58 09:39 114.6k 79 410.9M 0 0 79 327.8M 0 147.2k 47:37 38:00 09:37 117.0k 79 410.9M 0 0 79 328.0M 0 147.2k 47:38 38:01 09:37 118.3k 79 410.9M 0 0 79 328.1M 0 147.1k 47:38 38:02 09:36 120.6k 79 410.9M 0 0 79 328.2M 0 147.1k 47:39 38:03 09:36 120.6k 79 410.9M 0 0 79 328.4M 0 147.1k 47:39 38:05 09:34 119.0k 79 410.9M 0 0 79 328.6M 0 147.2k 47:38 38:06 09:32 135.9k 80 410.9M 0 0 80 328.9M 0 147.2k 47:37 38:07 09:30 156.3k 80 410.9M 0 0 80 329.0M 0 147.2k 47:38 38:08 09:30 155.9k 80 410.9M 0 0 80 329.2M 0 147.2k 47:38 38:10 09:28 164.2k 80 410.9M 0 0 80 329.4M 0 147.2k 47:38 38:11 09:27 170.1k 80 410.9M 0 0 80 329.6M 0 147.2k 47:37 38:12 09:25 163.3k 80 410.9M 0 0 80 329.8M 0 147.2k 47:36 38:13 09:23 165.6k 80 410.9M 0 0 80 330.1M 0 147.3k 47:36 38:14 09:22 190.0k 80 410.9M 0 0 80 330.3M 0 147.3k 47:35 38:15 09:20 207.1k 80 410.9M 0 0 80 330.5M 0 147.3k 47:35 38:16 09:19 210.3k 80 410.9M 0 0 80 330.8M 0 147.4k 47:34 38:18 09:16 212.4k 80 410.9M 0 0 80 331.0M 0 147.4k 47:34 38:19 09:15 198.8k 80 410.9M 0 0 80 331.1M 0 147.4k 47:34 38:20 09:14 188.3k 80 410.9M 0 0 80 331.4M 0 147.4k 47:33 38:21 09:12 184.0k 80 410.9M 0 0 80 331.6M 0 147.5k 47:32 38:22 09:10 198.5k 80 410.9M 0 0 80 331.8M 0 147.5k 47:32 38:23 09:09 186.6k 80 410.9M 0 0 80 332.0M 0 147.4k 47:32 38:24 09:08 177.9k 80 410.9M 0 0 80 332.1M 0 147.5k 47:32 38:26 09:06 178.0k 80 410.9M 0 0 80 332.4M 0 147.5k 47:32 38:27 09:05 178.4k 80 410.9M 0 0 80 332.5M 0 147.5k 47:32 38:28 09:04 155.6k 80 410.9M 0 0 80 332.7M 0 147.5k 47:32 38:29 09:03 153.3k 81 410.9M 0 0 81 332.8M 0 147.5k 47:32 38:30 09:02 154.6k 81 410.9M 0 0 81 333.1M 0 147.5k 47:31 38:31 09:00 162.9k 81 410.9M 0 0 81 333.3M 0 147.5k 47:31 38:33 08:58 157.2k 81 410.9M 0 0 81 333.5M 0 147.5k 47:31 38:34 08:57 166.5k 81 410.9M 0 0 81 333.6M 0 147.5k 47:31 38:35 08:56 165.9k 81 410.9M 0 0 81 333.8M 0 147.5k 47:31 38:36 08:55 165.0k 81 410.9M 0 0 81 334.0M 0 147.5k 47:31 38:38 08:53 145.6k 81 410.9M 0 0 81 334.1M 0 147.5k 47:31 38:39 08:52 141.1k 81 410.9M 0 0 81 334.3M 0 147.5k 47:31 38:40 08:51 141.9k 81 410.9M 0 0 81 334.6M 0 147.5k 47:30 38:41 08:49 158.3k 81 410.9M 0 0 81 334.8M 0 147.6k 47:30 38:42 08:48 176.5k 81 410.9M 0 0 81 335.1M 0 147.6k 47:29 38:43 08:46 198.5k 81 410.9M 0 0 81 335.3M 0 147.6k 47:28 38:45 08:43 211.3k 81 410.9M 0 0 81 335.5M 0 147.7k 47:28 38:46 08:42 208.5k 81 410.9M 0 0 81 335.7M 0 147.7k 47:28 38:47 08:41 202.2k 81 410.9M 0 0 81 336.0M 0 147.7k 47:27 38:48 08:39 199.8k 81 410.9M 0 0 81 336.2M 0 147.8k 47:26 38:49 08:37 203.4k 81 410.9M 0 0 81 336.4M 0 147.8k 47:26 38:50 08:36 193.4k 81 410.9M 0 0 81 336.6M 0 147.8k 47:26 38:52 08:34 183.7k 81 410.9M 0 0 81 336.8M 0 147.8k 47:26 38:53 08:33 181.7k 82 410.9M 0 0 82 337.0M 0 147.8k 47:26 38:54 08:32 168.7k 82 410.9M 0 0 82 337.1M 0 147.8k 47:26 38:55 08:31 151.1k 82 410.9M 0 0 82 337.3M 0 147.8k 47:26 38:57 08:29 146.3k 82 410.9M 0 0 82 337.5M 0 147.8k 47:26 38:58 08:28 149.4k 82 410.9M 0 0 82 337.7M 0 147.8k 47:26 38:59 08:27 142.8k 82 410.9M 0 0 82 337.9M 0 147.8k 47:26 39:01 08:25 147.3k 82 410.9M 0 0 82 338.1M 0 147.8k 47:26 39:02 08:24 153.3k 82 410.9M 0 0 82 338.3M 0 147.8k 47:26 39:03 08:23 154.4k 82 410.9M 0 0 82 338.5M 0 147.8k 47:26 39:04 08:22 157.3k 82 410.9M 0 0 82 338.6M 0 147.8k 47:26 39:05 08:21 166.7k 82 410.9M 0 0 82 338.9M 0 147.8k 47:25 39:07 08:18 171.5k 82 410.9M 0 0 82 339.1M 0 147.8k 47:25 39:08 08:17 165.8k 82 410.9M 0 0 82 339.3M 0 147.8k 47:25 39:09 08:16 167.4k 82 410.9M 0 0 82 339.5M 0 147.8k 47:25 39:10 08:15 164.4k 82 410.9M 0 0 82 339.6M 0 147.8k 47:25 39:12 08:13 157.9k 82 410.9M 0 0 82 339.8M 0 147.8k 47:25 39:13 08:12 150.3k 82 410.9M 0 0 82 340.1M 0 147.9k 47:24 39:14 08:10 162.7k 82 410.9M 0 0 82 340.3M 0 147.9k 47:24 39:15 08:09 171.8k 82 410.9M 0 0 82 340.6M 0 148.0k 47:22 39:17 08:05 199.0k 82 410.9M 0 0 82 340.9M 0 148.0k 47:22 39:18 08:04 219.1k 83 410.9M 0 0 83 341.1M 0 148.0k 47:21 39:19 08:02 231.3k 83 410.9M 0 0 83 341.3M 0 148.0k 47:21 39:20 08:01 211.2k 83 410.9M 0 0 83 341.5M 0 148.0k 47:21 39:21 08:00 205.6k 83 410.9M 0 0 83 341.8M 0 148.1k 47:20 39:23 07:57 187.5k 83 410.9M 0 0 83 342.0M 0 148.1k 47:20 39:24 07:56 185.6k 83 410.9M 0 0 83 342.3M 0 148.2k 47:19 39:25 07:54 191.8k 83 410.9M 0 0 83 342.6M 0 148.2k 47:18 39:26 07:52 209.2k 83 410.9M 0 0 83 342.8M 0 148.2k 47:18 39:28 07:50 201.5k 83 410.9M 0 0 83 343.0M 0 148.2k 47:18 39:29 07:49 190.2k 83 410.9M 0 0 83 343.1M 0 148.2k 47:18 39:30 07:48 174.3k 83 410.9M 0 0 83 343.3M 0 148.2k 47:18 39:31 07:47 162.7k 83 410.9M 0 0 83 343.5M 0 148.2k 47:18 39:33 07:45 149.2k 83 410.9M 0 0 83 343.6M 0 148.2k 47:18 39:34 07:44 147.4k 83 410.9M 0 0 83 343.8M 0 148.2k 47:19 39:35 07:44 143.7k 83 410.9M 0 0 83 344.0M 0 148.2k 47:19 39:36 07:43 138.9k 83 410.9M 0 0 83 344.1M 0 148.1k 47:19 39:37 07:42 126.4k 83 410.9M 0 0 83 344.3M 0 148.1k 47:19 39:39 07:40 130.7k 83 410.9M 0 0 83 344.5M 0 148.2k 47:19 39:40 07:39 141.6k 83 410.9M 0 0 83 344.6M 0 148.2k 47:18 39:41 07:37 152.5k 83 410.9M 0 0 83 344.8M 0 148.2k 47:18 39:42 07:36 163.0k 83 410.9M 0 0 83 345.1M 0 148.2k 47:17 39:43 07:34 185.4k 84 410.9M 0 0 84 345.4M 0 148.3k 47:16 39:44 07:32 204.3k 84 410.9M 0 0 84 345.6M 0 148.3k 47:16 39:45 07:31 205.4k 84 410.9M 0 0 84 345.8M 0 148.3k 47:15 39:46 07:29 215.8k 84 410.9M 0 0 84 346.0M 0 148.3k 47:15 39:48 07:27 205.3k 84 410.9M 0 0 84 346.2M 0 148.3k 47:15 39:49 07:26 196.4k 84 410.9M 0 0 84 346.5M 0 148.4k 47:14 39:50 07:24 191.2k 84 410.9M 0 0 84 346.6M 0 148.4k 47:14 39:51 07:23 181.4k 84 410.9M 0 0 84 346.8M 0 148.4k 47:14 39:53 07:21 165.0k 84 410.9M 0 0 84 347.0M 0 148.4k 47:14 39:54 07:20 169.7k 84 410.9M 0 0 84 347.2M 0 148.4k 47:15 39:55 07:20 156.2k 84 410.9M 0 0 84 347.3M 0 148.3k 47:15 39:57 07:18 131.3k 84 410.9M 0 0 84 347.5M 0 148.3k 47:16 39:58 07:18 125.0k 84 410.9M 0 0 84 347.6M 0 148.3k 47:16 39:59 07:17 115.9k 84 410.9M 0 0 84 347.8M 0 148.3k 47:16 40:00 07:16 117.4k 84 410.9M 0 0 84 348.0M 0 148.3k 47:16 40:01 07:15 127.7k 84 410.9M 0 0 84 348.1M 0 148.3k 47:16 40:02 07:14 135.8k 84 410.9M 0 0 84 348.3M 0 148.3k 47:16 40:04 07:12 138.7k 84 410.9M 0 0 84 348.5M 0 148.3k 47:16 40:05 07:11 146.1k 84 410.9M 0 0 84 348.6M 0 148.3k 47:17 40:07 07:10 131.0k 84 410.9M 0 0 84 348.7M 0 148.2k 47:17 40:08 07:09 115.2k 84 410.9M 0 0 84 348.8M 0 148.2k 47:18 40:09 07:09 106.3k 84 410.9M 0 0 84 348.9M 0 148.1k 47:19 40:11 07:08 97640 84 410.9M 0 0 84 349.0M 0 148.1k 47:20 40:12 07:08 86662 84 410.9M 0 0 84 349.2M 0 148.1k 47:20 40:13 07:07 97596 85 410.9M 0 0 85 349.4M 0 148.1k 47:20 40:15 07:05 106.8k 85 410.9M 0 0 85 349.6M 0 148.1k 47:20 40:16 07:04 121.4k 85 410.9M 0 0 85 349.8M 0 148.1k 47:19 40:17 07:02 140.9k 85 410.9M 0 0 85 349.9M 0 148.1k 47:20 40:18 07:02 147.3k 85 410.9M 0 0 85 350.1M 0 148.1k 47:20 40:20 07:00 137.7k 85 410.9M 0 0 85 350.2M 0 148.0k 47:21 40:21 07:00 124.7k 85 410.9M 0 0 85 350.3M 0 148.0k 47:22 40:23 06:59 112.0k 85 410.9M 0 0 85 350.5M 0 148.0k 47:22 40:24 06:58 100.7k 85 410.9M 0 0 85 350.6M 0 148.0k 47:22 40:25 06:57 108.3k 85 410.9M 0 0 85 350.8M 0 148.0k 47:22 40:27 06:55 113.7k 85 410.9M 0 0 85 351.0M 0 148.0k 47:22 40:28 06:54 119.8k 85 410.9M 0 0 85 351.1M 0 147.9k 47:23 40:29 06:54 121.7k 85 410.9M 0 0 85 351.2M 0 147.9k 47:24 40:31 06:53 115.7k 85 410.9M 0 0 85 351.3M 0 147.9k 47:24 40:32 06:52 109.8k 85 410.9M 0 0 85 351.5M 0 147.9k 47:24 40:33 06:51 113.4k 85 410.9M 0 0 85 351.7M 0 147.9k 47:24 40:34 06:50 120.4k 85 410.9M 0 0 85 351.9M 0 147.9k 47:24 40:36 06:48 127.7k 85 410.9M 0 0 85 352.1M 0 147.9k 47:24 40:37 06:47 139.1k 85 410.9M 0 0 85 352.2M 0 147.9k 47:24 40:38 06:46 137.9k 85 410.9M 0 0 85 352.3M 0 147.8k 47:25 40:39 06:46 130.0k 85 410.9M 0 0 85 352.5M 0 147.9k 47:24 40:40 06:44 133.4k 85 410.9M 0 0 85 352.8M 0 147.9k 47:24 40:42 06:42 150.0k 85 410.9M 0 0 85 353.0M 0 147.9k 47:23 40:43 06:40 170.4k 85 410.9M 0 0 85 353.3M 0 148.0k 47:22 40:44 06:38 204.5k 86 410.9M 0 0 86 353.5M 0 148.0k 47:22 40:45 06:37 210.8k 86 410.9M 0 0 86 353.7M 0 148.0k 47:22 40:46 06:36 208.3k 86 410.9M 0 0 86 354.0M 0 148.0k 47:21 40:47 06:34 214.1k 86 410.9M 0 0 86 354.2M 0 148.1k 47:20 40:49 06:31 209.6k 86 410.9M 0 0 86 354.4M 0 148.1k 47:20 40:50 06:30 183.5k 86 410.9M 0 0 86 354.6M 0 148.1k 47:20 40:51 06:29 189.0k 86 410.9M 0 0 86 354.8M 0 148.1k 47:20 40:52 06:28 191.3k 86 410.9M 0 0 86 355.0M 0 148.1k 47:19 40:53 06:26 189.5k 86 410.9M 0 0 86 355.2M 0 148.2k 47:19 40:54 06:25 185.0k 86 410.9M 0 0 86 355.5M 0 148.2k 47:18 40:55 06:23 202.9k 86 410.9M 0 0 86 355.7M 0 148.2k 47:17 40:56 06:21 212.9k 86 410.9M 0 0 86 356.0M 0 148.3k 47:17 40:57 06:20 216.9k 86 410.9M 0 0 86 356.1M 0 148.3k 47:17 40:59 06:18 197.2k 86 410.9M 0 0 86 356.3M 0 148.2k 47:17 41:00 06:17 186.8k 86 410.9M 0 0 86 356.4M 0 148.2k 47:17 41:01 06:16 166.0k 86 410.9M 0 0 86 356.5M 0 148.2k 47:17 41:02 06:15 144.1k 86 410.9M 0 0 86 356.6M 0 148.2k 47:18 41:03 06:15 124.5k 86 410.9M 0 0 86 356.8M 0 148.2k 47:18 41:04 06:14 114.7k 86 410.9M 0 0 86 357.0M 0 148.2k 47:18 41:06 06:12 122.2k 86 410.9M 0 0 86 357.1M 0 148.2k 47:18 41:07 06:11 131.6k 86 410.9M 0 0 86 357.4M 0 148.2k 47:17 41:08 06:09 149.7k 87 410.9M 0 0 87 357.5M 0 148.2k 47:18 41:09 06:09 142.1k 87 410.9M 0 0 87 357.6M 0 148.1k 47:19 41:11 06:08 135.7k 87 410.9M 0 0 87 357.8M 0 148.1k 47:19 41:12 06:07 130.5k 87 410.9M 0 0 87 358.0M 0 148.2k 47:19 41:14 06:05 132.2k 87 410.9M 0 0 87 358.3M 0 148.2k 47:18 41:15 06:03 133.4k 87 410.9M 0 0 87 358.5M 0 148.2k 47:18 41:16 06:02 150.8k 87 410.9M 0 0 87 358.6M 0 148.2k 47:18 41:17 06:01 176.5k 87 410.9M 0 0 87 358.8M 0 148.2k 47:18 41:18 06:00 177.9k 87 410.9M 0 0 87 359.0M 0 148.2k 47:18 41:20 05:58 159.8k 87 410.9M 0 0 87 359.1M 0 148.2k 47:18 41:21 05:57 146.9k 87 410.9M 0 0 87 359.4M 0 148.2k 47:18 41:22 05:56 154.0k 87 410.9M 0 0 87 359.6M 0 148.2k 47:17 41:23 05:54 150.2k 87 410.9M 0 0 87 359.8M 0 148.2k 47:17 41:24 05:53 160.8k 87 410.9M 0 0 87 360.0M 0 148.2k 47:17 41:25 05:52 178.1k 87 410.9M 0 0 87 360.1M 0 148.3k 47:17 41:27 05:50 178.6k 87 410.9M 0 0 87 360.3M 0 148.3k 47:17 41:28 05:49 168.1k 87 410.9M 0 0 87 360.5M 0 148.2k 47:17 41:29 05:48 150.6k 87 410.9M 0 0 87 360.6M 0 148.2k 47:17 41:30 05:47 144.2k 87 410.9M 0 0 87 360.8M 0 148.2k 47:17 41:32 05:45 141.8k 87 410.9M 0 0 87 361.0M 0 148.2k 47:17 41:33 05:44 145.8k 87 410.9M 0 0 87 361.2M 0 148.3k 47:17 41:34 05:43 148.8k 87 410.9M 0 0 87 361.3M 0 148.2k 47:17 41:35 05:42 156.7k 87 410.9M 0 0 87 361.5M 0 148.3k 47:17 41:36 05:41 160.8k 88 410.9M 0 0 88 361.7M 0 148.3k 47:17 41:37 05:40 164.4k 88 410.9M 0 0 88 361.8M 0 148.3k 47:17 41:38 05:39 152.4k 88 410.9M 0 0 88 362.0M 0 148.2k 47:17 41:39 05:38 138.6k 88 410.9M 0 0 88 362.1M 0 148.2k 47:17 41:41 05:36 139.2k 88 410.9M 0 0 88 362.3M 0 148.2k 47:18 41:43 05:35 117.5k 88 410.9M 0 0 88 362.3M 0 148.1k 47:19 41:44 05:35 98.82k 88 410.9M 0 0 88 362.5M 0 148.1k 47:19 41:45 05:34 98313 88 410.9M 0 0 88 362.6M 0 148.1k 47:19 41:46 05:33 105.1k 88 410.9M 0 0 88 362.8M 0 148.1k 47:19 41:47 05:32 113.3k 88 410.9M 0 0 88 363.1M 0 148.2k 47:18 41:48 05:30 149.5k 88 410.9M 0 0 88 363.3M 0 148.2k 47:18 41:49 05:29 176.8k 88 410.9M 0 0 88 363.6M 0 148.2k 47:17 41:51 05:26 199.5k 88 410.9M 0 0 88 363.8M 0 148.2k 47:17 41:52 05:25 195.3k 88 410.9M 0 0 88 364.0M 0 148.2k 47:17 41:53 05:24 185.7k 88 410.9M 0 0 88 364.1M 0 148.2k 47:17 41:54 05:23 170.6k 88 410.9M 0 0 88 364.3M 0 148.2k 47:17 41:56 05:21 164.3k 88 410.9M 0 0 88 364.5M 0 148.3k 47:17 41:57 05:20 159.6k 88 410.9M 0 0 88 364.7M 0 148.3k 47:17 41:58 05:19 156.8k 88 410.9M 0 0 88 364.9M 0 148.3k 47:17 41:59 05:18 157.7k 88 410.9M 0 0 88 365.1M 0 148.3k 47:17 42:00 05:17 151.5k 88 410.9M 0 0 88 365.1M 0 148.3k 47:17 42:00 05:17 148.3k 88 410.9M 0 0 88 365.3M 0 148.3k 47:16 42:02 05:14 155.4k 88 410.9M 0 0 88 365.5M 0 148.3k 47:17 42:03 05:14 139.6k 88 410.9M 0 0 88 365.6M 0 148.3k 47:17 42:04 05:13 140.4k 89 410.9M 0 0 89 365.8M 0 148.2k 47:17 42:06 05:11 137.0k 89 410.9M 0 0 89 366.0M 0 148.2k 47:17 42:07 05:10 134.0k 89 410.9M 0 0 89 366.1M 0 148.2k 47:18 42:08 05:10 125.1k 89 410.9M 0 0 89 366.2M 0 148.2k 47:18 42:10 05:08 120.3k 89 410.9M 0 0 89 366.3M 0 148.2k 47:19 42:11 05:08 111.2k 89 410.9M 0 0 89 366.5M 0 148.2k 47:19 42:12 05:07 114.8k 89 410.9M 0 0 89 366.7M 0 148.2k 47:18 42:13 05:05 122.3k 89 410.9M 0 0 89 366.8M 0 148.1k 47:19 42:15 05:04 121.6k 89 410.9M 0 0 89 367.0M 0 148.1k 47:19 42:16 05:03 126.5k 89 410.9M 0 0 89 367.1M 0 148.1k 47:20 42:17 05:03 126.9k 89 410.9M 0 0 89 367.3M 0 148.1k 47:20 42:18 05:02 126.6k 89 410.9M 0 0 89 367.5M 0 148.1k 47:20 42:20 05:00 123.1k 89 410.9M 0 0 89 367.6M 0 148.1k 47:20 42:21 04:59 126.6k 89 410.9M 0 0 89 367.7M 0 148.1k 47:20 42:22 04:58 123.3k 89 410.9M 0 0 89 367.8M 0 148.0k 47:21 42:23 04:58 122.4k 89 410.9M 0 0 89 368.0M 0 148.0k 47:21 42:24 04:57 115.5k 89 410.9M 0 0 89 368.1M 0 148.0k 47:22 42:26 04:56 102.5k 89 410.9M 0 0 89 368.2M 0 148.0k 47:23 42:27 04:56 97712 89 410.9M 0 0 89 368.4M 0 148.0k 47:23 42:29 04:54 103.5k 89 410.9M 0 0 89 368.6M 0 148.0k 47:22 42:30 04:52 124.1k 89 410.9M 0 0 89 368.8M 0 148.0k 47:22 42:31 04:51 124.0k 89 410.9M 0 0 89 369.0M 0 148.0k 47:22 42:32 04:50 143.4k 89 410.9M 0 0 89 369.2M 0 148.0k 47:21 42:33 04:48 171.9k 89 410.9M 0 0 89 369.5M 0 148.0k 47:21 42:35 04:46 182.3k 89 410.9M 0 0 89 369.6M 0 148.0k 47:21 42:36 04:45 176.5k 90 410.9M 0 0 90 369.9M 0 148.1k 47:20 42:37 04:43 197.4k 90 410.9M 0 0 90 370.1M 0 148.1k 47:20 42:38 04:42 196.7k 90 410.9M 0 0 90 370.2M 0 148.1k 47:20 42:39 04:41 170.5k 90 410.9M 0 0 90 370.3M 0 148.0k 47:21 42:41 04:40 148.1k 90 410.9M 0 0 90 370.5M 0 148.0k 47:21 42:42 04:39 136.5k 90 410.9M 0 0 90 370.7M 0 148.0k 47:21 42:44 04:37 121.2k 90 410.9M 0 0 90 370.9M 0 148.0k 47:22 42:45 04:37 117.7k 90 410.9M 0 0 90 371.1M 0 148.0k 47:22 42:47 04:35 122.3k 90 410.9M 0 0 90 371.2M 0 148.0k 47:22 42:48 04:34 120.5k 90 410.9M 0 0 90 371.4M 0 148.0k 47:22 42:49 04:33 125.6k 90 410.9M 0 0 90 371.5M 0 147.9k 47:23 42:50 04:33 124.9k 90 410.9M 0 0 90 371.7M 0 148.0k 47:22 42:52 04:30 127.5k 90 410.9M 0 0 90 372.0M 0 148.0k 47:22 42:53 04:29 144.3k 90 410.9M 0 0 90 372.1M 0 148.0k 47:22 42:54 04:28 153.7k 90 410.9M 0 0 90 372.3M 0 148.0k 47:22 42:55 04:27 157.4k 90 410.9M 0 0 90 372.5M 0 148.0k 47:22 42:56 04:26 167.3k 90 410.9M 0 0 90 372.6M 0 148.0k 47:22 42:57 04:25 166.9k 90 410.9M 0 0 90 372.8M 0 148.0k 47:22 42:59 04:23 155.0k 90 410.9M 0 0 90 373.0M 0 148.0k 47:22 43:00 04:22 155.7k 90 410.9M 0 0 90 373.1M 0 148.0k 47:22 43:01 04:21 143.8k 90 410.9M 0 0 90 373.3M 0 148.0k 47:22 43:02 04:20 134.4k 90 410.9M 0 0 90 373.5M 0 148.0k 47:22 43:04 04:18 132.6k 90 410.9M 0 0 90 373.7M 0 148.0k 47:22 43:05 04:17 143.5k 91 410.9M 0 0 91 373.9M 0 148.0k 47:22 43:06 04:16 146.1k 91 410.9M 0 0 91 374.1M 0 148.0k 47:22 43:07 04:15 155.0k 91 410.9M 0 0 91 374.3M 0 148.0k 47:22 43:09 04:13 162.8k 91 410.9M 0 0 91 374.5M 0 148.0k 47:22 43:10 04:12 166.5k 91 410.9M 0 0 91 374.6M 0 148.0k 47:21 43:11 04:10 159.7k 91 410.9M 0 0 91 374.8M 0 148.0k 47:21 43:12 04:09 162.0k 91 410.9M 0 0 91 375.0M 0 148.0k 47:22 43:13 04:09 154.6k 91 410.9M 0 0 91 375.1M 0 148.0k 47:22 43:15 04:07 149.5k 91 410.9M 0 0 91 375.4M 0 148.0k 47:21 43:16 04:05 160.9k 91 410.9M 0 0 91 375.6M 0 148.0k 47:21 43:17 04:04 164.2k 91 410.9M 0 0 91 375.8M 0 148.0k 47:21 43:18 04:03 162.5k 91 410.9M 0 0 91 376.0M 0 148.1k 47:20 43:19 04:01 176.3k 91 410.9M 0 0 91 376.1M 0 148.1k 47:20 43:20 04:00 183.5k 91 410.9M 0 0 91 376.4M 0 148.1k 47:20 43:21 03:59 179.8k 91 410.9M 0 0 91 376.6M 0 148.1k 47:19 43:23 03:56 185.4k 91 410.9M 0 0 91 376.9M 0 148.2k 47:18 43:24 03:54 205.3k 91 410.9M 0 0 91 377.1M 0 148.2k 47:18 43:25 03:53 214.2k 91 410.9M 0 0 91 377.4M 0 148.2k 47:17 43:26 03:51 215.9k 91 410.9M 0 0 91 377.6M 0 148.2k 47:17 43:27 03:50 210.8k 91 410.9M 0 0 91 377.8M 0 148.2k 47:17 43:28 03:49 198.4k 91 410.9M 0 0 91 378.0M 0 148.2k 47:17 43:30 03:47 180.2k 92 410.9M 0 0 92 378.1M 0 148.2k 47:17 43:31 03:46 158.4k 92 410.9M 0 0 92 378.3M 0 148.2k 47:17 43:32 03:45 143.6k 92 410.9M 0 0 92 378.4M 0 148.2k 47:18 43:33 03:45 132.9k 92 410.9M 0 0 92 378.6M 0 148.2k 47:18 43:35 03:43 131.0k 92 410.9M 0 0 92 378.8M 0 148.2k 47:18 43:36 03:42 129.4k 92 410.9M 0 0 92 379.0M 0 148.2k 47:18 43:37 03:41 136.3k 92 410.9M 0 0 92 379.2M 0 148.2k 47:17 43:39 03:38 154.0k 92 410.9M 0 0 92 379.4M 0 148.2k 47:17 43:40 03:37 156.4k 92 410.9M 0 0 92 379.6M 0 148.2k 47:18 43:41 03:37 153.4k 92 410.9M 0 0 92 379.7M 0 148.2k 47:18 43:42 03:36 151.7k 92 410.9M 0 0 92 379.8M 0 148.2k 47:18 43:43 03:35 144.9k 92 410.9M 0 0 92 380.0M 0 148.2k 47:18 43:45 03:33 134.7k 92 410.9M 0 0 92 380.2M 0 148.2k 47:18 43:46 03:32 138.4k 92 410.9M 0 0 92 380.4M 0 148.2k 47:18 43:47 03:31 148.7k 92 410.9M 0 0 92 380.6M 0 148.2k 47:17 43:48 03:29 157.5k 92 410.9M 0 0 92 380.8M 0 148.2k 47:17 43:49 03:28 169.0k 92 410.9M 0 0 92 381.0M 0 148.3k 47:17 43:50 03:27 174.9k 92 410.9M 0 0 92 381.1M 0 148.2k 47:17 43:51 03:26 168.8k 92 410.9M 0 0 92 381.3M 0 148.2k 47:17 43:52 03:25 163.1k 92 410.9M 0 0 92 381.5M 0 148.3k 47:16 43:54 03:22 176.1k 92 410.9M 0 0 92 381.8M 0 148.3k 47:15 43:55 03:20 192.1k 92 410.9M 0 0 92 382.0M 0 148.3k 47:15 43:56 03:19 185.5k 93 410.9M 0 0 93 382.2M 0 148.3k 47:15 43:57 03:18 194.9k 93 410.9M 0 0 93 382.4M 0 148.3k 47:15 43:58 03:17 193.2k 93 410.9M 0 0 93 382.6M 0 148.4k 47:15 44:00 03:15 180.5k 93 410.9M 0 0 93 382.8M 0 148.4k 47:14 44:01 03:13 170.8k 93 410.9M 0 0 93 383.0M 0 148.4k 47:14 44:02 03:12 164.4k 93 410.9M 0 0 93 383.3M 0 148.4k 47:14 44:04 03:10 168.4k 93 410.9M 0 0 93 383.5M 0 148.4k 47:13 44:05 03:08 180.7k 93 410.9M 0 0 93 383.7M 0 148.4k 47:13 44:06 03:07 177.4k 93 410.9M 0 0 93 383.9M 0 148.4k 47:13 44:07 03:06 165.2k 93 410.9M 0 0 93 384.1M 0 148.4k 47:14 44:09 03:05 163.9k 93 410.9M 0 0 93 384.2M 0 148.4k 47:14 44:10 03:04 144.9k 93 410.9M 0 0 93 384.4M 0 148.4k 47:14 44:12 03:02 131.9k 93 410.9M 0 0 93 384.6M 0 148.4k 47:14 44:13 03:01 143.1k 93 410.9M 0 0 93 384.8M 0 148.4k 47:13 44:14 02:59 148.1k 93 410.9M 0 0 93 385.0M 0 148.4k 47:14 44:15 02:59 148.3k 93 410.9M 0 0 93 385.1M 0 148.4k 47:14 44:16 02:58 161.9k 93 410.9M 0 0 93 385.3M 0 148.4k 47:14 44:17 02:57 164.2k 93 410.9M 0 0 93 385.5M 0 148.4k 47:14 44:18 02:56 145.2k 93 410.9M 0 0 93 385.6M 0 148.4k 47:15 44:20 02:55 120.6k 93 410.9M 0 0 93 385.7M 0 148.3k 47:15 44:21 02:54 118.0k 93 410.9M 0 0 93 385.9M 0 148.3k 47:15 44:23 02:52 118.4k 93 410.9M 0 0 93 386.0M 0 148.3k 47:15 44:24 02:51 110.8k 93 410.9M 0 0 93 386.1M 0 148.3k 47:16 44:25 02:51 110.7k 94 410.9M 0 0 94 386.3M 0 148.3k 47:16 44:26 02:50 123.8k 94 410.9M 0 0 94 386.4M 0 148.3k 47:16 44:27 02:49 127.4k 94 410.9M 0 0 94 386.6M 0 148.3k 47:16 44:28 02:48 124.6k 94 410.9M 0 0 94 386.8M 0 148.3k 47:16 44:29 02:47 139.3k 94 410.9M 0 0 94 387.0M 0 148.3k 47:16 44:30 02:46 148.3k 94 410.9M 0 0 94 387.2M 0 148.3k 47:15 44:32 02:43 163.4k 94 410.9M 0 0 94 387.3M 0 148.3k 47:16 44:33 02:43 158.3k 94 410.9M 0 0 94 387.5M 0 148.3k 47:16 44:34 02:42 154.6k 94 410.9M 0 0 94 387.6M 0 148.3k 47:15 44:35 02:40 155.9k 94 410.9M 0 0 94 387.9M 0 148.4k 47:15 44:36 02:39 165.4k 94 410.9M 0 0 94 388.0M 0 148.3k 47:15 44:37 02:38 150.9k 94 410.9M 0 0 94 388.1M 0 148.3k 47:15 44:38 02:37 156.0k 94 410.9M 0 0 94 388.3M 0 148.3k 47:16 44:40 02:36 148.2k 94 410.9M 0 0 94 388.5M 0 148.3k 47:16 44:41 02:35 143.7k 94 410.9M 0 0 94 388.7M 0 148.3k 47:15 44:42 02:33 140.8k 94 410.9M 0 0 94 388.9M 0 148.3k 47:15 44:43 02:32 146.7k 94 410.9M 0 0 94 389.1M 0 148.4k 47:15 44:44 02:31 157.6k 94 410.9M 0 0 94 389.4M 0 148.4k 47:14 44:46 02:28 194.7k 94 410.9M 0 0 94 389.6M 0 148.4k 47:13 44:47 02:26 200.9k 94 410.9M 0 0 94 389.9M 0 148.5k 47:13 44:48 02:25 203.9k 94 410.9M 0 0 94 390.1M 0 148.5k 47:13 44:49 02:24 203.9k 94 410.9M 0 0 94 390.3M 0 148.5k 47:13 44:51 02:22 198.3k 95 410.9M 0 0 95 390.5M 0 148.5k 47:12 44:52 02:20 190.7k 95 410.9M 0 0 95 390.8M 0 148.5k 47:11 44:53 02:18 199.4k 95 410.9M 0 0 95 391.0M 0 148.6k 47:11 44:54 02:17 191.9k 95 410.9M 0 0 95 391.2M 0 148.6k 47:11 44:55 02:16 195.2k 95 410.9M 0 0 95 391.4M 0 148.6k 47:11 44:57 02:14 191.1k 95 410.9M 0 0 95 391.5M 0 148.6k 47:11 44:58 02:13 169.0k 95 410.9M 0 0 95 391.6M 0 148.5k 47:12 44:59 02:13 140.3k 95 410.9M 0 0 95 391.8M 0 148.5k 47:12 45:00 02:12 134.0k 95 410.9M 0 0 95 392.0M 0 148.5k 47:11 45:02 02:09 132.4k 95 410.9M 0 0 95 392.3M 0 148.6k 47:11 45:03 02:08 143.0k 95 410.9M 0 0 95 392.5M 0 148.5k 47:11 45:04 02:07 144.7k 95 410.9M 0 0 95 392.6M 0 148.5k 47:11 45:06 02:05 155.9k 95 410.9M 0 0 95 392.8M 0 148.5k 47:12 45:07 02:05 144.3k 95 410.9M 0 0 95 393.0M 0 148.5k 47:12 45:09 02:03 134.8k 95 410.9M 0 0 95 393.1M 0 148.5k 47:12 45:10 02:02 119.7k 95 410.9M 0 0 95 393.2M 0 148.5k 47:13 45:11 02:02 116.4k 95 410.9M 0 0 95 393.4M 0 148.5k 47:13 45:12 02:01 119.2k 95 410.9M 0 0 95 393.6M 0 148.5k 47:12 45:13 01:59 134.7k 95 410.9M 0 0 95 393.8M 0 148.5k 47:12 45:14 01:58 154.6k 95 410.9M 0 0 95 394.0M 0 148.5k 47:12 45:16 01:56 164.2k 95 410.9M 0 0 95 394.2M 0 148.5k 47:12 45:17 01:55 161.9k 95 410.9M 0 0 95 394.3M 0 148.5k 47:12 45:18 01:54 151.1k 96 410.9M 0 0 96 394.5M 0 148.5k 47:12 45:20 01:52 145.2k 96 410.9M 0 0 96 394.7M 0 148.5k 47:12 45:21 01:51 139.3k 96 410.9M 0 0 96 394.9M 0 148.5k 47:12 45:22 01:50 138.8k 96 410.9M 0 0 96 395.1M 0 148.5k 47:12 45:23 01:49 142.9k 96 410.9M 0 0 96 395.3M 0 148.5k 47:12 45:25 01:47 149.1k 96 410.9M 0 0 96 395.4M 0 148.5k 47:13 45:26 01:47 141.1k 96 410.9M 0 0 96 395.5M 0 148.4k 47:13 45:27 01:46 127.0k 96 410.9M 0 0 96 395.7M 0 148.4k 47:13 45:29 01:44 125.5k 96 410.9M 0 0 96 396.0M 0 148.5k 47:13 45:30 01:43 139.3k 96 410.9M 0 0 96 396.3M 0 148.5k 47:12 45:31 01:41 162.4k 96 410.9M 0 0 96 396.6M 0 148.6k 47:11 45:32 01:39 195.4k 96 410.9M 0 0 96 396.8M 0 148.6k 47:10 45:33 01:37 226.4k 96 410.9M 0 0 96 397.0M 0 148.6k 47:10 45:35 01:35 227.2k 96 410.9M 0 0 96 397.2M 0 148.6k 47:10 45:36 01:34 217.9k 96 410.9M 0 0 96 397.4M 0 148.6k 47:10 45:37 01:33 198.1k 96 410.9M 0 0 96 397.6M 0 148.6k 47:10 45:38 01:32 167.6k 96 410.9M 0 0 96 397.8M 0 148.6k 47:09 45:40 01:29 165.4k 96 410.9M 0 0 96 398.1M 0 148.7k 47:09 45:41 01:28 180.3k 96 410.9M 0 0 96 398.3M 0 148.7k 47:08 45:42 01:26 184.5k 96 410.9M 0 0 96 398.5M 0 148.7k 47:08 45:43 01:25 198.3k 97 410.9M 0 0 97 398.8M 0 148.8k 47:07 45:44 01:23 220.9k 97 410.9M 0 0 97 399.0M 0 148.8k 47:07 45:45 01:22 216.6k 97 410.9M 0 0 97 399.3M 0 148.8k 47:06 45:46 01:20 219.7k 97 410.9M 0 0 97 399.5M 0 148.8k 47:06 45:47 01:19 218.3k 97 410.9M 0 0 97 399.6M 0 148.8k 47:06 45:48 01:18 204.1k 97 410.9M 0 0 97 399.8M 0 148.8k 47:06 45:50 01:16 182.9k 97 410.9M 0 0 97 400.0M 0 148.8k 47:06 45:51 01:15 159.7k 97 410.9M 0 0 97 400.1M 0 148.8k 47:06 45:52 01:14 147.1k 97 410.9M 0 0 97 400.3M 0 148.8k 47:06 45:54 01:12 139.5k 97 410.9M 0 0 97 400.6M 0 148.8k 47:06 45:55 01:11 147.9k 97 410.9M 0 0 97 400.8M 0 148.8k 47:06 45:56 01:10 156.2k 97 410.9M 0 0 97 401.0M 0 148.9k 47:05 45:57 01:08 173.7k 97 410.9M 0 0 97 401.1M 0 148.9k 47:05 45:58 01:07 170.1k 97 410.9M 0 0 97 401.3M 0 148.9k 47:05 45:59 01:06 176.9k 97 410.9M 0 0 97 401.5M 0 148.9k 47:05 46:01 01:04 156.4k 97 410.9M 0 0 97 401.6M 0 148.8k 47:06 46:02 01:04 138.9k 97 410.9M 0 0 97 401.7M 0 148.8k 47:06 46:03 01:03 124.0k 97 410.9M 0 0 97 401.9M 0 148.8k 47:06 46:05 01:01 122.3k 97 410.9M 0 0 97 402.1M 0 148.8k 47:06 46:06 01:00 122.3k 97 410.9M 0 0 97 402.3M 0 148.8k 47:06 46:07 00:59 135.1k 97 410.9M 0 0 97 402.5M 0 148.8k 47:06 46:08 00:58 144.8k 97 410.9M 0 0 97 402.6M 0 148.8k 47:06 46:10 00:56 149.4k 98 410.9M 0 0 98 402.8M 0 148.8k 47:07 46:11 00:56 145.3k 98 410.9M 0 0 98 402.9M 0 148.8k 47:07 46:12 00:55 135.7k 98 410.9M 0 0 98 403.1M 0 148.8k 47:07 46:13 00:54 127.5k 98 410.9M 0 0 98 403.3M 0 148.8k 47:07 46:14 00:53 131.7k 98 410.9M 0 0 98 403.5M 0 148.8k 47:06 46:16 00:50 146.4k 98 410.9M 0 0 98 403.7M 0 148.8k 47:07 46:17 00:50 146.4k 98 410.9M 0 0 98 403.8M 0 148.8k 47:07 46:19 00:48 141.6k 98 410.9M 0 0 98 404.0M 0 148.7k 47:08 46:20 00:48 132.2k 98 410.9M 0 0 98 404.1M 0 148.7k 47:08 46:21 00:47 122.0k 98 410.9M 0 0 98 404.3M 0 148.7k 47:08 46:22 00:46 115.0k 98 410.9M 0 0 98 404.5M 0 148.7k 47:08 46:24 00:44 122.2k 98 410.9M 0 0 98 404.6M 0 148.7k 47:08 46:25 00:43 125.3k 98 410.9M 0 0 98 404.8M 0 148.7k 47:08 46:26 00:42 136.6k 98 410.9M 0 0 98 404.9M 0 148.7k 47:09 46:27 00:42 137.2k 98 410.9M 0 0 98 405.1M 0 148.7k 47:09 46:29 00:40 135.0k 98 410.9M 0 0 98 405.3M 0 148.7k 47:08 46:30 00:38 134.2k 98 410.9M 0 0 98 405.5M 0 148.7k 47:08 46:31 00:37 142.1k 98 410.9M 0 0 98 405.6M 0 148.7k 47:09 46:33 00:36 140.9k 98 410.9M 0 0 98 405.8M 0 148.7k 47:09 46:34 00:35 141.5k 98 410.9M 0 0 98 405.9M 0 148.6k 47:09 46:35 00:34 129.7k 98 410.9M 0 0 98 406.1M 0 148.6k 47:09 46:36 00:33 127.8k 98 410.9M 0 0 98 406.3M 0 148.7k 47:09 46:37 00:32 132.9k 98 410.9M 0 0 98 406.5M 0 148.7k 47:09 46:38 00:31 140.1k 98 410.9M 0 0 98 406.7M 0 148.7k 47:08 46:40 00:28 161.0k 99 410.9M 0 0 99 406.9M 0 148.7k 47:08 46:41 00:27 174.5k 99 410.9M 0 0 99 407.0M 0 148.7k 47:09 46:42 00:27 161.5k 99 410.9M 0 0 99 407.2M 0 148.7k 47:09 46:44 00:25 151.2k 99 410.9M 0 0 99 407.4M 0 148.7k 47:09 46:45 00:24 152.4k 99 410.9M 0 0 99 407.6M 0 148.7k 47:09 46:46 00:23 144.2k 99 410.9M 0 0 99 407.8M 0 148.7k 47:08 46:47 00:21 145.9k 99 410.9M 0 0 99 408.0M 0 148.7k 47:08 46:48 00:20 173.4k 99 410.9M 0 0 99 408.3M 0 148.8k 47:07 46:49 00:18 191.2k 99 410.9M 0 0 99 408.4M 0 148.7k 47:07 46:50 00:17 182.3k 99 410.9M 0 0 99 408.5M 0 148.7k 47:08 46:52 00:16 169.0k 99 410.9M 0 0 99 408.6M 0 148.7k 47:08 46:53 00:15 161.4k 99 410.9M 0 0 99 408.8M 0 148.7k 47:08 46:54 00:14 135.2k 99 410.9M 0 0 99 409.0M 0 148.7k 47:08 46:55 00:13 119.6k 99 410.9M 0 0 99 409.1M 0 148.7k 47:08 46:56 00:12 129.4k 99 410.9M 0 0 99 409.4M 0 148.7k 47:08 46:58 00:10 150.6k 99 410.9M 0 0 99 409.7M 0 148.8k 47:07 46:59 00:08 177.1k 99 410.9M 0 0 99 409.9M 0 148.8k 47:07 47:00 00:07 188.8k 99 410.9M 0 0 99 410.1M 0 148.8k 47:06 47:01 00:05 205.3k 99 410.9M 0 0 99 410.4M 0 148.8k 47:06 47:02 00:04 215.7k 99 410.9M 0 0 99 410.6M 0 148.9k 47:05 47:03 00:02 218.0k 99 410.9M 0 0 99 410.8M 0 148.9k 47:05 47:04 00:01 204.3k* upload completely sent off: 430878542 bytes 100 410.9M 0 0 100 410.9M 0 148.8k 47:06 47:06 173.6k{ [5 bytes data] < HTTP/1.1 200 OK < x-amz-id-2: S5PnLesxcg8CiclYuJUI2bk7oAqwV6rwybSTS1Km+q/vlOFYhvtspAbePYA6+IAtfW/1RUkPZws= < x-amz-request-id: 3VVGBXBEQGY09P7S < Date: Tue, 14 Apr 2026 14:07:03 GMT < x-amz-server-side-encryption: AES256 < ETag: "aea74935d139a304e5a33aeca442f594" < x-amz-checksum-crc64nvme: EK3HGS4Ui6Q= < x-amz-checksum-type: FULL_OBJECT < Content-Length: 0 < Server: AmazonS3 < Connection: close < 100 410.9M 0 0 100 410.9M 0 148.8k 47:07 47:07 173.6k 100 410.9M 0 0 100 410.9M 0 148.8k 47:07 47:07 173.6k 100 410.9M 0 0 100 410.9M 0 148.8k 47:07 47:07 173.6k * shutting down connection #0 took: 2858.63 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.34.224, 3.5.74.13, 3.5.73.52, 3.5.75.20, 52.218.116.216, 3.5.66.53, 52.92.21.0, 3.5.66.7 * Trying 52.92.34.224: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.34.224 port 443) from 10.17.4.7 port 57142 * using HTTP/1.x } [5 bytes data] > PUT /jfr-uploads.blunders.io/demo/336c407e-bf13-498f-9107-868fc9a85550.jfr.gz?X-Amz-Security-Token=IQoJb3JpZ2luX2VjEMT%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FwEaCWV1LXdlc3QtMSJGMEQCIBiG0Z%2FrG6JLiFUIjNByPFMvCOn%2FuANbl0S7nuooSprHAiAOMtwHWvKH4Ti71N5b2%2F5ztdGJPjNTgX09iend29B77CrDBQiN%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F8BEAAaDDgzNTQ5NDc1MzEyNiIMOhI3F7r2EG2PQ9T0KpcFlTuO4iKWW172Tt6jxCyPP4ddURLeOQVah5G0MAe%2Bto9mSMMPCeFRak3BniChbu7samOwnI4M6q4y3hnZ%2FjWs684SfZwkCI5HGWBmkU6JwLvz7%2F36t4EAFOFC5N%2FMUkolS%2FAglyRqk1yYPHPDS3lnBSfQlfjVlv6xCk4SYF1SLR8rxR4%2BjqylZgvQP0ZmEi7%2BXfnL7c7pEnutbL3%2Fjs%2Bc8LoHYnQd5fmRVp97bd8VKi4hOD%2Blj5MzrZJhpw4EX2oDqxDILpFmws5AjYjhgdGIjPgtmA6hx8srTql%2B5Jh4etRz8lZC1TbM7n%2B7sQQaQkrrU97ESjiKo329sMtCpnuO1SDgxuffxk2ePh0db%2BkBEV8vjbWHUHiImUPTApnKTs29q59u52q4t5gS2pSMSlhekLJ33uQ%2BtI4wtzTDmKSLFoOB%2B3%2BfLupFlxBrUxiHXvx73UbaT8Be1oR%2FuLFQx%2F0l4Kur9z5i4OoohtT8yDctLV9K%2Bjs6edpasmiXDy6ZdjR0NVrQsrfRRxTNU6ZA0LC91hRRVlHIRwRdGWkoDxnFD2h5zq5Rryup8Ff1sZj0HoptsMOTArvGb7Bh%2FZrQZZuEDg1WJgU82NsxHQD4mmM7ClWIqAGtMoHF0ix8ZbdVt3c6dL0Tt%2BUxWnCSZY9nSe9XLXso5jcn9XBcjylsZ%2FWdfzI5xEx%2Fa38eTIUM5cSw9fFMm%2B4fS4IU3N2oiZ9gXnWCeL26MgNXIButLdOhu1fkDysNSGO%2Bo6L8nBcpvhy%2B5zeTYCCYAp4mVnaHgNt1Wl%2FJnWrqcnyfbpotORnyojZb7TFdUwxNbZAtwK82ayg1E%2BxwqABJFrdlXxbB4jY0jzf%2FF3P74KxUF0azualO3YS3htnEr9T78UKZMOfI%2BM4GOrIBQ0mg3bWlcC2LvcCgJi%2BnPM9g%2BHuvGFqJBf5vnNij4Zr5wM7mOrBG67dYtQX7JOhsLsjlaFU0QD5vPtQvvK2jXBO%2BRvmm%2BfqrpVHKkntngStG9%2F1XwYaOYXmw4O3Yo2ZoFh5FG1mqlUE0BlmxWX33ecTtr9aF%2B%2BCS6bzu3zIKa2E39WJfJNmCb4uTK9wQPEnFsnbeK5qvqeCrrxEpPAz6Eybsvincy2Zomed4DLsBWhcVEA%3D%3D&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20260414T145410Z&X-Amz-SignedHeaders=host&X-Amz-Credential=ASIA4FB26GNTJQCXHDCS%2F20260414%2Feu-west-1%2Fs3%2Faws4_request&X-Amz-Expires=86400&X-Amz-Signature=bc8fb2ae35fcb41e55f690ddd491a0f501937d1db4fc261c82f0daa965270604 HTTP/1.1 > Host: s3.eu-west-1.amazonaws.com > User-Agent: curl/8.18.0 > Accept: */* > content-type: application/octet-stream > Content-Length: 71209391 > Expect: 100-continue > { [5 bytes data] < HTTP/1.1 100 Continue < } [5 bytes data] 0 67.91M 0 0 0 512.0k 0 488.1k 02:22 00:01 02:21 488.5k 1 67.91M 0 0 1 960.0k 0 442.6k 02:37 00:02 02:35 442.8k 1 67.91M 0 0 1 1.25M 0 388.5k 02:58 00:03 02:55 388.5k 2 67.91M 0 0 2 1.43M 0 319.0k 03:37 00:04 03:33 319.0k 2 67.91M 0 0 2 1.56M 0 275.8k 04:12 00:05 04:07 275.8k 2 67.91M 0 0 2 1.68M 0 248.9k 04:39 00:06 04:33 206.3k 2 67.91M 0 0 2 1.81M 0 231.3k 05:00 00:08 04:52 153.0k 2 67.91M 0 0 2 2.00M 0 218.8k 05:17 00:09 05:08 126.6k 3 67.91M 0 0 3 2.12M 0 209.3k 05:32 00:10 05:22 121.8k 3 67.91M 0 0 3 2.31M 0 204.5k 05:39 00:11 05:28 132.9k 3 67.91M 0 0 3 2.50M 0 201.9k 05:44 00:12 05:32 145.0k 3 67.91M 0 0 3 2.62M 0 194.6k 05:57 00:13 05:44 143.7k 4 67.91M 0 0 4 2.81M 0 191.2k 06:03 00:15 05:48 145.9k 4 67.91M 0 0 4 3.00M 0 190.1k 06:05 00:16 05:49 155.3k 4 67.91M 0 0 4 3.12M 0 186.2k 06:13 00:17 05:56 148.3k 4 67.91M 0 0 4 3.25M 0 175.9k 06:35 00:18 06:17 123.0k 4 67.91M 0 0 4 3.37M 0 169.9k 06:49 00:20 06:29 117.6k 5 67.91M 0 0 5 3.56M 0 168.9k 06:51 00:21 06:30 117.6k 5 67.91M 0 0 5 3.75M 0 169.2k 06:50 00:22 06:28 117.6k 5 67.91M 0 0 5 3.93M 0 166.7k 06:57 00:24 06:33 118.9k 5 67.91M 0 0 5 4.06M 0 163.9k 07:04 00:25 06:39 128.9k 6 67.91M 0 0 6 4.18M 0 161.2k 07:11 00:26 06:45 132.9k 6 67.91M 0 0 6 4.31M 0 159.3k 07:16 00:27 06:49 125.2k 6 67.91M 0 0 6 4.43M 0 157.8k 07:20 00:28 06:52 115.2k 6 67.91M 0 0 6 4.56M 0 156.7k 07:23 00:29 06:54 113.9k 6 67.91M 0 0 6 4.68M 0 153.2k 07:33 00:31 07:02 107.3k 7 67.91M 0 0 7 4.81M 0 151.9k 07:37 00:32 07:05 109.8k 7 67.91M 0 0 7 4.93M 0 150.3k 07:42 00:33 07:09 108.1k 7 67.91M 0 0 7 5.06M 0 147.8k 07:50 00:35 07:15 101.8k 7 67.91M 0 0 7 5.18M 0 146.9k 07:53 00:36 07:17 100.7k 7 67.91M 0 0 7 5.31M 0 146.3k 07:55 00:37 07:18 109.3k 8 67.91M 0 0 8 5.50M 0 146.5k 07:54 00:38 07:16 117.0k 8 67.91M 0 0 8 5.68M 0 146.9k 07:53 00:39 07:14 127.9k 8 67.91M 0 0 8 5.87M 0 147.8k 07:50 00:40 07:10 147.8k 8 67.91M 0 0 8 6.06M 0 148.7k 07:47 00:41 07:06 160.0k 9 67.91M 0 0 9 6.31M 0 149.8k 07:43 00:43 07:00 172.2k 9 67.91M 0 0 9 6.50M 0 149.7k 07:44 00:44 07:00 170.1k 9 67.91M 0 0 9 6.62M 0 148.4k 07:48 00:45 07:03 158.3k 9 67.91M 0 0 9 6.75M 0 147.5k 07:51 00:46 07:05 145.8k 10 67.91M 0 0 10 6.93M 0 147.2k 07:52 00:48 07:04 137.6k 10 67.91M 0 0 10 7.06M 0 146.0k 07:56 00:49 07:07 119.8k 10 67.91M 0 0 10 7.18M 0 144.3k 08:01 00:50 07:11 107.6k 10 67.91M 0 0 10 7.31M 0 143.4k 08:04 00:52 07:12 108.5k 11 67.91M 0 0 11 7.50M 0 143.6k 08:04 00:53 07:11 115.9k 11 67.91M 0 0 11 7.68M 0 143.9k 08:03 00:54 07:09 119.1k 11 67.91M 0 0 11 7.87M 0 143.4k 08:04 00:56 07:08 124.7k 11 67.91M 0 0 11 8.06M 0 143.6k 08:03 00:57 07:06 138.7k 12 67.91M 0 0 12 8.25M 0 144.2k 08:02 00:58 07:04 150.4k 12 67.91M 0 0 12 8.43M 0 144.1k 08:02 00:59 07:03 148.2k 12 67.91M 0 0 12 8.62M 0 144.2k 08:01 01:01 07:00 147.4k 12 67.91M 0 0 12 8.75M 0 143.5k 08:04 01:02 07:02 144.3k 13 67.91M 0 0 13 8.93M 0 143.1k 08:05 01:03 07:02 138.3k 13 67.91M 0 0 13 9.12M 0 142.6k 08:07 01:05 07:02 129.2k 13 67.91M 0 0 13 9.25M 0 140.6k 08:14 01:07 07:07 112.6k 13 67.91M 0 0 13 9.37M 0 140.4k 08:15 01:08 07:07 107.7k 14 67.91M 0 0 14 9.56M 0 140.6k 08:14 01:09 07:05 115.3k 14 67.91M 0 0 14 9.68M 0 140.4k 08:15 01:10 07:05 114.7k 14 67.91M 0 0 14 9.87M 0 140.8k 08:13 01:11 07:02 122.4k 14 67.91M 0 0 14 10.00M 0 140.6k 08:14 01:12 07:02 139.7k 15 67.91M 0 0 15 10.18M 0 140.8k 08:13 01:14 06:59 145.4k 15 67.91M 0 0 15 10.43M 0 142.2k 08:08 01:15 06:53 163.2k 15 67.91M 0 0 15 10.62M 0 142.8k 08:06 01:16 06:50 173.7k 15 67.91M 0 0 15 10.81M 0 143.3k 08:05 01:17 06:48 175.3k 16 67.91M 0 0 16 11.00M 0 143.9k 08:03 01:18 06:45 188.5k 16 67.91M 0 0 16 11.18M 0 143.7k 08:03 01:19 06:44 181.2k 16 67.91M 0 0 16 11.37M 0 143.8k 08:03 01:20 06:43 163.4k 17 67.91M 0 0 17 11.56M 0 143.4k 08:04 01:22 06:42 150.0k 17 67.91M 0 0 17 11.68M 0 142.7k 08:07 01:23 06:44 136.1k 17 67.91M 0 0 17 11.81M 0 142.0k 08:09 01:25 06:44 120.8k 17 67.91M 0 0 17 11.93M 0 141.4k 08:11 01:26 06:45 114.3k 17 67.91M 0 0 17 12.12M 0 141.7k 08:10 01:27 06:43 116.1k 18 67.91M 0 0 18 12.31M 0 142.0k 08:09 01:28 06:41 123.9k 18 67.91M 0 0 18 12.50M 0 142.4k 08:08 01:29 06:39 137.8k 18 67.91M 0 0 18 12.68M 0 142.9k 08:06 01:30 06:36 155.9k 18 67.91M 0 0 18 12.81M 0 142.1k 08:09 01:32 06:37 152.3k 19 67.91M 0 0 19 13.00M 0 142.2k 08:08 01:33 06:35 149.6k 19 67.91M 0 0 19 13.18M 0 142.7k 08:07 01:34 06:33 153.3k 19 67.91M 0 0 19 13.31M 0 142.1k 08:09 01:35 06:34 137.5k 19 67.91M 0 0 19 13.43M 0 141.7k 08:10 01:37 06:33 124.4k 20 67.91M 0 0 20 13.62M 0 141.6k 08:10 01:38 06:32 134.6k 20 67.91M 0 0 20 13.75M 0 141.5k 08:11 01:39 06:32 130.0k 20 67.91M 0 0 20 13.93M 0 141.7k 08:10 01:40 06:30 125.8k 20 67.91M 0 0 20 14.12M 0 141.9k 08:10 01:41 06:29 138.6k 21 67.91M 0 0 21 14.31M 0 141.9k 08:09 01:43 06:26 144.7k 21 67.91M 0 0 21 14.50M 0 141.8k 08:10 01:44 06:26 144.6k 21 67.91M 0 0 21 14.62M 0 141.6k 08:10 01:45 06:25 143.7k 21 67.91M 0 0 21 14.87M 0 142.2k 08:08 01:47 06:21 151.0k 22 67.91M 0 0 22 15.06M 0 142.2k 08:08 01:48 06:20 146.9k 22 67.91M 0 0 22 15.31M 0 142.8k 08:06 01:49 06:17 156.6k 22 67.91M 0 0 22 15.50M 0 143.0k 08:06 01:50 06:16 163.8k 23 67.91M 0 0 23 15.68M 0 143.3k 08:04 01:52 06:12 172.3k 23 67.91M 0 0 23 15.93M 0 144.0k 08:02 01:53 06:09 174.8k 23 67.91M 0 0 23 16.25M 0 145.1k 07:59 01:54 06:05 197.0k 24 67.91M 0 0 24 16.43M 0 145.5k 07:57 01:55 06:02 196.4k 24 67.91M 0 0 24 16.68M 0 146.0k 07:56 01:57 05:59 200.2k 24 67.91M 0 0 24 16.87M 0 146.2k 07:55 01:58 05:57 199.6k 25 67.91M 0 0 25 17.00M 0 145.9k 07:56 01:59 05:57 181.3k 25 67.91M 0 0 25 17.12M 0 145.7k 07:57 02:00 05:57 156.6k 25 67.91M 0 0 25 17.25M 0 144.9k 07:59 02:01 05:58 133.1k 25 67.91M 0 0 25 17.37M 0 144.3k 08:01 02:03 05:58 112.5k 25 67.91M 0 0 25 17.50M 0 143.9k 08:03 02:04 05:59 100.1k 25 67.91M 0 0 25 17.62M 0 143.3k 08:05 02:05 06:00 99116 26 67.91M 0 0 26 17.75M 0 143.1k 08:05 02:06 05:59 98773 26 67.91M 0 0 26 17.87M 0 142.7k 08:07 02:08 05:59 101.5k 26 67.91M 0 0 26 18.00M 0 142.6k 08:07 02:09 05:58 107.7k 26 67.91M 0 0 26 18.18M 0 143.0k 08:06 02:10 05:56 123.7k 27 67.91M 0 0 27 18.37M 0 143.1k 08:05 02:11 05:54 137.4k 27 67.91M 0 0 27 18.50M 0 143.0k 08:06 02:12 05:54 139.8k 27 67.91M 0 0 27 18.62M 0 142.8k 08:06 02:13 05:53 145.4k 27 67.91M 0 0 27 18.75M 0 142.7k 08:07 02:14 05:53 145.5k 27 67.91M 0 0 27 18.93M 0 142.8k 08:06 02:15 05:51 139.0k 28 67.91M 0 0 28 19.12M 0 142.9k 08:06 02:16 05:50 139.8k 28 67.91M 0 0 28 19.31M 0 142.8k 08:06 02:18 05:48 140.1k 28 67.91M 0 0 28 19.50M 0 142.8k 08:06 02:19 05:47 142.9k 28 67.91M 0 0 28 19.68M 0 143.1k 08:05 02:20 05:45 150.0k 29 67.91M 0 0 29 19.81M 0 142.8k 08:06 02:22 05:44 141.3k 29 67.91M 0 0 29 20.00M 0 142.7k 08:07 02:23 05:44 138.3k 29 67.91M 0 0 29 20.18M 0 142.9k 08:06 02:24 05:42 145.6k 30 67.91M 0 0 30 20.37M 0 143.0k 08:06 02:25 05:41 146.4k 30 67.91M 0 0 30 20.56M 0 143.2k 08:05 02:27 05:38 145.4k 30 67.91M 0 0 30 20.75M 0 143.4k 08:04 02:28 05:36 157.5k 30 67.91M 0 0 30 20.93M 0 143.5k 08:04 02:29 05:35 162.8k 31 67.91M 0 0 31 21.12M 0 143.7k 08:03 02:30 05:33 162.2k 31 67.91M 0 0 31 21.25M 0 143.5k 08:04 02:31 05:33 156.0k 31 67.91M 0 0 31 21.43M 0 143.4k 08:04 02:33 05:31 149.8k 31 67.91M 0 0 31 21.62M 0 143.1k 08:05 02:34 05:31 138.3k 32 67.91M 0 0 32 21.81M 0 143.3k 08:05 02:35 05:30 137.9k 32 67.91M 0 0 32 22.06M 0 143.8k 08:03 02:37 05:26 145.7k 32 67.91M 0 0 32 22.31M 0 144.2k 08:02 02:38 05:24 160.6k 33 67.91M 0 0 33 22.50M 0 144.4k 08:01 02:39 05:22 167.4k 33 67.91M 0 0 33 22.75M 0 144.9k 07:59 02:40 05:19 189.4k 33 67.91M 0 0 33 23.00M 0 145.3k 07:58 02:41 05:17 197.0k 34 67.91M 0 0 34 23.18M 0 145.6k 07:57 02:43 05:14 192.0k 34 67.91M 0 0 34 23.43M 0 145.9k 07:56 02:44 05:12 189.4k 34 67.91M 0 0 34 23.56M 0 145.7k 07:57 02:45 05:12 180.9k 34 67.91M 0 0 34 23.68M 0 145.0k 07:59 02:47 05:12 146.5k 35 67.91M 0 0 35 23.81M 0 144.8k 08:00 02:48 05:12 131.1k 35 67.91M 0 0 35 23.93M 0 144.7k 08:00 02:49 05:11 121.8k 35 67.91M 0 0 35 24.12M 0 144.7k 08:00 02:50 05:10 114.4k 35 67.91M 0 0 35 24.31M 0 144.7k 08:00 02:51 05:09 119.8k 36 67.91M 0 0 36 24.50M 0 144.9k 07:59 02:53 05:06 143.0k 36 67.91M 0 0 36 24.68M 0 145.1k 07:59 02:54 05:05 154.4k 36 67.91M 0 0 36 24.81M 0 144.9k 07:59 02:55 05:04 151.3k 36 67.91M 0 0 36 24.93M 0 144.8k 08:00 02:56 05:04 145.4k 36 67.91M 0 0 36 25.12M 0 144.6k 08:00 02:57 05:03 139.8k 37 67.91M 0 0 37 25.25M 0 144.4k 08:01 02:59 05:02 129.1k 37 67.91M 0 0 37 25.43M 0 144.1k 08:02 03:00 05:02 117.4k 37 67.91M 0 0 37 25.56M 0 143.6k 08:04 03:02 05:02 110.4k 37 67.91M 0 0 37 25.68M 0 143.5k 08:04 03:03 05:01 111.2k 38 67.91M 0 0 38 25.87M 0 143.8k 08:03 03:04 04:59 120.9k 38 67.91M 0 0 38 26.12M 0 144.2k 08:02 03:05 04:57 138.6k 38 67.91M 0 0 38 26.37M 0 144.5k 08:01 03:06 04:55 154.3k 39 67.91M 0 0 39 26.56M 0 144.6k 08:00 03:08 04:52 176.6k 39 67.91M 0 0 39 26.75M 0 144.5k 08:00 03:09 04:51 174.8k 39 67.91M 0 0 39 26.93M 0 144.6k 08:00 03:10 04:50 167.3k 39 67.91M 0 0 39 27.12M 0 144.5k 08:01 03:12 04:49 153.9k 40 67.91M 0 0 40 27.31M 0 144.5k 08:01 03:13 04:48 144.6k 40 67.91M 0 0 40 27.50M 0 144.5k 08:00 03:14 04:46 142.4k 40 67.91M 0 0 40 27.68M 0 144.7k 08:00 03:15 04:45 150.8k 41 67.91M 0 0 41 27.87M 0 144.8k 07:59 03:17 04:42 153.1k 41 67.91M 0 0 41 28.06M 0 144.8k 08:00 03:18 04:42 153.6k 41 67.91M 0 0 41 28.18M 0 144.4k 08:01 03:19 04:42 141.6k 41 67.91M 0 0 41 28.31M 0 144.2k 08:02 03:20 04:42 133.6k 41 67.91M 0 0 41 28.43M 0 144.0k 08:02 03:22 04:40 121.8k 42 67.91M 0 0 42 28.62M 0 144.0k 08:02 03:23 04:39 119.1k 42 67.91M 0 0 42 28.81M 0 144.0k 08:02 03:24 04:38 120.2k 42 67.91M 0 0 42 29.00M 0 143.9k 08:03 03:26 04:37 129.4k 42 67.91M 0 0 42 29.12M 0 143.6k 08:04 03:27 04:37 125.9k 43 67.91M 0 0 43 29.25M 0 143.2k 08:05 03:29 04:36 120.7k 43 67.91M 0 0 43 29.37M 0 143.2k 08:05 03:30 04:35 116.8k 43 67.91M 0 0 43 29.56M 0 143.3k 08:05 03:31 04:34 120.6k 43 67.91M 0 0 43 29.81M 0 143.7k 08:03 03:32 04:31 135.7k 44 67.91M 0 0 44 29.93M 0 143.5k 08:04 03:33 04:31 141.2k 44 67.91M 0 0 44 30.06M 0 143.5k 08:04 03:34 04:30 151.6k 44 67.91M 0 0 44 30.18M 0 143.3k 08:05 03:35 04:30 148.5k 44 67.91M 0 0 44 30.31M 0 143.1k 08:05 03:36 04:29 134.9k 44 67.91M 0 0 44 30.43M 0 142.9k 08:06 03:37 04:29 115.3k 45 67.91M 0 0 45 30.56M 0 142.7k 08:07 03:39 04:28 112.2k 45 67.91M 0 0 45 30.75M 0 142.8k 08:06 03:40 04:26 119.7k 45 67.91M 0 0 45 30.87M 0 142.7k 08:07 03:41 04:26 120.1k 45 67.91M 0 0 45 31.06M 0 142.6k 08:07 03:42 04:25 126.0k 46 67.91M 0 0 46 31.25M 0 142.6k 08:07 03:44 04:23 130.5k 46 67.91M 0 0 46 31.43M 0 142.7k 08:07 03:45 04:22 142.1k 46 67.91M 0 0 46 31.68M 0 143.1k 08:05 03:46 04:19 151.6k 46 67.91M 0 0 46 31.87M 0 143.3k 08:05 03:47 04:18 164.1k 47 67.91M 0 0 47 32.00M 0 143.2k 08:05 03:48 04:17 162.7k 47 67.91M 0 0 47 32.12M 0 142.8k 08:06 03:50 04:16 152.0k 47 67.91M 0 0 47 32.31M 0 142.9k 08:06 03:51 04:15 151.2k 47 67.91M 0 0 47 32.50M 0 142.9k 08:06 03:52 04:14 135.9k 48 67.91M 0 0 48 32.62M 0 142.4k 08:08 03:54 04:14 113.3k 48 67.91M 0 0 48 32.75M 0 142.0k 08:09 03:56 04:13 106.1k 48 67.91M 0 0 48 32.87M 0 141.7k 08:10 03:57 04:13 105.9k 48 67.91M 0 0 48 33.00M 0 141.5k 08:11 03:58 04:13 98134 48 67.91M 0 0 48 33.18M 0 141.4k 08:11 04:00 04:11 97934 49 67.91M 0 0 49 33.37M 0 141.5k 08:11 04:01 04:10 111.6k 49 67.91M 0 0 49 33.56M 0 141.6k 08:10 04:02 04:08 127.1k 49 67.91M 0 0 49 33.68M 0 141.4k 08:11 04:03 04:08 130.0k 49 67.91M 0 0 49 33.81M 0 141.0k 08:13 04:05 04:08 123.7k 49 67.91M 0 0 49 33.93M 0 140.7k 08:14 04:06 04:08 113.6k 50 67.91M 0 0 50 34.06M 0 140.6k 08:14 04:08 04:06 105.3k 50 67.91M 0 0 50 34.18M 0 140.3k 08:15 04:09 04:06 94773 50 67.91M 0 0 50 34.31M 0 140.0k 08:16 04:10 04:06 92919 50 67.91M 0 0 50 34.43M 0 139.7k 08:17 04:12 04:05 95981 50 67.91M 0 0 50 34.56M 0 139.6k 08:17 04:13 04:04 100.0k 51 67.91M 0 0 51 34.75M 0 139.8k 08:17 04:14 04:03 108.8k 51 67.91M 0 0 51 35.00M 0 140.2k 08:15 04:15 04:00 137.9k 51 67.91M 0 0 51 35.25M 0 140.6k 08:14 04:16 03:58 166.5k 52 67.91M 0 0 52 35.50M 0 141.0k 08:13 04:17 03:56 199.4k 52 67.91M 0 0 52 35.75M 0 141.2k 08:12 04:19 03:53 207.6k 52 67.91M 0 0 52 35.87M 0 141.1k 08:12 04:20 03:52 201.9k 53 67.91M 0 0 53 36.00M 0 141.1k 08:12 04:21 03:51 180.2k 53 67.91M 0 0 53 36.18M 0 141.2k 08:12 04:22 03:50 170.1k 53 67.91M 0 0 53 36.43M 0 141.6k 08:11 04:23 03:48 168.2k 54 67.91M 0 0 54 36.81M 0 142.4k 08:08 04:24 03:44 201.2k 54 67.91M 0 0 54 37.25M 0 143.4k 08:04 04:25 03:39 249.1k 55 67.91M 0 0 55 37.50M 0 143.7k 08:03 04:27 03:36 256.3k 55 67.91M 0 0 55 37.75M 0 143.9k 08:03 04:28 03:35 258.6k 55 67.91M 0 0 55 37.93M 0 144.0k 08:02 04:29 03:33 248.4k 56 67.91M 0 0 56 38.12M 0 144.0k 08:02 04:31 03:31 207.7k 56 67.91M 0 0 56 38.31M 0 143.9k 08:03 04:32 03:31 163.1k 56 67.91M 0 0 56 38.43M 0 143.8k 08:03 04:33 03:30 149.4k 56 67.91M 0 0 56 38.62M 0 144.0k 08:02 04:34 03:28 146.3k 57 67.91M 0 0 57 38.87M 0 144.2k 08:02 04:35 03:27 152.1k 57 67.91M 0 0 57 39.06M 0 144.0k 08:02 04:37 03:25 146.9k 57 67.91M 0 0 57 39.18M 0 143.7k 08:03 04:39 03:24 135.1k 57 67.91M 0 0 57 39.31M 0 143.5k 08:04 04:40 03:24 131.4k 58 67.91M 0 0 58 39.50M 0 143.4k 08:04 04:42 03:22 121.7k 58 67.91M 0 0 58 39.62M 0 143.3k 08:05 04:43 03:22 108.6k 58 67.91M 0 0 58 39.87M 0 143.5k 08:04 04:44 03:20 121.0k 58 67.91M 0 0 58 40.06M 0 143.5k 08:04 04:45 03:19 134.0k 59 67.91M 0 0 59 40.25M 0 143.5k 08:04 04:47 03:17 145.1k 59 67.91M 0 0 59 40.37M 0 143.4k 08:04 04:48 03:16 143.6k 59 67.91M 0 0 59 40.50M 0 143.3k 08:05 04:49 03:16 144.3k 59 67.91M 0 0 59 40.68M 0 143.5k 08:04 04:50 03:14 142.1k 60 67.91M 0 0 60 40.87M 0 143.5k 08:04 04:51 03:13 147.2k 60 67.91M 0 0 60 41.06M 0 143.6k 08:04 04:52 03:12 148.7k 60 67.91M 0 0 60 41.25M 0 143.7k 08:03 04:53 03:10 157.1k 61 67.91M 0 0 61 41.43M 0 143.6k 08:04 04:55 03:09 157.3k 61 67.91M 0 0 61 41.56M 0 143.5k 08:04 04:56 03:08 145.2k 61 67.91M 0 0 61 41.68M 0 143.4k 08:04 04:57 03:07 138.6k 61 67.91M 0 0 61 41.87M 0 143.4k 08:04 04:58 03:06 133.8k 61 67.91M 0 0 61 42.06M 0 143.4k 08:04 05:00 03:04 133.7k 62 67.91M 0 0 62 42.18M 0 143.2k 08:05 05:01 03:04 121.7k 62 67.91M 0 0 62 42.31M 0 143.1k 08:05 05:02 03:03 123.4k 62 67.91M 0 0 62 42.50M 0 143.1k 08:05 05:03 03:02 129.6k 62 67.91M 0 0 62 42.75M 0 143.4k 08:04 05:05 02:59 141.3k 63 67.91M 0 0 63 42.87M 0 143.3k 08:05 05:06 02:59 134.2k 63 67.91M 0 0 63 43.06M 0 143.3k 08:05 05:07 02:58 150.8k 63 67.91M 0 0 63 43.25M 0 143.4k 08:04 05:08 02:56 159.9k 63 67.91M 0 0 63 43.43M 0 143.4k 08:04 05:10 02:54 157.5k 64 67.91M 0 0 64 43.62M 0 143.5k 08:04 05:11 02:53 150.8k 64 67.91M 0 0 64 43.75M 0 143.5k 08:04 05:12 02:52 154.1k 64 67.91M 0 0 64 43.87M 0 143.4k 08:04 05:13 02:51 148.8k 64 67.91M 0 0 64 44.06M 0 143.4k 08:04 05:14 02:50 140.8k 65 67.91M 0 0 65 44.18M 0 143.1k 08:05 05:16 02:49 114.1k 65 67.91M 0 0 65 44.18M 0 143.1k 08:05 05:16 02:49 143.1k 65 67.91M 0 0 65 44.37M 0 143.0k 08:06 05:17 02:49 127.9k 65 67.91M 0 0 65 44.50M 0 142.9k 08:06 05:18 02:48 118.8k 65 67.91M 0 0 65 44.62M 0 142.6k 08:07 05:20 02:47 105.7k 65 67.91M 0 0 65 44.81M 0 142.6k 08:07 05:21 02:46 115.9k 66 67.91M 0 0 66 45.00M 0 142.6k 08:07 05:22 02:45 121.5k 66 67.91M 0 0 66 45.18M 0 142.7k 08:07 05:24 02:43 128.4k 66 67.91M 0 0 66 45.31M 0 142.4k 08:08 05:25 02:43 120.2k 66 67.91M 0 0 66 45.50M 0 142.4k 08:08 05:26 02:42 134.7k 67 67.91M 0 0 67 45.68M 0 142.6k 08:07 05:28 02:39 139.7k 67 67.91M 0 0 67 45.87M 0 142.7k 08:07 05:29 02:38 144.7k 67 67.91M 0 0 67 46.06M 0 142.7k 08:06 05:30 02:36 143.3k 68 67.91M 0 0 68 46.18M 0 142.4k 08:08 05:31 02:37 142.9k 68 67.91M 0 0 68 46.37M 0 142.4k 08:08 05:33 02:35 141.8k 68 67.91M 0 0 68 46.50M 0 142.3k 08:08 05:34 02:34 127.7k 68 67.91M 0 0 68 46.62M 0 142.2k 08:08 05:35 02:33 119.6k 69 67.91M 0 0 69 46.87M 0 142.5k 08:07 05:36 02:31 128.5k 69 67.91M 0 0 69 47.12M 0 142.7k 08:07 05:38 02:29 157.9k 69 67.91M 0 0 69 47.37M 0 142.9k 08:06 05:39 02:27 166.5k 70 67.91M 0 0 70 47.62M 0 143.1k 08:05 05:40 02:25 186.0k 70 67.91M 0 0 70 47.87M 0 143.3k 08:05 05:42 02:23 196.6k 70 67.91M 0 0 70 48.12M 0 143.6k 08:04 05:43 02:21 201.3k 71 67.91M 0 0 71 48.25M 0 143.5k 08:04 05:44 02:20 185.6k 71 67.91M 0 0 71 48.37M 0 143.3k 08:05 05:45 02:20 167.5k 71 67.91M 0 0 71 48.50M 0 143.2k 08:05 05:46 02:19 149.6k 71 67.91M 0 0 71 48.62M 0 143.1k 08:05 05:47 02:18 132.1k 71 67.91M 0 0 71 48.75M 0 143.0k 08:06 05:48 02:18 110.7k 72 67.91M 0 0 72 49.00M 0 143.3k 08:05 05:50 02:15 130.8k 72 67.91M 0 0 72 49.25M 0 143.5k 08:04 05:51 02:13 154.8k 72 67.91M 0 0 72 49.43M 0 143.5k 08:04 05:52 02:12 159.7k 73 67.91M 0 0 73 49.62M 0 143.3k 08:05 05:54 02:11 155.9k 73 67.91M 0 0 73 49.75M 0 143.1k 08:05 05:55 02:10 146.0k 73 67.91M 0 0 73 49.87M 0 142.9k 08:06 05:57 02:09 125.0k 73 67.91M 0 0 73 50.00M 0 142.8k 08:06 05:58 02:08 107.3k 73 67.91M 0 0 73 50.12M 0 142.5k 08:07 05:59 02:08 99653 73 67.91M 0 0 73 50.25M 0 142.5k 08:07 06:01 02:06 98862 74 67.91M 0 0 74 50.37M 0 142.4k 08:08 06:02 02:06 102.9k 74 67.91M 0 0 74 50.50M 0 142.3k 08:08 06:03 02:05 107.5k 74 67.91M 0 0 74 50.62M 0 142.2k 08:08 06:04 02:04 106.8k 74 67.91M 0 0 74 50.75M 0 142.1k 08:09 06:05 02:04 113.4k 74 67.91M 0 0 74 50.87M 0 142.0k 08:09 06:06 02:03 113.9k 75 67.91M 0 0 75 51.12M 0 142.2k 08:08 06:07 02:01 132.4k 75 67.91M 0 0 75 51.37M 0 142.5k 08:07 06:09 01:58 151.2k 76 67.91M 0 0 76 51.62M 0 142.7k 08:07 06:10 01:57 172.3k 76 67.91M 0 0 76 51.81M 0 142.7k 08:07 06:11 01:56 179.3k 76 67.91M 0 0 76 52.00M 0 142.7k 08:07 06:13 01:54 179.3k 76 67.91M 0 0 76 52.12M 0 142.6k 08:07 06:14 01:53 166.1k 77 67.91M 0 0 77 52.31M 0 142.7k 08:07 06:15 01:52 155.0k 77 67.91M 0 0 77 52.50M 0 142.6k 08:07 06:16 01:51 137.1k 77 67.91M 0 0 77 52.62M 0 142.3k 08:08 06:18 01:50 118.5k 77 67.91M 0 0 77 52.75M 0 142.1k 08:09 06:19 01:50 112.1k 77 67.91M 0 0 77 52.93M 0 142.1k 08:09 06:21 01:48 114.4k 78 67.91M 0 0 78 53.12M 0 142.1k 08:09 06:22 01:47 112.3k 78 67.91M 0 0 78 53.31M 0 142.0k 08:09 06:24 01:45 114.0k 78 67.91M 0 0 78 53.43M 0 142.0k 08:09 06:25 01:44 125.0k 78 67.91M 0 0 78 53.56M 0 141.9k 08:09 06:26 01:43 128.3k 79 67.91M 0 0 79 53.75M 0 141.9k 08:09 06:27 01:42 130.4k 79 67.91M 0 0 79 53.93M 0 141.9k 08:09 06:29 01:40 130.6k 79 67.91M 0 0 79 54.12M 0 141.9k 08:09 06:30 01:39 132.5k 79 67.91M 0 0 79 54.25M 0 141.7k 08:10 06:31 01:39 128.8k 80 67.91M 0 0 80 54.37M 0 141.7k 08:10 06:32 01:38 130.5k 80 67.91M 0 0 80 54.50M 0 141.6k 08:10 06:33 01:37 125.2k 80 67.91M 0 0 80 54.68M 0 141.7k 08:10 06:34 01:36 130.7k 80 67.91M 0 0 80 54.93M 0 141.9k 08:09 06:36 01:33 146.1k 81 67.91M 0 0 81 55.18M 0 142.2k 08:09 06:37 01:32 171.0k 81 67.91M 0 0 81 55.37M 0 142.1k 08:09 06:38 01:31 170.1k 81 67.91M 0 0 81 55.56M 0 142.1k 08:09 06:40 01:29 174.3k 82 67.91M 0 0 82 55.75M 0 142.2k 08:08 06:41 01:27 169.3k 82 67.91M 0 0 82 55.93M 0 142.2k 08:08 06:42 01:26 157.4k 82 67.91M 0 0 82 56.12M 0 142.3k 08:08 06:43 01:25 149.6k 83 67.91M 0 0 83 56.37M 0 142.4k 08:08 06:45 01:23 162.2k 83 67.91M 0 0 83 56.56M 0 142.5k 08:07 06:46 01:21 163.4k 83 67.91M 0 0 83 56.75M 0 142.4k 08:08 06:47 01:21 156.7k 83 67.91M 0 0 83 56.87M 0 142.3k 08:08 06:49 01:19 151.3k 84 67.91M 0 0 84 57.06M 0 142.3k 08:08 06:50 01:18 146.8k 84 67.91M 0 0 84 57.18M 0 142.3k 08:08 06:51 01:17 131.5k 84 67.91M 0 0 84 57.31M 0 142.1k 08:09 06:52 01:17 118.1k 84 67.91M 0 0 84 57.43M 0 141.9k 08:09 06:54 01:15 111.0k 84 67.91M 0 0 84 57.62M 0 142.0k 08:09 06:55 01:14 119.8k 85 67.91M 0 0 85 57.81M 0 142.0k 08:09 06:56 01:13 122.6k 85 67.91M 0 0 85 57.93M 0 142.0k 08:09 06:57 01:12 122.8k 85 67.91M 0 0 85 58.06M 0 141.9k 08:09 06:58 01:11 127.6k 85 67.91M 0 0 85 58.25M 0 141.9k 08:09 07:00 01:09 140.8k 85 67.91M 0 0 85 58.37M 0 141.7k 08:10 07:01 01:09 121.2k 86 67.91M 0 0 86 58.50M 0 141.5k 08:11 07:03 01:08 105.8k 86 67.91M 0 0 86 58.68M 0 141.5k 08:11 07:04 01:07 112.9k 86 67.91M 0 0 86 58.87M 0 141.6k 08:10 07:05 01:05 124.3k 86 67.91M 0 0 86 59.06M 0 141.5k 08:11 07:07 01:04 119.4k 87 67.91M 0 0 87 59.18M 0 141.3k 08:11 07:08 01:03 121.1k 87 67.91M 0 0 87 59.31M 0 141.2k 08:12 07:10 01:02 122.8k 87 67.91M 0 0 87 59.43M 0 141.1k 08:12 07:11 01:01 115.0k 87 67.91M 0 0 87 59.56M 0 141.0k 08:13 07:12 01:01 102.0k 87 67.91M 0 0 87 59.68M 0 140.9k 08:13 07:13 01:00 98.75k 88 67.91M 0 0 88 59.81M 0 140.8k 08:13 07:14 00:59 104.3k 88 67.91M 0 0 88 60.00M 0 140.9k 08:13 07:15 00:58 118.4k 88 67.91M 0 0 88 60.18M 0 140.9k 08:13 07:17 00:56 127.6k 88 67.91M 0 0 88 60.31M 0 140.8k 08:13 07:18 00:55 130.1k 88 67.91M 0 0 88 60.43M 0 140.6k 08:14 07:19 00:55 123.1k 89 67.91M 0 0 89 60.56M 0 140.6k 08:14 07:21 00:53 122.8k 89 67.91M 0 0 89 60.68M 0 140.5k 08:14 07:22 00:52 112.2k 89 67.91M 0 0 89 60.81M 0 140.4k 08:15 07:23 00:52 105.3k 89 67.91M 0 0 89 60.93M 0 140.4k 08:15 07:24 00:51 107.5k 89 67.91M 0 0 89 61.06M 0 140.3k 08:15 07:25 00:50 115.4k 90 67.91M 0 0 90 61.25M 0 140.3k 08:15 07:26 00:49 122.6k 90 67.91M 0 0 90 61.43M 0 140.2k 08:15 07:28 00:47 122.0k 90 67.91M 0 0 90 61.56M 0 140.1k 08:16 07:29 00:47 118.0k 90 67.91M 0 0 90 61.75M 0 140.2k 08:15 07:30 00:45 129.1k 91 67.91M 0 0 91 61.93M 0 140.2k 08:15 07:32 00:43 134.8k 91 67.91M 0 0 91 62.12M 0 140.2k 08:15 07:33 00:42 135.0k 91 67.91M 0 0 91 62.31M 0 140.3k 08:15 07:34 00:41 144.3k 92 67.91M 0 0 92 62.50M 0 140.3k 08:15 07:35 00:40 155.1k 92 67.91M 0 0 92 62.62M 0 140.2k 08:15 07:37 00:38 141.2k 92 67.91M 0 0 92 62.75M 0 140.1k 08:16 07:38 00:38 131.2k 92 67.91M 0 0 92 62.87M 0 140.1k 08:16 07:39 00:37 126.6k 92 67.91M 0 0 92 63.06M 0 140.1k 08:16 07:40 00:36 127.9k 93 67.91M 0 0 93 63.25M 0 140.2k 08:15 07:41 00:34 129.4k 93 67.91M 0 0 93 63.37M 0 140.1k 08:16 07:42 00:34 132.1k 93 67.91M 0 0 93 63.50M 0 140.1k 08:16 07:44 00:32 136.1k 93 67.91M 0 0 93 63.62M 0 140.0k 08:16 07:45 00:31 138.1k 93 67.91M 0 0 93 63.75M 0 140.0k 08:16 07:46 00:30 127.5k 94 67.91M 0 0 94 63.93M 0 139.9k 08:16 07:47 00:29 118.0k 94 67.91M 0 0 94 64.06M 0 139.8k 08:17 07:49 00:28 114.1k 94 67.91M 0 0 94 64.18M 0 139.7k 08:17 07:50 00:27 113.9k 94 67.91M 0 0 94 64.37M 0 139.8k 08:17 07:51 00:26 119.0k 95 67.91M 0 0 95 64.56M 0 139.8k 08:17 07:52 00:25 131.5k 95 67.91M 0 0 95 64.75M 0 139.9k 08:16 07:53 00:23 142.3k 95 67.91M 0 0 95 65.00M 0 140.1k 08:16 07:54 00:22 166.1k 95 67.91M 0 0 95 65.18M 0 140.2k 08:15 07:56 00:19 174.8k 96 67.91M 0 0 96 65.37M 0 140.1k 08:16 07:57 00:19 170.6k 96 67.91M 0 0 96 65.50M 0 140.0k 08:16 07:58 00:18 156.0k 96 67.91M 0 0 96 65.68M 0 140.1k 08:16 07:59 00:17 153.2k 97 67.91M 0 0 97 65.87M 0 140.1k 08:16 08:01 00:15 137.4k 97 67.91M 0 0 97 66.00M 0 140.0k 08:16 08:02 00:14 125.7k 97 67.91M 0 0 97 66.18M 0 140.0k 08:16 08:03 00:13 128.3k 97 67.91M 0 0 97 66.37M 0 140.0k 08:16 08:05 00:11 136.0k 98 67.91M 0 0 98 66.56M 0 140.0k 08:16 08:06 00:10 136.9k 98 67.91M 0 0 98 66.75M 0 140.0k 08:16 08:07 00:09 138.1k 98 67.91M 0 0 98 66.87M 0 140.0k 08:16 08:08 00:08 144.0k 98 67.91M 0 0 98 67.06M 0 140.0k 08:16 08:10 00:06 142.4k 99 67.91M 0 0 99 67.25M 0 140.0k 08:16 08:11 00:05 143.5k 99 67.91M 0 0 99 67.37M 0 139.9k 08:16 08:12 00:04 131.4k 99 67.91M 0 0 99 67.50M 0 139.9k 08:16 08:13 00:03 128.4k 99 67.91M 0 0 99 67.62M 0 139.8k 08:17 08:15 00:02 125.5k 99 67.91M 0 0 99 67.75M 0 139.8k 08:17 08:16 00:01 121.8k 99 67.91M 0 0 99 67.87M 0 139.7k 08:17 08:17 113.1k* upload completely sent off: 71209391 bytes 100 67.91M 0 0 100 67.91M 0 139.3k 08:18 08:18 93208{ [5 bytes data] < HTTP/1.1 200 OK < x-amz-id-2: BtIhP2B9PCloRC/e2gdN1PMfisj61vaZH8gnXisK4NPHM9I0lGpE+MNukHq5CadV4ZaQ+IaG2w4= < x-amz-request-id: 668GNYYADND0502C < Date: Tue, 14 Apr 2026 14:54:16 GMT < x-amz-server-side-encryption: AES256 < ETag: "6970d420202d51c7b4d81395c06e9f75" < x-amz-checksum-crc64nvme: V5ps8ssyxCw= < x-amz-checksum-type: FULL_OBJECT < Content-Length: 0 < Server: AmazonS3 < Connection: close < 100 67.91M 0 0 100 67.91M 0 139.1k 08:19 08:19 93208 100 67.91M 0 0 100 67.91M 0 139.1k 08:19 08:19 93208 100 67.91M 0 0 100 67.91M 0 139.1k 08:19 08:19 93208 * shutting down connection #0 took: 505.39 seconds Blunders: now uploading files "/l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr" to blunders.io... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 0* Host s3.eu-west-1.amazonaws.com:443 was resolved. * IPv6: (none) * IPv4: 3.5.75.111, 3.5.72.97, 3.5.75.44, 52.92.19.216, 3.5.71.67, 3.5.73.90, 52.92.16.240, 52.218.0.235 * Trying 3.5.75.111:443... * ALPN: curl offers h2,http/1.1 } [5 bytes data] * TLSv1.3 (OUT), TLS handshake, Client hello (1): } [1570 bytes data] * SSL Trust Anchors: * CAfile: /etc/ssl/certs/ca-certificates.crt { [5 bytes data] * TLSv1.3 (IN), TLS handshake, Server hello (2): { [1210 bytes data] * TLSv1.3 (IN), TLS change cipher, Change cipher spec (1): { [1 bytes data] * TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8): { [25 bytes data] * TLSv1.3 (IN), TLS handshake, Certificate (11): { [4422 bytes data] * TLSv1.3 (IN), TLS handshake, CERT verify (15): { [264 bytes data] * TLSv1.3 (IN), TLS handshake, Finished (20): { [36 bytes data] * TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1): } [1 bytes data] * TLSv1.3 (OUT), TLS handshake, Finished (20): } [36 bytes data] * SSL connection using TLSv1.3 / TLS_AES_128_GCM_SHA256 / X25519MLKEM768 / RSASSA-PSS * ALPN: server accepted http/1.1 * Server certificate: * subject: CN=*.s3-eu-west-1.amazonaws.com * start date: Sep 5 00:00:00 2025 GMT * expire date: Aug 7 23:59:59 2026 GMT * issuer: C=US; O=Amazon; CN=Amazon RSA 2048 M04 * Certificate level 0: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption * Certificate level 1: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption * Certificate level 2: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption * subjectAltName: "s3.eu-west-1.amazonaws.com" matches cert's "s3.eu-west-1.amazonaws.com" * SSL certificate verified via OpenSSL. * Established connection to s3.eu-west-1.amazonaws.com (3.5.75.111 port 443) from 10.17.4.7 port 57292 * using HTTP/1.x } [5 bytes data] > PUT /jfr-uploads.blunders.io/demo/b43c6690-5b89-471a-9451-0243024d2f52.jfr.gz?X-Amz-Security-Token=IQoJb3JpZ2luX2VjEMT%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FwEaCWV1LXdlc3QtMSJGMEQCIBiG0Z%2FrG6JLiFUIjNByPFMvCOn%2FuANbl0S7nuooSprHAiAOMtwHWvKH4Ti71N5b2%2F5ztdGJPjNTgX09iend29B77CrDBQiN%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F8BEAAaDDgzNTQ5NDc1MzEyNiIMOhI3F7r2EG2PQ9T0KpcFlTuO4iKWW172Tt6jxCyPP4ddURLeOQVah5G0MAe%2Bto9mSMMPCeFRak3BniChbu7samOwnI4M6q4y3hnZ%2FjWs684SfZwkCI5HGWBmkU6JwLvz7%2F36t4EAFOFC5N%2FMUkolS%2FAglyRqk1yYPHPDS3lnBSfQlfjVlv6xCk4SYF1SLR8rxR4%2BjqylZgvQP0ZmEi7%2BXfnL7c7pEnutbL3%2Fjs%2Bc8LoHYnQd5fmRVp97bd8VKi4hOD%2Blj5MzrZJhpw4EX2oDqxDILpFmws5AjYjhgdGIjPgtmA6hx8srTql%2B5Jh4etRz8lZC1TbM7n%2B7sQQaQkrrU97ESjiKo329sMtCpnuO1SDgxuffxk2ePh0db%2BkBEV8vjbWHUHiImUPTApnKTs29q59u52q4t5gS2pSMSlhekLJ33uQ%2BtI4wtzTDmKSLFoOB%2B3%2BfLupFlxBrUxiHXvx73UbaT8Be1oR%2FuLFQx%2F0l4Kur9z5i4OoohtT8yDctLV9K%2Bjs6edpasmiXDy6ZdjR0NVrQsrfRRxTNU6ZA0LC91hRRVlHIRwRdGWkoDxnFD2h5zq5Rryup8Ff1sZj0HoptsMOTArvGb7Bh%2FZrQZZuEDg1WJgU82NsxHQD4mmM7ClWIqAGtMoHF0ix8ZbdVt3c6dL0Tt%2BUxWnCSZY9nSe9XLXso5jcn9XBcjylsZ%2FWdfzI5xEx%2Fa38eTIUM5cSw9fFMm%2B4fS4IU3N2oiZ9gXnWCeL26MgNXIButLdOhu1fkDysNSGO%2Bo6L8nBcpvhy%2B5zeTYCCYAp4mVnaHgNt1Wl%2FJnWrqcnyfbpotORnyojZb7TFdUwxNbZAtwK82ayg1E%2BxwqABJFrdlXxbB4jY0jzf%2FF3P74KxUF0azualO3YS3htnEr9T78UKZMOfI%2BM4GOrIBQ0mg3bWlcC2LvcCgJi%2BnPM9g%2BHuvGFqJBf5vnNij4Zr5wM7mOrBG67dYtQX7JOhsLsjlaFU0QD5vPtQvvK2jXBO%2BRvmm%2BfqrpVHKkntngStG9%2F1XwYaOYXmw4O3Yo2ZoFh5FG1mqlUE0BlmxWX33ecTtr9aF%2B%2BCS6bzu3zIKa2E39WJfJNmCb4uTK9wQPEnFsnbeK5qvqeCrrxEpPAz6Eybsvincy2Zomed4DLsBWhcVEA%3D%3D&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20260414T150236Z&X-Amz-SignedHeaders=host&X-Amz-Credential=ASIA4FB26GNTJQCXHDCS%2F20260414%2Feu-west-1%2Fs3%2Faws4_request&X-Amz-Expires=86400&X-Amz-Signature=a028182c9d67cf51b25e440127eb135ed98741ccdc9a585ad828cd79cdd9e7b1 HTTP/1.1 > Host: s3.eu-west-1.amazonaws.com > User-Agent: curl/8.18.0 > Accept: */* > content-type: application/octet-stream > Content-Length: 652786793 > Expect: 100-continue > { [5 bytes data] < HTTP/1.1 100 Continue < } [5 bytes data] 0 622.5M 0 0 0 2.75M 0 2.72M 03:48 00:01 03:47 2.72M 1 622.5M 0 0 1 9.75M 0 4.83M 02:08 00:02 02:06 4.83M 2 622.5M 0 0 2 17.18M 0 5.69M 01:49 00:03 01:46 5.69M 4 622.5M 0 0 4 25.37M 0 6.31M 01:38 00:04 01:34 6.31M 5 622.5M 0 0 5 33.93M 0 6.75M 01:32 00:05 01:27 6.75M 6 622.5M 0 0 6 42.75M 0 7.09M 01:27 00:06 01:21 7.97M 8 622.5M 0 0 8 51.75M 0 7.36M 01:24 00:07 01:17 8.38M 9 622.5M 0 0 9 60.93M 0 7.58M 01:22 00:08 01:14 8.73M 11 622.5M 0 0 11 70.06M 0 7.75M 01:20 00:09 01:11 8.90M 12 622.5M 0 0 12 77.62M 0 7.73M 01:20 00:10 01:10 8.70M 13 622.5M 0 0 13 85.00M 0 7.69M 01:20 00:11 01:09 8.42M 14 622.5M 0 0 14 93.12M 0 7.72M 01:20 00:12 01:08 8.24M 16 622.5M 0 0 16 101.6M 0 7.79M 01:19 00:13 01:06 8.11M 17 622.5M 0 0 17 110.5M 0 7.86M 01:19 00:14 01:05 8.07M 19 622.5M 0 0 19 119.5M 0 7.93M 01:18 00:15 01:03 8.35M 20 622.5M 0 0 20 128.5M 0 8.00M 01:17 00:16 01:01 8.68M 22 622.5M 0 0 22 137.6M 0 8.07M 01:17 00:17 01:00 8.89M 23 622.5M 0 0 23 144.6M 0 8.01M 01:17 00:18 00:59 8.59M 24 622.5M 0 0 24 152.2M 0 7.98M 01:17 00:19 00:58 8.32M 25 622.5M 0 0 25 160.3M 0 7.98M 01:17 00:20 00:57 8.14M 27 622.5M 0 0 27 168.9M 0 8.01M 01:17 00:21 00:56 8.05M 28 622.5M 0 0 28 177.8M 0 8.05M 01:17 00:22 00:55 8.00M 30 622.5M 0 0 30 186.9M 0 8.09M 01:16 00:23 00:53 8.41M 31 622.5M 0 0 31 195.9M 0 8.13M 01:16 00:24 00:52 8.70M 32 622.5M 0 0 32 205.1M 0 8.17M 01:16 00:25 00:51 8.91M 34 622.5M 0 0 34 214.2M 0 8.20M 01:15 00:26 00:49 9.02M 35 622.5M 0 0 35 223.3M 0 8.24M 01:15 00:27 00:48 9.07M 37 622.5M 0 0 37 232.6M 0 8.27M 01:15 00:28 00:47 9.10M 38 622.5M 0 0 38 242.0M 0 8.31M 01:14 00:29 00:45 9.18M 40 622.5M 0 0 40 251.8M 0 8.36M 01:14 00:30 00:44 9.32M 42 622.5M 0 0 42 262.0M 0 8.42M 01:13 00:31 00:42 9.54M 43 622.5M 0 0 43 272.9M 0 8.50M 01:13 00:32 00:41 9.89M 45 622.5M 0 0 45 284.8M 0 8.60M 01:12 00:33 00:39 10.42M 47 622.5M 0 0 47 298.0M 0 8.73M 01:11 00:34 00:37 11.18M 50 622.5M 0 0 50 312.5M 0 8.90M 01:09 00:35 00:34 12.13M 52 622.5M 0 0 52 324.4M 0 8.97M 01:09 00:36 00:33 12.41M 53 622.5M 0 0 53 333.7M 0 8.98M 01:09 00:37 00:32 12.10M 55 622.5M 0 0 55 343.2M 0 9.00M 01:09 00:38 00:31 11.62M 56 622.5M 0 0 56 353.2M 0 9.02M 01:08 00:39 00:29 10.99M 58 622.5M 0 0 58 361.4M 0 9.00M 01:09 00:40 00:29 9.73M 59 622.5M 0 0 59 369.2M 0 8.97M 01:09 00:41 00:28 8.95M 60 622.5M 0 0 60 377.5M 0 8.95M 01:09 00:42 00:27 8.73M 62 622.5M 0 0 62 386.0M 0 8.94M 01:09 00:43 00:26 8.52M 63 622.5M 0 0 63 394.6M 0 8.93M 01:09 00:44 00:25 8.25M 64 622.5M 0 0 64 403.2M 0 8.93M 01:09 00:45 00:24 8.33M 65 622.5M 0 0 65 409.6M 0 8.87M 01:10 00:46 00:24 8.05M 66 622.5M 0 0 66 416.9M 0 8.84M 01:10 00:47 00:23 7.86M 68 622.5M 0 0 68 424.8M 0 8.82M 01:10 00:48 00:22 7.74M 69 622.5M 0 0 69 431.9M 0 8.78M 01:10 00:49 00:21 7.43M 70 622.5M 0 0 70 438.1M 0 8.73M 01:11 00:50 00:21 6.96M 71 622.5M 0 0 71 444.8M 0 8.69M 01:11 00:51 00:20 7.00M 72 622.5M 0 0 72 451.7M 0 8.65M 01:11 00:52 00:19 6.93M 73 622.5M 0 0 73 458.7M 0 8.62M 01:12 00:53 00:19 6.75M 74 622.5M 0 0 74 465.7M 0 8.59M 01:12 00:54 00:18 6.73M 75 622.5M 0 0 75 472.8M 0 8.56M 01:12 00:55 00:17 6.89M 77 622.5M 0 0 77 479.8M 0 8.53M 01:12 00:56 00:16 6.96M 78 622.5M 0 0 78 486.8M 0 8.51M 01:13 00:57 00:16 6.98M 79 622.5M 0 0 79 494.0M 0 8.48M 01:13 00:58 00:15 7.04M 80 622.5M 0 0 80 501.4M 0 8.46M 01:13 00:59 00:14 7.11M 81 622.5M 0 0 81 509.2M 0 8.45M 01:13 01:00 00:13 7.27M 83 622.5M 0 0 83 517.5M 0 8.45M 01:13 01:01 00:12 7.53M 84 622.5M 0 0 84 526.6M 0 8.46M 01:13 01:02 00:11 7.96M 86 622.5M 0 0 86 536.8M 0 8.49M 01:13 01:03 00:10 8.55M 87 622.5M 0 0 87 546.5M 0 8.51M 01:13 01:04 00:09 9.00M 89 622.5M 0 0 89 555.6M 0 8.52M 01:13 01:05 00:08 9.25M 90 622.5M 0 0 90 565.6M 0 8.54M 01:12 01:06 00:06 9.59M 92 622.5M 0 0 92 576.2M 0 8.57M 01:12 01:07 00:05 9.88M 94 622.5M 0 0 94 587.2M 0 8.60M 01:12 01:08 00:04 10.04M 96 622.5M 0 0 96 598.5M 0 8.64M 01:11 01:09 00:02 10.37M 97 622.5M 0 0 97 609.8M 0 8.68M 01:11 01:10 00:01 10.82M 99 622.5M 0 0 99 621.2M 0 8.72M 01:11 01:11 11.11M* upload completely sent off: 652786793 bytes { [5 bytes data] < HTTP/1.1 200 OK < x-amz-id-2: Z7rv1Xtu4zBupgUTnNlDZScz9UyqQLZdEu2IVsIDtttnL4mu71IMUOygGfV2vpDi2jXWMrvD+XIkr6v/QS7djc/NSrPZkbAu < x-amz-request-id: 3MNR7SXZZH0MFB5A < Date: Tue, 14 Apr 2026 15:03:33 GMT < x-amz-server-side-encryption: AES256 < ETag: "2c8889a88c32a0d36c51e252c2cdf252" < x-amz-checksum-crc64nvme: RQY56G+Ab3M= < x-amz-checksum-type: FULL_OBJECT < Content-Length: 0 < Server: AmazonS3 < 100 622.5M 0 0 100 622.5M 0 8.69M 01:11 01:11 11.11M 100 622.5M 0 0 100 622.5M 0 8.69M 01:11 01:11 11.11M 100 622.5M 0 0 100 622.5M 0 8.69M 01:11 01:11 11.11M * Connection #0 to host s3.eu-west-1.amazonaws.com:443 left intact took: 127.19 seconds Blunders: now uploading files "/l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr" to blunders.io... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 0* Host s3.eu-west-1.amazonaws.com:443 was resolved. * IPv6: (none) * IPv4: 52.92.33.80, 52.218.117.152, 3.5.67.251, 3.5.74.18, 52.92.19.128, 3.5.74.66, 3.5.75.24, 3.5.69.21 * Trying 52.92.33.80: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.33.80 port 443) from 10.17.4.7 port 56606 * using HTTP/1.x } [5 bytes data] > PUT /jfr-uploads.blunders.io/demo/9338547f-ba0f-4078-a7ae-3693cc2c021a.jfr.gz?X-Amz-Security-Token=IQoJb3JpZ2luX2VjEMT%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FwEaCWV1LXdlc3QtMSJGMEQCIBiG0Z%2FrG6JLiFUIjNByPFMvCOn%2FuANbl0S7nuooSprHAiAOMtwHWvKH4Ti71N5b2%2F5ztdGJPjNTgX09iend29B77CrDBQiN%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F8BEAAaDDgzNTQ5NDc1MzEyNiIMOhI3F7r2EG2PQ9T0KpcFlTuO4iKWW172Tt6jxCyPP4ddURLeOQVah5G0MAe%2Bto9mSMMPCeFRak3BniChbu7samOwnI4M6q4y3hnZ%2FjWs684SfZwkCI5HGWBmkU6JwLvz7%2F36t4EAFOFC5N%2FMUkolS%2FAglyRqk1yYPHPDS3lnBSfQlfjVlv6xCk4SYF1SLR8rxR4%2BjqylZgvQP0ZmEi7%2BXfnL7c7pEnutbL3%2Fjs%2Bc8LoHYnQd5fmRVp97bd8VKi4hOD%2Blj5MzrZJhpw4EX2oDqxDILpFmws5AjYjhgdGIjPgtmA6hx8srTql%2B5Jh4etRz8lZC1TbM7n%2B7sQQaQkrrU97ESjiKo329sMtCpnuO1SDgxuffxk2ePh0db%2BkBEV8vjbWHUHiImUPTApnKTs29q59u52q4t5gS2pSMSlhekLJ33uQ%2BtI4wtzTDmKSLFoOB%2B3%2BfLupFlxBrUxiHXvx73UbaT8Be1oR%2FuLFQx%2F0l4Kur9z5i4OoohtT8yDctLV9K%2Bjs6edpasmiXDy6ZdjR0NVrQsrfRRxTNU6ZA0LC91hRRVlHIRwRdGWkoDxnFD2h5zq5Rryup8Ff1sZj0HoptsMOTArvGb7Bh%2FZrQZZuEDg1WJgU82NsxHQD4mmM7ClWIqAGtMoHF0ix8ZbdVt3c6dL0Tt%2BUxWnCSZY9nSe9XLXso5jcn9XBcjylsZ%2FWdfzI5xEx%2Fa38eTIUM5cSw9fFMm%2B4fS4IU3N2oiZ9gXnWCeL26MgNXIButLdOhu1fkDysNSGO%2Bo6L8nBcpvhy%2B5zeTYCCYAp4mVnaHgNt1Wl%2FJnWrqcnyfbpotORnyojZb7TFdUwxNbZAtwK82ayg1E%2BxwqABJFrdlXxbB4jY0jzf%2FF3P74KxUF0azualO3YS3htnEr9T78UKZMOfI%2BM4GOrIBQ0mg3bWlcC2LvcCgJi%2BnPM9g%2BHuvGFqJBf5vnNij4Zr5wM7mOrBG67dYtQX7JOhsLsjlaFU0QD5vPtQvvK2jXBO%2BRvmm%2BfqrpVHKkntngStG9%2F1XwYaOYXmw4O3Yo2ZoFh5FG1mqlUE0BlmxWX33ecTtr9aF%2B%2BCS6bzu3zIKa2E39WJfJNmCb4uTK9wQPEnFsnbeK5qvqeCrrxEpPAz6Eybsvincy2Zomed4DLsBWhcVEA%3D%3D&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20260414T150443Z&X-Amz-SignedHeaders=host&X-Amz-Credential=ASIA4FB26GNTJQCXHDCS%2F20260414%2Feu-west-1%2Fs3%2Faws4_request&X-Amz-Expires=86400&X-Amz-Signature=e369b458dcb48965c0f9a9150fb1585c8ecc7136acbc4780ed780c4cf0e22b4b HTTP/1.1 > Host: s3.eu-west-1.amazonaws.com > User-Agent: curl/8.18.0 > Accept: */* > content-type: application/octet-stream > Content-Length: 58299907 > Expect: 100-continue > { [5 bytes data] < HTTP/1.1 100 Continue < } [5 bytes data] 0 55.59M 0 0 0 128.0k 0 102.2k 09:16 00:01 09:15 102.2k 0 55.59M 0 0 0 256.0k 0 100.8k 09:24 00:02 09:22 100.8k 0 55.59M 0 0 0 448.0k 0 116.4k 08:08 00:03 08:05 116.4k 1 55.59M 0 0 1 576.0k 0 117.1k 08:06 00:04 08:02 117.1k 1 55.59M 0 0 1 704.0k 0 117.0k 08:06 00:06 08:00 117.1k 1 55.59M 0 0 1 832.0k 0 115.2k 08:14 00:07 08:07 117.9k 1 55.59M 0 0 1 1.00M 0 122.1k 07:46 00:08 07:38 131.3k 2 55.59M 0 0 2 1.25M 0 132.0k 07:10 00:09 07:01 142.3k 2 55.59M 0 0 2 1.43M 0 136.6k 06:56 00:10 06:46 153.0k 3 55.59M 0 0 3 1.68M 0 145.2k 06:31 00:11 06:20 174.0k 3 55.59M 0 0 3 1.93M 0 150.6k 06:17 00:13 06:04 193.6k 3 55.59M 0 0 3 2.12M 0 152.3k 06:13 00:14 05:59 195.3k 4 55.59M 0 0 4 2.25M 0 146.1k 06:29 00:15 06:14 168.5k 4 55.59M 0 0 4 2.37M 0 141.9k 06:41 00:17 06:24 150.8k 4 55.59M 0 0 4 2.50M 0 141.1k 06:43 00:18 06:25 133.1k 4 55.59M 0 0 4 2.68M 0 142.7k 06:38 00:19 06:19 125.7k 5 55.59M 0 0 5 2.81M 0 138.9k 06:49 00:20 06:29 109.2k 5 55.59M 0 0 5 3.00M 0 139.5k 06:47 00:22 06:25 123.0k 5 55.59M 0 0 5 3.18M 0 141.8k 06:41 00:23 06:18 141.5k 6 55.59M 0 0 6 3.37M 0 143.6k 06:36 00:24 06:12 151.3k 6 55.59M 0 0 6 3.56M 0 145.4k 06:31 00:25 06:06 154.5k 6 55.59M 0 0 6 3.75M 0 147.2k 06:26 00:26 06:00 179.0k 7 55.59M 0 0 7 3.93M 0 147.8k 06:25 00:27 05:58 182.4k 7 55.59M 0 0 7 4.12M 0 148.9k 06:22 00:28 05:54 179.3k 7 55.59M 0 0 7 4.25M 0 148.0k 06:24 00:29 05:55 167.8k 7 55.59M 0 0 7 4.43M 0 147.3k 06:26 00:30 05:56 155.5k 8 55.59M 0 0 8 4.62M 0 147.2k 06:26 00:32 05:54 147.6k 8 55.59M 0 0 8 4.81M 0 148.0k 06:24 00:33 05:51 148.8k 8 55.59M 0 0 8 5.00M 0 147.5k 06:25 00:34 05:51 141.2k 9 55.59M 0 0 9 5.12M 0 146.5k 06:28 00:35 05:53 139.9k 9 55.59M 0 0 9 5.25M 0 145.8k 06:30 00:36 05:54 138.2k 9 55.59M 0 0 9 5.43M 0 146.7k 06:28 00:37 05:51 143.4k 10 55.59M 0 0 10 5.62M 0 147.1k 06:26 00:39 05:47 142.1k 10 55.59M 0 0 10 5.81M 0 147.3k 06:26 00:40 05:46 146.4k 11 55.59M 0 0 11 6.18M 0 152.3k 06:13 00:41 05:32 188.2k 11 55.59M 0 0 11 6.56M 0 156.7k 06:03 00:42 05:21 222.9k 12 55.59M 0 0 12 6.81M 0 158.2k 05:59 00:44 05:15 230.2k 12 55.59M 0 0 12 7.06M 0 159.9k 05:55 00:45 05:10 242.2k 13 55.59M 0 0 13 7.31M 0 161.2k 05:53 00:46 05:07 254.2k 13 55.59M 0 0 13 7.50M 0 160.3k 05:55 00:47 05:08 212.7k 13 55.59M 0 0 13 7.62M 0 159.1k 05:57 00:49 05:08 175.7k 13 55.59M 0 0 13 7.75M 0 157.8k 06:00 00:50 05:10 154.9k 14 55.59M 0 0 14 7.93M 0 157.9k 06:00 00:51 05:09 143.7k 14 55.59M 0 0 14 8.12M 0 158.3k 05:59 00:52 05:07 135.9k 14 55.59M 0 0 14 8.31M 0 158.4k 05:59 00:53 05:06 143.2k 15 55.59M 0 0 15 8.50M 0 158.3k 05:59 00:54 05:05 151.5k 15 55.59M 0 0 15 8.75M 0 159.2k 05:57 00:56 05:01 170.7k 16 55.59M 0 0 16 8.93M 0 159.2k 05:57 00:57 05:00 170.6k 16 55.59M 0 0 16 9.12M 0 159.4k 05:57 00:58 04:59 169.3k 16 55.59M 0 0 16 9.31M 0 159.2k 05:57 00:59 04:58 165.6k 17 55.59M 0 0 17 9.50M 0 158.6k 05:58 01:01 04:57 161.1k 17 55.59M 0 0 17 9.68M 0 158.2k 05:59 01:02 04:57 148.9k 17 55.59M 0 0 17 9.81M 0 156.2k 06:04 01:04 05:00 130.6k 17 55.59M 0 0 17 9.93M 0 155.7k 06:05 01:05 05:00 123.2k 18 55.59M 0 0 18 10.12M 0 155.3k 06:06 01:06 05:00 121.6k 18 55.59M 0 0 18 10.25M 0 154.9k 06:07 01:07 05:00 120.0k 18 55.59M 0 0 18 10.43M 0 154.8k 06:07 01:09 04:58 121.7k 19 55.59M 0 0 19 10.62M 0 154.9k 06:07 01:10 04:57 140.9k 19 55.59M 0 0 19 10.81M 0 154.7k 06:07 01:11 04:56 144.5k 19 55.59M 0 0 19 11.00M 0 154.8k 06:07 01:12 04:55 148.7k 20 55.59M 0 0 20 11.12M 0 154.4k 06:08 01:13 04:55 148.9k 20 55.59M 0 0 20 11.25M 0 154.0k 06:09 01:14 04:55 144.8k 20 55.59M 0 0 20 11.37M 0 153.6k 06:10 01:15 04:55 137.1k 20 55.59M 0 0 20 11.56M 0 153.7k 06:10 01:17 04:53 140.8k 21 55.59M 0 0 21 11.81M 0 154.6k 06:08 01:18 04:50 151.6k 21 55.59M 0 0 21 12.06M 0 155.5k 06:05 01:19 04:46 170.3k 22 55.59M 0 0 22 12.31M 0 156.1k 06:04 01:20 04:44 181.0k 22 55.59M 0 0 22 12.50M 0 156.5k 06:03 01:21 04:42 192.9k 22 55.59M 0 0 22 12.75M 0 157.1k 06:02 01:23 04:39 199.4k 23 55.59M 0 0 23 13.00M 0 157.5k 06:01 01:24 04:37 194.2k 23 55.59M 0 0 23 13.18M 0 156.8k 06:03 01:26 04:37 171.2k 23 55.59M 0 0 23 13.31M 0 155.8k 06:05 01:27 04:38 152.2k 24 55.59M 0 0 24 13.50M 0 156.1k 06:04 01:28 04:36 151.5k 24 55.59M 0 0 24 13.75M 0 156.8k 06:03 01:29 04:34 153.0k 25 55.59M 0 0 25 13.93M 0 157.0k 06:02 01:30 04:32 150.9k 25 55.59M 0 0 25 14.12M 0 157.0k 06:02 01:32 04:30 161.2k 25 55.59M 0 0 25 14.31M 0 156.1k 06:04 01:33 04:31 160.4k 25 55.59M 0 0 25 14.43M 0 155.6k 06:05 01:34 04:31 148.9k 26 55.59M 0 0 26 14.62M 0 155.6k 06:05 01:36 04:29 139.0k 26 55.59M 0 0 26 14.75M 0 155.1k 06:06 01:37 04:29 128.6k 26 55.59M 0 0 26 14.87M 0 154.8k 06:07 01:38 04:29 121.5k 26 55.59M 0 0 26 15.00M 0 153.2k 06:11 01:40 04:31 111.0k 27 55.59M 0 0 27 15.12M 0 152.2k 06:14 01:41 04:33 104.0k 27 55.59M 0 0 27 15.25M 0 151.9k 06:14 01:42 04:32 97.96k 27 55.59M 0 0 27 15.43M 0 151.7k 06:15 01:44 04:31 103.1k 27 55.59M 0 0 27 15.56M 0 151.4k 06:15 01:45 04:30 102.7k 28 55.59M 0 0 28 15.68M 0 150.4k 06:18 01:46 04:32 106.9k 28 55.59M 0 0 28 15.87M 0 150.3k 06:18 01:48 04:30 120.4k 28 55.59M 0 0 28 16.06M 0 150.3k 06:18 01:49 04:29 125.4k 29 55.59M 0 0 29 16.25M 0 150.3k 06:18 01:50 04:28 127.9k 29 55.59M 0 0 29 16.37M 0 150.1k 06:19 01:51 04:28 129.6k 29 55.59M 0 0 29 16.56M 0 150.1k 06:19 01:52 04:27 145.2k 30 55.59M 0 0 30 16.81M 0 150.6k 06:17 01:54 04:23 155.5k 30 55.59M 0 0 30 17.00M 0 150.7k 06:17 01:55 04:22 158.4k 30 55.59M 0 0 30 17.18M 0 150.7k 06:17 01:56 04:21 158.1k 31 55.59M 0 0 31 17.37M 0 150.8k 06:17 01:57 04:20 163.8k 31 55.59M 0 0 31 17.56M 0 151.2k 06:16 01:58 04:18 171.7k 31 55.59M 0 0 31 17.75M 0 151.2k 06:16 02:00 04:16 162.2k 32 55.59M 0 0 32 17.93M 0 151.3k 06:16 02:01 04:15 163.0k 32 55.59M 0 0 32 18.12M 0 151.2k 06:16 02:02 04:14 159.9k 32 55.59M 0 0 32 18.31M 0 151.2k 06:16 02:03 04:13 158.9k 33 55.59M 0 0 33 18.50M 0 151.1k 06:16 02:05 04:11 148.9k 33 55.59M 0 0 33 18.68M 0 151.1k 06:16 02:06 04:10 150.2k 33 55.59M 0 0 33 18.81M 0 150.9k 06:17 02:07 04:10 142.5k 34 55.59M 0 0 34 19.00M 0 151.0k 06:16 02:08 04:08 148.0k 34 55.59M 0 0 34 19.18M 0 151.2k 06:16 02:09 04:07 150.6k 34 55.59M 0 0 34 19.31M 0 151.0k 06:16 02:10 04:06 149.9k 35 55.59M 0 0 35 19.50M 0 150.8k 06:17 02:12 04:05 143.9k 35 55.59M 0 0 35 19.68M 0 150.9k 06:17 02:13 04:04 150.9k 35 55.59M 0 0 35 19.87M 0 151.2k 06:16 02:14 04:02 154.1k 36 55.59M 0 0 36 20.12M 0 151.6k 06:15 02:15 04:00 161.0k 36 55.59M 0 0 36 20.37M 0 152.1k 06:14 02:17 03:57 176.1k 36 55.59M 0 0 36 20.56M 0 152.4k 06:13 02:18 03:55 188.6k 37 55.59M 0 0 37 20.75M 0 152.5k 06:13 02:19 03:54 190.3k 37 55.59M 0 0 37 20.87M 0 152.1k 06:14 02:20 03:54 173.8k 37 55.59M 0 0 37 21.00M 0 151.7k 06:15 02:21 03:54 153.1k 37 55.59M 0 0 37 21.12M 0 151.4k 06:15 02:22 03:53 134.5k 38 55.59M 0 0 38 21.25M 0 151.3k 06:16 02:23 03:53 124.4k 38 55.59M 0 0 38 21.43M 0 151.2k 06:16 02:25 03:51 119.5k 38 55.59M 0 0 38 21.62M 0 151.2k 06:16 02:26 03:50 128.4k 39 55.59M 0 0 39 21.75M 0 150.6k 06:17 02:27 03:50 125.5k 39 55.59M 0 0 39 21.87M 0 150.1k 06:19 02:29 03:50 120.1k 39 55.59M 0 0 39 22.00M 0 149.8k 06:19 02:30 03:49 117.2k 39 55.59M 0 0 39 22.18M 0 149.5k 06:20 02:31 03:49 114.3k 40 55.59M 0 0 40 22.37M 0 149.4k 06:20 02:33 03:47 112.4k 40 55.59M 0 0 40 22.50M 0 149.2k 06:21 02:34 03:47 116.7k 40 55.59M 0 0 40 22.62M 0 148.8k 06:22 02:35 03:47 119.7k 41 55.59M 0 0 41 22.81M 0 148.7k 06:22 02:37 03:45 124.3k 41 55.59M 0 0 41 22.93M 0 148.3k 06:23 02:38 03:45 119.7k 41 55.59M 0 0 41 23.06M 0 148.0k 06:24 02:39 03:45 113.4k 41 55.59M 0 0 41 23.25M 0 147.9k 06:24 02:40 03:44 117.3k 42 55.59M 0 0 42 23.37M 0 147.4k 06:26 02:42 03:44 113.5k 42 55.59M 0 0 42 23.56M 0 147.4k 06:26 02:43 03:43 116.7k 42 55.59M 0 0 42 23.75M 0 147.3k 06:26 02:45 03:41 123.1k 43 55.59M 0 0 43 23.93M 0 147.3k 06:26 02:46 03:40 130.7k 43 55.59M 0 0 43 24.12M 0 147.4k 06:26 02:47 03:39 135.1k 43 55.59M 0 0 43 24.31M 0 147.6k 06:25 02:48 03:37 153.5k 44 55.59M 0 0 44 24.50M 0 147.7k 06:25 02:49 03:36 155.4k 44 55.59M 0 0 44 24.68M 0 147.9k 06:24 02:50 03:34 163.7k 44 55.59M 0 0 44 24.87M 0 147.9k 06:24 02:52 03:32 164.4k 45 55.59M 0 0 45 25.06M 0 148.1k 06:24 02:53 03:31 171.4k 45 55.59M 0 0 45 25.25M 0 148.4k 06:23 02:54 03:29 172.5k 45 55.59M 0 0 45 25.43M 0 148.6k 06:22 02:55 03:27 178.2k 46 55.59M 0 0 46 25.62M 0 148.6k 06:22 02:56 03:26 171.5k 46 55.59M 0 0 46 25.75M 0 148.4k 06:23 02:57 03:26 166.0k 46 55.59M 0 0 46 25.87M 0 148.3k 06:23 02:58 03:25 154.2k 46 55.59M 0 0 46 26.00M 0 148.1k 06:24 02:59 03:25 137.6k 47 55.59M 0 0 47 26.18M 0 148.0k 06:24 03:01 03:23 129.7k 47 55.59M 0 0 47 26.37M 0 148.2k 06:24 03:02 03:22 134.7k 47 55.59M 0 0 47 26.50M 0 147.9k 06:24 03:03 03:21 131.3k 47 55.59M 0 0 47 26.68M 0 148.0k 06:24 03:04 03:20 137.9k 48 55.59M 0 0 48 26.87M 0 148.0k 06:24 03:05 03:19 146.0k 48 55.59M 0 0 48 27.06M 0 148.2k 06:24 03:06 03:18 153.4k 49 55.59M 0 0 49 27.25M 0 148.3k 06:23 03:08 03:15 153.7k 49 55.59M 0 0 49 27.50M 0 148.8k 06:22 03:09 03:13 178.7k 49 55.59M 0 0 49 27.75M 0 149.1k 06:21 03:10 03:11 183.9k 50 55.59M 0 0 50 27.93M 0 149.1k 06:21 03:11 03:10 183.5k 50 55.59M 0 0 50 28.06M 0 148.9k 06:22 03:12 03:10 171.4k 50 55.59M 0 0 50 28.18M 0 148.6k 06:23 03:14 03:09 156.2k 51 55.59M 0 0 51 28.37M 0 148.6k 06:22 03:15 03:07 142.6k 51 55.59M 0 0 51 28.56M 0 148.6k 06:22 03:16 03:06 133.5k 51 55.59M 0 0 51 28.75M 0 148.7k 06:22 03:17 03:05 135.8k 52 55.59M 0 0 52 28.93M 0 148.8k 06:22 03:19 03:03 143.9k 52 55.59M 0 0 52 29.06M 0 148.5k 06:23 03:20 03:03 145.9k 52 55.59M 0 0 52 29.18M 0 148.4k 06:23 03:21 03:02 141.2k 52 55.59M 0 0 52 29.31M 0 148.3k 06:23 03:22 03:01 137.8k 52 55.59M 0 0 52 29.43M 0 148.2k 06:24 03:23 03:01 130.3k 53 55.59M 0 0 53 29.56M 0 148.0k 06:24 03:24 03:00 120.9k 53 55.59M 0 0 53 29.68M 0 147.9k 06:24 03:25 02:59 124.7k 53 55.59M 0 0 53 29.81M 0 147.5k 06:25 03:26 02:59 114.6k 53 55.59M 0 0 53 29.93M 0 147.4k 06:26 03:27 02:59 114.1k 54 55.59M 0 0 54 30.06M 0 147.2k 06:26 03:29 02:57 111.3k 54 55.59M 0 0 54 30.18M 0 146.9k 06:27 03:30 02:57 109.1k 54 55.59M 0 0 54 30.31M 0 146.9k 06:27 03:31 02:56 109.3k 54 55.59M 0 0 54 30.43M 0 146.5k 06:28 03:32 02:56 111.9k 54 55.59M 0 0 54 30.56M 0 146.1k 06:29 03:34 02:55 104.0k 55 55.59M 0 0 55 30.68M 0 145.7k 06:30 03:35 02:55 97.87k 55 55.59M 0 0 55 30.81M 0 145.6k 06:30 03:36 02:54 100.6k 55 55.59M 0 0 55 31.00M 0 145.5k 06:31 03:38 02:53 103.3k 55 55.59M 0 0 55 31.12M 0 145.4k 06:31 03:39 02:52 108.2k 56 55.59M 0 0 56 31.31M 0 145.3k 06:31 03:40 02:51 118.3k 56 55.59M 0 0 56 31.50M 0 145.5k 06:31 03:41 02:50 139.6k 56 55.59M 0 0 56 31.68M 0 145.5k 06:31 03:42 02:49 142.2k 57 55.59M 0 0 57 31.87M 0 145.6k 06:30 03:44 02:46 149.4k 57 55.59M 0 0 57 32.12M 0 145.9k 06:30 03:45 02:45 163.2k 58 55.59M 0 0 58 32.31M 0 146.0k 06:29 03:46 02:43 170.2k 58 55.59M 0 0 58 32.50M 0 145.9k 06:30 03:47 02:43 160.0k 58 55.59M 0 0 58 32.62M 0 145.7k 06:30 03:49 02:41 152.2k 59 55.59M 0 0 59 32.81M 0 145.8k 06:30 03:50 02:40 152.0k 59 55.59M 0 0 59 33.12M 0 146.4k 06:28 03:51 02:37 163.1k 60 55.59M 0 0 60 33.43M 0 146.9k 06:27 03:52 02:35 181.6k 60 55.59M 0 0 60 33.68M 0 147.4k 06:26 03:54 02:32 202.4k 61 55.59M 0 0 61 33.93M 0 147.7k 06:25 03:55 02:30 227.2k 61 55.59M 0 0 61 34.12M 0 147.9k 06:24 03:56 02:28 233.8k 61 55.59M 0 0 61 34.31M 0 148.0k 06:24 03:57 02:27 216.9k 62 55.59M 0 0 62 34.50M 0 148.2k 06:24 03:58 02:26 199.8k 62 55.59M 0 0 62 34.75M 0 148.5k 06:23 03:59 02:24 194.0k 62 55.59M 0 0 62 35.00M 0 148.9k 06:22 04:00 02:22 198.0k 63 55.59M 0 0 63 35.25M 0 149.0k 06:21 04:02 02:19 194.2k 63 55.59M 0 0 63 35.43M 0 149.1k 06:21 04:03 02:18 193.0k 64 55.59M 0 0 64 35.62M 0 149.1k 06:21 04:04 02:17 187.4k 64 55.59M 0 0 64 35.87M 0 149.5k 06:20 04:05 02:15 188.9k 64 55.59M 0 0 64 36.06M 0 149.4k 06:20 04:07 02:13 170.3k 65 55.59M 0 0 65 36.25M 0 149.6k 06:20 04:08 02:12 171.0k 65 55.59M 0 0 65 36.56M 0 150.1k 06:19 04:09 02:10 190.9k 66 55.59M 0 0 66 36.81M 0 150.5k 06:18 04:10 02:08 205.9k 66 55.59M 0 0 66 37.06M 0 150.9k 06:17 04:11 02:06 211.3k 67 55.59M 0 0 67 37.31M 0 151.3k 06:16 04:12 02:04 234.1k 67 55.59M 0 0 67 37.56M 0 151.5k 06:15 04:13 02:02 238.7k 67 55.59M 0 0 67 37.75M 0 151.6k 06:15 04:14 02:01 216.7k 68 55.59M 0 0 68 37.93M 0 151.8k 06:15 04:15 02:00 211.0k 68 55.59M 0 0 68 38.18M 0 152.0k 06:14 04:17 01:57 199.6k 68 55.59M 0 0 68 38.31M 0 151.7k 06:15 04:18 01:57 170.7k 69 55.59M 0 0 69 38.43M 0 151.6k 06:15 04:19 01:56 152.2k 69 55.59M 0 0 69 38.62M 0 151.5k 06:15 04:20 01:55 148.1k 69 55.59M 0 0 69 38.81M 0 151.6k 06:15 04:22 01:53 143.7k 70 55.59M 0 0 70 39.00M 0 151.6k 06:15 04:23 01:52 137.9k 70 55.59M 0 0 70 39.18M 0 151.7k 06:15 04:24 01:51 152.9k 70 55.59M 0 0 70 39.31M 0 151.5k 06:15 04:25 01:50 150.9k 70 55.59M 0 0 70 39.43M 0 151.4k 06:15 04:26 01:49 145.8k 71 55.59M 0 0 71 39.62M 0 151.3k 06:16 04:28 01:48 140.9k 71 55.59M 0 0 71 39.81M 0 151.4k 06:15 04:29 01:46 142.5k 72 55.59M 0 0 72 40.12M 0 152.0k 06:14 04:30 01:44 162.1k 72 55.59M 0 0 72 40.37M 0 152.2k 06:13 04:31 01:42 183.4k 72 55.59M 0 0 72 40.56M 0 152.4k 06:13 04:32 01:41 196.3k 73 55.59M 0 0 73 40.75M 0 152.3k 06:13 04:33 01:40 195.4k 73 55.59M 0 0 73 40.87M 0 152.2k 06:14 04:34 01:40 185.0k 73 55.59M 0 0 73 41.06M 0 152.2k 06:14 04:36 01:38 160.7k 74 55.59M 0 0 74 41.25M 0 152.1k 06:14 04:37 01:37 146.7k 74 55.59M 0 0 74 41.37M 0 152.0k 06:14 04:38 01:36 136.6k 74 55.59M 0 0 74 41.56M 0 152.0k 06:14 04:39 01:35 138.4k 75 55.59M 0 0 75 41.75M 0 152.0k 06:14 04:41 01:33 145.5k 75 55.59M 0 0 75 42.00M 0 152.2k 06:13 04:42 01:31 155.0k 75 55.59M 0 0 75 42.12M 0 152.0k 06:14 04:43 01:31 147.0k 75 55.59M 0 0 75 42.25M 0 151.7k 06:15 04:45 01:30 136.2k 76 55.59M 0 0 76 42.37M 0 151.4k 06:16 04:46 01:30 124.8k 76 55.59M 0 0 76 42.50M 0 151.2k 06:16 04:47 01:29 115.8k 76 55.59M 0 0 76 42.62M 0 151.0k 06:16 04:49 01:27 99780 76 55.59M 0 0 76 42.75M 0 150.9k 06:17 04:50 01:27 100.7k 77 55.59M 0 0 77 42.87M 0 150.8k 06:17 04:51 01:26 107.4k 77 55.59M 0 0 77 43.00M 0 150.5k 06:18 04:52 01:26 108.6k 77 55.59M 0 0 77 43.12M 0 150.3k 06:18 04:53 01:25 108.0k 77 55.59M 0 0 77 43.25M 0 150.1k 06:19 04:54 01:25 107.8k 78 55.59M 0 0 78 43.50M 0 150.3k 06:18 04:56 01:22 122.5k 78 55.59M 0 0 78 43.62M 0 150.2k 06:18 04:57 01:21 124.3k 78 55.59M 0 0 78 43.75M 0 150.0k 06:19 04:58 01:21 125.7k 78 55.59M 0 0 78 43.87M 0 149.8k 06:19 04:59 01:20 125.9k 79 55.59M 0 0 79 44.00M 0 149.6k 06:20 05:01 01:19 126.5k 79 55.59M 0 0 79 44.12M 0 149.4k 06:20 05:02 01:18 107.5k 79 55.59M 0 0 79 44.25M 0 149.2k 06:21 05:03 01:18 102.0k 79 55.59M 0 0 79 44.37M 0 148.9k 06:22 05:05 01:17 98.70k 80 55.59M 0 0 80 44.50M 0 148.6k 06:23 05:06 01:17 96433 80 55.59M 0 0 80 44.62M 0 148.4k 06:23 05:07 01:16 96489 80 55.59M 0 0 80 44.75M 0 148.2k 06:23 05:09 01:14 96903 80 55.59M 0 0 80 44.87M 0 148.1k 06:24 05:10 01:14 109.1k 80 55.59M 0 0 80 44.87M 0 148.1k 06:24 05:10 01:14 148.1k 81 55.59M 0 0 81 45.06M 0 148.0k 06:24 05:11 01:13 130.3k 81 55.59M 0 0 81 45.25M 0 148.0k 06:24 05:12 01:12 135.2k 81 55.59M 0 0 81 45.37M 0 147.8k 06:25 05:14 01:11 122.9k 81 55.59M 0 0 81 45.50M 0 147.7k 06:25 05:15 01:10 123.8k 82 55.59M 0 0 82 45.68M 0 147.8k 06:25 05:16 01:09 130.0k 82 55.59M 0 0 82 45.87M 0 147.8k 06:25 05:17 01:08 135.6k 82 55.59M 0 0 82 46.06M 0 147.9k 06:24 05:18 01:06 140.4k 83 55.59M 0 0 83 46.25M 0 147.9k 06:24 05:20 01:04 152.1k 83 55.59M 0 0 83 46.43M 0 147.9k 06:24 05:21 01:03 154.6k 83 55.59M 0 0 83 46.62M 0 147.9k 06:24 05:22 01:02 154.5k 84 55.59M 0 0 84 46.81M 0 147.8k 06:25 05:24 01:01 147.3k 84 55.59M 0 0 84 47.00M 0 147.8k 06:25 05:25 01:00 143.6k 84 55.59M 0 0 84 47.12M 0 147.7k 06:25 05:26 00:59 139.1k 85 55.59M 0 0 85 47.31M 0 147.7k 06:25 05:27 00:58 140.9k 85 55.59M 0 0 85 47.50M 0 147.7k 06:25 05:29 00:56 139.6k 85 55.59M 0 0 85 47.68M 0 147.8k 06:25 05:30 00:55 148.7k 86 55.59M 0 0 86 47.93M 0 148.0k 06:24 05:31 00:53 162.0k 86 55.59M 0 0 86 48.18M 0 148.3k 06:23 05:32 00:51 183.3k 87 55.59M 0 0 87 48.43M 0 148.6k 06:23 05:33 00:50 195.8k 87 55.59M 0 0 87 48.68M 0 148.8k 06:22 05:35 00:47 206.6k 88 55.59M 0 0 88 48.93M 0 149.0k 06:21 05:36 00:45 217.8k 88 55.59M 0 0 88 49.12M 0 149.0k 06:21 05:37 00:44 205.1k 88 55.59M 0 0 88 49.31M 0 149.1k 06:21 05:38 00:43 188.9k 89 55.59M 0 0 89 49.50M 0 149.1k 06:21 05:39 00:42 175.9k 89 55.59M 0 0 89 49.62M 0 149.0k 06:21 05:40 00:41 162.6k 89 55.59M 0 0 89 49.81M 0 148.9k 06:22 05:42 00:40 141.0k 89 55.59M 0 0 89 49.93M 0 148.6k 06:22 05:43 00:39 126.3k 90 55.59M 0 0 90 50.06M 0 148.5k 06:23 05:45 00:38 117.3k 90 55.59M 0 0 90 50.25M 0 148.5k 06:23 05:46 00:37 119.8k 90 55.59M 0 0 90 50.43M 0 148.7k 06:22 05:47 00:35 129.8k 91 55.59M 0 0 91 50.62M 0 148.6k 06:23 05:48 00:35 132.8k 91 55.59M 0 0 91 50.81M 0 148.6k 06:23 05:50 00:33 145.5k 91 55.59M 0 0 91 51.00M 0 148.6k 06:23 05:51 00:32 154.6k 92 55.59M 0 0 92 51.25M 0 148.8k 06:22 05:52 00:30 160.7k 92 55.59M 0 0 92 51.37M 0 148.7k 06:22 05:53 00:29 149.5k 92 55.59M 0 0 92 51.56M 0 148.5k 06:23 05:55 00:28 142.7k 93 55.59M 0 0 93 51.75M 0 148.5k 06:23 05:56 00:27 144.7k 93 55.59M 0 0 93 51.93M 0 148.5k 06:23 05:58 00:25 142.0k 93 55.59M 0 0 93 52.12M 0 148.5k 06:23 05:59 00:24 136.0k 94 55.59M 0 0 94 52.37M 0 148.8k 06:22 06:00 00:22 154.6k 94 55.59M 0 0 94 52.56M 0 148.9k 06:22 06:01 00:21 171.4k 94 55.59M 0 0 94 52.75M 0 149.0k 06:22 06:02 00:20 180.5k 95 55.59M 0 0 95 53.00M 0 149.3k 06:21 06:03 00:18 205.0k 95 55.59M 0 0 95 53.25M 0 149.5k 06:20 06:04 00:16 210.7k 95 55.59M 0 0 95 53.37M 0 149.4k 06:20 06:05 00:15 190.2k 96 55.59M 0 0 96 53.56M 0 149.3k 06:21 06:07 00:14 174.3k 96 55.59M 0 0 96 53.68M 0 149.2k 06:21 06:08 00:13 161.1k 96 55.59M 0 0 96 53.87M 0 149.1k 06:21 06:09 00:12 141.6k 97 55.59M 0 0 97 54.06M 0 149.3k 06:21 06:10 00:11 137.7k 97 55.59M 0 0 97 54.31M 0 149.5k 06:20 06:11 00:09 157.6k 98 55.59M 0 0 98 54.56M 0 149.7k 06:20 06:13 00:07 173.8k 98 55.59M 0 0 98 54.68M 0 149.6k 06:20 06:14 00:06 174.8k 98 55.59M 0 0 98 54.81M 0 149.5k 06:20 06:15 00:05 172.5k 98 55.59M 0 0 98 54.93M 0 149.3k 06:21 06:16 00:05 154.0k 99 55.59M 0 0 99 55.06M 0 149.2k 06:21 06:17 00:04 126.6k 99 55.59M 0 0 99 55.18M 0 148.9k 06:22 06:19 00:03 105.1k 99 55.59M 0 0 99 55.31M 0 148.8k 06:22 06:20 00:02 101.6k 99 55.59M 0 0 99 55.50M 0 148.9k 06:22 06:21 00:01 111.3k* upload completely sent off: 58299907 bytes 100 55.59M 0 0 100 55.59M 0 148.7k 06:22 06:22 108.3k 100 55.59M 0 0 100 55.59M 0 148.3k 06:23 06:23 94538{ [5 bytes data] < HTTP/1.1 200 OK < x-amz-id-2: mC4dD4P1H9BzAvBlKxHuY/JM6dJx7Eb7HxZnojKzZoZ/KQ9yfiDgGWYkS5GIzEx6R0MoTvULOFU= < x-amz-request-id: K8M6ACD8SACCQJG1 < Date: Tue, 14 Apr 2026 15:04:50 GMT < x-amz-server-side-encryption: AES256 < ETag: "e0719cce5619c18adb19347cfc8a6c35" < x-amz-checksum-crc64nvme: Vbg5/EK3YNA= < x-amz-checksum-type: FULL_OBJECT < Content-Length: 0 < Server: AmazonS3 < Connection: close < 100 55.59M 0 0 100 55.59M 0 148.2k 06:24 06:24 94538 100 55.59M 0 0 100 55.59M 0 148.2k 06:24 06:24 94538 100 55.59M 0 0 100 55.59M 0 148.2k 06:24 06:24 94538 * shutting down connection #0 took: 388.75 seconds Blunders: now uploading files "/l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr" to blunders.io... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 0* Host s3.eu-west-1.amazonaws.com:443 was resolved. * IPv6: (none) * IPv4: 3.5.66.61, 3.5.64.219, 3.5.74.63, 52.92.32.88, 52.92.17.88, 3.5.74.4, 3.5.71.101, 3.5.67.204 * Trying 3.5.66.61: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.66.61 port 443) from 10.17.4.7 port 41568 * using HTTP/1.x } [5 bytes data] > PUT /jfr-uploads.blunders.io/demo/f980f1f3-ac82-45df-ae4f-47b49e164a0a.jfr.gz?X-Amz-Security-Token=IQoJb3JpZ2luX2VjEMT%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FwEaCWV1LXdlc3QtMSJGMEQCIBiG0Z%2FrG6JLiFUIjNByPFMvCOn%2FuANbl0S7nuooSprHAiAOMtwHWvKH4Ti71N5b2%2F5ztdGJPjNTgX09iend29B77CrDBQiN%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F8BEAAaDDgzNTQ5NDc1MzEyNiIMOhI3F7r2EG2PQ9T0KpcFlTuO4iKWW172Tt6jxCyPP4ddURLeOQVah5G0MAe%2Bto9mSMMPCeFRak3BniChbu7samOwnI4M6q4y3hnZ%2FjWs684SfZwkCI5HGWBmkU6JwLvz7%2F36t4EAFOFC5N%2FMUkolS%2FAglyRqk1yYPHPDS3lnBSfQlfjVlv6xCk4SYF1SLR8rxR4%2BjqylZgvQP0ZmEi7%2BXfnL7c7pEnutbL3%2Fjs%2Bc8LoHYnQd5fmRVp97bd8VKi4hOD%2Blj5MzrZJhpw4EX2oDqxDILpFmws5AjYjhgdGIjPgtmA6hx8srTql%2B5Jh4etRz8lZC1TbM7n%2B7sQQaQkrrU97ESjiKo329sMtCpnuO1SDgxuffxk2ePh0db%2BkBEV8vjbWHUHiImUPTApnKTs29q59u52q4t5gS2pSMSlhekLJ33uQ%2BtI4wtzTDmKSLFoOB%2B3%2BfLupFlxBrUxiHXvx73UbaT8Be1oR%2FuLFQx%2F0l4Kur9z5i4OoohtT8yDctLV9K%2Bjs6edpasmiXDy6ZdjR0NVrQsrfRRxTNU6ZA0LC91hRRVlHIRwRdGWkoDxnFD2h5zq5Rryup8Ff1sZj0HoptsMOTArvGb7Bh%2FZrQZZuEDg1WJgU82NsxHQD4mmM7ClWIqAGtMoHF0ix8ZbdVt3c6dL0Tt%2BUxWnCSZY9nSe9XLXso5jcn9XBcjylsZ%2FWdfzI5xEx%2Fa38eTIUM5cSw9fFMm%2B4fS4IU3N2oiZ9gXnWCeL26MgNXIButLdOhu1fkDysNSGO%2Bo6L8nBcpvhy%2B5zeTYCCYAp4mVnaHgNt1Wl%2FJnWrqcnyfbpotORnyojZb7TFdUwxNbZAtwK82ayg1E%2BxwqABJFrdlXxbB4jY0jzf%2FF3P74KxUF0azualO3YS3htnEr9T78UKZMOfI%2BM4GOrIBQ0mg3bWlcC2LvcCgJi%2BnPM9g%2BHuvGFqJBf5vnNij4Zr5wM7mOrBG67dYtQX7JOhsLsjlaFU0QD5vPtQvvK2jXBO%2BRvmm%2BfqrpVHKkntngStG9%2F1XwYaOYXmw4O3Yo2ZoFh5FG1mqlUE0BlmxWX33ecTtr9aF%2B%2BCS6bzu3zIKa2E39WJfJNmCb4uTK9wQPEnFsnbeK5qvqeCrrxEpPAz6Eybsvincy2Zomed4DLsBWhcVEA%3D%3D&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20260414T151112Z&X-Amz-SignedHeaders=host&X-Amz-Credential=ASIA4FB26GNTJQCXHDCS%2F20260414%2Feu-west-1%2Fs3%2Faws4_request&X-Amz-Expires=86400&X-Amz-Signature=8836a1654e72e609fdd28689810b9e25b58f2665cfb43e3c5772cef4d57623a4 HTTP/1.1 > Host: s3.eu-west-1.amazonaws.com > User-Agent: curl/8.18.0 > Accept: */* > content-type: application/octet-stream > Content-Length: 580695272 > Expect: 100-continue > { [5 bytes data] < HTTP/1.1 100 Continue < } [5 bytes data] 0 553.7M 0 0 0 960.0k 0 926.7k 10:11 00:01 10:10 927.5k 1 553.7M 0 0 1 6.93M 0 3.39M 02:42 00:02 02:40 3.40M 2 553.7M 0 0 2 11.12M 0 3.64M 02:31 00:03 02:28 3.64M 2 553.7M 0 0 2 15.12M 0 3.72M 02:28 00:04 02:24 3.72M 3 553.7M 0 0 3 19.31M 0 3.80M 02:25 00:05 02:20 3.80M 4 553.7M 0 0 4 23.62M 0 3.89M 02:22 00:06 02:16 4.50M 5 553.7M 0 0 5 27.93M 0 3.95M 02:20 00:07 02:13 4.17M 5 553.7M 0 0 5 32.31M 0 3.99M 02:18 00:08 02:10 4.21M 6 553.7M 0 0 6 36.68M 0 4.03M 02:17 00:09 02:08 4.29M 7 553.7M 0 0 7 41.00M 0 4.06M 02:16 00:10 02:06 4.32M 8 553.7M 0 0 8 45.50M 0 4.10M 02:14 00:11 02:03 4.35M 9 553.7M 0 0 9 50.25M 0 4.15M 02:13 00:12 02:01 4.44M 9 553.7M 0 0 9 55.37M 0 4.22M 02:11 00:13 01:58 4.58M 11 553.7M 0 0 11 61.06M 0 4.32M 02:07 00:14 01:53 4.85M 12 553.7M 0 0 12 67.75M 0 4.48M 02:03 00:15 01:48 5.32M 13 553.7M 0 0 13 75.25M 0 4.66M 01:58 00:16 01:42 5.92M 15 553.7M 0 0 15 84.06M 0 4.91M 01:52 00:17 01:35 6.73M 17 553.7M 0 0 17 94.43M 0 5.21M 01:46 00:18 01:28 7.79M 18 553.7M 0 0 18 104.7M 0 5.47M 01:41 00:19 01:22 8.71M 20 553.7M 0 0 20 114.3M 0 5.68M 01:37 00:20 01:17 9.30M 22 553.7M 0 0 22 124.9M 0 5.91M 01:33 00:21 01:12 9.91M 24 553.7M 0 0 24 136.3M 0 6.16M 01:29 00:22 01:07 10.42M 26 553.7M 0 0 26 148.0M 0 6.40M 01:26 00:23 01:03 10.69M 28 553.7M 0 0 28 160.1M 0 6.63M 01:23 00:24 00:59 11.05M 30 553.7M 0 0 30 170.8M 0 6.79M 01:21 00:25 00:56 11.25M 32 553.7M 0 0 32 180.0M 0 6.88M 01:20 00:26 00:54 10.98M 34 553.7M 0 0 34 189.7M 0 6.99M 01:19 00:27 00:52 10.65M 36 553.7M 0 0 36 199.8M 0 7.10M 01:17 00:28 00:49 10.34M 37 553.7M 0 0 37 210.0M 0 7.20M 01:16 00:29 00:47 9.95M 39 553.7M 0 0 39 220.3M 0 7.30M 01:15 00:30 00:45 9.88M 41 553.7M 0 0 41 230.8M 0 7.41M 01:14 00:31 00:43 10.14M 43 553.7M 0 0 43 241.2M 0 7.50M 01:13 00:32 00:41 10.28M 45 553.7M 0 0 45 250.1M 0 7.54M 01:13 00:33 00:40 10.03M 46 553.7M 0 0 46 258.3M 0 7.56M 01:13 00:34 00:39 9.62M 48 553.7M 0 0 48 267.3M 0 7.60M 01:12 00:35 00:37 9.37M 50 553.7M 0 0 50 277.0M 0 7.65M 01:12 00:36 00:36 9.20M 51 553.7M 0 0 51 287.0M 0 7.72M 01:11 00:37 00:34 9.11M 53 553.7M 0 0 53 297.3M 0 7.78M 01:11 00:38 00:33 9.40M 55 553.7M 0 0 55 307.4M 0 7.83M 01:10 00:39 00:31 9.69M 57 553.7M 0 0 57 315.8M 0 7.85M 01:10 00:40 00:30 9.57M 58 553.7M 0 0 58 324.0M 0 7.85M 01:10 00:41 00:29 9.28M 60 553.7M 0 0 60 332.3M 0 7.87M 01:10 00:42 00:28 8.95M 61 553.7M 0 0 61 341.0M 0 7.88M 01:10 00:43 00:27 8.62M 63 553.7M 0 0 63 349.8M 0 7.90M 01:10 00:44 00:26 8.45M 64 553.7M 0 0 64 358.6M 0 7.92M 01:09 00:45 00:24 8.52M 65 553.7M 0 0 65 365.5M 0 7.90M 01:10 00:46 00:24 8.26M 67 553.7M 0 0 67 372.8M 0 7.89M 01:10 00:47 00:23 8.06M 68 553.7M 0 0 68 380.3M 0 7.88M 01:10 00:48 00:22 7.85M 69 553.7M 0 0 69 386.3M 0 7.84M 01:10 00:49 00:21 7.27M 70 553.7M 0 0 70 392.7M 0 7.81M 01:10 00:50 00:20 6.80M 72 553.7M 0 0 72 399.4M 0 7.79M 01:11 00:51 00:20 6.76M 73 553.7M 0 0 73 406.2M 0 7.77M 01:11 00:52 00:19 6.65M 74 553.7M 0 0 74 413.1M 0 7.75M 01:11 00:53 00:18 6.50M 75 553.7M 0 0 75 420.0M 0 7.73M 01:11 00:54 00:17 6.70M 77 553.7M 0 0 77 426.9M 0 7.72M 01:11 00:55 00:16 6.79M 78 553.7M 0 0 78 433.8M 0 7.70M 01:11 00:56 00:15 6.84M 79 553.7M 0 0 79 440.8M 0 7.69M 01:11 00:57 00:14 6.88M 80 553.7M 0 0 80 448.0M 0 7.68M 01:12 00:58 00:14 6.96M 82 553.7M 0 0 82 455.6M 0 7.68M 01:12 00:59 00:13 7.08M 83 553.7M 0 0 83 463.5M 0 7.68M 01:12 01:00 00:12 7.29M 84 553.7M 0 0 84 470.4M 0 7.67M 01:12 01:01 00:11 7.28M 85 553.7M 0 0 85 475.9M 0 7.63M 01:12 01:02 00:10 6.98M 86 553.7M 0 0 86 481.1M 0 7.59M 01:12 01:03 00:09 6.59M 87 553.7M 0 0 87 486.5M 0 7.56M 01:13 01:04 00:09 6.17M 88 553.7M 0 0 88 492.2M 0 7.53M 01:13 01:05 00:08 5.72M 89 553.7M 0 0 89 498.0M 0 7.50M 01:13 01:06 00:07 5.50M 90 553.7M 0 0 90 503.7M 0 7.48M 01:14 01:07 00:07 5.54M 92 553.7M 0 0 92 509.5M 0 7.45M 01:14 01:08 00:06 5.65M 93 553.7M 0 0 93 515.3M 0 7.43M 01:14 01:09 00:05 5.73M 94 553.7M 0 0 94 521.1M 0 7.40M 01:14 01:10 00:04 5.75M 95 553.7M 0 0 95 527.1M 0 7.38M 01:14 01:11 00:03 5.81M 96 553.7M 0 0 96 533.4M 0 7.37M 01:15 01:12 00:03 5.91M 97 553.7M 0 0 97 540.1M 0 7.36M 01:15 01:13 00:02 6.10M 98 553.7M 0 0 98 547.6M 0 7.36M 01:15 01:14 00:01 6.43M* upload completely sent off: 580695272 bytes { [5 bytes data] < HTTP/1.1 200 OK < x-amz-id-2: CODAahLzfhURp12vXqd6BgwRwJnY7BcHPlFJ+7VEoOI0k1gcPdlUzBNJnb79VcPEqyQhmwMtIYePit6hDrTz0cGjwFWk9b9q < x-amz-request-id: ZVVJDFVK49G7EVKW < Date: Tue, 14 Apr 2026 15:12:01 GMT < x-amz-server-side-encryption: AES256 < ETag: "a790ffdd4c49028fbfefcbe60e1e947f" < x-amz-checksum-crc64nvme: 9qQSYj5+hYY= < x-amz-checksum-type: FULL_OBJECT < Content-Length: 0 < Server: AmazonS3 < 100 553.7M 0 0 100 553.7M 0 7.34M 01:15 01:15 6.40M 100 553.7M 0 0 100 553.7M 0 7.34M 01:15 01:15 6.40M 100 553.7M 0 0 100 553.7M 0 7.34M 01:15 01:15 6.40M 100 553.7M 0 0 100 553.7M 0 7.34M 01:15 01:15 6.40M * Connection #0 to host s3.eu-west-1.amazonaws.com:443 left intact took: 122.33 seconds no out.png (QPSChart)! heaps: (132108200, 138596880, 136038037.6, 1878261.030894672) [2026-04-14 11:13:19.468483] RUN: tar cjf logs.tar.bz2 --exclude=*.pk * [2026-04-14 11:14:24.339137] took 64.9 sec /l/logs.nightly/2026.04.13.05.40.34/logs.tar.bz2: fixed index size 125222.25 MB /l/logs.nightly/2026.04.13.05.40.34/logs.tar.bz2: fixed index time 42115.0s, bytes 25526799676 (from log) [2026-04-14 11:15:04.780508] done: total time 1 day, 5:34:29.992332 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 + 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-04-14 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 650684e6b44..55b4574a20d main -> origin/main Updating 650684e6b44..55b4574a20d Fast-forward .../gradle/plugins/java/ModularPathsExtension.java | 14 +- lucene/CHANGES.txt | 6 + .../org/apache/lucene/search/BooleanQuery.java | 140 ++++++++---------- .../DiversifyingNearestChildrenKnnCollector.java | 162 +++++++++++++-------- ...yingNearestChildrenKnnCollectorPerformance.java | 153 +++++++++++++++++++ 5 files changed, 330 insertions(+), 145 deletions(-) create mode 100644 lucene/join/src/test/org/apache/lucene/search/join/TestDiversifyingNearestChildrenKnnCollectorPerformance.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-04-14.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-04-14.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 650684e6b440e0b85d3c51b3cf546c1b757975fe NOTE: logging all output to /l/logs.nightly/geo/2026.04.14.11.22.44.log.txt; saving results to /l/logs.nightly/geo/2026.04.14.11.22.44.pk RUN: java -XX:+UseParallelGC -Xmx10g -cp /l/util.nightly/src/main:test-framework/build/classes/java/main:sandbox/build/classes/java/main:codecs/build/classes/java/main:codecs/build/resources/main:core/build/classes/java/main:core/build/classes/java/main21:core/build/resources/main:sandbox/build/classes/java/main:spatial3d/build/classes/java/main perf.IndexAndSearchOpenStreetMaps -points -polyRussia -reindex 1.6s: points, polyRussia: 1000000... 3.4s: points, polyRussia: 2000000... 4.8s: points, polyRussia: 3000000... 6.1s: points, polyRussia: 4000000... 7.5s: points, polyRussia: 5000000... 8.8s: points, polyRussia: 6000000... 10.2s: points, polyRussia: 7000000... 11.6s: points, polyRussia: 8000000... 13.0s: points, polyRussia: 9000000... 14.3s: points, polyRussia: 10000000... 21.8s: points, polyRussia: 11000000... 22.7s: points, polyRussia: 12000000... 24.1s: points, polyRussia: 13000000... 25.4s: points, polyRussia: 14000000... 26.8s: points, polyRussia: 15000000... 28.1s: points, polyRussia: 16000000... 29.5s: points, polyRussia: 17000000... 30.9s: points, polyRussia: 18000000... 32.2s: points, polyRussia: 19000000... 33.5s: points, polyRussia: 20000000... 34.9s: points, polyRussia: 21000000... 42.2s: points, polyRussia: 22000000... 43.1s: points, polyRussia: 23000000... 44.4s: points, polyRussia: 24000000... 45.8s: points, polyRussia: 25000000... 47.1s: points, polyRussia: 26000000... 48.5s: points, polyRussia: 27000000... 49.8s: points, polyRussia: 28000000... 51.1s: points, polyRussia: 29000000... 52.5s: points, polyRussia: 30000000... 53.8s: points, polyRussia: 31000000... 55.2s: points, polyRussia: 32000000... 62.4s: points, polyRussia: 33000000... 63.8s: points, polyRussia: 34000000... 64.7s: points, polyRussia: 35000000... 66.0s: points, polyRussia: 36000000... 67.3s: points, polyRussia: 37000000... 68.6s: points, polyRussia: 38000000... 69.9s: points, polyRussia: 39000000... 71.3s: points, polyRussia: 40000000... 72.6s: points, polyRussia: 41000000... 73.9s: points, polyRussia: 42000000... 75.3s: points, polyRussia: 43000000... 82.5s: points, polyRussia: 44000000... 83.9s: points, polyRussia: 45000000... 84.8s: points, polyRussia: 46000000... 86.2s: points, polyRussia: 47000000... 87.5s: points, polyRussia: 48000000... 88.8s: points, polyRussia: 49000000... 90.2s: points, polyRussia: 50000000... 91.5s: points, polyRussia: 51000000... 92.8s: points, polyRussia: 52000000... 94.2s: points, polyRussia: 53000000... 95.5s: points, polyRussia: 54000000... 102.7s: points, polyRussia: 55000000... 104.1s: points, polyRussia: 56000000... 105.1s: points, polyRussia: 57000000... 106.5s: points, polyRussia: 58000000... 107.9s: points, polyRussia: 59000000... 109.3s: points, polyRussia: 60000000... 111.8s: points, polyRussia: 111.785188428 sec to index part 0 111.9s: points, polyRussia: INDEX SIZE: 0.4939169967547059 GB 111.9s: points, polyRussia: READER MB: 0.0 111.9s: points, polyRussia: maxDoc=60844404 112.2s: points, polyRussia: ITER 0: 14.77 M hits/sec, 4.21 QPS (0.24 sec for 1 queries), totHits=3508846 112.2s: points, polyRussia: *** 112.2s: points, polyRussia: ITER 1: 53.84 M hits/sec, 15.34 QPS (0.07 sec for 1 queries), totHits=3508846 112.2s: points, polyRussia: *** 112.3s: points, polyRussia: ITER 2: 56.43 M hits/sec, 16.08 QPS (0.06 sec for 1 queries), totHits=3508846 112.3s: points, polyRussia: *** 112.3s: points, polyRussia: ITER 3: 60.50 M hits/sec, 17.24 QPS (0.06 sec for 1 queries), totHits=3508846 112.3s: points, polyRussia: *** 112.4s: points, polyRussia: ITER 4: 60.48 M hits/sec, 17.24 QPS (0.06 sec for 1 queries), totHits=3508846 112.5s: points, polyRussia: ITER 5: 61.36 M hits/sec, 17.49 QPS (0.06 sec for 1 queries), totHits=3508846 112.5s: points, polyRussia: *** 112.5s: points, polyRussia: ITER 6: 60.65 M hits/sec, 17.28 QPS (0.06 sec for 1 queries), totHits=3508846 112.6s: points, polyRussia: ITER 7: 61.05 M hits/sec, 17.40 QPS (0.06 sec for 1 queries), totHits=3508846 112.6s: points, polyRussia: ITER 8: 62.16 M hits/sec, 17.71 QPS (0.06 sec for 1 queries), totHits=3508846 112.6s: points, polyRussia: *** 112.7s: points, polyRussia: ITER 9: 61.59 M hits/sec, 17.55 QPS (0.06 sec for 1 queries), totHits=3508846 112.7s: points, polyRussia: ITER 10: 63.51 M hits/sec, 18.10 QPS (0.06 sec for 1 queries), totHits=3508846 112.7s: points, polyRussia: *** 112.8s: points, polyRussia: ITER 11: 61.96 M hits/sec, 17.66 QPS (0.06 sec for 1 queries), totHits=3508846 112.9s: points, polyRussia: ITER 12: 63.18 M hits/sec, 18.01 QPS (0.06 sec for 1 queries), totHits=3508846 112.9s: points, polyRussia: ITER 13: 62.66 M hits/sec, 17.86 QPS (0.06 sec for 1 queries), totHits=3508846 113.0s: points, polyRussia: ITER 14: 60.71 M hits/sec, 17.30 QPS (0.06 sec for 1 queries), totHits=3508846 113.0s: points, polyRussia: ITER 15: 61.91 M hits/sec, 17.64 QPS (0.06 sec for 1 queries), totHits=3508846 113.1s: points, polyRussia: ITER 16: 63.67 M hits/sec, 18.15 QPS (0.06 sec for 1 queries), totHits=3508846 113.1s: points, polyRussia: *** 113.1s: points, polyRussia: ITER 17: 53.99 M hits/sec, 15.39 QPS (0.06 sec for 1 queries), totHits=3508846 113.2s: points, polyRussia: ITER 18: 62.11 M hits/sec, 17.70 QPS (0.06 sec for 1 queries), totHits=3508846 113.3s: points, polyRussia: ITER 19: 63.24 M hits/sec, 18.02 QPS (0.06 sec for 1 queries), totHits=3508846 113.3s: points, polyRussia: BEST M hits/sec: 63.673454692751754 113.3s: points, polyRussia: BEST QPS: 18.146551513731794 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |points|111.8s|0.0s|0.49|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|||| |distance|points|||| |distance|geopoint|||| |distance|shapes|||| |box|geo3d|||| |box|points|||| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|||| |poly 10|points|||| |poly 10|geopoint|||| |poly 10|shapes|||| |polyMedium|geo3d|||| |polyMedium|points|||| |polyMedium|geopoint|||| |polyMedium|shapes|||| |polyRussia|geo3d|||| |polyRussia|points|63.67|18.15|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|||| |nearest 10|geo3d|||| |nearest 10|points|||| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|||| |sort|geopoint|||| |sort|shapes|||| RUN: java -XX:+UseParallelGC -Xmx10g -cp /l/util.nightly/src/main:test-framework/build/classes/java/main:sandbox/build/classes/java/main:codecs/build/classes/java/main:codecs/build/resources/main:core/build/classes/java/main:core/build/classes/java/main21:core/build/resources/main:sandbox/build/classes/java/main:spatial3d/build/classes/java/main perf.IndexAndSearchOpenStreetMaps -geo3dlarge -polyRussia -reindex 115.0s: geo3d, polyRussia: 1000000... 117.0s: geo3d, polyRussia: 2000000... 118.8s: geo3d, polyRussia: 3000000... 120.4s: geo3d, polyRussia: 4000000... 122.1s: geo3d, polyRussia: 5000000... 123.7s: geo3d, polyRussia: 6000000... 125.3s: geo3d, polyRussia: 7000000... 127.0s: geo3d, polyRussia: 8000000... 128.7s: geo3d, polyRussia: 9000000... 130.3s: geo3d, polyRussia: 10000000... 139.2s: geo3d, polyRussia: 11000000... 140.3s: geo3d, polyRussia: 12000000... 141.9s: geo3d, polyRussia: 13000000... 143.6s: geo3d, polyRussia: 14000000... 145.2s: geo3d, polyRussia: 15000000... 146.9s: geo3d, polyRussia: 16000000... 148.6s: geo3d, polyRussia: 17000000... 150.3s: geo3d, polyRussia: 18000000... 151.9s: geo3d, polyRussia: 19000000... 153.5s: geo3d, polyRussia: 20000000... 155.2s: geo3d, polyRussia: 21000000... 164.1s: geo3d, polyRussia: 22000000... 165.2s: geo3d, polyRussia: 23000000... 166.8s: geo3d, polyRussia: 24000000... 168.5s: geo3d, polyRussia: 25000000... 170.1s: geo3d, polyRussia: 26000000... 171.8s: geo3d, polyRussia: 27000000... 173.4s: geo3d, polyRussia: 28000000... 175.1s: geo3d, polyRussia: 29000000... 176.7s: geo3d, polyRussia: 30000000... 178.3s: geo3d, polyRussia: 31000000... 179.9s: geo3d, polyRussia: 32000000... 188.9s: geo3d, polyRussia: 33000000... 190.6s: geo3d, polyRussia: 34000000... 191.6s: geo3d, polyRussia: 35000000... 193.2s: geo3d, polyRussia: 36000000... 194.9s: geo3d, polyRussia: 37000000... 196.5s: geo3d, polyRussia: 38000000... 198.1s: geo3d, polyRussia: 39000000... 199.7s: geo3d, polyRussia: 40000000... 201.4s: geo3d, polyRussia: 41000000... 203.0s: geo3d, polyRussia: 42000000... 204.7s: geo3d, polyRussia: 43000000... 213.6s: geo3d, polyRussia: 44000000... 215.2s: geo3d, polyRussia: 45000000... 216.2s: geo3d, polyRussia: 46000000... 217.9s: geo3d, polyRussia: 47000000... 219.5s: geo3d, polyRussia: 48000000... 221.1s: geo3d, polyRussia: 49000000... 222.8s: geo3d, polyRussia: 50000000... 224.4s: geo3d, polyRussia: 51000000... 226.1s: geo3d, polyRussia: 52000000... 227.7s: geo3d, polyRussia: 53000000... 229.3s: geo3d, polyRussia: 54000000... 238.2s: geo3d, polyRussia: 55000000... 239.9s: geo3d, polyRussia: 56000000... 240.9s: geo3d, polyRussia: 57000000... 242.6s: geo3d, polyRussia: 58000000... 244.2s: geo3d, polyRussia: 59000000... 245.8s: geo3d, polyRussia: 60000000... 249.1s: geo3d, polyRussia: 135.813686064 sec to index part 0 249.1s: geo3d, polyRussia: INDEX SIZE: 0.6990031152963638 GB 249.1s: geo3d, polyRussia: READER MB: 0.0 249.1s: geo3d, polyRussia: maxDoc=60844404 250.7s: geo3d, polyRussia: ITER 0: 2.29 M hits/sec, 0.65 QPS (1.53 sec for 1 queries), totHits=3508671 250.7s: geo3d, polyRussia: *** 251.8s: geo3d, polyRussia: ITER 1: 3.12 M hits/sec, 0.89 QPS (1.12 sec for 1 queries), totHits=3508671 251.8s: geo3d, polyRussia: *** 252.8s: geo3d, polyRussia: ITER 2: 3.50 M hits/sec, 1.00 QPS (1.00 sec for 1 queries), totHits=3508671 252.8s: geo3d, polyRussia: *** 253.8s: geo3d, polyRussia: ITER 3: 3.54 M hits/sec, 1.01 QPS (0.99 sec for 1 queries), totHits=3508671 253.8s: geo3d, polyRussia: *** 254.8s: geo3d, polyRussia: ITER 4: 3.55 M hits/sec, 1.01 QPS (0.99 sec for 1 queries), totHits=3508671 254.8s: geo3d, polyRussia: *** 255.8s: geo3d, polyRussia: ITER 5: 3.60 M hits/sec, 1.03 QPS (0.97 sec for 1 queries), totHits=3508671 255.8s: geo3d, polyRussia: *** 256.7s: geo3d, polyRussia: ITER 6: 3.59 M hits/sec, 1.02 QPS (0.98 sec for 1 queries), totHits=3508671 257.7s: geo3d, polyRussia: ITER 7: 3.53 M hits/sec, 1.01 QPS (0.99 sec for 1 queries), totHits=3508671 258.7s: geo3d, polyRussia: ITER 8: 3.56 M hits/sec, 1.01 QPS (0.99 sec for 1 queries), totHits=3508671 259.7s: geo3d, polyRussia: ITER 9: 3.67 M hits/sec, 1.05 QPS (0.96 sec for 1 queries), totHits=3508671 259.7s: geo3d, polyRussia: *** 260.7s: geo3d, polyRussia: ITER 10: 3.60 M hits/sec, 1.03 QPS (0.97 sec for 1 queries), totHits=3508671 261.7s: geo3d, polyRussia: ITER 11: 3.52 M hits/sec, 1.00 QPS (1.00 sec for 1 queries), totHits=3508671 262.6s: geo3d, polyRussia: ITER 12: 3.62 M hits/sec, 1.03 QPS (0.97 sec for 1 queries), totHits=3508671 263.6s: geo3d, polyRussia: ITER 13: 3.69 M hits/sec, 1.05 QPS (0.95 sec for 1 queries), totHits=3508671 263.6s: geo3d, polyRussia: *** 264.5s: geo3d, polyRussia: ITER 14: 3.61 M hits/sec, 1.03 QPS (0.97 sec for 1 queries), totHits=3508671 265.5s: geo3d, polyRussia: ITER 15: 3.65 M hits/sec, 1.04 QPS (0.96 sec for 1 queries), totHits=3508671 266.5s: geo3d, polyRussia: ITER 16: 3.57 M hits/sec, 1.02 QPS (0.98 sec for 1 queries), totHits=3508671 267.5s: geo3d, polyRussia: ITER 17: 3.61 M hits/sec, 1.03 QPS (0.97 sec for 1 queries), totHits=3508671 268.4s: geo3d, polyRussia: ITER 18: 3.69 M hits/sec, 1.05 QPS (0.95 sec for 1 queries), totHits=3508671 269.4s: geo3d, polyRussia: ITER 19: 3.60 M hits/sec, 1.03 QPS (0.97 sec for 1 queries), totHits=3508671 269.4s: geo3d, polyRussia: BEST M hits/sec: 3.694998995148265 269.4s: geo3d, polyRussia: BEST QPS: 1.0531050061827585 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|135.8s|0.0s|0.70|0.00| |points|111.8s|0.0s|0.49|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|||| |distance|points|||| |distance|geopoint|||| |distance|shapes|||| |box|geo3d|||| |box|points|||| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|||| |poly 10|points|||| |poly 10|geopoint|||| |poly 10|shapes|||| |polyMedium|geo3d|||| |polyMedium|points|||| |polyMedium|geopoint|||| |polyMedium|shapes|||| |polyRussia|geo3d|3.69|1.05|3508671| |polyRussia|points|63.67|18.15|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.6s: shapes, polyRussia: 2000000... 275.6s: shapes, polyRussia: 3000000... 277.6s: shapes, polyRussia: 4000000... 279.5s: shapes, polyRussia: 5000000... 281.4s: shapes, polyRussia: 6000000... 283.4s: shapes, polyRussia: 7000000... 285.3s: shapes, polyRussia: 8000000... 287.3s: shapes, polyRussia: 9000000... 289.2s: shapes, polyRussia: 10000000... 300.8s: shapes, polyRussia: 11000000... 302.0s: shapes, polyRussia: 12000000... 303.9s: shapes, polyRussia: 13000000... 305.9s: shapes, polyRussia: 14000000... 307.8s: shapes, polyRussia: 15000000... 309.8s: shapes, polyRussia: 16000000... 311.8s: shapes, polyRussia: 17000000... 313.7s: shapes, polyRussia: 18000000... 315.7s: shapes, polyRussia: 19000000... 317.6s: shapes, polyRussia: 20000000... 319.5s: shapes, polyRussia: 21000000... 331.3s: shapes, polyRussia: 22000000... 332.5s: shapes, polyRussia: 23000000... 334.4s: shapes, polyRussia: 24000000... 336.4s: shapes, polyRussia: 25000000... 338.4s: shapes, polyRussia: 26000000... 340.3s: shapes, polyRussia: 27000000... 342.2s: shapes, polyRussia: 28000000... 344.2s: shapes, polyRussia: 29000000... 346.1s: shapes, polyRussia: 30000000... 348.0s: shapes, polyRussia: 31000000... 349.9s: 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.9s: shapes, polyRussia: 45000000... 395.0s: shapes, polyRussia: 46000000... 397.0s: shapes, polyRussia: 47000000... 398.9s: shapes, polyRussia: 48000000... 400.8s: shapes, polyRussia: 49000000... 402.8s: shapes, polyRussia: 50000000... 404.7s: shapes, polyRussia: 51000000... 406.7s: shapes, polyRussia: 52000000... 408.6s: shapes, polyRussia: 53000000... 410.5s: shapes, polyRussia: 54000000... 422.2s: shapes, polyRussia: 55000000... 424.2s: shapes, polyRussia: 56000000... 425.3s: shapes, polyRussia: 57000000... 427.3s: shapes, polyRussia: 58000000... 429.3s: shapes, polyRussia: 59000000... 431.2s: shapes, polyRussia: 60000000... 436.0s: shapes, polyRussia: 166.510038721 sec to index part 0 436.0s: shapes, polyRussia: INDEX SIZE: 1.2543620793148875 GB 436.0s: shapes, polyRussia: READER MB: 0.0 436.0s: shapes, polyRussia: maxDoc=60844404 436.2s: shapes, polyRussia: ITER 0: 18.13 M hits/sec, 5.17 QPS (0.19 sec for 1 queries), totHits=3508846 436.2s: shapes, polyRussia: *** 436.3s: shapes, polyRussia: ITER 1: 31.30 M hits/sec, 8.92 QPS (0.11 sec for 1 queries), totHits=3508846 436.3s: shapes, polyRussia: *** 436.4s: shapes, polyRussia: ITER 2: 45.72 M hits/sec, 13.03 QPS (0.08 sec for 1 queries), totHits=3508846 436.4s: shapes, polyRussia: *** 436.5s: shapes, polyRussia: ITER 3: 45.07 M hits/sec, 12.84 QPS (0.08 sec for 1 queries), totHits=3508846 436.6s: shapes, polyRussia: ITER 4: 45.93 M hits/sec, 13.09 QPS (0.08 sec for 1 queries), totHits=3508846 436.6s: shapes, polyRussia: *** 436.6s: shapes, polyRussia: ITER 5: 45.91 M hits/sec, 13.08 QPS (0.08 sec for 1 queries), totHits=3508846 436.7s: shapes, polyRussia: ITER 6: 44.50 M hits/sec, 12.68 QPS (0.08 sec for 1 queries), totHits=3508846 436.8s: shapes, polyRussia: ITER 7: 44.63 M hits/sec, 12.72 QPS (0.08 sec for 1 queries), totHits=3508846 436.9s: shapes, polyRussia: ITER 8: 45.59 M hits/sec, 12.99 QPS (0.08 sec for 1 queries), totHits=3508846 437.0s: shapes, polyRussia: ITER 9: 45.17 M hits/sec, 12.87 QPS (0.08 sec for 1 queries), totHits=3508846 437.0s: shapes, polyRussia: ITER 10: 46.16 M hits/sec, 13.16 QPS (0.08 sec for 1 queries), totHits=3508846 437.0s: shapes, polyRussia: *** 437.1s: shapes, polyRussia: ITER 11: 43.89 M hits/sec, 12.51 QPS (0.08 sec for 1 queries), totHits=3508846 437.2s: shapes, polyRussia: ITER 12: 46.54 M hits/sec, 13.26 QPS (0.08 sec for 1 queries), totHits=3508846 437.2s: shapes, polyRussia: *** 437.3s: shapes, polyRussia: ITER 13: 38.00 M hits/sec, 10.83 QPS (0.09 sec for 1 queries), totHits=3508846 437.4s: shapes, polyRussia: ITER 14: 46.62 M hits/sec, 13.29 QPS (0.08 sec for 1 queries), totHits=3508846 437.4s: shapes, polyRussia: *** 437.4s: shapes, polyRussia: ITER 15: 46.21 M hits/sec, 13.17 QPS (0.08 sec for 1 queries), totHits=3508846 437.5s: shapes, polyRussia: ITER 16: 46.41 M hits/sec, 13.23 QPS (0.08 sec for 1 queries), totHits=3508846 437.6s: shapes, polyRussia: ITER 17: 45.58 M hits/sec, 12.99 QPS (0.08 sec for 1 queries), totHits=3508846 437.7s: shapes, polyRussia: ITER 18: 46.95 M hits/sec, 13.38 QPS (0.07 sec for 1 queries), totHits=3508846 437.7s: shapes, polyRussia: *** 437.7s: shapes, polyRussia: ITER 19: 46.98 M hits/sec, 13.39 QPS (0.07 sec for 1 queries), totHits=3508846 437.7s: shapes, polyRussia: *** 437.7s: shapes, polyRussia: BEST M hits/sec: 46.98081712746464 437.7s: shapes, polyRussia: BEST QPS: 13.389250234254975 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|135.8s|0.0s|0.70|0.00| |points|111.8s|0.0s|0.49|0.00| |shapes|166.5s|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.69|1.05|3508671| |polyRussia|points|63.67|18.15|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|46.98|13.39|3508846| |nearest 10|geo3d|||| |nearest 10|points|||| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|||| |sort|geopoint|||| |sort|shapes|||| RUN: java -XX:+UseParallelGC -Xmx10g -cp /l/util.nightly/src/main:test-framework/build/classes/java/main:sandbox/build/classes/java/main:codecs/build/classes/java/main:codecs/build/resources/main:core/build/classes/java/main:core/build/classes/java/main21:core/build/resources/main:sandbox/build/classes/java/main:spatial3d/build/classes/java/main perf.IndexAndSearchOpenStreetMaps -points -polyMedium 438.0s: points, polyMedium: INDEX SIZE: 0.4939169967547059 GB 438.0s: points, polyMedium: READER MB: 0.0 438.0s: points, polyMedium: maxDoc=60844404 438.6s: points, polyMedium: ITER 0: 7.30 M hits/sec, 89.45 QPS (0.37 sec for 33 queries), totHits=2693559 438.6s: points, polyMedium: *** 438.7s: points, polyMedium: ITER 1: 16.04 M hits/sec, 196.45 QPS (0.17 sec for 33 queries), totHits=2693559 438.7s: points, polyMedium: *** 438.9s: points, polyMedium: ITER 2: 16.83 M hits/sec, 206.25 QPS (0.16 sec for 33 queries), totHits=2693559 438.9s: points, polyMedium: *** 439.1s: points, polyMedium: ITER 3: 16.67 M hits/sec, 204.28 QPS (0.16 sec for 33 queries), totHits=2693559 439.2s: points, polyMedium: ITER 4: 16.10 M hits/sec, 197.21 QPS (0.17 sec for 33 queries), totHits=2693559 439.4s: points, polyMedium: ITER 5: 16.95 M hits/sec, 207.63 QPS (0.16 sec for 33 queries), totHits=2693559 439.4s: points, polyMedium: *** 439.6s: points, polyMedium: ITER 6: 17.06 M hits/sec, 209.04 QPS (0.16 sec for 33 queries), totHits=2693559 439.6s: points, polyMedium: *** 439.7s: points, polyMedium: ITER 7: 17.01 M hits/sec, 208.41 QPS (0.16 sec for 33 queries), totHits=2693559 439.9s: points, polyMedium: ITER 8: 16.99 M hits/sec, 208.17 QPS (0.16 sec for 33 queries), totHits=2693559 440.0s: points, polyMedium: ITER 9: 17.03 M hits/sec, 208.67 QPS (0.16 sec for 33 queries), totHits=2693559 440.2s: points, polyMedium: ITER 10: 16.87 M hits/sec, 206.62 QPS (0.16 sec for 33 queries), totHits=2693559 440.3s: points, polyMedium: ITER 11: 16.82 M hits/sec, 206.10 QPS (0.16 sec for 33 queries), totHits=2693559 440.5s: points, polyMedium: ITER 12: 16.96 M hits/sec, 207.74 QPS (0.16 sec for 33 queries), totHits=2693559 440.7s: points, polyMedium: ITER 13: 16.98 M hits/sec, 208.05 QPS (0.16 sec for 33 queries), totHits=2693559 440.8s: points, polyMedium: ITER 14: 16.92 M hits/sec, 207.34 QPS (0.16 sec for 33 queries), totHits=2693559 441.0s: points, polyMedium: ITER 15: 16.89 M hits/sec, 206.94 QPS (0.16 sec for 33 queries), totHits=2693559 441.2s: points, polyMedium: ITER 16: 15.87 M hits/sec, 194.38 QPS (0.17 sec for 33 queries), totHits=2693559 441.3s: points, polyMedium: ITER 17: 16.74 M hits/sec, 205.07 QPS (0.16 sec for 33 queries), totHits=2693559 441.5s: points, polyMedium: ITER 18: 16.81 M hits/sec, 205.93 QPS (0.16 sec for 33 queries), totHits=2693559 441.6s: points, polyMedium: ITER 19: 16.82 M hits/sec, 206.10 QPS (0.16 sec for 33 queries), totHits=2693559 441.6s: points, polyMedium: BEST M hits/sec: 17.062269648964875 441.6s: points, polyMedium: BEST QPS: 209.03752188678283 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|135.8s|0.0s|0.70|0.00| |points|111.8s|0.0s|0.49|0.00| |shapes|166.5s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|||| |distance|points|||| |distance|geopoint|||| |distance|shapes|||| |box|geo3d|||| |box|points|||| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|||| |poly 10|points|||| |poly 10|geopoint|||| |poly 10|shapes|||| |polyMedium|geo3d|||| |polyMedium|points|17.06|209.04|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|||| |polyRussia|geo3d|3.69|1.05|3508671| |polyRussia|points|63.67|18.15|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|46.98|13.39|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.9s: geo3d, polyMedium: INDEX SIZE: 0.6990031152963638 GB 441.9s: geo3d, polyMedium: READER MB: 0.0 441.9s: geo3d, polyMedium: maxDoc=60844404 443.6s: geo3d, polyMedium: ITER 0: 1.73 M hits/sec, 21.16 QPS (1.56 sec for 33 queries), totHits=2693541 443.6s: geo3d, polyMedium: *** 444.6s: geo3d, polyMedium: ITER 1: 2.52 M hits/sec, 30.93 QPS (1.07 sec for 33 queries), totHits=2693541 444.6s: geo3d, polyMedium: *** 445.7s: geo3d, polyMedium: ITER 2: 2.53 M hits/sec, 31.01 QPS (1.06 sec for 33 queries), totHits=2693541 445.7s: geo3d, polyMedium: *** 446.7s: geo3d, polyMedium: ITER 3: 2.58 M hits/sec, 31.55 QPS (1.05 sec for 33 queries), totHits=2693541 446.7s: geo3d, polyMedium: *** 447.8s: geo3d, polyMedium: ITER 4: 2.47 M hits/sec, 30.31 QPS (1.09 sec for 33 queries), totHits=2693541 448.9s: geo3d, polyMedium: ITER 5: 2.53 M hits/sec, 31.05 QPS (1.06 sec for 33 queries), totHits=2693541 450.0s: geo3d, polyMedium: ITER 6: 2.53 M hits/sec, 31.04 QPS (1.06 sec for 33 queries), totHits=2693541 451.0s: geo3d, polyMedium: ITER 7: 2.51 M hits/sec, 30.72 QPS (1.07 sec for 33 queries), totHits=2693541 452.1s: geo3d, polyMedium: ITER 8: 2.53 M hits/sec, 31.01 QPS (1.06 sec for 33 queries), totHits=2693541 453.2s: geo3d, polyMedium: ITER 9: 2.49 M hits/sec, 30.46 QPS (1.08 sec for 33 queries), totHits=2693541 454.3s: geo3d, polyMedium: ITER 10: 2.50 M hits/sec, 30.60 QPS (1.08 sec for 33 queries), totHits=2693541 455.3s: geo3d, polyMedium: ITER 11: 2.52 M hits/sec, 30.90 QPS (1.07 sec for 33 queries), totHits=2693541 456.4s: geo3d, polyMedium: ITER 12: 2.53 M hits/sec, 31.00 QPS (1.06 sec for 33 queries), totHits=2693541 457.4s: geo3d, polyMedium: ITER 13: 2.55 M hits/sec, 31.19 QPS (1.06 sec for 33 queries), totHits=2693541 458.5s: geo3d, polyMedium: ITER 14: 2.58 M hits/sec, 31.60 QPS (1.04 sec for 33 queries), totHits=2693541 458.5s: geo3d, polyMedium: *** 459.5s: geo3d, polyMedium: ITER 15: 2.53 M hits/sec, 31.06 QPS (1.06 sec for 33 queries), totHits=2693541 460.6s: geo3d, polyMedium: ITER 16: 2.57 M hits/sec, 31.54 QPS (1.05 sec for 33 queries), totHits=2693541 461.7s: geo3d, polyMedium: ITER 17: 2.55 M hits/sec, 31.27 QPS (1.06 sec for 33 queries), totHits=2693541 462.7s: geo3d, polyMedium: ITER 18: 2.56 M hits/sec, 31.40 QPS (1.05 sec for 33 queries), totHits=2693541 463.8s: geo3d, polyMedium: ITER 19: 2.57 M hits/sec, 31.43 QPS (1.05 sec for 33 queries), totHits=2693541 463.8s: geo3d, polyMedium: BEST M hits/sec: 2.579484212272807 463.8s: geo3d, polyMedium: BEST QPS: 31.60262977433892 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|135.8s|0.0s|0.70|0.00| |points|111.8s|0.0s|0.49|0.00| |shapes|166.5s|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.58|31.60|2693541| |polyMedium|points|17.06|209.04|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|||| |polyRussia|geo3d|3.69|1.05|3508671| |polyRussia|points|63.67|18.15|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|46.98|13.39|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: 5.19 M hits/sec, 63.58 QPS (0.52 sec for 33 queries), totHits=2693559 464.7s: shapes, polyMedium: *** 464.9s: shapes, polyMedium: ITER 1: 13.30 M hits/sec, 162.91 QPS (0.20 sec for 33 queries), totHits=2693559 464.9s: shapes, polyMedium: *** 465.1s: shapes, polyMedium: ITER 2: 13.63 M hits/sec, 166.94 QPS (0.20 sec for 33 queries), totHits=2693559 465.1s: shapes, polyMedium: *** 465.3s: shapes, polyMedium: ITER 3: 13.47 M hits/sec, 165.04 QPS (0.20 sec for 33 queries), totHits=2693559 465.5s: shapes, polyMedium: ITER 4: 13.31 M hits/sec, 163.08 QPS (0.20 sec for 33 queries), totHits=2693559 465.7s: shapes, polyMedium: ITER 5: 13.52 M hits/sec, 165.66 QPS (0.20 sec for 33 queries), totHits=2693559 465.9s: shapes, polyMedium: ITER 6: 13.58 M hits/sec, 166.31 QPS (0.20 sec for 33 queries), totHits=2693559 466.1s: shapes, polyMedium: ITER 7: 13.37 M hits/sec, 163.78 QPS (0.20 sec for 33 queries), totHits=2693559 466.3s: shapes, polyMedium: ITER 8: 13.68 M hits/sec, 167.57 QPS (0.20 sec for 33 queries), totHits=2693559 466.3s: shapes, polyMedium: *** 466.5s: shapes, polyMedium: ITER 9: 13.30 M hits/sec, 162.95 QPS (0.20 sec for 33 queries), totHits=2693559 466.7s: shapes, polyMedium: ITER 10: 13.52 M hits/sec, 165.60 QPS (0.20 sec for 33 queries), totHits=2693559 466.9s: shapes, polyMedium: ITER 11: 13.46 M hits/sec, 164.91 QPS (0.20 sec for 33 queries), totHits=2693559 467.1s: shapes, polyMedium: ITER 12: 13.35 M hits/sec, 163.50 QPS (0.20 sec for 33 queries), totHits=2693559 467.3s: shapes, polyMedium: ITER 13: 13.44 M hits/sec, 164.67 QPS (0.20 sec for 33 queries), totHits=2693559 467.5s: shapes, polyMedium: ITER 14: 13.18 M hits/sec, 161.47 QPS (0.20 sec for 33 queries), totHits=2693559 467.7s: shapes, polyMedium: ITER 15: 13.49 M hits/sec, 165.25 QPS (0.20 sec for 33 queries), totHits=2693559 467.9s: shapes, polyMedium: ITER 16: 13.27 M hits/sec, 162.54 QPS (0.20 sec for 33 queries), totHits=2693559 468.1s: shapes, polyMedium: ITER 17: 13.18 M hits/sec, 161.41 QPS (0.20 sec for 33 queries), totHits=2693559 468.3s: shapes, polyMedium: ITER 18: 13.80 M hits/sec, 169.05 QPS (0.20 sec for 33 queries), totHits=2693559 468.3s: shapes, polyMedium: *** 468.5s: shapes, polyMedium: ITER 19: 13.72 M hits/sec, 168.08 QPS (0.20 sec for 33 queries), totHits=2693559 468.5s: shapes, polyMedium: BEST M hits/sec: 13.798046552908026 468.5s: shapes, polyMedium: BEST QPS: 169.04605996971475 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|135.8s|0.0s|0.70|0.00| |points|111.8s|0.0s|0.49|0.00| |shapes|166.5s|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.58|31.60|2693541| |polyMedium|points|17.06|209.04|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.80|169.05|2693559| |polyRussia|geo3d|3.69|1.05|3508671| |polyRussia|points|63.67|18.15|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|46.98|13.39|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.7s: points, poly 10: INDEX SIZE: 0.4939169967547059 GB 468.7s: points, poly 10: READER MB: 0.0 468.7s: points, poly 10: maxDoc=60844404 470.7s: points, poly 10: ITER 0: 180.78 M hits/sec, 114.32 QPS (1.97 sec for 225 queries), totHits=355809475 470.7s: points, poly 10: *** 472.5s: points, poly 10: ITER 1: 205.16 M hits/sec, 129.74 QPS (1.73 sec for 225 queries), totHits=355809475 472.5s: points, poly 10: *** 473.7s: points, poly 10: ITER 2: 279.45 M hits/sec, 176.72 QPS (1.27 sec for 225 queries), totHits=355809475 473.7s: points, poly 10: *** 475.0s: points, poly 10: ITER 3: 271.26 M hits/sec, 171.53 QPS (1.31 sec for 225 queries), totHits=355809475 476.3s: points, poly 10: ITER 4: 279.97 M hits/sec, 177.04 QPS (1.27 sec for 225 queries), totHits=355809475 476.3s: points, poly 10: *** 477.5s: points, poly 10: ITER 5: 290.67 M hits/sec, 183.81 QPS (1.22 sec for 225 queries), totHits=355809475 477.5s: points, poly 10: *** 478.8s: points, poly 10: ITER 6: 288.49 M hits/sec, 182.43 QPS (1.23 sec for 225 queries), totHits=355809475 480.0s: points, poly 10: ITER 7: 287.77 M hits/sec, 181.98 QPS (1.24 sec for 225 queries), totHits=355809475 481.2s: points, poly 10: ITER 8: 288.09 M hits/sec, 182.18 QPS (1.24 sec for 225 queries), totHits=355809475 482.5s: points, poly 10: ITER 9: 287.33 M hits/sec, 181.69 QPS (1.24 sec for 225 queries), totHits=355809475 483.7s: points, poly 10: ITER 10: 282.51 M hits/sec, 178.65 QPS (1.26 sec for 225 queries), totHits=355809475 485.0s: points, poly 10: ITER 11: 284.68 M hits/sec, 180.02 QPS (1.25 sec for 225 queries), totHits=355809475 486.3s: points, poly 10: ITER 12: 281.99 M hits/sec, 178.32 QPS (1.26 sec for 225 queries), totHits=355809475 487.5s: points, poly 10: ITER 13: 286.54 M hits/sec, 181.19 QPS (1.24 sec for 225 queries), totHits=355809475 488.7s: points, poly 10: ITER 14: 283.68 M hits/sec, 179.39 QPS (1.25 sec for 225 queries), totHits=355809475 490.0s: points, poly 10: ITER 15: 284.21 M hits/sec, 179.72 QPS (1.25 sec for 225 queries), totHits=355809475 491.3s: points, poly 10: ITER 16: 281.35 M hits/sec, 177.92 QPS (1.26 sec for 225 queries), totHits=355809475 492.5s: points, poly 10: ITER 17: 285.73 M hits/sec, 180.68 QPS (1.25 sec for 225 queries), totHits=355809475 493.8s: points, poly 10: ITER 18: 284.50 M hits/sec, 179.90 QPS (1.25 sec for 225 queries), totHits=355809475 495.0s: points, poly 10: ITER 19: 286.27 M hits/sec, 181.03 QPS (1.24 sec for 225 queries), totHits=355809475 495.0s: points, poly 10: BEST M hits/sec: 290.6703045202409 495.0s: points, poly 10: BEST QPS: 183.80853550078788 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|135.8s|0.0s|0.70|0.00| |points|111.8s|0.0s|0.49|0.00| |shapes|166.5s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|||| |distance|points|||| |distance|geopoint|||| |distance|shapes|||| |box|geo3d|||| |box|points|||| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|||| |poly 10|points|290.67|183.81|355809475| |poly 10|geopoint|||| |poly 10|shapes|||| |polyMedium|geo3d|2.58|31.60|2693541| |polyMedium|points|17.06|209.04|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.80|169.05|2693559| |polyRussia|geo3d|3.69|1.05|3508671| |polyRussia|points|63.67|18.15|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|46.98|13.39|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.3s: geo3d, poly 10: INDEX SIZE: 0.6990031152963638 GB 495.3s: geo3d, poly 10: READER MB: 0.0 495.3s: geo3d, poly 10: maxDoc=60844404 497.5s: geo3d, poly 10: ITER 0: 162.32 M hits/sec, 102.63 QPS (2.19 sec for 225 queries), totHits=355855227 497.5s: geo3d, poly 10: *** 499.4s: geo3d, poly 10: ITER 1: 185.27 M hits/sec, 117.14 QPS (1.92 sec for 225 queries), totHits=355855227 499.4s: geo3d, poly 10: *** 500.9s: geo3d, poly 10: ITER 2: 237.78 M hits/sec, 150.34 QPS (1.50 sec for 225 queries), totHits=355855227 500.9s: geo3d, poly 10: *** 502.3s: geo3d, poly 10: ITER 3: 245.46 M hits/sec, 155.20 QPS (1.45 sec for 225 queries), totHits=355855227 502.3s: geo3d, poly 10: *** 503.8s: geo3d, poly 10: ITER 4: 248.85 M hits/sec, 157.35 QPS (1.43 sec for 225 queries), totHits=355855227 503.8s: geo3d, poly 10: *** 505.2s: geo3d, poly 10: ITER 5: 244.06 M hits/sec, 154.31 QPS (1.46 sec for 225 queries), totHits=355855227 506.7s: geo3d, poly 10: ITER 6: 244.93 M hits/sec, 154.86 QPS (1.45 sec for 225 queries), totHits=355855227 508.2s: geo3d, poly 10: ITER 7: 240.59 M hits/sec, 152.12 QPS (1.48 sec for 225 queries), totHits=355855227 509.6s: geo3d, poly 10: ITER 8: 246.16 M hits/sec, 155.64 QPS (1.45 sec for 225 queries), totHits=355855227 511.1s: geo3d, poly 10: ITER 9: 239.88 M hits/sec, 151.67 QPS (1.48 sec for 225 queries), totHits=355855227 512.6s: geo3d, poly 10: ITER 10: 240.85 M hits/sec, 152.28 QPS (1.48 sec for 225 queries), totHits=355855227 514.1s: geo3d, poly 10: ITER 11: 237.15 M hits/sec, 149.95 QPS (1.50 sec for 225 queries), totHits=355855227 515.6s: geo3d, poly 10: ITER 12: 236.97 M hits/sec, 149.83 QPS (1.50 sec for 225 queries), totHits=355855227 517.1s: geo3d, poly 10: ITER 13: 240.35 M hits/sec, 151.97 QPS (1.48 sec for 225 queries), totHits=355855227 518.5s: geo3d, poly 10: ITER 14: 239.69 M hits/sec, 151.55 QPS (1.48 sec for 225 queries), totHits=355855227 520.0s: geo3d, poly 10: ITER 15: 244.59 M hits/sec, 154.65 QPS (1.45 sec for 225 queries), totHits=355855227 521.5s: geo3d, poly 10: ITER 16: 239.14 M hits/sec, 151.21 QPS (1.49 sec for 225 queries), totHits=355855227 523.0s: geo3d, poly 10: ITER 17: 241.73 M hits/sec, 152.84 QPS (1.47 sec for 225 queries), totHits=355855227 524.5s: geo3d, poly 10: ITER 18: 236.54 M hits/sec, 149.56 QPS (1.50 sec for 225 queries), totHits=355855227 526.0s: geo3d, poly 10: ITER 19: 238.02 M hits/sec, 150.49 QPS (1.50 sec for 225 queries), totHits=355855227 526.0s: geo3d, poly 10: BEST M hits/sec: 248.85451505160563 526.0s: geo3d, poly 10: BEST QPS: 157.3456328255964 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|135.8s|0.0s|0.70|0.00| |points|111.8s|0.0s|0.49|0.00| |shapes|166.5s|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|248.85|157.35|355855227| |poly 10|points|290.67|183.81|355809475| |poly 10|geopoint|||| |poly 10|shapes|||| |polyMedium|geo3d|2.58|31.60|2693541| |polyMedium|points|17.06|209.04|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.80|169.05|2693559| |polyRussia|geo3d|3.69|1.05|3508671| |polyRussia|points|63.67|18.15|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|46.98|13.39|3508846| |nearest 10|geo3d|||| |nearest 10|points|||| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|||| |sort|geopoint|||| |sort|shapes|||| RUN: java -XX:+UseParallelGC -Xmx10g -cp /l/util.nightly/src/main:test-framework/build/classes/java/main:sandbox/build/classes/java/main:codecs/build/classes/java/main:codecs/build/resources/main:core/build/classes/java/main:core/build/classes/java/main21:core/build/resources/main:sandbox/build/classes/java/main:spatial3d/build/classes/java/main perf.IndexAndSearchOpenStreetMaps -shapes -poly 10 526.2s: shapes, poly 10: INDEX SIZE: 1.2543620793148875 GB 526.2s: shapes, poly 10: READER MB: 0.0 526.2s: shapes, poly 10: maxDoc=60844404 528.8s: shapes, poly 10: ITER 0: 141.41 M hits/sec, 89.42 QPS (2.52 sec for 225 queries), totHits=355809475 528.8s: shapes, poly 10: *** 530.9s: shapes, poly 10: ITER 1: 164.49 M hits/sec, 104.02 QPS (2.16 sec for 225 queries), totHits=355809475 530.9s: shapes, poly 10: *** 532.8s: shapes, poly 10: ITER 2: 187.19 M hits/sec, 118.37 QPS (1.90 sec for 225 queries), totHits=355809475 532.8s: shapes, poly 10: *** 534.7s: shapes, poly 10: ITER 3: 188.20 M hits/sec, 119.01 QPS (1.89 sec for 225 queries), totHits=355809475 534.7s: shapes, poly 10: *** 536.6s: shapes, poly 10: ITER 4: 189.28 M hits/sec, 119.69 QPS (1.88 sec for 225 queries), totHits=355809475 536.6s: shapes, poly 10: *** 538.5s: shapes, poly 10: ITER 5: 186.32 M hits/sec, 117.82 QPS (1.91 sec for 225 queries), totHits=355809475 540.4s: shapes, poly 10: ITER 6: 188.29 M hits/sec, 119.07 QPS (1.89 sec for 225 queries), totHits=355809475 542.3s: shapes, poly 10: ITER 7: 189.09 M hits/sec, 119.58 QPS (1.88 sec for 225 queries), totHits=355809475 544.2s: shapes, poly 10: ITER 8: 188.78 M hits/sec, 119.37 QPS (1.88 sec for 225 queries), totHits=355809475 546.1s: shapes, poly 10: ITER 9: 187.10 M hits/sec, 118.31 QPS (1.90 sec for 225 queries), totHits=355809475 547.9s: shapes, poly 10: ITER 10: 188.00 M hits/sec, 118.88 QPS (1.89 sec for 225 queries), totHits=355809475 549.9s: shapes, poly 10: ITER 11: 186.91 M hits/sec, 118.20 QPS (1.90 sec for 225 queries), totHits=355809475 551.8s: shapes, poly 10: ITER 12: 186.20 M hits/sec, 117.75 QPS (1.91 sec for 225 queries), totHits=355809475 553.7s: shapes, poly 10: ITER 13: 186.91 M hits/sec, 118.20 QPS (1.90 sec for 225 queries), totHits=355809475 555.6s: shapes, poly 10: ITER 14: 186.43 M hits/sec, 117.89 QPS (1.91 sec for 225 queries), totHits=355809475 557.5s: shapes, poly 10: ITER 15: 182.41 M hits/sec, 115.35 QPS (1.95 sec for 225 queries), totHits=355809475 559.5s: shapes, poly 10: ITER 16: 180.57 M hits/sec, 114.18 QPS (1.97 sec for 225 queries), totHits=355809475 561.5s: shapes, poly 10: ITER 17: 177.47 M hits/sec, 112.23 QPS (2.00 sec for 225 queries), totHits=355809475 563.5s: shapes, poly 10: ITER 18: 175.91 M hits/sec, 111.24 QPS (2.02 sec for 225 queries), totHits=355809475 565.5s: shapes, poly 10: ITER 19: 178.83 M hits/sec, 113.09 QPS (1.99 sec for 225 queries), totHits=355809475 565.5s: shapes, poly 10: BEST M hits/sec: 189.27781196701187 565.5s: shapes, poly 10: BEST QPS: 119.69188761085597 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|135.8s|0.0s|0.70|0.00| |points|111.8s|0.0s|0.49|0.00| |shapes|166.5s|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|248.85|157.35|355855227| |poly 10|points|290.67|183.81|355809475| |poly 10|geopoint|||| |poly 10|shapes|189.28|119.69|355809475| |polyMedium|geo3d|2.58|31.60|2693541| |polyMedium|points|17.06|209.04|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.80|169.05|2693559| |polyRussia|geo3d|3.69|1.05|3508671| |polyRussia|points|63.67|18.15|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|46.98|13.39|3508846| |nearest 10|geo3d|||| |nearest 10|points|||| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|||| |sort|geopoint|||| |sort|shapes|||| RUN: java -XX:+UseParallelGC -Xmx10g -cp /l/util.nightly/src/main:test-framework/build/classes/java/main:sandbox/build/classes/java/main:codecs/build/classes/java/main:codecs/build/resources/main:core/build/classes/java/main:core/build/classes/java/main21:core/build/resources/main:sandbox/build/classes/java/main:spatial3d/build/classes/java/main perf.IndexAndSearchOpenStreetMaps -points -nearest 10 565.8s: points, nearest 10: INDEX SIZE: 0.4939169967547059 GB 565.8s: points, nearest 10: READER MB: 0.0 565.8s: points, nearest 10: maxDoc=60844404 565.9s: points, nearest 10: ITER 0: 1365.02 QPS (0.16 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 565.9s: points, nearest 10: *** 566.0s: points, nearest 10: ITER 1: 2851.03 QPS (0.08 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 566.0s: points, nearest 10: *** 566.1s: points, nearest 10: ITER 2: 2990.42 QPS (0.08 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 566.1s: points, nearest 10: *** 566.2s: points, nearest 10: ITER 3: 2999.53 QPS (0.08 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 566.2s: points, nearest 10: *** 566.2s: points, nearest 10: ITER 4: 3082.91 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 566.2s: points, nearest 10: *** 566.3s: points, nearest 10: ITER 5: 3091.43 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 566.3s: points, nearest 10: *** 566.4s: points, nearest 10: ITER 6: 2811.29 QPS (0.08 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 566.5s: points, nearest 10: ITER 7: 3095.66 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 566.5s: points, nearest 10: *** 566.5s: points, nearest 10: ITER 8: 3218.31 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 566.5s: points, nearest 10: *** 566.6s: points, nearest 10: ITER 9: 3232.53 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 566.6s: points, nearest 10: *** 566.7s: points, nearest 10: ITER 10: 3268.03 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 566.7s: points, nearest 10: *** 566.7s: points, nearest 10: ITER 11: 3269.29 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 566.7s: points, nearest 10: *** 566.8s: points, nearest 10: ITER 12: 3264.11 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 566.9s: points, nearest 10: ITER 13: 3267.16 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 567.0s: points, nearest 10: ITER 14: 3078.56 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 567.0s: points, nearest 10: ITER 15: 3273.34 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 567.0s: points, nearest 10: *** 567.1s: points, nearest 10: ITER 16: 3269.58 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 567.2s: points, nearest 10: ITER 17: 3268.53 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 567.2s: points, nearest 10: ITER 18: 3269.72 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 567.3s: points, nearest 10: ITER 19: 3268.28 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 567.3s: points, nearest 10: BEST M hits/sec: 0.032733405658156835 567.3s: points, nearest 10: BEST QPS: 3273.340565815684 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|135.8s|0.0s|0.70|0.00| |points|111.8s|0.0s|0.49|0.00| |shapes|166.5s|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|248.85|157.35|355855227| |poly 10|points|290.67|183.81|355809475| |poly 10|geopoint|||| |poly 10|shapes|189.28|119.69|355809475| |polyMedium|geo3d|2.58|31.60|2693541| |polyMedium|points|17.06|209.04|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.80|169.05|2693559| |polyRussia|geo3d|3.69|1.05|3508671| |polyRussia|points|63.67|18.15|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|46.98|13.39|3508846| |nearest 10|geo3d|||| |nearest 10|points|0.03|3273.34|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 569.0s: points, sort: 1000000... 570.9s: points, sort: 2000000... 572.4s: points, sort: 3000000... 573.9s: points, sort: 4000000... 575.3s: points, sort: 5000000... 576.7s: points, sort: 6000000... 578.1s: points, sort: 7000000... 579.6s: points, sort: 8000000... 581.0s: points, sort: 9000000... 582.5s: points, sort: 10000000... 590.1s: points, sort: 11000000... 591.1s: points, sort: 12000000... 592.5s: points, sort: 13000000... 593.9s: points, sort: 14000000... 595.4s: points, sort: 15000000... 596.8s: points, sort: 16000000... 598.3s: points, sort: 17000000... 599.7s: points, sort: 18000000... 601.1s: points, sort: 19000000... 602.5s: points, sort: 20000000... 604.0s: points, sort: 21000000... 611.5s: points, sort: 22000000... 612.4s: points, sort: 23000000... 613.8s: points, sort: 24000000... 615.3s: points, sort: 25000000... 616.7s: points, sort: 26000000... 618.1s: points, sort: 27000000... 619.5s: points, sort: 28000000... 620.9s: points, sort: 29000000... 622.3s: points, sort: 30000000... 623.7s: points, sort: 31000000... 625.1s: points, sort: 32000000... 632.7s: points, sort: 33000000... 634.1s: points, sort: 34000000... 635.0s: points, sort: 35000000... 636.4s: points, sort: 36000000... 637.8s: points, sort: 37000000... 639.2s: points, sort: 38000000... 640.6s: points, sort: 39000000... 642.0s: points, sort: 40000000... 643.5s: points, sort: 41000000... 644.9s: points, sort: 42000000... 646.3s: points, sort: 43000000... 653.8s: points, sort: 44000000... 655.2s: points, sort: 45000000... 656.1s: points, sort: 46000000... 657.5s: points, sort: 47000000... 658.9s: points, sort: 48000000... 660.3s: points, sort: 49000000... 661.8s: points, sort: 50000000... 663.2s: points, sort: 51000000... 664.6s: points, sort: 52000000... 666.0s: points, sort: 53000000... 667.4s: points, sort: 54000000... 674.9s: points, sort: 55000000... 676.3s: points, sort: 56000000... 677.3s: points, sort: 57000000... 678.7s: points, sort: 58000000... 680.1s: points, sort: 59000000... 681.5s: points, sort: 60000000... 685.2s: points, sort: 117.850688522 sec to index part 0 685.2s: points, sort: INDEX SIZE: 0.9472482623532414 GB 685.2s: points, sort: READER MB: 0.0 685.2s: points, sort: maxDoc=60844404 687.7s: points, sort: ITER 0: 129.74 M hits/sec, 132.02 QPS (1.70 sec for 225 queries), totHits=221118844 687.7s: points, sort: *** 689.8s: points, sort: ITER 1: 147.78 M hits/sec, 150.37 QPS (1.50 sec for 225 queries), totHits=221118844 689.8s: points, sort: *** 691.9s: points, sort: ITER 2: 150.97 M hits/sec, 153.62 QPS (1.46 sec for 225 queries), totHits=221118844 691.9s: points, sort: *** 694.0s: points, sort: ITER 3: 152.59 M hits/sec, 155.26 QPS (1.45 sec for 225 queries), totHits=221118844 694.0s: points, sort: *** 696.1s: points, sort: ITER 4: 152.78 M hits/sec, 155.47 QPS (1.45 sec for 225 queries), totHits=221118844 696.1s: points, sort: *** 698.3s: points, sort: ITER 5: 150.26 M hits/sec, 152.90 QPS (1.47 sec for 225 queries), totHits=221118844 700.4s: points, sort: ITER 6: 150.64 M hits/sec, 153.29 QPS (1.47 sec for 225 queries), totHits=221118844 702.5s: points, sort: ITER 7: 151.87 M hits/sec, 154.54 QPS (1.46 sec for 225 queries), totHits=221118844 704.7s: points, sort: ITER 8: 148.96 M hits/sec, 151.57 QPS (1.48 sec for 225 queries), totHits=221118844 706.8s: points, sort: ITER 9: 150.29 M hits/sec, 152.93 QPS (1.47 sec for 225 queries), totHits=221118844 708.9s: points, sort: ITER 10: 150.89 M hits/sec, 153.54 QPS (1.47 sec for 225 queries), totHits=221118844 711.1s: points, sort: ITER 11: 151.23 M hits/sec, 153.88 QPS (1.46 sec for 225 queries), totHits=221118844 713.2s: points, sort: ITER 12: 151.09 M hits/sec, 153.74 QPS (1.46 sec for 225 queries), totHits=221118844 715.3s: points, sort: ITER 13: 152.41 M hits/sec, 155.08 QPS (1.45 sec for 225 queries), totHits=221118844 717.4s: points, sort: ITER 14: 151.27 M hits/sec, 153.93 QPS (1.46 sec for 225 queries), totHits=221118844 719.5s: points, sort: ITER 15: 150.94 M hits/sec, 153.59 QPS (1.46 sec for 225 queries), totHits=221118844 721.7s: points, sort: ITER 16: 148.21 M hits/sec, 150.81 QPS (1.49 sec for 225 queries), totHits=221118844 723.9s: points, sort: ITER 17: 149.98 M hits/sec, 152.61 QPS (1.47 sec for 225 queries), totHits=221118844 726.0s: points, sort: ITER 18: 149.50 M hits/sec, 152.13 QPS (1.48 sec for 225 queries), totHits=221118844 728.2s: points, sort: ITER 19: 149.46 M hits/sec, 152.09 QPS (1.48 sec for 225 queries), totHits=221118844 728.2s: points, sort: BEST M hits/sec: 152.78376251728304 728.2s: points, sort: BEST QPS: 155.46547704631035 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|135.8s|0.0s|0.70|0.00| |points|111.8s|0.0s|0.49|0.00| |shapes|166.5s|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|248.85|157.35|355855227| |poly 10|points|290.67|183.81|355809475| |poly 10|geopoint|||| |poly 10|shapes|189.28|119.69|355809475| |polyMedium|geo3d|2.58|31.60|2693541| |polyMedium|points|17.06|209.04|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.80|169.05|2693559| |polyRussia|geo3d|3.69|1.05|3508671| |polyRussia|points|63.67|18.15|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|46.98|13.39|3508846| |nearest 10|geo3d|||| |nearest 10|points|0.03|3273.34|60844404| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|152.78|155.47|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.4s: points, distance: INDEX SIZE: 0.4939169967547059 GB 728.4s: points, distance: READER MB: 0.0 728.4s: points, distance: maxDoc=60844404 729.9s: points, distance: ITER 0: 253.17 M hits/sec, 148.74 QPS (1.51 sec for 225 queries), totHits=382961957 729.9s: points, distance: *** 731.2s: points, distance: ITER 1: 311.96 M hits/sec, 183.28 QPS (1.23 sec for 225 queries), totHits=382961957 731.2s: points, distance: *** 732.4s: points, distance: ITER 2: 316.39 M hits/sec, 185.88 QPS (1.21 sec for 225 queries), totHits=382961957 732.4s: points, distance: *** 733.6s: points, distance: ITER 3: 301.49 M hits/sec, 177.13 QPS (1.27 sec for 225 queries), totHits=382961957 734.9s: points, distance: ITER 4: 305.91 M hits/sec, 179.73 QPS (1.25 sec for 225 queries), totHits=382961957 736.1s: points, distance: ITER 5: 322.15 M hits/sec, 189.27 QPS (1.19 sec for 225 queries), totHits=382961957 736.1s: points, distance: *** 737.2s: points, distance: ITER 6: 325.78 M hits/sec, 191.40 QPS (1.18 sec for 225 queries), totHits=382961957 737.2s: points, distance: *** 738.4s: points, distance: ITER 7: 328.97 M hits/sec, 193.28 QPS (1.16 sec for 225 queries), totHits=382961957 738.4s: points, distance: *** 739.6s: points, distance: ITER 8: 325.11 M hits/sec, 191.01 QPS (1.18 sec for 225 queries), totHits=382961957 740.8s: points, distance: ITER 9: 325.08 M hits/sec, 190.99 QPS (1.18 sec for 225 queries), totHits=382961957 742.0s: points, distance: ITER 10: 323.01 M hits/sec, 189.78 QPS (1.19 sec for 225 queries), totHits=382961957 743.1s: points, distance: ITER 11: 324.75 M hits/sec, 190.80 QPS (1.18 sec for 225 queries), totHits=382961957 744.3s: points, distance: ITER 12: 323.57 M hits/sec, 190.10 QPS (1.18 sec for 225 queries), totHits=382961957 745.5s: points, distance: ITER 13: 326.41 M hits/sec, 191.78 QPS (1.17 sec for 225 queries), totHits=382961957 746.7s: points, distance: ITER 14: 325.27 M hits/sec, 191.10 QPS (1.18 sec for 225 queries), totHits=382961957 747.9s: points, distance: ITER 15: 321.82 M hits/sec, 189.08 QPS (1.19 sec for 225 queries), totHits=382961957 749.1s: points, distance: ITER 16: 321.45 M hits/sec, 188.86 QPS (1.19 sec for 225 queries), totHits=382961957 750.2s: points, distance: ITER 17: 323.38 M hits/sec, 189.99 QPS (1.18 sec for 225 queries), totHits=382961957 751.4s: points, distance: ITER 18: 322.29 M hits/sec, 189.35 QPS (1.19 sec for 225 queries), totHits=382961957 752.6s: points, distance: ITER 19: 316.41 M hits/sec, 185.90 QPS (1.21 sec for 225 queries), totHits=382961957 752.6s: points, distance: BEST M hits/sec: 328.9679448850595 752.6s: points, distance: BEST QPS: 193.27712908866923 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|135.8s|0.0s|0.70|0.00| |points|111.8s|0.0s|0.49|0.00| |shapes|166.5s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|||| |distance|points|328.97|193.28|382961957| |distance|geopoint|||| |distance|shapes|||| |box|geo3d|||| |box|points|||| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|248.85|157.35|355855227| |poly 10|points|290.67|183.81|355809475| |poly 10|geopoint|||| |poly 10|shapes|189.28|119.69|355809475| |polyMedium|geo3d|2.58|31.60|2693541| |polyMedium|points|17.06|209.04|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.80|169.05|2693559| |polyRussia|geo3d|3.69|1.05|3508671| |polyRussia|points|63.67|18.15|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|46.98|13.39|3508846| |nearest 10|geo3d|||| |nearest 10|points|0.03|3273.34|60844404| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|152.78|155.47|221118844| |sort|geopoint|||| |sort|shapes|||| RUN: java -XX:+UseParallelGC -Xmx10g -cp /l/util.nightly/src/main:test-framework/build/classes/java/main:sandbox/build/classes/java/main:codecs/build/classes/java/main:codecs/build/resources/main:core/build/classes/java/main:core/build/classes/java/main21:core/build/resources/main:sandbox/build/classes/java/main:spatial3d/build/classes/java/main perf.IndexAndSearchOpenStreetMaps -geo3d -distance 752.9s: geo3d, distance: INDEX SIZE: 0.6990031152963638 GB 752.9s: geo3d, distance: READER MB: 0.0 752.9s: geo3d, distance: maxDoc=60844404 754.5s: geo3d, distance: ITER 0: 241.46 M hits/sec, 141.71 QPS (1.59 sec for 225 queries), totHits=383371904 754.5s: geo3d, distance: *** 755.8s: geo3d, distance: ITER 1: 300.98 M hits/sec, 176.64 QPS (1.27 sec for 225 queries), totHits=383371904 755.8s: geo3d, distance: *** 757.0s: geo3d, distance: ITER 2: 301.64 M hits/sec, 177.03 QPS (1.27 sec for 225 queries), totHits=383371904 757.0s: geo3d, distance: *** 758.4s: geo3d, distance: ITER 3: 274.34 M hits/sec, 161.01 QPS (1.40 sec for 225 queries), totHits=383371904 759.7s: geo3d, distance: ITER 4: 309.28 M hits/sec, 181.51 QPS (1.24 sec for 225 queries), totHits=383371904 759.7s: geo3d, distance: *** 760.9s: geo3d, distance: ITER 5: 318.81 M hits/sec, 187.11 QPS (1.20 sec for 225 queries), totHits=383371904 760.9s: geo3d, distance: *** 762.1s: geo3d, distance: ITER 6: 314.36 M hits/sec, 184.49 QPS (1.22 sec for 225 queries), totHits=383371904 763.3s: geo3d, distance: ITER 7: 313.17 M hits/sec, 183.80 QPS (1.22 sec for 225 queries), totHits=383371904 764.6s: geo3d, distance: ITER 8: 305.84 M hits/sec, 179.50 QPS (1.25 sec for 225 queries), totHits=383371904 765.8s: geo3d, distance: ITER 9: 317.63 M hits/sec, 186.41 QPS (1.21 sec for 225 queries), totHits=383371904 767.0s: geo3d, distance: ITER 10: 314.88 M hits/sec, 184.81 QPS (1.22 sec for 225 queries), totHits=383371904 768.2s: geo3d, distance: ITER 11: 312.60 M hits/sec, 183.46 QPS (1.23 sec for 225 queries), totHits=383371904 769.5s: geo3d, distance: ITER 12: 309.25 M hits/sec, 181.50 QPS (1.24 sec for 225 queries), totHits=383371904 770.7s: geo3d, distance: ITER 13: 318.83 M hits/sec, 187.12 QPS (1.20 sec for 225 queries), totHits=383371904 770.7s: geo3d, distance: *** 771.9s: geo3d, distance: ITER 14: 311.35 M hits/sec, 182.73 QPS (1.23 sec for 225 queries), totHits=383371904 773.1s: geo3d, distance: ITER 15: 307.41 M hits/sec, 180.42 QPS (1.25 sec for 225 queries), totHits=383371904 774.4s: geo3d, distance: ITER 16: 309.02 M hits/sec, 181.36 QPS (1.24 sec for 225 queries), totHits=383371904 775.6s: geo3d, distance: ITER 17: 308.87 M hits/sec, 181.28 QPS (1.24 sec for 225 queries), totHits=383371904 776.9s: geo3d, distance: ITER 18: 308.65 M hits/sec, 181.14 QPS (1.24 sec for 225 queries), totHits=383371904 778.1s: geo3d, distance: ITER 19: 307.17 M hits/sec, 180.28 QPS (1.25 sec for 225 queries), totHits=383371904 778.1s: geo3d, distance: BEST M hits/sec: 318.8252641140502 778.1s: geo3d, distance: BEST QPS: 187.11774044261026 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|135.8s|0.0s|0.70|0.00| |points|111.8s|0.0s|0.49|0.00| |shapes|166.5s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|318.83|187.12|383371904| |distance|points|328.97|193.28|382961957| |distance|geopoint|||| |distance|shapes|||| |box|geo3d|||| |box|points|||| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|248.85|157.35|355855227| |poly 10|points|290.67|183.81|355809475| |poly 10|geopoint|||| |poly 10|shapes|189.28|119.69|355809475| |polyMedium|geo3d|2.58|31.60|2693541| |polyMedium|points|17.06|209.04|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.80|169.05|2693559| |polyRussia|geo3d|3.69|1.05|3508671| |polyRussia|points|63.67|18.15|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|46.98|13.39|3508846| |nearest 10|geo3d|||| |nearest 10|points|0.03|3273.34|60844404| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|152.78|155.47|221118844| |sort|geopoint|||| |sort|shapes|||| RUN: java -XX:+UseParallelGC -Xmx10g -cp /l/util.nightly/src/main:test-framework/build/classes/java/main:sandbox/build/classes/java/main:codecs/build/classes/java/main:codecs/build/resources/main:core/build/classes/java/main:core/build/classes/java/main21:core/build/resources/main:sandbox/build/classes/java/main:spatial3d/build/classes/java/main perf.IndexAndSearchOpenStreetMaps -shapes -distance 778.4s: shapes, distance: INDEX SIZE: 1.2543620793148875 GB 778.4s: shapes, distance: READER MB: 0.0 778.4s: shapes, distance: maxDoc=60844404 780.9s: shapes, distance: ITER 0: 153.53 M hits/sec, 90.20 QPS (2.49 sec for 225 queries), totHits=382961957 780.9s: shapes, distance: *** 782.9s: shapes, distance: ITER 1: 192.07 M hits/sec, 112.85 QPS (1.99 sec for 225 queries), totHits=382961957 782.9s: shapes, distance: *** 784.6s: shapes, distance: ITER 2: 216.17 M hits/sec, 127.00 QPS (1.77 sec for 225 queries), totHits=382961957 784.6s: shapes, distance: *** 786.4s: shapes, distance: ITER 3: 221.08 M hits/sec, 129.89 QPS (1.73 sec for 225 queries), totHits=382961957 786.4s: shapes, distance: *** 788.1s: shapes, distance: ITER 4: 223.36 M hits/sec, 131.23 QPS (1.71 sec for 225 queries), totHits=382961957 788.1s: shapes, distance: *** 789.8s: shapes, distance: ITER 5: 223.60 M hits/sec, 131.37 QPS (1.71 sec for 225 queries), totHits=382961957 789.8s: shapes, distance: *** 791.5s: shapes, distance: ITER 6: 224.58 M hits/sec, 131.95 QPS (1.71 sec for 225 queries), totHits=382961957 791.5s: shapes, distance: *** 793.2s: shapes, distance: ITER 7: 225.05 M hits/sec, 132.22 QPS (1.70 sec for 225 queries), totHits=382961957 793.2s: shapes, distance: *** 794.9s: shapes, distance: ITER 8: 221.29 M hits/sec, 130.01 QPS (1.73 sec for 225 queries), totHits=382961957 796.7s: shapes, distance: ITER 9: 219.71 M hits/sec, 129.08 QPS (1.74 sec for 225 queries), totHits=382961957 798.4s: shapes, distance: ITER 10: 221.58 M hits/sec, 130.18 QPS (1.73 sec for 225 queries), totHits=382961957 800.2s: shapes, distance: ITER 11: 218.10 M hits/sec, 128.14 QPS (1.76 sec for 225 queries), totHits=382961957 801.9s: shapes, distance: ITER 12: 220.18 M hits/sec, 129.36 QPS (1.74 sec for 225 queries), totHits=382961957 803.6s: shapes, distance: ITER 13: 221.07 M hits/sec, 129.88 QPS (1.73 sec for 225 queries), totHits=382961957 805.4s: shapes, distance: ITER 14: 222.42 M hits/sec, 130.68 QPS (1.72 sec for 225 queries), totHits=382961957 807.1s: shapes, distance: ITER 15: 222.18 M hits/sec, 130.54 QPS (1.72 sec for 225 queries), totHits=382961957 808.8s: shapes, distance: ITER 16: 224.24 M hits/sec, 131.75 QPS (1.71 sec for 225 queries), totHits=382961957 810.5s: shapes, distance: ITER 17: 221.50 M hits/sec, 130.14 QPS (1.73 sec for 225 queries), totHits=382961957 812.3s: shapes, distance: ITER 18: 221.43 M hits/sec, 130.10 QPS (1.73 sec for 225 queries), totHits=382961957 814.0s: shapes, distance: ITER 19: 222.97 M hits/sec, 131.00 QPS (1.72 sec for 225 queries), totHits=382961957 814.0s: shapes, distance: BEST M hits/sec: 225.04581657840112 814.0s: shapes, distance: BEST QPS: 132.22020570085047 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|135.8s|0.0s|0.70|0.00| |points|111.8s|0.0s|0.49|0.00| |shapes|166.5s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|318.83|187.12|383371904| |distance|points|328.97|193.28|382961957| |distance|geopoint|||| |distance|shapes|225.05|132.22|382961957| |box|geo3d|||| |box|points|||| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|248.85|157.35|355855227| |poly 10|points|290.67|183.81|355809475| |poly 10|geopoint|||| |poly 10|shapes|189.28|119.69|355809475| |polyMedium|geo3d|2.58|31.60|2693541| |polyMedium|points|17.06|209.04|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.80|169.05|2693559| |polyRussia|geo3d|3.69|1.05|3508671| |polyRussia|points|63.67|18.15|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|46.98|13.39|3508846| |nearest 10|geo3d|||| |nearest 10|points|0.03|3273.34|60844404| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|152.78|155.47|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.2s: points, box: INDEX SIZE: 0.4939169967547059 GB 814.2s: points, box: READER MB: 0.0 814.2s: points, box: maxDoc=60844404 815.1s: points, box: ITER 0: 253.43 M hits/sec, 257.88 QPS (0.87 sec for 225 queries), totHits=221118844 815.1s: points, box: *** 815.6s: points, box: ITER 1: 410.81 M hits/sec, 418.02 QPS (0.54 sec for 225 queries), totHits=221118844 815.6s: points, box: *** 816.2s: points, box: ITER 2: 389.92 M hits/sec, 396.77 QPS (0.57 sec for 225 queries), totHits=221118844 816.7s: points, box: ITER 3: 407.26 M hits/sec, 414.41 QPS (0.54 sec for 225 queries), totHits=221118844 817.3s: points, box: ITER 4: 420.52 M hits/sec, 427.91 QPS (0.53 sec for 225 queries), totHits=221118844 817.3s: points, box: *** 817.8s: points, box: ITER 5: 388.53 M hits/sec, 395.35 QPS (0.57 sec for 225 queries), totHits=221118844 818.4s: points, box: ITER 6: 420.83 M hits/sec, 428.22 QPS (0.53 sec for 225 queries), totHits=221118844 818.4s: points, box: *** 819.0s: points, box: ITER 7: 375.56 M hits/sec, 382.16 QPS (0.59 sec for 225 queries), totHits=221118844 819.6s: points, box: ITER 8: 348.83 M hits/sec, 354.95 QPS (0.63 sec for 225 queries), totHits=221118844 820.2s: points, box: ITER 9: 374.24 M hits/sec, 380.81 QPS (0.59 sec for 225 queries), totHits=221118844 820.7s: points, box: ITER 10: 418.77 M hits/sec, 426.12 QPS (0.53 sec for 225 queries), totHits=221118844 821.2s: points, box: ITER 11: 425.68 M hits/sec, 433.15 QPS (0.52 sec for 225 queries), totHits=221118844 821.2s: points, box: *** 821.8s: points, box: ITER 12: 424.93 M hits/sec, 432.39 QPS (0.52 sec for 225 queries), totHits=221118844 822.3s: points, box: ITER 13: 425.31 M hits/sec, 432.77 QPS (0.52 sec for 225 queries), totHits=221118844 822.8s: points, box: ITER 14: 418.67 M hits/sec, 426.02 QPS (0.53 sec for 225 queries), totHits=221118844 823.3s: points, box: ITER 15: 422.31 M hits/sec, 429.72 QPS (0.52 sec for 225 queries), totHits=221118844 823.8s: points, box: ITER 16: 427.02 M hits/sec, 434.52 QPS (0.52 sec for 225 queries), totHits=221118844 823.8s: points, box: *** 824.4s: points, box: ITER 17: 433.34 M hits/sec, 440.94 QPS (0.51 sec for 225 queries), totHits=221118844 824.4s: points, box: *** 824.9s: points, box: ITER 18: 409.97 M hits/sec, 417.16 QPS (0.54 sec for 225 queries), totHits=221118844 825.4s: points, box: ITER 19: 420.22 M hits/sec, 427.59 QPS (0.53 sec for 225 queries), totHits=221118844 825.4s: points, box: BEST M hits/sec: 433.3374167315175 825.4s: points, box: BEST QPS: 440.9435080286122 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|135.8s|0.0s|0.70|0.00| |points|111.8s|0.0s|0.49|0.00| |shapes|166.5s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|318.83|187.12|383371904| |distance|points|328.97|193.28|382961957| |distance|geopoint|||| |distance|shapes|225.05|132.22|382961957| |box|geo3d|||| |box|points|433.34|440.94|221118844| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|248.85|157.35|355855227| |poly 10|points|290.67|183.81|355809475| |poly 10|geopoint|||| |poly 10|shapes|189.28|119.69|355809475| |polyMedium|geo3d|2.58|31.60|2693541| |polyMedium|points|17.06|209.04|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.80|169.05|2693559| |polyRussia|geo3d|3.69|1.05|3508671| |polyRussia|points|63.67|18.15|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|46.98|13.39|3508846| |nearest 10|geo3d|||| |nearest 10|points|0.03|3273.34|60844404| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|152.78|155.47|221118844| |sort|geopoint|||| |sort|shapes|||| RUN: java -XX:+UseParallelGC -Xmx10g -cp /l/util.nightly/src/main:test-framework/build/classes/java/main:sandbox/build/classes/java/main:codecs/build/classes/java/main:codecs/build/resources/main:core/build/classes/java/main:core/build/classes/java/main21:core/build/resources/main:sandbox/build/classes/java/main:spatial3d/build/classes/java/main perf.IndexAndSearchOpenStreetMaps -geo3d -box 825.7s: geo3d, box: INDEX SIZE: 0.6990031152963638 GB 825.7s: geo3d, box: READER MB: 0.0 825.7s: geo3d, box: maxDoc=60844404 827.0s: geo3d, box: ITER 0: 175.01 M hits/sec, 178.08 QPS (1.26 sec for 225 queries), totHits=221118844 827.0s: geo3d, box: *** 827.9s: geo3d, box: ITER 1: 235.08 M hits/sec, 239.21 QPS (0.94 sec for 225 queries), totHits=221118844 827.9s: geo3d, box: *** 828.8s: geo3d, box: ITER 2: 235.15 M hits/sec, 239.28 QPS (0.94 sec for 225 queries), totHits=221118844 828.8s: geo3d, box: *** 829.8s: geo3d, box: ITER 3: 220.85 M hits/sec, 224.73 QPS (1.00 sec for 225 queries), totHits=221118844 830.9s: geo3d, box: ITER 4: 212.85 M hits/sec, 216.59 QPS (1.04 sec for 225 queries), totHits=221118844 831.8s: geo3d, box: ITER 5: 245.83 M hits/sec, 250.14 QPS (0.90 sec for 225 queries), totHits=221118844 831.8s: geo3d, box: *** 832.7s: geo3d, box: ITER 6: 246.58 M hits/sec, 250.91 QPS (0.90 sec for 225 queries), totHits=221118844 832.7s: geo3d, box: *** 833.6s: geo3d, box: ITER 7: 243.52 M hits/sec, 247.80 QPS (0.91 sec for 225 queries), totHits=221118844 834.5s: geo3d, box: ITER 8: 240.30 M hits/sec, 244.52 QPS (0.92 sec for 225 queries), totHits=221118844 835.4s: geo3d, box: ITER 9: 248.84 M hits/sec, 253.21 QPS (0.89 sec for 225 queries), totHits=221118844 835.4s: geo3d, box: *** 836.3s: geo3d, box: ITER 10: 243.81 M hits/sec, 248.09 QPS (0.91 sec for 225 queries), totHits=221118844 837.2s: geo3d, box: ITER 11: 240.50 M hits/sec, 244.72 QPS (0.92 sec for 225 queries), totHits=221118844 838.1s: geo3d, box: ITER 12: 244.68 M hits/sec, 248.98 QPS (0.90 sec for 225 queries), totHits=221118844 839.0s: geo3d, box: ITER 13: 242.88 M hits/sec, 247.14 QPS (0.91 sec for 225 queries), totHits=221118844 840.0s: geo3d, box: ITER 14: 240.47 M hits/sec, 244.69 QPS (0.92 sec for 225 queries), totHits=221118844 840.9s: geo3d, box: ITER 15: 243.36 M hits/sec, 247.63 QPS (0.91 sec for 225 queries), totHits=221118844 841.8s: geo3d, box: ITER 16: 239.38 M hits/sec, 243.59 QPS (0.92 sec for 225 queries), totHits=221118844 842.7s: geo3d, box: ITER 17: 242.92 M hits/sec, 247.19 QPS (0.91 sec for 225 queries), totHits=221118844 843.7s: geo3d, box: ITER 18: 230.85 M hits/sec, 234.90 QPS (0.96 sec for 225 queries), totHits=221118844 844.6s: geo3d, box: ITER 19: 233.78 M hits/sec, 237.88 QPS (0.95 sec for 225 queries), totHits=221118844 844.6s: geo3d, box: BEST M hits/sec: 248.8446741529076 844.6s: geo3d, box: BEST QPS: 253.21248371036262 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|135.8s|0.0s|0.70|0.00| |points|111.8s|0.0s|0.49|0.00| |shapes|166.5s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|318.83|187.12|383371904| |distance|points|328.97|193.28|382961957| |distance|geopoint|||| |distance|shapes|225.05|132.22|382961957| |box|geo3d|248.84|253.21|221118844| |box|points|433.34|440.94|221118844| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|248.85|157.35|355855227| |poly 10|points|290.67|183.81|355809475| |poly 10|geopoint|||| |poly 10|shapes|189.28|119.69|355809475| |polyMedium|geo3d|2.58|31.60|2693541| |polyMedium|points|17.06|209.04|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.80|169.05|2693559| |polyRussia|geo3d|3.69|1.05|3508671| |polyRussia|points|63.67|18.15|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|46.98|13.39|3508846| |nearest 10|geo3d|||| |nearest 10|points|0.03|3273.34|60844404| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|152.78|155.47|221118844| |sort|geopoint|||| |sort|shapes|||| RUN: java -XX:+UseParallelGC -Xmx10g -cp /l/util.nightly/src/main:test-framework/build/classes/java/main:sandbox/build/classes/java/main:codecs/build/classes/java/main:codecs/build/resources/main:core/build/classes/java/main:core/build/classes/java/main21:core/build/resources/main:sandbox/build/classes/java/main:spatial3d/build/classes/java/main perf.IndexAndSearchOpenStreetMaps -shapes -box 844.9s: shapes, box: INDEX SIZE: 1.2543620793148875 GB 844.9s: shapes, box: READER MB: 0.0 844.9s: shapes, box: maxDoc=60844404 846.3s: shapes, box: ITER 0: 161.00 M hits/sec, 163.82 QPS (1.37 sec for 225 queries), totHits=221118844 846.3s: shapes, box: *** 847.3s: shapes, box: ITER 1: 209.05 M hits/sec, 212.72 QPS (1.06 sec for 225 queries), totHits=221118844 847.3s: shapes, box: *** 848.4s: shapes, box: ITER 2: 204.78 M hits/sec, 208.37 QPS (1.08 sec for 225 queries), totHits=221118844 849.5s: shapes, box: ITER 3: 203.25 M hits/sec, 206.81 QPS (1.09 sec for 225 queries), totHits=221118844 850.5s: shapes, box: ITER 4: 206.73 M hits/sec, 210.35 QPS (1.07 sec for 225 queries), totHits=221118844 851.6s: shapes, box: ITER 5: 205.52 M hits/sec, 209.13 QPS (1.08 sec for 225 queries), totHits=221118844 852.7s: shapes, box: ITER 6: 215.23 M hits/sec, 219.00 QPS (1.03 sec for 225 queries), totHits=221118844 852.7s: shapes, box: *** 853.7s: shapes, box: ITER 7: 212.97 M hits/sec, 216.71 QPS (1.04 sec for 225 queries), totHits=221118844 854.8s: shapes, box: ITER 8: 208.22 M hits/sec, 211.87 QPS (1.06 sec for 225 queries), totHits=221118844 855.8s: shapes, box: ITER 9: 210.82 M hits/sec, 214.52 QPS (1.05 sec for 225 queries), totHits=221118844 856.8s: shapes, box: ITER 10: 213.63 M hits/sec, 217.38 QPS (1.04 sec for 225 queries), totHits=221118844 857.9s: shapes, box: ITER 11: 217.72 M hits/sec, 221.54 QPS (1.02 sec for 225 queries), totHits=221118844 857.9s: shapes, box: *** 858.9s: shapes, box: ITER 12: 210.47 M hits/sec, 214.17 QPS (1.05 sec for 225 queries), totHits=221118844 859.9s: shapes, box: ITER 13: 216.32 M hits/sec, 220.12 QPS (1.02 sec for 225 queries), totHits=221118844 861.0s: shapes, box: ITER 14: 212.45 M hits/sec, 216.18 QPS (1.04 sec for 225 queries), totHits=221118844 862.0s: shapes, box: ITER 15: 214.42 M hits/sec, 218.18 QPS (1.03 sec for 225 queries), totHits=221118844 863.0s: shapes, box: ITER 16: 213.07 M hits/sec, 216.81 QPS (1.04 sec for 225 queries), totHits=221118844 864.1s: shapes, box: ITER 17: 214.03 M hits/sec, 217.78 QPS (1.03 sec for 225 queries), totHits=221118844 865.1s: shapes, box: ITER 18: 211.71 M hits/sec, 215.42 QPS (1.04 sec for 225 queries), totHits=221118844 866.1s: shapes, box: ITER 19: 215.29 M hits/sec, 219.06 QPS (1.03 sec for 225 queries), totHits=221118844 866.1s: shapes, box: BEST M hits/sec: 217.71764501563644 866.1s: shapes, box: BEST QPS: 221.5391019705141 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|135.8s|0.0s|0.70|0.00| |points|111.8s|0.0s|0.49|0.00| |shapes|166.5s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|318.83|187.12|383371904| |distance|points|328.97|193.28|382961957| |distance|geopoint|||| |distance|shapes|225.05|132.22|382961957| |box|geo3d|248.84|253.21|221118844| |box|points|433.34|440.94|221118844| |box|geopoint|||| |box|shapes|217.72|221.54|221118844| |poly 10|geo3d|248.85|157.35|355855227| |poly 10|points|290.67|183.81|355809475| |poly 10|geopoint|||| |poly 10|shapes|189.28|119.69|355809475| |polyMedium|geo3d|2.58|31.60|2693541| |polyMedium|points|17.06|209.04|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.80|169.05|2693559| |polyRussia|geo3d|3.69|1.05|3508671| |polyRussia|points|63.67|18.15|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|46.98|13.39|3508846| |nearest 10|geo3d|||| |nearest 10|points|0.03|3273.34|60844404| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|152.78|155.47|221118844| |sort|geopoint|||| |sort|shapes|||| Took 867.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 650684e6b44..55b4574a20d main -> origin/main Updating 650684e6b44..55b4574a20d Fast-forward .../gradle/plugins/java/ModularPathsExtension.java | 14 +- lucene/CHANGES.txt | 6 + .../org/apache/lucene/search/BooleanQuery.java | 140 ++++++++---------- .../DiversifyingNearestChildrenKnnCollector.java | 162 +++++++++++++-------- ...yingNearestChildrenKnnCollectorPerformance.java | 153 +++++++++++++++++++ 5 files changed, 330 insertions(+), 145 deletions(-) create mode 100644 lucene/join/src/test/org/apache/lucene/search/join/TestDiversifyingNearestChildrenKnnCollectorPerformance.java creating directories /l/logs.nightly/taxis/2026.04.14.11.37.22... Lucene git hash: 55b4574a20d21f7fdc783170babcdd7683ad2a3f Compile lucene core... run: "../../gradlew jar" in cwd=/l/sparseTaxis.nightly/sparseTaxis/lucene.main/lucene/core log: /l/logs.nightly/taxis/2026.04.14.11.37.22/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.04.14.11.37.22/index.1threads.sparse.sorted.log 3.3 sec: 0.3 M docs; 91.4 K docs/sec 7.0 sec: 0.6 M docs; 86.0 K docs/sec 10.4 sec: 0.9 M docs; 86.5 K docs/sec 13.7 sec: 1.2 M docs; 87.4 K docs/sec 17.1 sec: 1.5 M docs; 87.7 K docs/sec 21.3 sec: 1.9 M docs; 89.3 K docs/sec 24.7 sec: 2.2 M docs; 89.2 K docs/sec 28.8 sec: 2.6 M docs; 90.2 K docs/sec 33.0 sec: 3.0 M docs; 91.0 K docs/sec 36.3 sec: 3.3 M docs; 91.0 K docs/sec 49.0 sec: 3.7 M docs; 75.5 K docs/sec 53.2 sec: 4.1 M docs; 77.1 K docs/sec 56.5 sec: 4.4 M docs; 77.9 K docs/sec 60.7 sec: 4.8 M docs; 79.1 K docs/sec 64.8 sec: 5.2 M docs; 80.2 K docs/sec 68.1 sec: 5.5 M docs; 80.7 K docs/sec 72.3 sec: 5.9 M docs; 81.6 K docs/sec 76.4 sec: 6.3 M docs; 82.4 K docs/sec 79.7 sec: 6.6 M docs; 82.8 K docs/sec 83.9 sec: 7.0 M docs; 83.4 K docs/sec 96.6 sec: 7.4 M docs; 76.6 K docs/sec 99.9 sec: 7.7 M docs; 77.0 K docs/sec 104.1 sec: 8.1 M docs; 77.8 K docs/sec 108.2 sec: 8.5 M docs; 78.5 K docs/sec 111.5 sec: 8.8 M docs; 78.9 K docs/sec 115.7 sec: 9.2 M docs; 79.5 K docs/sec 119.8 sec: 9.6 M docs; 80.1 K docs/sec 123.1 sec: 9.9 M docs; 80.4 K docs/sec 127.3 sec: 10.3 M docs; 80.9 K docs/sec 131.4 sec: 10.7 M docs; 81.4 K docs/sec 143.2 sec: 11.0 M docs; 76.8 K docs/sec 147.4 sec: 11.4 M docs; 77.4 K docs/sec 151.5 sec: 11.8 M docs; 77.9 K docs/sec 154.8 sec: 12.1 M docs; 78.2 K docs/sec 158.9 sec: 12.5 M docs; 78.7 K docs/sec 163.1 sec: 12.9 M docs; 79.1 K docs/sec 166.4 sec: 13.2 M docs; 79.3 K docs/sec 170.5 sec: 13.6 M docs; 79.8 K docs/sec 174.7 sec: 14.0 M docs; 80.2 K docs/sec 178.0 sec: 14.3 M docs; 80.4 K docs/sec 190.8 sec: 14.7 M docs; 77.0 K docs/sec 195.0 sec: 15.1 M docs; 77.5 K docs/sec 198.3 sec: 15.4 M docs; 77.7 K docs/sec 202.4 sec: 15.8 M docs; 78.1 K docs/sec 206.5 sec: 16.2 M docs; 78.4 K docs/sec 209.9 sec: 16.5 M docs; 78.6 K docs/sec 214.0 sec: 16.9 M docs; 79.0 K docs/sec 218.1 sec: 17.3 M docs; 79.3 K docs/sec 221.4 sec: 17.6 M docs; 79.5 K docs/sec 225.6 sec: 18.0 M docs; 79.8 K docs/sec 238.2 sec: 18.4 M docs; 77.3 K docs/sec 241.5 sec: 18.7 M docs; 77.4 K docs/sec 245.6 sec: 19.1 M docs; 77.8 K docs/sec 249.0 sec: 19.4 M docs; 77.9 K docs/sec 253.1 sec: 19.8 M docs; 78.2 K docs/sec 254.7 sec: 20.0 M docs; 78.5 K docs/sec index is 2.21 GB CheckIndex sparse-sorted run: "java -server -Xmx2g -Xms2g -XX:+UseParallelGC -XX:+HeapDumpOnOutOfMemoryError -cp /l/sparseTaxis.nightly/sparseTaxis/lucene.main/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/sparseTaxis.nightly/sparseTaxis/lucene.main/lucene/analysis/common/build/libs/lucene-analysis-common-11.0.0-SNAPSHOT.jar:/l/util.nightly/src/python/sparsetaxis/../../main org.apache.lucene.index.CheckIndex /l/sparseTaxis.nightly/sparseTaxis/indices/index.1threads.sparse.sorted" in cwd=/l/sparseTaxis.nightly/sparseTaxis/lucene.main log: /l/logs.nightly/taxis/2026.04.14.11.37.22/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.04.14.11.37.22/diskUsagesparse-sorted.log took 50.7 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.04.14.11.37.22/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.04.14.11.37.22/index.1threads.sparse.log 3.0 sec: 0.3 M docs; 100.0 K docs/sec 6.6 sec: 0.6 M docs; 91.2 K docs/sec 9.8 sec: 0.9 M docs; 92.1 K docs/sec 12.9 sec: 1.2 M docs; 93.0 K docs/sec 16.0 sec: 1.5 M docs; 93.5 K docs/sec 19.9 sec: 1.9 M docs; 95.3 K docs/sec 23.1 sec: 2.2 M docs; 95.1 K docs/sec 27.1 sec: 2.6 M docs; 96.1 K docs/sec 31.0 sec: 3.0 M docs; 96.9 K docs/sec 34.1 sec: 3.3 M docs; 96.8 K docs/sec 45.8 sec: 3.7 M docs; 80.8 K docs/sec 49.7 sec: 4.1 M docs; 82.4 K docs/sec 52.9 sec: 4.4 M docs; 83.2 K docs/sec 56.8 sec: 4.8 M docs; 84.5 K docs/sec 60.7 sec: 5.2 M docs; 85.6 K docs/sec 63.8 sec: 5.5 M docs; 86.2 K docs/sec 67.8 sec: 5.9 M docs; 87.1 K docs/sec 71.7 sec: 6.3 M docs; 87.9 K docs/sec 74.8 sec: 6.6 M docs; 88.2 K docs/sec 78.7 sec: 7.0 M docs; 89.0 K docs/sec 90.4 sec: 7.4 M docs; 81.9 K docs/sec 93.5 sec: 7.7 M docs; 82.3 K docs/sec 97.4 sec: 8.1 M docs; 83.1 K docs/sec 101.3 sec: 8.5 M docs; 83.9 K docs/sec 104.4 sec: 8.8 M docs; 84.3 K docs/sec 108.4 sec: 9.2 M docs; 84.9 K docs/sec 112.3 sec: 9.6 M docs; 85.5 K docs/sec 115.4 sec: 9.9 M docs; 85.8 K docs/sec 119.3 sec: 10.3 M docs; 86.3 K docs/sec 123.2 sec: 10.7 M docs; 86.8 K docs/sec 134.1 sec: 11.0 M docs; 82.0 K docs/sec 138.0 sec: 11.4 M docs; 82.6 K docs/sec 141.9 sec: 11.8 M docs; 83.1 K docs/sec 145.0 sec: 12.1 M docs; 83.4 K docs/sec 148.9 sec: 12.5 M docs; 83.9 K docs/sec 152.8 sec: 12.9 M docs; 84.4 K docs/sec 156.0 sec: 13.2 M docs; 84.6 K docs/sec 159.9 sec: 13.6 M docs; 85.1 K docs/sec 163.8 sec: 14.0 M docs; 85.5 K docs/sec 166.9 sec: 14.3 M docs; 85.7 K docs/sec 178.6 sec: 14.7 M docs; 82.3 K docs/sec 182.5 sec: 15.1 M docs; 82.7 K docs/sec 185.6 sec: 15.4 M docs; 83.0 K docs/sec 189.5 sec: 15.8 M docs; 83.4 K docs/sec 193.5 sec: 16.2 M docs; 83.7 K docs/sec 196.6 sec: 16.5 M docs; 83.9 K docs/sec 200.5 sec: 16.9 M docs; 84.3 K docs/sec 204.4 sec: 17.3 M docs; 84.6 K docs/sec 207.5 sec: 17.6 M docs; 84.8 K docs/sec 211.4 sec: 18.0 M docs; 85.2 K docs/sec 223.1 sec: 18.4 M docs; 82.5 K docs/sec 226.2 sec: 18.7 M docs; 82.7 K docs/sec 230.1 sec: 19.1 M docs; 83.0 K docs/sec 233.3 sec: 19.4 M docs; 83.2 K docs/sec 237.1 sec: 19.8 M docs; 83.5 K docs/sec 238.7 sec: 20.0 M docs; 83.8 K docs/sec index is 2.21 GB CheckIndex sparse run: "java -server -Xmx2g -Xms2g -XX:+UseParallelGC -XX:+HeapDumpOnOutOfMemoryError -cp /l/sparseTaxis.nightly/sparseTaxis/lucene.main/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/sparseTaxis.nightly/sparseTaxis/lucene.main/lucene/analysis/common/build/libs/lucene-analysis-common-11.0.0-SNAPSHOT.jar:/l/util.nightly/src/python/sparsetaxis/../../main org.apache.lucene.index.CheckIndex /l/sparseTaxis.nightly/sparseTaxis/indices/index.1threads.sparse" in cwd=/l/sparseTaxis.nightly/sparseTaxis/lucene.main log: /l/logs.nightly/taxis/2026.04.14.11.37.22/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.04.14.11.37.22/diskUsagesparse.log took 52.6 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.04.14.11.37.22/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.04.14.11.37.22/index.1threads.nonsparse.log 3.1 sec: 0.3 M docs; 97.4 K docs/sec 6.6 sec: 0.6 M docs; 90.6 K docs/sec 9.7 sec: 0.9 M docs; 93.1 K docs/sec 12.8 sec: 1.2 M docs; 93.9 K docs/sec 15.8 sec: 1.5 M docs; 94.9 K docs/sec 19.6 sec: 1.9 M docs; 97.0 K docs/sec 22.7 sec: 2.2 M docs; 97.0 K docs/sec 26.5 sec: 2.6 M docs; 98.2 K docs/sec 30.3 sec: 3.0 M docs; 99.1 K docs/sec 33.3 sec: 3.3 M docs; 99.2 K docs/sec 44.4 sec: 3.7 M docs; 83.3 K docs/sec 48.2 sec: 4.1 M docs; 85.0 K docs/sec 51.3 sec: 4.4 M docs; 85.8 K docs/sec 55.1 sec: 4.8 M docs; 87.1 K docs/sec 58.9 sec: 5.2 M docs; 88.3 K docs/sec 61.9 sec: 5.5 M docs; 88.9 K docs/sec 65.7 sec: 5.9 M docs; 89.8 K docs/sec 69.5 sec: 6.3 M docs; 90.7 K docs/sec 72.5 sec: 6.6 M docs; 91.0 K docs/sec 76.3 sec: 7.0 M docs; 91.8 K docs/sec 87.4 sec: 7.4 M docs; 84.7 K docs/sec 90.4 sec: 7.7 M docs; 85.2 K docs/sec 94.2 sec: 8.1 M docs; 86.0 K docs/sec 98.0 sec: 8.5 M docs; 86.8 K docs/sec 101.0 sec: 8.8 M docs; 87.1 K docs/sec 104.8 sec: 9.2 M docs; 87.8 K docs/sec 108.5 sec: 9.6 M docs; 88.4 K docs/sec 111.6 sec: 9.9 M docs; 88.7 K docs/sec 115.4 sec: 10.3 M docs; 89.3 K docs/sec 119.2 sec: 10.7 M docs; 89.8 K docs/sec 129.4 sec: 11.0 M docs; 85.0 K docs/sec 133.2 sec: 11.4 M docs; 85.6 K docs/sec 137.0 sec: 11.8 M docs; 86.1 K docs/sec 140.8 sec: 12.2 M docs; 86.7 K docs/sec 144.5 sec: 12.6 M docs; 87.2 K docs/sec 147.5 sec: 12.9 M docs; 87.4 K docs/sec 150.6 sec: 13.2 M docs; 87.7 K docs/sec 154.4 sec: 13.6 M docs; 88.1 K docs/sec 158.1 sec: 14.0 M docs; 88.5 K docs/sec 161.2 sec: 14.3 M docs; 88.7 K docs/sec 172.2 sec: 14.7 M docs; 85.4 K docs/sec 176.0 sec: 15.1 M docs; 85.8 K docs/sec 179.8 sec: 15.5 M docs; 86.2 K docs/sec 183.6 sec: 15.9 M docs; 86.6 K docs/sec 186.6 sec: 16.2 M docs; 86.8 K docs/sec 189.6 sec: 16.5 M docs; 87.0 K docs/sec 193.4 sec: 16.9 M docs; 87.4 K docs/sec 197.2 sec: 17.3 M docs; 87.7 K docs/sec 200.2 sec: 17.6 M docs; 87.9 K docs/sec 203.9 sec: 18.0 M docs; 88.3 K docs/sec 215.0 sec: 18.4 M docs; 85.6 K docs/sec 218.0 sec: 18.7 M docs; 85.8 K docs/sec 221.8 sec: 19.1 M docs; 86.1 K docs/sec 224.8 sec: 19.4 M docs; 86.3 K docs/sec 228.6 sec: 19.8 M docs; 86.6 K docs/sec 230.1 sec: 20.0 M docs; 86.9 K docs/sec index is 2.12 GB CheckIndex nonsparse run: "java -server -Xmx2g -Xms2g -XX:+UseParallelGC -XX:+HeapDumpOnOutOfMemoryError -cp /l/sparseTaxis.nightly/sparseTaxis/lucene.main/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/sparseTaxis.nightly/sparseTaxis/lucene.main/lucene/analysis/common/build/libs/lucene-analysis-common-11.0.0-SNAPSHOT.jar:/l/util.nightly/src/python/sparsetaxis/../../main org.apache.lucene.index.CheckIndex /l/sparseTaxis.nightly/sparseTaxis/indices/index.1threads.nonsparse" in cwd=/l/sparseTaxis.nightly/sparseTaxis/lucene.main log: /l/logs.nightly/taxis/2026.04.14.11.37.22/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.04.14.11.37.22/diskUsagenonsparse.log took 45.4 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.04.14.11.37.22/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 Tue Apr 14 11:52:58 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 Tue Apr 14 11:55:37 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/nvme0n1p1 880G 356G 480G 43% / + echo 'Stopping background df process...' Stopping background df process... + kill 3268295 + wait 3268295 + cp /l/logs.nightly/all.log /l/reports.nightly + cp /l/logs.nightly/df_nightly_monitor.log /l/reports.nightly + echo 'clean /l/tmp' clean /l/tmp + rm -rf '/l/tmp/*' + echo + echo 'Now copy all.log to nightly timestamp'\''d log dir' Now copy all.log to nightly timestamp'd log dir + python3 -u /l/util.nightly/src/python/save_full_log.py ***USING BIG LINE FILE*** Using java from: /usr/lib/jvm/java-25-openjdk/bin/ now shutil.copy2 /l/logs.nightly/all.log to /l/logs.nightly/2026.04.13.05.40.34 now shutil.copy2 /l/logs.nightly/all.log to /l/reports.nightly/2026.04.13.05.40.34