start: disk usage on /l: + df -h /l Filesystem Size Used Avail Use% Mounted on /dev/nvme0n1p1 880G 355G 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\nThu Apr 16 10:04:40 AM EDT 2026: now start nightly benchmarks' Thu Apr 16 10:04:40 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 b8237240564..cb87f1f45ba main -> origin/main Updating b8237240564..cb87f1f45ba Fast-forward lucene/CHANGES.txt | 6 +- .../jmh/MultiFieldDocValuesRangeBenchmark.java | 228 +++++++++++++++++++++ .../document/SortedNumericDocValuesRangeQuery.java | 110 ++++++++-- .../org/apache/lucene/search/LRUQueryCache.java | 10 +- .../apache/lucene/tests/mockfile/WindowsFS.java | 6 +- .../lucene/tests/store/BaseDirectoryTestCase.java | 18 +- 6 files changed, 348 insertions(+), 30 deletions(-) create mode 100644 lucene/benchmark-jmh/src/java/org/apache/lucene/benchmark/jmh/MultiFieldDocValuesRangeBenchmark.java + ../gradlew clean Starting a Gradle Daemon (subsequent builds will be faster) > Task :build-infra:compileJava UP-TO-DATE > Task :build-infra:pluginDescriptors UP-TO-DATE > Task :build-infra:processResources UP-TO-DATE > Task :build-infra:classes UP-TO-DATE > Task :build-infra:jar UP-TO-DATE The eclint tool location is not set ('lucene.tool.eclint' option), will not apply eclint checks. The eclint tool location is not set ('lucene.tool.eclint' option), will not apply eclint checks. > Task :lucene:classification:clean > Task :lucene:core.tests:clean > Task :lucene:analysis.tests:clean > Task :lucene:distribution:clean UP-TO-DATE > Task :lucene:clean UP-TO-DATE > Task :lucene:demo:clean > Task :lucene:analysis:clean UP-TO-DATE > Task :lucene:documentation:clean UP-TO-DATE > Task :lucene:distribution.tests:clean > Task :lucene:benchmark:clean > Task :lucene:codecs:clean > Task :lucene:expressions:clean > Task :lucene:memory:clean > Task :lucene:grouping:clean > Task :lucene:join:clean > Task :lucene:misc:clean > Task :lucene:replicator:clean > Task :lucene:highlighter:clean > Task :lucene:facet:clean > Task :lucene:monitor:clean > Task :lucene:backward-codecs:clean > Task :lucene:spatial-test-fixtures:clean > Task :lucene:benchmark-jmh:clean > Task :lucene:luke:clean > Task :lucene:suggest:clean > Task :lucene:analysis:icu:clean > Task :lucene:spatial3d:clean > Task :lucene:spatial-extras:clean > Task :lucene:queryparser:clean > Task :lucene:analysis:morfologik.tests:clean > Task :lucene:analysis:morfologik:clean > Task :lucene:sandbox:clean > Task :lucene:analysis:kuromoji:clean > Task :lucene:analysis:phonetic:clean > Task :lucene:analysis:opennlp:clean > Task :lucene:queries: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 Already up to date. + echo 'Run gradle test' Run gradle test + python3 -u /l/util.nightly/src/python/runNightlyGradleTestPrecommit.py ***USING BIG LINE FILE*** Using java from: /usr/lib/jvm/java-25-openjdk/bin/ gradle test log: /l/logs.nightly/ant_test/2026.04.16.lucene-tests.txt took: 1.4 min gradle precommit log: /l/logs.nightly/ant_test/2026.04.16.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: 301 open, 3863 closed [2026-04-16 10:08:30.642693] start [2026-04-16 10:08:30.642803] log dir /l/logs.nightly/2026.04.16.10.08.30 Java version (see also /l/logs.nightly/2026.04.16.10.08.30/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.16.10.08.30/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.16.10.08.30/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 = 318767104 {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.16.10.08.30/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.16.10.08.30/cpu_frequency_info.txt): cmd='cpupower frequency-info' analyzing CPU 96: driver: amd-pstate-epp CPUs which run at the same hardware frequency: 96 CPUs which need to have their frequency coordinated by software: 96 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.16.10.08.30/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.16.10.08.30/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.16.10.08.30/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.16.10.08.30/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.16.10.08.30/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.16.10.08.30/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.16.10.08.30/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 ae8596d4197d6cab80ba267a11b748d4439834d8 LUCENE rev is cb87f1f45bae052cceb4d856c8745eb1e0c1f5e3 last successful Lucene rev 650684e6b440e0b85d3c51b3cf546c1b757975fe, luceneutil rev 3b5cb4fd987e355464c0e601ff2882b3ec6f1e40 run ['git', 'log', '650684e6b440e0b85d3c51b3cf546c1b757975fe^..cb87f1f45bae052cceb4d856c8745eb1e0c1f5e3'] No commit message asking for regold of results files [2026-04-16 10:08:30.839922] 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-16 10:08:31.069869] 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-16 10:08:31.069987] RUN: /l/trunk.nightly/gradlew --stacktrace clean > /l/logs.nightly/2026.04.16.10.08.30/clean-lucene.log 2>&1 [2026-04-16 10:08:35.279476] took 4.2 sec [2026-04-16 10:08:35.279520] RUN: /l/trunk.nightly/gradlew jar > /l/logs.nightly/2026.04.16.10.08.30/jar-lucene.log 2>&1 [2026-04-16 10:08:49.388702] took 14.1 sec JAVA: WARNING: Using incubator modules: jdk.incubator.vector openjdk version "25.0.2" 2026-01-20 OpenJDK Runtime Environment (build 25.0.2) OpenJDK 64-Bit Server VM (build 25.0.2, mixed mode, sharing) OS: Linux beast3.mikemccandless.com 6.18.9-arch1-2 #1 SMP PREEMPT_DYNAMIC Mon, 09 Feb 2026 17:16:33 +0000 x86_64 GNU/Linux LOGS: /l/logs.nightly Using checkout:[/l/trunk.nightly] for competitor:[nightly] compile lucene:core... run: ['/l/trunk.nightly/gradlew', 'lucene:core:jar'], cwd=/l/trunk.nightly vmstatLogFile=None topLogFile=None /l/trunk.nightly/lucene/benchmark files ['/l/util.nightly/src/main/perf/TestContext.java', '/l/util.nightly/src/main/perf/IndexAndSearchOpenStreetMaps.java', '/l/util.nightly/src/main/perf/TypePolluter.java', '/l/util.nightly/src/main/perf/OpenDirectory.java', '/l/util.nightly/src/main/perf/StringFieldDocSelector.java', '/l/util.nightly/src/main/perf/SearchTaxis.java', '/l/util.nightly/src/main/perf/RemoteTaskSource.java', '/l/util.nightly/src/main/perf/SearchPerfTest.java', '/l/util.nightly/src/main/perf/KeepNoCommitsDeletionPolicy.java', '/l/util.nightly/src/main/perf/DiskUsage.java', '/l/util.nightly/src/main/perf/NRTPerfTest.java', '/l/util.nightly/src/main/perf/Indexer.java', '/l/util.nightly/src/main/perf/PKLookupWithTermStateTask.java', '/l/util.nightly/src/main/perf/IndexState.java', '/l/util.nightly/src/main/perf/VectorDictionary.java', '/l/util.nightly/src/main/perf/TaskParser.java', '/l/util.nightly/src/main/perf/IndexThreads.java', '/l/util.nightly/src/main/perf/SearchTask.java', '/l/util.nightly/src/main/perf/RespellTask.java', '/l/util.nightly/src/main/perf/TaskSource.java', '/l/util.nightly/src/main/perf/LineFileDocs.java', '/l/util.nightly/src/main/perf/CreateQueries.java', '/l/util.nightly/src/main/perf/RandomQuery.java', '/l/util.nightly/src/main/perf/PerfUtils.java', '/l/util.nightly/src/main/perf/Task.java', '/l/util.nightly/src/main/perf/LocalTaskSource.java', '/l/util.nightly/src/main/perf/IndexTaxis.java', '/l/util.nightly/src/main/perf/PointsPKLookupTask.java', '/l/util.nightly/src/main/perf/TaskThreads.java', '/l/util.nightly/src/main/perf/UnparsedTask.java', '/l/util.nightly/src/main/perf/Args.java', '/l/util.nightly/src/main/perf/TaskParserFactory.java', '/l/util.nightly/src/main/perf/StatisticsHelper.java', '/l/util.nightly/src/main/perf/BenchRearranger.java', '/l/util.nightly/src/main/perf/PKLookupTask.java', '/l/util.nightly/src/main/perf/OpenCloseIndexWriter.java'] compile: /usr/lib/jvm/java-25-openjdk/bin/javac -g -d /l/util.nightly/build -classpath /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build /l/util.nightly/src/main/perf/TestContext.java /l/util.nightly/src/main/perf/IndexAndSearchOpenStreetMaps.java /l/util.nightly/src/main/perf/TypePolluter.java /l/util.nightly/src/main/perf/OpenDirectory.java /l/util.nightly/src/main/perf/StringFieldDocSelector.java /l/util.nightly/src/main/perf/SearchTaxis.java /l/util.nightly/src/main/perf/RemoteTaskSource.java /l/util.nightly/src/main/perf/SearchPerfTest.java /l/util.nightly/src/main/perf/KeepNoCommitsDeletionPolicy.java /l/util.nightly/src/main/perf/DiskUsage.java /l/util.nightly/src/main/perf/NRTPerfTest.java /l/util.nightly/src/main/perf/Indexer.java /l/util.nightly/src/main/perf/PKLookupWithTermStateTask.java /l/util.nightly/src/main/perf/IndexState.java /l/util.nightly/src/main/perf/VectorDictionary.java /l/util.nightly/src/main/perf/TaskParser.java /l/util.nightly/src/main/perf/IndexThreads.java /l/util.nightly/src/main/perf/SearchTask.java /l/util.nightly/src/main/perf/RespellTask.java /l/util.nightly/src/main/perf/TaskSource.java /l/util.nightly/src/main/perf/LineFileDocs.java /l/util.nightly/src/main/perf/CreateQueries.java /l/util.nightly/src/main/perf/RandomQuery.java /l/util.nightly/src/main/perf/PerfUtils.java /l/util.nightly/src/main/perf/Task.java /l/util.nightly/src/main/perf/LocalTaskSource.java /l/util.nightly/src/main/perf/IndexTaxis.java /l/util.nightly/src/main/perf/PointsPKLookupTask.java /l/util.nightly/src/main/perf/TaskThreads.java /l/util.nightly/src/main/perf/UnparsedTask.java /l/util.nightly/src/main/perf/Args.java /l/util.nightly/src/main/perf/TaskParserFactory.java /l/util.nightly/src/main/perf/StatisticsHelper.java /l/util.nightly/src/main/perf/BenchRearranger.java /l/util.nightly/src/main/perf/PKLookupTask.java /l/util.nightly/src/main/perf/OpenCloseIndexWriter.java run: ['/usr/lib/jvm/java-25-openjdk/bin/javac', '-g', '-d', '/l/util.nightly/build', '-classpath', '/l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build', '/l/util.nightly/src/main/perf/TestContext.java', '/l/util.nightly/src/main/perf/IndexAndSearchOpenStreetMaps.java', '/l/util.nightly/src/main/perf/TypePolluter.java', '/l/util.nightly/src/main/perf/OpenDirectory.java', '/l/util.nightly/src/main/perf/StringFieldDocSelector.java', '/l/util.nightly/src/main/perf/SearchTaxis.java', '/l/util.nightly/src/main/perf/RemoteTaskSource.java', '/l/util.nightly/src/main/perf/SearchPerfTest.java', '/l/util.nightly/src/main/perf/KeepNoCommitsDeletionPolicy.java', '/l/util.nightly/src/main/perf/DiskUsage.java', '/l/util.nightly/src/main/perf/NRTPerfTest.java', '/l/util.nightly/src/main/perf/Indexer.java', '/l/util.nightly/src/main/perf/PKLookupWithTermStateTask.java', '/l/util.nightly/src/main/perf/IndexState.java', '/l/util.nightly/src/main/perf/VectorDictionary.java', '/l/util.nightly/src/main/perf/TaskParser.java', '/l/util.nightly/src/main/perf/IndexThreads.java', '/l/util.nightly/src/main/perf/SearchTask.java', '/l/util.nightly/src/main/perf/RespellTask.java', '/l/util.nightly/src/main/perf/TaskSource.java', '/l/util.nightly/src/main/perf/LineFileDocs.java', '/l/util.nightly/src/main/perf/CreateQueries.java', '/l/util.nightly/src/main/perf/RandomQuery.java', '/l/util.nightly/src/main/perf/PerfUtils.java', '/l/util.nightly/src/main/perf/Task.java', '/l/util.nightly/src/main/perf/LocalTaskSource.java', '/l/util.nightly/src/main/perf/IndexTaxis.java', '/l/util.nightly/src/main/perf/PointsPKLookupTask.java', '/l/util.nightly/src/main/perf/TaskThreads.java', '/l/util.nightly/src/main/perf/UnparsedTask.java', '/l/util.nightly/src/main/perf/Args.java', '/l/util.nightly/src/main/perf/TaskParserFactory.java', '/l/util.nightly/src/main/perf/StatisticsHelper.java', '/l/util.nightly/src/main/perf/BenchRearranger.java', '/l/util.nightly/src/main/perf/PKLookupTask.java', '/l/util.nightly/src/main/perf/OpenCloseIndexWriter.java'], cwd=/l/trunk.nightly/lucene/benchmark vmstatLogFile=None topLogFile=None [2026-04-16 10:08:52.077363] 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: 147697.00 stored_field_size_mb: 624.38 retrieved_time_msec: 169.65 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: 351305.00 stored_field_size_mb: 385.76 retrieved_time_msec: 1347.50 Done: took 1022.29 seconds, saved to /l/logs.nightly/2026.04.16.10.08.30/geonames-stored-fields-benchmark-results.pk [2026-04-16 10:25:54.857832] done run stored fields benchmark [2026-04-16 10:25:54.857858] 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 16, 2026 10:25:56 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: 1479.0177891666667 ms Total time creating SSDVFacetCounts: 3020.031647533333 ms Total time taken to get all dims for taxonomy: 0.10120643333333333 ms Total time taken to get all dims for SSDV: 0.07084359999999999 ms Total time to get top dims for taxonomy: 0.03731443333333333 ms Total time to get top dims for SSDV: 0.032115899999999996 ms Total time to get top "address.taxonomy/TX" children: 0.10386269999999999 ms Total time to get top "address.sortedset/TX" children: 0.18591123333333334 ms Total time to get all "address.taxonomy/TX" children: 0.1428231 ms Total time to get all "address.sortedset/TX" children: 0.5818454666666668 ms Done: took 3476.76 seconds, saved to /l/logs.nightly/2026.04.16.10.08.30/nad-facet-benchmark.pk [2026-04-16 11:23:51.615535] done run NAD facets benchmark [2026-04-16 11:23:52.214076] now run KNN benchmark Lucene HEAD git revision at /l/trunk.nightly: cb87f1f45bae052cceb4d856c8745eb1e0c1f5e3 dirty?=False luceneutil HEAD git revision at /l/util.nightly: ae8596d4197d6cab80ba267a11b748d4439834d8 dirty?=False compile Lucene jars at /l/trunk.nightly Starting a Gradle Daemon (subsequent builds will be faster) > Task :build-infra:compileJava UP-TO-DATE > Task :build-infra:pluginDescriptors UP-TO-DATE > Task :build-infra:processResources UP-TO-DATE > Task :build-infra:classes UP-TO-DATE > Task :build-infra:jar UP-TO-DATE The eclint tool location is not set ('lucene.tool.eclint' option), will not apply eclint checks. The eclint tool location is not set ('lucene.tool.eclint' option), will not apply eclint checks. > Task :errorProneSkipped SKIPPED > Task :build-tools:missing-doclet:processResources NO-SOURCE > Task :lucene:facet:processResources NO-SOURCE > Task :build-tools:build-infra-shadow:pluginDescriptors UP-TO-DATE > Task :lucene:spatial3d:processResources NO-SOURCE > Task :lucene:analysis.tests:processResources NO-SOURCE > Task :lucene:queries:processResources NO-SOURCE > Task :lucene:highlighter:processResources NO-SOURCE > Task :lucene:memory:processResources NO-SOURCE > Task :lucene:spatial-extras:processResources NO-SOURCE > Task :lucene:sandbox:processResources UP-TO-DATE > Task :lucene:backward-codecs:processResources UP-TO-DATE > Task :lucene:core:processResources UP-TO-DATE > Task :lucene:queryparser:processResources UP-TO-DATE > Task :lucene:analysis.tests:compileJava NO-SOURCE > Task :lucene:benchmark:processResources NO-SOURCE > Task :lucene:analysis.tests:classes UP-TO-DATE > Task :lucene:benchmark-jmh:processResources NO-SOURCE > Task :lucene:analysis:phonetic:processResources UP-TO-DATE > Task :lucene:codecs:processResources UP-TO-DATE > 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:classification:processResources NO-SOURCE > Task :lucene:grouping:processResources NO-SOURCE > Task :lucene:demo:processResources NO-SOURCE > Task :lucene:misc:processResources NO-SOURCE > Task :lucene:join:processResources NO-SOURCE > Task :lucene:distribution.tests:compileJava NO-SOURCE > Task :lucene:distribution.tests:processResources NO-SOURCE > Task :lucene:distribution.tests:classes UP-TO-DATE > Task :lucene:analysis:icu:processResources UP-TO-DATE > Task :lucene:suggest:processResources UP-TO-DATE > Task :lucene:analysis:morfologik:processResources UP-TO-DATE > Task :lucene:analysis:opennlp:processResources UP-TO-DATE > Task :lucene:analysis:kuromoji:processResources UP-TO-DATE > Task :lucene:analysis:smartcn:processResources UP-TO-DATE > Task :lucene:monitor:processResources NO-SOURCE > Task :build-tools:missing-doclet:jar UP-TO-DATE > Task :lucene:analysis:nori:processResources UP-TO-DATE > Task :lucene:replicator:processResources NO-SOURCE > Task :lucene:analysis.tests:jar UP-TO-DATE > Task :lucene:spatial-test-fixtures:processResources NO-SOURCE > Task :lucene:analysis:stempel:processResources UP-TO-DATE > Task :lucene:luke:processResources UP-TO-DATE > Task :lucene:analysis:morfologik.tests:compileJava NO-SOURCE > Task :lucene:distribution.tests:jar UP-TO-DATE > Task :lucene:analysis:morfologik.tests:processResources NO-SOURCE > Task :lucene:core.tests:compileJava UP-TO-DATE > Task :lucene:analysis:morfologik.tests:classes 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:memory:compileJava UP-TO-DATE > Task :lucene:memory:classes UP-TO-DATE > Task :lucene:join:jar 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:backward-codecs:compileJava UP-TO-DATE > Task :lucene:backward-codecs:classes UP-TO-DATE > Task :lucene:replicator:jar UP-TO-DATE > Task :lucene:backward-codecs:jar UP-TO-DATE > Task :lucene:misc:compileJava UP-TO-DATE > Task :lucene:misc:classes UP-TO-DATE > Task :lucene:facet:compileJava UP-TO-DATE > Task :lucene:facet:classes UP-TO-DATE > Task :lucene:misc:jar UP-TO-DATE > Task :lucene:spatial3d:compileJava UP-TO-DATE > Task :lucene:facet:jar UP-TO-DATE > Task :lucene:spatial3d:classes UP-TO-DATE > Task :lucene:codecs:compileJava UP-TO-DATE > Task :lucene:spatial3d:jar UP-TO-DATE > Task :lucene:codecs:classes UP-TO-DATE > Task :lucene:codecs:jar UP-TO-DATE > Task :lucene:queries:compileJava UP-TO-DATE > Task :lucene:queries:classes UP-TO-DATE > Task :lucene:queries:jar UP-TO-DATE > Task :lucene:expressions:compileJava UP-TO-DATE > Task :lucene:expressions:classes UP-TO-DATE > Task :lucene:spatial-extras:compileJava UP-TO-DATE > Task :lucene:spatial-extras:classes UP-TO-DATE > Task :lucene:expressions:jar UP-TO-DATE > Task :lucene:spatial-extras:jar UP-TO-DATE > Task :lucene:grouping:compileJava UP-TO-DATE > Task :lucene:grouping:classes UP-TO-DATE > Task :lucene:grouping:jar UP-TO-DATE > Task :lucene:highlighter:compileJava UP-TO-DATE > Task :lucene:highlighter:classes UP-TO-DATE > Task :lucene:analysis:common:compileJava UP-TO-DATE > Task :lucene:analysis:common:classes UP-TO-DATE > Task :lucene:classification:compileJava UP-TO-DATE > Task :lucene:sandbox:compileJava UP-TO-DATE > Task :lucene:classification:classes UP-TO-DATE > Task :lucene:sandbox:classes UP-TO-DATE > Task :lucene:highlighter:jar UP-TO-DATE > Task :lucene:analysis:common:jar UP-TO-DATE > Task :lucene:classification:jar UP-TO-DATE > Task :lucene:sandbox:jar UP-TO-DATE > Task :lucene:analysis:phonetic:compileJava UP-TO-DATE > Task :lucene:analysis:phonetic:classes UP-TO-DATE > Task :lucene:analysis:smartcn:compileJava UP-TO-DATE > Task :lucene:analysis:morfologik:compileJava UP-TO-DATE > Task :lucene:analysis:morfologik:classes UP-TO-DATE > Task :lucene:analysis:opennlp:compileJava UP-TO-DATE > Task :lucene:analysis:stempel:compileJava UP-TO-DATE > Task :lucene:analysis:opennlp:classes UP-TO-DATE > Task :lucene:analysis:icu:compileJava UP-TO-DATE > Task :lucene:analysis:smartcn:classes UP-TO-DATE > Task :lucene:analysis:icu:classes UP-TO-DATE > Task :lucene:analysis:phonetic:jar UP-TO-DATE > Task :lucene:analysis:stempel:classes UP-TO-DATE > Task :lucene:analysis:morfologik:jar UP-TO-DATE > Task :lucene:analysis:opennlp:jar UP-TO-DATE > Task :lucene:analysis:stempel:jar UP-TO-DATE > Task :lucene:test-framework:compileJava UP-TO-DATE > Task :lucene:analysis:icu:jar UP-TO-DATE > Task :lucene:monitor:compileJava UP-TO-DATE > Task :lucene:test-framework:classes UP-TO-DATE > Task :lucene:monitor:classes UP-TO-DATE > Task :lucene:analysis:smartcn:jar UP-TO-DATE > Task :lucene:suggest:compileJava UP-TO-DATE > Task :lucene:suggest:classes UP-TO-DATE > Task :lucene:analysis:kuromoji:compileJava UP-TO-DATE > Task :lucene:analysis:kuromoji:classes UP-TO-DATE > Task :lucene:test-framework:jar UP-TO-DATE > Task :lucene:monitor:jar UP-TO-DATE > Task :lucene:analysis:kuromoji:jar UP-TO-DATE > Task :lucene:suggest:jar UP-TO-DATE > Task :lucene:analysis:nori:compileJava UP-TO-DATE > Task :lucene:analysis:nori:classes UP-TO-DATE > Task :lucene:spatial-test-fixtures:compileJava UP-TO-DATE > Task :lucene:spatial-test-fixtures:classes UP-TO-DATE > Task :lucene:analysis:nori:jar UP-TO-DATE > Task :lucene:spatial-test-fixtures:jar UP-TO-DATE > Task :lucene:queryparser:compileJava UP-TO-DATE > Task :lucene:queryparser:classes UP-TO-DATE > Task :lucene:benchmark-jmh:compileJava UP-TO-DATE > Task :lucene:benchmark-jmh:classes UP-TO-DATE > Task :lucene:queryparser:jar UP-TO-DATE > Task :lucene:demo:compileJava UP-TO-DATE > Task :lucene:demo:classes UP-TO-DATE > Task :lucene:benchmark-jmh:jar UP-TO-DATE > Task :lucene:demo:jar UP-TO-DATE > Task :lucene:benchmark:compileJava UP-TO-DATE > Task :lucene:benchmark:classes UP-TO-DATE > Task :lucene:luke:compileJava UP-TO-DATE > Task :lucene:luke:classes UP-TO-DATE > Task :lucene:benchmark:jar UP-TO-DATE > Task :lucene:luke:jar UP-TO-DATE BUILD SUCCESSFUL in 6s 101 actionable tasks: 101 up-to-date Consider enabling configuration cache to speed up this build: https://docs.gradle.org/9.4.1/userguide/configuration_cache_enabling.html compile luceneutil KNN at /l/util.nightly WARNING: A restricted method in java.lang.System has been called WARNING: java.lang.System::load has been called by net.rubygrapefruit.platform.internal.NativeLibraryLoader in an unnamed module (file:/home/mike/.gradle/wrapper/dists/gradle-9.1.0-bin/9agqghryom9wkf8r80qlhnts3/gradle-9.1.0/lib/native-platform-0.22-milestone-28.jar) WARNING: Use --enable-native-access=ALL-UNNAMED to avoid a warning for callers in this module WARNING: Restricted methods will be blocked in a future release unless native access is enabled Starting a Gradle Daemon (subsequent builds will be faster) > Task :compileKnn Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: /l/util.nightly/src/main/perf/SearchTask.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. [Incubating] Problems report is available at: file:///l/util.nightly/build/reports/problems/problems-report.html Deprecated Gradle features were used in this build, making it incompatible with Gradle 10. You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins. For more on this, please refer to https://docs.gradle.org/9.1.0/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation. BUILD SUCCESSFUL in 6s 1 actionable task: 1 executed Consider enabling configuration cache to speed up this build: https://docs.gradle.org/9.1.0/userguide/configuration_cache_enabling.html CPU Information: model: AMD Ryzen Threadripper 3990X 64-Core Processor logical cores: 128 physical cores per socket: 64 microcode: 0x830107d flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb cat_l3 cdp_l3 hw_pstate ssbd mba ibpb stibp vmmcall fsgsbase bmi1 avx2 smep bmi2 cqm rdt_a rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local clzero irperf xsaveerptr rdpru wbnoinvd arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif v_spec_ctrl umip rdpid overflow_recov succor smca sev sev_es vmx flags: none bugs: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass retbleed smt_rsb srso ibpb_no_ret spectre_v2_user vmscape Memory Information: total RAM: 251.72 GB free RAM: 134.91 GB available RAM: 243.02 GB used RAM: 8.70 GB dirty RAM: 4.98 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.3s smell: 200/2000 ( 10%) 2.3s smell: 300/2000 ( 15%) 2.4s smell: 400/2000 ( 20%) 2.4s smell: 500/2000 ( 25%) 2.4s smell: 600/2000 ( 30%) 2.4s smell: 700/2000 ( 35%) 2.4s smell: 800/2000 ( 40%) 2.4s smell: 900/2000 ( 45%) 2.4s smell: 1000/2000 ( 50%) 2.4s smell: 1100/2000 ( 55%) 2.4s smell: 1200/2000 ( 60%) 2.4s smell: 1300/2000 ( 65%) 2.4s smell: 1400/2000 ( 70%) 2.4s smell: 1500/2000 ( 75%) 2.4s smell: 1600/2000 ( 80%) 2.4s smell: 1700/2000 ( 85%) 2.5s smell: 1800/2000 ( 90%) 2.5s smell: 1900/2000 ( 95%) 2.5s smell: 2000/2000 (100%) 2.5s smell: 2 degenerate dim(s) found in 2.7s: (OUTLIER_SPREAD: std of all dims: μ=0.027, σ=0.007, threshold=3.0σ) [ ▂▃▆█▇▇ ] dim 0585 μ= -0.033 σ= 0.049 zeros= 0% [ ▁▂▄▆███████▅▃▁▁ ] -> OUTLIER_SPREAD: this_std=0.0492, mean_std=0.0266, +3.2sigma vs threshold=3.0sigma [ ▁▆███▅▂ ] dim 0971 μ= +0.015 σ= 0.048 zeros= 0% [ ▁▂▄▆███████▆▄▂▁ ] -> OUTLIER_SPREAD: this_std=0.0481, mean_std=0.0266, +3.0sigma vs threshold=3.0sigma smell: all 1024 dims: [ ▃▅▆█▆▃▁ ] dim 0000 μ= +0.004 σ= 0.023 zeros= 0% [ ▁▂▂▄▅████████▆▄▃▁▁▁] [ ▂▆▇█▆▄ ] dim 0001 μ= +0.019 σ= 0.026 zeros= 0% [ ▁▁▂▄▆███████▆▃▁▁ ] [ ▁███▄▁ ] dim 0002 μ= -0.006 σ= 0.033 zeros= 0% [ ▁▂▅▇██████▆▂▁ ] [ ▂▆█▇▇▄ ] dim 0003 μ= +0.023 σ= 0.028 zeros= 0% [ ▁▂▄▆███████▆▃▂ ] [ ▁▅█▇▅▁ ] dim 0004 μ= -0.017 σ= 0.028 zeros= 0% [ ▁▂▆██████▅▃▁ ] [ ▂▅▆█▆▅▂ ] dim 0005 μ= -0.006 σ= 0.034 zeros= 0% [ ▁▂▅▇███████▆▃▁▁ ] [ ▄█▆▇▃ ] dim 0006 μ= -0.000 σ= 0.020 zeros= 0% [ ▁▃▆███████▄▂▁ ] [ ▃█▆▆▄▃ ] dim 0007 μ= -0.030 σ= 0.021 zeros= 0% [ ▁▂▅████████▅▃▂ ] [ ▂▆█▇█▃ ] dim 0008 μ= -0.017 σ= 0.019 zeros= 0% [ ▁▃▅▇███████▅▃▂▁ ] [ ▃▅▅▇█▇▃▁ ] dim 0009 μ= +0.006 σ= 0.029 zeros= 0% [ ▁▁▂▅▆████████▇▃▃▁ ] [ ▄▅█▆▇▃▂ ] dim 0010 μ= +0.013 σ= 0.032 zeros= 0% [ ▁▁▃▅████████▆▄▂▁ ] [ ▁▃▅█▆▅▃ ] dim 0011 μ= -0.011 σ= 0.035 zeros= 0% [ ▁▁▄▆███████▇▅▃▂▁ ] [ ▃▃▇█▇▅ ] dim 0012 μ= +0.011 σ= 0.019 zeros= 0% [ ▁▂▃▆████████▄▃▁▁ ] [ ▁▃▇█▅▃ ] dim 0013 μ= -0.009 σ= 0.021 zeros= 0% [ ▁▃▄███████▄▂▁ ] [ ▃▆▆██▅▄▁ ] dim 0014 μ= +0.004 σ= 0.035 zeros= 0% [ ▁▃▅▇████████▅▃▁ ] [ ▂▅███▄ ] dim 0015 μ= -0.000 σ= 0.021 zeros= 0% [ ▁▂▄▇███████▄▂▁▁ ] [ ▃▇▆█▅▃▁ ] dim 0016 μ= +0.001 σ= 0.028 zeros= 0% [ ▁▂▄████████▆▃▃▁ ] [ ▄▆██▄▁ ] dim 0017 μ= +0.016 σ= 0.032 zeros= 0% [ ▂▃▄▇██████▆▃▁▁ ] [ ▃▃▅█▇█▆▂ ] dim 0018 μ= +0.013 σ= 0.037 zeros= 0% [ ▁▂▅█████████▇▅▃▁ ] [ ▁▄▄▇█▅▂ ] dim 0019 μ= +0.005 σ= 0.030 zeros= 0% [ ▁▁▁▃▆████████▄▃▁ ] [ ▂▄█▇▇▅▁ ] dim 0020 μ= +0.012 σ= 0.024 zeros= 0% [ ▁▃▄▅████████▇▄▂▁ ] [ ▂▆▇█▅▁ ] dim 0021 μ= +0.009 σ= 0.021 zeros= 0% [ ▁▂▄▆██████▆▃▂▁ ] [ ▁▅▇███▃▁ ] dim 0022 μ= +0.002 σ= 0.036 zeros= 0% [ ▁▃▄████████▆▅▂▂▁ ] [ ▁▄▆█▆▃▂ ] dim 0023 μ= -0.006 σ= 0.045 zeros= 0% [ ▁▂▂▆███████▇▅▃▁▁ ] [ ▃▆█▇▆▃ ] dim 0024 μ= -0.006 σ= 0.032 zeros= 0% [ ▁▂▄████████▅▃▂▁ ] [ ▁▄▅█▇▄▅▁ ] dim 0025 μ= +0.018 σ= 0.027 zeros= 0% [ ▁▂▃▅█████████▃▂▂ ] [ ▃▅█▇█▄▁ ] dim 0026 μ= +0.026 σ= 0.023 zeros= 0% [ ▁▁▃▄▇████████▅▃▂▁ ] [ ▂▅█▅█▇▄ ] dim 0027 μ= -0.007 σ= 0.028 zeros= 0% [ ▁▂▄▇████████▅▃▂ ] [ ▅▅█▇▃▂ ] dim 0028 μ= +0.025 σ= 0.029 zeros= 0% [ ▁▃▅███████▆▄▂▁ ] [ ▁▄▆█▇▇▅▂ ] dim 0029 μ= -0.000 σ= 0.029 zeros= 0% [ ▁▂▄▅████████▇▄▂▁▁ ] [ ▅██▇▄▂ ] dim 0030 μ= -0.010 σ= 0.024 zeros= 0% [ ▁▂▇███████▅▃▁ ] [ ▃▆█▆▂▃▁ ] dim 0031 μ= -0.012 σ= 0.018 zeros= 0% [ ▁▂▄▇████████▅▃▁▁▁] [ ▃▇██▅▃ ] dim 0032 μ= +0.029 σ= 0.036 zeros= 0% [ ▁▂▃▅▇██████▇▃▁▁ ] [ ▁▃▇█▇█▅▂ ] dim 0033 μ= +0.030 σ= 0.028 zeros= 0% [ ▁▂▄▆████████▇▄▃▁ ] [ ▃▆██▅▂ ] dim 0034 μ= -0.004 σ= 0.023 zeros= 0% [ ▁▁▂▅███████▇▄▂▁▁ ] [ ▁▃█▆▇▇▄ ] dim 0035 μ= +0.007 σ= 0.033 zeros= 0% [ ▁▂▃▆████████▆▂▂▁ ] [ ▄▇█▆▇▂ ] dim 0036 μ= +0.001 σ= 0.019 zeros= 0% [ ▁▁▁▄▆███████▆▄▂▂ ] [ ▄▅█▇█▅▃▁ ] dim 0037 μ= -0.029 σ= 0.026 zeros= 0% [▁ ▁▂▃▆█████████▆▂▁ ] [ ▃▄▇██▇▄▁ ] dim 0038 μ= -0.002 σ= 0.020 zeros= 0% [ ▁▁▂▄▆████████▇▃▃▁▁ ] [ ▂▃██▆▃ ] dim 0039 μ= +0.035 σ= 0.028 zeros= 0% [ ▁▂▄▇██████▇▄▂▁ ] [ ▁▆███▅▂ ] dim 0040 μ= +0.012 σ= 0.037 zeros= 0% [ ▁▂▅▇███████▅▄▂▁ ] [ ▁▅▆██▇▄▂ ] dim 0041 μ= +0.005 σ= 0.017 zeros= 0% [ ▁▃▅█████████▆▄▂▁ ] [ ▃▆█▆▃▃ ] dim 0042 μ= -0.016 σ= 0.027 zeros= 0% [ ▁▃▄▇██████▇▄▂▁▁ ] [ ▁▂▅█▄▄ ] dim 0043 μ= +0.013 σ= 0.027 zeros= 0% [ ▁▂▅███████▆▃▂▁ ] [ ▂▇█▇▄▁ ] dim 0044 μ= -0.024 σ= 0.031 zeros= 0% [ ▁▁▂▅███████▆▄▂▁▁ ] [ ▄▆██▆▃ ] dim 0045 μ= +0.016 σ= 0.024 zeros= 0% [ ▁▁▃▄████████▅▂▂ ] [ ▄▅█▇▅▂ ] dim 0046 μ= +0.013 σ= 0.019 zeros= 0% [ ▁▂▃▆███████▆▄▃▁▁ ] [ ▅██▇▃▁ ] dim 0047 μ= +0.005 σ= 0.032 zeros= 0% [ ▁▁▃▅▇███████▇▄▃▁ ] [ ▂▅█▇▄ ] dim 0048 μ= +0.009 σ= 0.039 zeros= 0% [ ▁▂▄▅███████▇▅▂▂▁ ] [ ▁▆▇█▇▄ ] dim 0049 μ= +0.022 σ= 0.029 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.021 zeros= 0% [ ▁▁▃▆██████▇▄▂▁▁ ] [ ▁▅▇█▆▅▁ ] dim 0054 μ= +0.015 σ= 0.024 zeros= 0% [ ▁▁▄▆███████▆▄▂▁ ] [ ▁▅█▇▇▄ ] dim 0055 μ= +0.017 σ= 0.022 zeros= 0% [ ▁▁▃▆███████▇▃▂▁ ] [ ▂▃█▇▆▄▁ ] dim 0056 μ= +0.019 σ= 0.030 zeros= 0% [ ▁▁▃▅███████▅▃▂ ] [ ▁▂▆▇█▆▂ ] dim 0057 μ= +0.013 σ= 0.032 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.029 zeros= 0% [ ▂▃▆██████▆▄▂▁ ] [ ▂▆██▇▄ ] dim 0062 μ= -0.031 σ= 0.034 zeros= 0% [ ▁▃▆███████▅▂▁▁ ] [ ▃▆▇█▆▂ ] dim 0063 μ= +0.016 σ= 0.024 zeros= 0% [ ▁▂▅▇██████▆▄▂▁ ] [ ▄██▇▄ ] dim 0064 μ= -0.010 σ= 0.032 zeros= 0% [ ▂▃▆███████▅▃▂▁ ] [ ▁▃▅█▆▅▃ ] dim 0065 μ= +0.005 σ= 0.027 zeros= 0% [ ▁▂▂▃▆████████▅▄▃▁▁ ] [ ▃▆██▇▆▂ ] dim 0066 μ= +0.009 σ= 0.022 zeros= 0% [ ▁▃▄▆███████▇▃▂▁ ] [ ▁▅▇█▇▆▃ ] dim 0067 μ= -0.004 σ= 0.038 zeros= 0% [ ▁▁▂▃▇████████▆▄▁▁ ] [ ▃▆▆█▅ ] dim 0068 μ= +0.009 σ= 0.023 zeros= 0% [ ▁▁▃▆██████▆▃▁ ] [ ▄▆█▇▇ ] dim 0069 μ= +0.013 σ= 0.017 zeros= 0% [ ▁▁▂▅███████▅▂▁ ] [ ▃▆▇█▅▄ ] dim 0070 μ= -0.008 σ= 0.025 zeros= 0% [ ▁▂▃▆▇███████▆▄▃▁▁ ] [ ▃▅██▄▂ ] dim 0071 μ= +0.009 σ= 0.030 zeros= 0% [ ▁▂▄▇███████▅▃▁▁ ] [ ▃▆█▆▇▃ ] dim 0072 μ= +0.013 σ= 0.021 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.010 σ= 0.041 zeros= 0% [ ▁▁▂▅▇███████▇▄▃▁▁ ] [ ▂▅█▆▂ ] dim 0078 μ= +0.015 σ= 0.023 zeros= 0% [ ▁▁▂▃▇█████▇▄▂▁ ] [ ▁▆▇█▆▄▂ ] dim 0079 μ= +0.010 σ= 0.027 zeros= 0% [ ▁▁▃▄▆███████▇▄▃▁▁ ] [ ▂▆▇█▇▄▃ ] dim 0080 μ= -0.013 σ= 0.015 zeros= 0% [ ▁▁▂▅▆███████▆▄▃▁▁ ] [ ▁▄█▆█▄▂ ] dim 0081 μ= +0.013 σ= 0.025 zeros= 0% [ ▁▂▄▆███████▇▅▂▂▁ ] [ ▁▄▇██▆▃ ] dim 0082 μ= +0.015 σ= 0.039 zeros= 0% [ ▁▂▃▆███████▆▅▃▁▁ ] [ ▃▅█▇▆▅▁ ] dim 0083 μ= +0.016 σ= 0.023 zeros= 0% [ ▁▂▄▇████████▃▃▁ ] [ ▄▅▆█▅▂ ] dim 0084 μ= +0.011 σ= 0.032 zeros= 0% [ ▁▂▃▆▇███████▆▂▂▁▁ ] [ ▃▇█▇▆▄ ] dim 0085 μ= -0.001 σ= 0.024 zeros= 0% [ ▁▁▂▄▇███████▆▃▁▁ ] [ ▃▃▇█▇▇▄▂ ] dim 0086 μ= -0.020 σ= 0.030 zeros= 0% [ ▁▂▂▅▆████████▅▄▂▁▁ ] [ ▄▅█▇▅▃▂ ] dim 0087 μ= +0.012 σ= 0.024 zeros= 0% [ ▁▂▅▇███████▆▃▂▁ ] [ ▂▄▇█▇▄▁▁ ] dim 0088 μ= -0.010 σ= 0.028 zeros= 0% [ ▁▃▄▇████████▅▃▂▁▁ ] [ ▂▄█▇█▅▂ ] dim 0089 μ= +0.023 σ= 0.032 zeros= 0% [ ▁▂▃▆███████▇▄▂ ▁ ] [ ▁▄█▇▄▂ ] dim 0090 μ= +0.004 σ= 0.034 zeros= 0% [ ▂▃▆██████▆▃▁▁ ] [ ▄▆██▆▂ ] dim 0091 μ= +0.032 σ= 0.020 zeros= 0% [ ▁▂▃▅███████▆▄▂▁ ] [ ▂▄▆▇█▅▂ ] dim 0092 μ= +0.034 σ= 0.034 zeros= 0% [▁ ▁▂▄▇███████▇▅▃▂▁ ] [ ▁▃▇██▄▃▁ ] dim 0093 μ= -0.005 σ= 0.035 zeros= 0% [ ▁▂▄▅████████▆▄▃▁▁ ] [ ▃▅█▆▅▁ ] dim 0094 μ= +0.001 σ= 0.027 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.005 σ= 0.027 zeros= 0% [ ▁▁▃▄███████▅▃▂▁ ] [ ▂▄▇█▅▄▁ ] dim 0099 μ= -0.007 σ= 0.021 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.023 zeros= 0% [ ▁▂▃▆▇███████▅▄▃▂▁ ] [ ▁▃▅█▄▃ ] dim 0104 μ= +0.014 σ= 0.026 zeros= 0% [ ▁▁▂▄▆███████▆▄▂▁▁ ] [ ▁▃▅█▇▅▃ ] dim 0105 μ= +0.006 σ= 0.027 zeros= 0% [ ▁▂▄▅████████▅▃▁▁ ] [ ▃▆██▅▄ ] dim 0106 μ= +0.010 σ= 0.027 zeros= 0% [ ▁▁▄▆████████▆▃▂▁ ] [ ▄▆██▆▃ ] dim 0107 μ= -0.003 σ= 0.019 zeros= 0% [ ▁▂▃▅███████▇▅▃▁▁ ] [ ▃▃▆█▆▅▃ ] dim 0108 μ= -0.016 σ= 0.035 zeros= 0% [▁▁▁▃▅████████▇▄▃▂▁ ] [ ▃▅█▇▄ ] dim 0109 μ= +0.009 σ= 0.021 zeros= 0% [ ▁▂▅███████▅▃▁ ] [ ▁▄▆█▅▆▂ ] dim 0110 μ= +0.007 σ= 0.022 zeros= 0% [ ▁▃▃▆████████▆▃▁▁ ] [ ▁▂▆▇█▆▃▁ ] dim 0111 μ= +0.024 σ= 0.019 zeros= 0% [ ▁▁▁▄▅████████▅▃▃▁▁ ] [ ▂▄█▇▅▃▁ ] dim 0112 μ= +0.006 σ= 0.026 zeros= 0% [ ▁▂▄▇███████▄▂▁ ] [ ▄▆▆█▄▁ ] dim 0113 μ= -0.014 σ= 0.016 zeros= 0% [ ▁▂▅███████▆▂▁ ] [ ▄▆▆█▄▂ ] dim 0114 μ= -0.007 σ= 0.037 zeros= 0% [ ▁▂▃▇███████▇▅▃▁▁ ] [ ▂▄█▇█▆▃ ] dim 0115 μ= -0.015 σ= 0.034 zeros= 0% [ ▁▁▂▅▆████████▅▂▂ ] [ ▂▆▆█▃▂ ] dim 0116 μ= +0.008 σ= 0.018 zeros= 0% [ ▁▃▅▇██████▇▄▃▁ ] [ ▄▆█▆▆▃▁ ] dim 0117 μ= -0.007 σ= 0.017 zeros= 0% [ ▁▁▂▆████████▆▃▂▁▁ ] [ ▂▄▆█▇▅▃ ] dim 0118 μ= -0.012 σ= 0.034 zeros= 0% [ ▂▃▅████████▅▃▁▁ ] [ ▁▅█▇▇▆▁ ] dim 0119 μ= -0.012 σ= 0.028 zeros= 0% [ ▁▁▁▄▆███████▆▄▂▁▁ ] [ ▁▅██▇▄▅▁ ] dim 0120 μ= -0.033 σ= 0.039 zeros= 0% [ ▁▁▃▄█████████▇▄▂▂ ] [ ▁▂▆█▇▆▂ ] dim 0121 μ= +0.012 σ= 0.025 zeros= 0% [ ▁▂▄▆████████▅▂▁▁ ] [ ▃▆██▆▃ ] dim 0122 μ= -0.003 σ= 0.017 zeros= 0% [ ▁▂▄▇███████▅▂▁▁▁ ] [ ▃██▇▅▂ ] dim 0123 μ= +0.004 σ= 0.023 zeros= 0% [ ▁▁▄▅███████▆▄▁▁ ] [ ▃▄███▃▂ ] dim 0124 μ= -0.014 σ= 0.020 zeros= 0% [ ▁▁▃▆▇███████▅▄▂▁ ] [ ▁▅▅▇█▄▁ ] dim 0125 μ= -0.004 σ= 0.045 zeros= 0% [ ▁▂▅▆███████▆▃▂▁▁ ] [ ▂▄▅█▇▄▁ ] dim 0126 μ= +0.022 σ= 0.017 zeros= 0% [ ▁▁▄▇███████▆▄▂▁▁ ] [ ▂▅█▇█▆ ] dim 0127 μ= -0.020 σ= 0.023 zeros= 0% [ ▁▁▃▆███████▆▃▂▁ ] [ ▁▅▇█▆▅▃ ] dim 0128 μ= -0.019 σ= 0.030 zeros= 0% [ ▁▂▃▅████████▄▃▁▁ ] [ ▄▆▇█▄ ] dim 0129 μ= -0.007 σ= 0.040 zeros= 0% [ ▁▁▃▅▇█████▇▇▄▂▁ ] [ ▁▅▇██▆▃ ] dim 0130 μ= -0.028 σ= 0.022 zeros= 0% [ ▁▁▄▆████████▄▂▁ ] [ ▄▆▇█▅▂ ] dim 0131 μ= -0.001 σ= 0.028 zeros= 0% [ ▁▁▃▅███████▆▄▃▂▁ ] [ ▃▄█▆▅▂ ] dim 0132 μ= +0.006 σ= 0.024 zeros= 0% [ ▁▃▄███████▆▄▂▁ ] [ ▁▆██▆▃ ] dim 0133 μ= +0.008 σ= 0.015 zeros= 0% [ ▁▂▃▆███████▅▂▁ ] [ ▂▇▇▇█▄▂ ] dim 0134 μ= +0.023 σ= 0.024 zeros= 0% [ ▁▂▄▇███████▆▃▂ ] [ ▃▅▆██▆▃ ] dim 0135 μ= -0.002 σ= 0.032 zeros= 0% [ ▁▁▂▃▄▇████████▅▂▂▁ ] [ ▁▄▅▇█▇▅▂ ] dim 0136 μ= +0.009 σ= 0.039 zeros= 0% [▁▁▂▃▅████████▆▃▂▁ ▁ ] [ ▁▅▆█▃▃ ] dim 0137 μ= -0.023 σ= 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.007 σ= 0.022 zeros= 0% [ ▁▁▂▆██████▆▄▂▁ ] [ ▃▆█▇█▄▁ ] dim 0142 μ= +0.009 σ= 0.015 zeros= 0% [ ▁▂▃▅████████▆▄▂▁▁] [ ▂▆▇██▄▂ ] dim 0143 μ= +0.001 σ= 0.027 zeros= 0% [ ▁▁▂▅▆███████▇▅▂▁▁ ] [ ▁▃▆██▇▄▁ ] dim 0144 μ= +0.005 σ= 0.036 zeros= 0% [ ▂▃▅████████▆▃▂▁ ] [ ▁▆▆▇█▇▃ ] dim 0145 μ= -0.018 σ= 0.018 zeros= 0% [ ▁▂▅▇████████▆▃▂▁ ] [ ▄▅███▅▄ ] dim 0146 μ= +0.016 σ= 0.032 zeros= 0% [ ▁▁▃▅▇████████▅▄▂▁ ] [ ▁▄▇██▆▃ ] dim 0147 μ= +0.024 σ= 0.029 zeros= 0% [ ▂▂▇███████▅▃▁▁ ] [ ▂▆██▇▅▁ ] dim 0148 μ= -0.003 σ= 0.018 zeros= 0% [ ▁▃▄▇███████▅▃▂▁ ] [ ▁▃▅▇█▆▃ ] dim 0149 μ= -0.014 σ= 0.024 zeros= 0% [ ▁▁▃▃▆████████▄▂▁ ] [ ▂▆█▇▇█▄▁ ] dim 0150 μ= -0.010 σ= 0.035 zeros= 0% [ ▁▁▂▄▆████████▇▃▂ ] [ ▁▅▇█▆▃ ] dim 0151 μ= +0.010 σ= 0.038 zeros= 0% [ ▁▁▂▄███████▇▅▂▁ ] [ ▂▅▇█▆▄ ] dim 0152 μ= +0.023 σ= 0.017 zeros= 0% [ ▁▁▃▅▇██████▇▅▃▂▁ ] [ ▂▇█▇▇▄▁ ] dim 0153 μ= -0.027 σ= 0.029 zeros= 0% [ ▁▁▂▅████████▅▃▂▁ ] [ ▂▅▅█▅▃▂ ] dim 0154 μ= -0.007 σ= 0.036 zeros= 0% [ ▁▁▄████████▆▅▃▁ ] [ ▃▄██▆▅▁ ] dim 0155 μ= +0.008 σ= 0.014 zeros= 0% [ ▁▁▃▅▇███████▅▄▂▁ ] [ ▃▅███▅▁ ] dim 0156 μ= -0.003 σ= 0.034 zeros= 0% [ ▁▂▃▇███████▆▃▂▁ ] [ ▄▆██▅▃ ] dim 0157 μ= -0.008 σ= 0.025 zeros= 0% [ ▂▂▄███████▇▄▂▁ ] [ ▁▆▆█▅▂ ] dim 0158 μ= -0.004 σ= 0.021 zeros= 0% [ ▂▂▄▇██████▇▅▂▂▁ ] [ ▂▆▇██▃ ] dim 0159 μ= -0.003 σ= 0.036 zeros= 0% [ ▁▂▅▇███████▅▂▂▁ ] [ ▂▅▆██▅▃ ] dim 0160 μ= -0.002 σ= 0.026 zeros= 0% [ ▁▂▃▅▇████████▅▄▂▁ ] [ ▄▇██▇▅▂ ] dim 0161 μ= -0.005 σ= 0.033 zeros= 0% [ ▁▁▂▄████████▇▃▂▁ ] [ ▂▅█▇▆▅▁ ] dim 0162 μ= -0.004 σ= 0.024 zeros= 0% [ ▁▂▃▆███████▆▃▁▁ ] [ ▁▄▆█▇▆▃▂ ] dim 0163 μ= +0.002 σ= 0.026 zeros= 0% [ ▁▁▂▃▆████████▇▄▂▂▁ ] [ ▁▅▇█▆▂ ] dim 0164 μ= +0.033 σ= 0.031 zeros= 0% [ ▁▂▄▆███████▆▃▂▁ ] [ ▂▅█▇▄ ] dim 0165 μ= -0.012 σ= 0.027 zeros= 0% [ ▁▂▄██████▇▄▃▁ ] [ ▁▄▆█▆▅▂ ] dim 0166 μ= +0.012 σ= 0.033 zeros= 0% [ ▁▁▃▆███████▇▄▃▁▁ ] [ ▃▆█▅▄ ] dim 0167 μ= -0.008 σ= 0.015 zeros= 0% [ ▁▃▅███████▆▃▁ ] [ ▁▄█▆▅▃ ] dim 0168 μ= +0.004 σ= 0.016 zeros= 0% [ ▁▂▃▆██████▇▅▃▁ ] [ ▁▃▄▆█▅▂ ] dim 0169 μ= -0.000 σ= 0.029 zeros= 0% [ ▁▂▄▄████████▆▃▁▁▁ ] [ ▃▆▇█▄▂ ] dim 0170 μ= +0.021 σ= 0.031 zeros= 0% [ ▁▁▃▆███████▇▅▃▁▁ ] [ ▃▃▇▇█▅▄ ] dim 0171 μ= -0.008 σ= 0.028 zeros= 0% [ ▁▂▄▆███████▇▆▅▃▁ ] [ ▃▆▇█▇▄▁ ] dim 0172 μ= -0.007 σ= 0.023 zeros= 0% [ ▁▂▃▅████████▅▃▃▁ ] [ ▃▆█▇▄▃ ] dim 0173 μ= -0.005 σ= 0.016 zeros= 0% [ ▂▂▅▇███████▅▂▁▁ ] [ ▃▅▆█▆▂▁ ] dim 0174 μ= -0.019 σ= 0.027 zeros= 0% [ ▁▁▃▆████████▅▃▁▁▁ ] [ ▁███▇▄ ] dim 0175 μ= -0.014 σ= 0.032 zeros= 0% [ ▁▁▄▆██████▇▅▃▁ ] [ ▁▄▆██▅▂ ] dim 0176 μ= +0.001 σ= 0.019 zeros= 0% [ ▁▁▃▄███████▆▄▂▁▁ ] [ ▁▃██▅▃ ] dim 0177 μ= +0.010 σ= 0.027 zeros= 0% [ ▁▂▄▇██████▇▆▃▁▁▁ ] [ ▁▂▅▇█▅▁ ] dim 0178 μ= +0.022 σ= 0.022 zeros= 0% [ ▁▂▃▆████████▅▃▂▁ ] [ ▁▄██▇▅▂ ] dim 0179 μ= -0.021 σ= 0.032 zeros= 0% [ ▁▂▃▅███████▇▅▂▂▁ ] [ ▅▅▇█▅▁ ] dim 0180 μ= +0.008 σ= 0.024 zeros= 0% [ ▁▂▄▇███████▇▅▃▂▁ ] [ ▃▅███▄▂ ] dim 0181 μ= -0.001 σ= 0.027 zeros= 0% [▁▁▁▃▄▇███████▇▃▂▁ ] [ ▁▆▆█▇▄▂▁ ] dim 0182 μ= -0.029 σ= 0.027 zeros= 0% [ ▁▁▂▄▇████████▅▃▂▁ ] [ ▂▅██▆▃ ] dim 0183 μ= -0.004 σ= 0.043 zeros= 0% [ ▁▂▅▇██████▇▆▃▂▁ ] [ ▂▄▆██▄▃ ] dim 0184 μ= +0.005 σ= 0.033 zeros= 0% [ ▁▁▁▃▄████████▆▄▂▁ ] [ ▂▇█▆█▄ ] dim 0185 μ= -0.018 σ= 0.030 zeros= 0% [ ▁▂▃▆████████▆▄▂▁ ] [ ▄▇▇█▄▂ ] dim 0186 μ= -0.005 σ= 0.019 zeros= 0% [ ▁▂▄▆███████▇▅▂▁ ] [ ▂▅▆█▇▅▃ ] dim 0187 μ= +0.005 σ= 0.023 zeros= 0% [ ▁▁▄▆████████▅▃▂▁ ] [ ▁▆▆█▅▃ ] dim 0188 μ= +0.035 σ= 0.019 zeros= 0% [ ▁▂▃▇██████▇▆▄▂▁ ] [ ▁▄█▆▆▂ ] dim 0189 μ= +0.016 σ= 0.041 zeros= 0% [ ▁▁▃▅▇███████▅▄▂▁ ] [ ▁▃▅█▇▄▁ ] dim 0190 μ= -0.010 σ= 0.037 zeros= 0% [ ▂▃▆████████▄▃▁ ] [ ▁▅▇▆█▇▄▂ ] dim 0191 μ= -0.004 σ= 0.036 zeros= 0% [▁▁▁▄▆█████████▄▃▂▁▁ ] [ ▃▆██▅▁ ] dim 0192 μ= -0.021 σ= 0.028 zeros= 0% [ ▁▂▄▇██████▆▄▂▁ ] [ ▃▄▇█▆▁ ] dim 0193 μ= +0.001 σ= 0.033 zeros= 0% [ ▁▃▄████████▅▃▁▁ ] [ ▁▄▅█▅▄ ] dim 0194 μ= -0.010 σ= 0.030 zeros= 0% [ ▁▂▄▆██████▇▅▄▂▁ ] [ ▅▆█▇▄▂ ] dim 0195 μ= +0.027 σ= 0.026 zeros= 0% [ ▁▂▃▅███████▇▄▂▁ ] [ ▂▅▇██▅ ] dim 0196 μ= +0.026 σ= 0.024 zeros= 0% [ ▁▁▃▅████████▆▄▃▂▁ ] [ ▄▇██▆▃ ] dim 0197 μ= -0.014 σ= 0.016 zeros= 0% [ ▁▁▂▅▇██████▇▄▃▂ ] [ ▄▆█▇▆▆▁ ] dim 0198 μ= +0.003 σ= 0.024 zeros= 0% [ ▁▃▄▇███████▇▄▂ ] [ ▁▅█▇▇▅▁ ] dim 0199 μ= +0.019 σ= 0.031 zeros= 0% [ ▁▂▅▆███████▅▄▂▁ ] [ ▂▆▆█▆▆▂ ] dim 0200 μ= +0.003 σ= 0.030 zeros= 0% [ ▁▂▃▆████████▆▄▂▂▁ ] [ ▂▃▇█▇▅ ] dim 0201 μ= -0.009 σ= 0.016 zeros= 0% [ ▁▁▃▅███████▇▃▂▁ ] [ ▂▅███▅▁ ] dim 0202 μ= +0.000 σ= 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.025 zeros= 0% [ ▁▂▃▅▇███████▇▆▃▁▁ ] [ ▄█▇▅▄ ] dim 0206 μ= +0.005 σ= 0.024 zeros= 0% [ ▁▁▃▄███████▄▂▁▁ ] [ ▁▃▅██▅▃▁ ] dim 0207 μ= +0.011 σ= 0.033 zeros= 0% [ ▁▁▃▆████████▆▃▁▁ ] [ ▂▅█▇█▃▂ ] dim 0208 μ= -0.029 σ= 0.018 zeros= 0% [ ▁▁▃▄▆███████▆▄▂▂ ] [ ▃▆█▆▄▂ ] dim 0209 μ= +0.018 σ= 0.023 zeros= 0% [ ▁▁▃▆███████▇▄▂▁ ] [ ▁▄█▇▆▃ ] dim 0210 μ= -0.009 σ= 0.015 zeros= 0% [ ▁▁▃▆███████▅▄▁▁ ] [ ▂▅▇██▄▁ ] dim 0211 μ= +0.000 σ= 0.031 zeros= 0% [ ▁▂▄▇███████▆▃▂▁ ] [ ▃▅▆█▆▃▁ ] dim 0212 μ= +0.016 σ= 0.032 zeros= 0% [ ▁▁▃▄▆███████▅▄▂▁ ] [ ▂▇█▇▅▅▂ ] dim 0213 μ= -0.002 σ= 0.025 zeros= 0% [ ▁▁▃▄▆███████▅▄▂▁ ] [ ▂▅▆██▅▁ ] dim 0214 μ= -0.002 σ= 0.031 zeros= 0% [ ▁▂▄▆███████▇▄▂▁ ] [ ▃▆█▅▄▃ ] dim 0215 μ= -0.001 σ= 0.026 zeros= 0% [ ▁▂▃▅▇██████▇▄▃▁▁ ] [ ▅▇█▇▃▁ ] dim 0216 μ= -0.007 σ= 0.027 zeros= 0% [ ▁▁▂▄▅███████▆▃▂▁ ] [ ▃▆▇█▇▄ ] dim 0217 μ= +0.001 σ= 0.032 zeros= 0% [ ▂▃▅▇██████▇▄▃▁ ] [ ▂▅███▆▃ ] dim 0218 μ= -0.001 σ= 0.016 zeros= 0% [ ▁▁▃▄▆████████▅▄▂▁ ] [ ▃▅▅█▆▄▄ ] dim 0219 μ= +0.007 σ= 0.031 zeros= 0% [ ▁▂▄▆████████▅▄▁▁ ] [ ▁▃▆▇█▅▃▁ ] dim 0220 μ= +0.022 σ= 0.030 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.029 zeros= 0% [ ▁▁▃▅▇████████▃▃▁▁ ] [ ▁▃▅▇█▄▂ ] dim 0226 μ= +0.001 σ= 0.028 zeros= 0% [ ▁▁▂▃▆███████▇▅▂▁▁ ] [ ▁▅▇█▇▆▃ ] dim 0227 μ= -0.033 σ= 0.031 zeros= 0% [ ▁▃▃▆████████▅▃▂▁ ] [ ▂▅███▆▃ ] dim 0228 μ= +0.038 σ= 0.039 zeros= 0% [ ▁▃▄▇████████▅▃▁▁ ] [ ▃▅▇█▅▃ ] dim 0229 μ= +0.004 σ= 0.023 zeros= 0% [ ▁▂▃▆▇██████▇▅▃▁▁ ] [ ▂▃▅██▆▅▁ ] dim 0230 μ= +0.006 σ= 0.019 zeros= 0% [ ▁▂▃▆████████▇▄▃▁▁ ] [ ▂▅▆█▇▃▂ ] dim 0231 μ= -0.018 σ= 0.025 zeros= 0% [ ▁▂▄▅███████▇▄▂▁ ] [ ▃▅▇█▆▂ ] dim 0232 μ= +0.029 σ= 0.025 zeros= 0% [ ▁▁▄▆██████▅▃▂ ] [ ▁▅▅█▇▄ ] dim 0233 μ= -0.029 σ= 0.027 zeros= 0% [ ▁▂▃▅███████▆▃▂▁ ] [ ▃▆▇█▆▃▁ ] dim 0234 μ= +0.038 σ= 0.030 zeros= 0% [ ▁ ▂▄▅████████▆▃▁▁ ] [ ▂▅▆▇█▄▁ ] dim 0235 μ= +0.001 σ= 0.021 zeros= 0% [ ▁▁▃▆███████▆▃▁▁ ] [ ▄▇██▅▂ ] dim 0236 μ= +0.020 σ= 0.040 zeros= 0% [ ▁▂▃▅███████▆▄▂▁ ] [ ▄▆██▅▂ ] dim 0237 μ= -0.008 σ= 0.023 zeros= 0% [ ▂▄▅▇██████▇▃▂▁ ] [ ▂▅▇█▆▇▂ ] dim 0238 μ= -0.009 σ= 0.029 zeros= 0% [ ▁▁▂▃▇███████▇▄▂▁▁ ] [ ▃▆█▇▅▃ ] dim 0239 μ= -0.018 σ= 0.028 zeros= 0% [ ▁▁▃▅███████▇▄▂▁▁ ] [ ▂▆█▆▅▁ ] dim 0240 μ= +0.017 σ= 0.023 zeros= 0% [▁▁▁▂▄▇███████▄▃▂▁ ] [ ▂▄▆▇█▆▅ ] dim 0241 μ= +0.028 σ= 0.039 zeros= 0% [ ▁▁▃▆████████▆▃▂▁ ] [ ▂▆▇█▅▄ ] dim 0242 μ= +0.003 σ= 0.025 zeros= 0% [ ▁▁▂▅▇███████▅▃▁▁ ] [ ▄▅▆█▄▁ ] dim 0243 μ= -0.006 σ= 0.020 zeros= 0% [ ▂▃▅███████▆▄▂▁▁ ] [ ▂▆█▆▄▃ ] dim 0244 μ= -0.008 σ= 0.034 zeros= 0% [▁▁▂▃▅████████▄▄▂▁ ] [ ▄▇██▆▆▁ ] dim 0245 μ= +0.004 σ= 0.033 zeros= 0% [ ▁▁▄▆████████▄▄▂▁ ] [ ▂▅█▇▅▁ ] dim 0246 μ= -0.016 σ= 0.018 zeros= 0% [ ▁▁▃▄███████▆▄▃▂▁ ] [ ▁▆▇██▄▁ ] dim 0247 μ= -0.038 σ= 0.036 zeros= 0% [ ▁▁▄▆███████▇▅▃▁▁▁ ] [ ▁▃▄▆█▅▂▁ ] dim 0248 μ= +0.010 σ= 0.035 zeros= 0% [ ▁▃▄████████▆▂▂▁] [ ▁▂▇█▇▅▄ ] dim 0249 μ= -0.021 σ= 0.033 zeros= 0% [ ▁▂▃▅████████▅▃▁▁ ] [ ▁▆▇█▇▅▃▁ ] dim 0250 μ= +0.002 σ= 0.023 zeros= 0% [ ▁▃▄█████████▅▃▁▁ ] [ ▁▄███▃ ] dim 0251 μ= +0.022 σ= 0.015 zeros= 0% [ ▁▁▃▆██████▇▃▂ ] [ ▂▅▆▇█▆▁ ] dim 0252 μ= -0.006 σ= 0.022 zeros= 0% [ ▁▂▄▇███████▆▄▂▁▁ ] [ ▂▆█▆▆▂ ] dim 0253 μ= -0.016 σ= 0.023 zeros= 0% [ ▁▁▂▅███████▇▄▃▁▁ ] [ ▃▆▆▇█▄▃ ] dim 0254 μ= +0.022 σ= 0.028 zeros= 0% [ ▁▁▃▅█████████▄▃▂▁▁] [ ▂▂▇█▆▃ ] dim 0255 μ= -0.013 σ= 0.038 zeros= 0% [ ▁▂▄▆██████▇▅▃▁ ] [ ▁▄▇█▇▇▄▁ ] dim 0256 μ= -0.011 σ= 0.046 zeros= 0% [ ▁▂▄▅████████▅▃▂▁ ] [ ▃▃▇▇█▄▂ ] dim 0257 μ= +0.001 σ= 0.029 zeros= 0% [ ▁▂▂▄▆███████▅▃▂▁ ] [ ▃▆█▆▅▆▂ ] dim 0258 μ= +0.003 σ= 0.027 zeros= 0% [ ▁▂▃▅████████▇▅▄▂▁ ] [ ▄▇█▆▅▃▁ ] dim 0259 μ= +0.004 σ= 0.018 zeros= 0% [ ▁▃▄▇███████▄▃▁ ] [ ▂▄█▇▄▁ ] dim 0260 μ= -0.003 σ= 0.032 zeros= 0% [ ▂▄▆██████▆▃▂▁ ] [ ▃▅▆█▇▄▁ ] dim 0261 μ= -0.020 σ= 0.016 zeros= 0% [ ▂▄▆███████▅▄▂▁ ] [ ▂▃▇█▆▄▁ ] dim 0262 μ= +0.028 σ= 0.018 zeros= 0% [ ▁▂▄▆███████▆▄▂▁ ] [ ▁▅██▇▇▃ ] dim 0263 μ= -0.010 σ= 0.018 zeros= 0% [▁▁▁▃▅▆████████▆▄▂▁▁ ] [ ▃▅█▇▅▁ ] dim 0264 μ= -0.014 σ= 0.029 zeros= 0% [ ▁▁▃▆███████▇▅▂▁▁ ] [ ▂▃▇▇█▆▂ ] dim 0265 μ= -0.010 σ= 0.025 zeros= 0% [ ▁▁▃▃▇███████▇▆▃▁▁ ] [ ▁▅▅█▆▄▁ ] dim 0266 μ= +0.003 σ= 0.023 zeros= 0% [ ▁▃▃▇███████▇▄▂▂▁ ] [ ▄▅█▇▇▁ ] dim 0267 μ= +0.010 σ= 0.018 zeros= 0% [ ▁▁▃▅███████▅▂▂▁ ] [ ▄██▇▆▃ ] dim 0268 μ= +0.024 σ= 0.038 zeros= 0% [ ▁▃▅███████▇▅▄▂ ] [ ▂▆█▆▇▄▁ ] dim 0269 μ= +0.003 σ= 0.028 zeros= 0% [ ▁▂▄▆███████▆▃▁▁ ] [ ▂▄█▇▆▅▂ ] dim 0270 μ= -0.001 σ= 0.032 zeros= 0% [ ▁▂▃▅█████████▅▃▁▁ ] [ ▃▅▆█▄ ] dim 0271 μ= -0.007 σ= 0.027 zeros= 0% [ ▁▃▅███████▅▂▁ ] [ ▁▆▇█▅▁ ] dim 0272 μ= -0.009 σ= 0.021 zeros= 0% [ ▁▂▃▆██████▇▄▂▁▁ ] [ ▁▄▅▆█▄▂ ] dim 0273 μ= +0.014 σ= 0.038 zeros= 0% [ ▁▂▃▅███████▆▄▃▁ ] [ ▂▄▅█▆▄▁ ] dim 0274 μ= +0.010 σ= 0.033 zeros= 0% [ ▁▁▂▄▆███████▆▄▃▁▁ ] [ ▁▃▆█▇▄▃ ] dim 0275 μ= +0.022 σ= 0.027 zeros= 0% [▁ ▂▄▆████████▅▃▂▁▁ ] [ ▁▃▇██▇▄▁ ] dim 0276 μ= -0.008 σ= 0.022 zeros= 0% [ ▁▃▄▆████████▇▄▂▁▁ ] [ ▂▃▆▆█▄▁ ] dim 0277 μ= +0.007 σ= 0.028 zeros= 0% [ ▁▂▃▆███████▆▄▃▁▁ ] [ ▅▆▇█▄▃ ] dim 0278 μ= -0.010 σ= 0.021 zeros= 0% [ ▁▂▃▅████████▅▂▁ ] [ ▁▃▄█▅▅▁ ] dim 0279 μ= +0.018 σ= 0.034 zeros= 0% [ ▁▁▂▄▇███████▇▄▂▁▁ ] [ ▁▄▆▇█▆▂ ] dim 0280 μ= +0.024 σ= 0.024 zeros= 0% [ ▁▁▂▃▆███████▆▃▁ ] [ ▂▅▆█▅▂▁ ] dim 0281 μ= +0.003 σ= 0.025 zeros= 0% [ ▁▂▃▆████████▇▄▃▂▁ ] [ ▂▇█▇▅▅▂ ] dim 0282 μ= +0.007 σ= 0.019 zeros= 0% [▁▁▂▄▆███████▆▄▂▁ ] [ ▄██▇▆▄ ] dim 0283 μ= -0.007 σ= 0.030 zeros= 0% [ ▁▃▅▇██████▇▅▃▂ ] [ ▁▄▇█▆▂ ] dim 0284 μ= -0.049 σ= 0.033 zeros= 0% [ ▁▃▆███████▆▄▃▁ ] [ ▂▆█▇▆▄ ] dim 0285 μ= +0.008 σ= 0.032 zeros= 0% [ ▁▁▂▅▇██████▇▅▃▁▁ ] [ ▂▄▆▇█▅▁ ] dim 0286 μ= -0.008 σ= 0.032 zeros= 0% [ ▁▂▃▅▇███████▇▅▃▂▁ ] [ ▁▅▆█▅▄▁ ] dim 0287 μ= +0.006 σ= 0.021 zeros= 0% [ ▁▁▂▄████████▆▄▂▁ ▁ ] [ ▃██▇▆▄▁ ] dim 0288 μ= -0.013 σ= 0.044 zeros= 0% [ ▁▂▃▅▇███████▆▃▂▁ ] [ ▃█▇▅▂ ] dim 0289 μ= +0.011 σ= 0.024 zeros= 0% [ ▁▁▄▅███████▅▃▁▁ ] [ ▂▆▆█▆▅▁ ] dim 0290 μ= +0.013 σ= 0.037 zeros= 0% [ ▁▁▃▇███████▆▄▂▁ ] [ ▃▄▅█▆▄▂ ] dim 0291 μ= -0.015 σ= 0.014 zeros= 0% [ ▁▁▃▄▆████████▆▃▂▁ ] [ ▁▄▆██▅▁ ] dim 0292 μ= +0.003 σ= 0.033 zeros= 0% [ ▁▁▃▆███████▆▄▁▁ ] [ ▁▅█▇▇▅▃ ] dim 0293 μ= +0.020 σ= 0.019 zeros= 0% [ ▁▃▄████████▆▄▂▁▁ ] [ ▂▄▅█▆▆▃ ] dim 0294 μ= -0.005 σ= 0.026 zeros= 0% [▁▁▂▃▅████████▆▄▃▁▁ ] [ ▅███▇▃ ] dim 0295 μ= -0.001 σ= 0.012 zeros= 0% [ ▁▂▄▆████████▅▄▁▁ ] [ ▁▄█▆█▅▃▁ ] dim 0296 μ= +0.001 σ= 0.025 zeros= 0% [ ▁▃▅▇████████▆▃▁ ] [ ▃▅▆▆█▄▂ ] dim 0297 μ= -0.004 σ= 0.017 zeros= 0% [ ▁▁▃▄▇████████▅▃▂▁▁ ] [ ▄▄█▇▆▃ ] dim 0298 μ= -0.009 σ= 0.024 zeros= 0% [ ▁▂▃▅▇██████▇▅▃▂▁ ] [ ▃▆█▇█▃ ] dim 0299 μ= +0.002 σ= 0.026 zeros= 0% [ ▁ ▁▃▅▇███████▆▄▂▁▁] [ ▂▆▇█▇▅▂ ] dim 0300 μ= -0.023 σ= 0.030 zeros= 0% [ ▁▂▄▆███████▆▃▂▁ ] [ ▄▇█▆▇▂ ] dim 0301 μ= +0.009 σ= 0.025 zeros= 0% [ ▁▂▃▇███████▇▅▂▁ ] [ ▁▄▆█▆▅▂ ] dim 0302 μ= +0.007 σ= 0.035 zeros= 0% [ ▁▁▂▄▆███████▇▅▂▁ ] [ ▂▄█▇█▄▁ ] dim 0303 μ= -0.018 σ= 0.016 zeros= 0% [ ▁▂▃▆███████▇▅▂▁ ] [ ▃▆█▆▄▂ ] dim 0304 μ= +0.000 σ= 0.030 zeros= 0% [ ▁▂▃▅▇███████▆▃▂▁ ] [ ▃▆██▅▂ ] dim 0305 μ= +0.023 σ= 0.034 zeros= 0% [ ▁▁▄▆████████▅▃▁▁ ] [ ▃▅██▅▃ ] dim 0306 μ= +0.012 σ= 0.036 zeros= 0% [▁▁▁▃▅████████▆▂▂ ] [ ▂▇███▄ ] dim 0307 μ= +0.009 σ= 0.016 zeros= 0% [ ▁▁▂▄████████▆▄▂▁ ] [ ▁▃▅█▆▅▃ ] dim 0308 μ= +0.029 σ= 0.038 zeros= 0% [ ▁▁▂▃▅████████▄▃▁▁ ] [ ▄▆██▅▁ ] dim 0309 μ= +0.003 σ= 0.031 zeros= 0% [ ▁▃▄▇████████▄▂▁▁ ] [ ▃▆▇▇█▄ ] dim 0310 μ= -0.002 σ= 0.010 zeros= 0% [ ▁▂▄████████▄▃▁ ] [ ▁▆█▇▄▁ ] dim 0311 μ= +0.007 σ= 0.014 zeros= 0% [ ▁▃▇██████▅▃▁▁ ] [ ▃▆▇█▇▃ ] dim 0312 μ= +0.019 σ= 0.035 zeros= 0% [ ▁▂▄▆███████▄▂▁ ] [ ▁▃▆██▄▁ ] dim 0313 μ= +0.004 σ= 0.020 zeros= 0% [ ▁▂▃▆███████▆▄▂▁ ] [ ▄▇▇█▇▅▃ ] dim 0314 μ= +0.003 σ= 0.045 zeros= 0% [ ▁▁▃▆▇████████▅▃▂▁ ] [ ▂▄▅█▇▅▂ ] dim 0315 μ= +0.000 σ= 0.022 zeros= 0% [ ▁▃▅▆███████▆▅▂▁▁ ] [ ▂▄██▆▂ ] dim 0316 μ= -0.027 σ= 0.025 zeros= 0% [ ▁▁▂▄▆██████▇▅▃▂▁ ] [ ▂▆██▆▃ ] dim 0317 μ= -0.014 σ= 0.029 zeros= 0% [ ▁▁▃▇███████▆▃▂▁ ] [ ▁▆▆█▆▁ ] dim 0318 μ= -0.011 σ= 0.015 zeros= 0% [ ▁▂▃▇██████▆▄▁▁ ] [ ▄▅█▆▇▄ ] dim 0319 μ= +0.008 σ= 0.032 zeros= 0% [ ▁▂▅███████▇▄▃▂ ] [ ▂▄▇██▅▁ ] dim 0320 μ= -0.013 σ= 0.024 zeros= 0% [ ▁▂▄▇███████▇▄▂▁▁ ] [ ▃▇▇█▆▅▁ ] dim 0321 μ= -0.026 σ= 0.016 zeros= 0% [ ▁▁▃▅▇███████▆▄▂▁ ] [ ▂▄▆█▆▄▂ ] dim 0322 μ= -0.006 σ= 0.035 zeros= 0% [ ▂▃▄▇███████▇▄▃▁▁ ] [ ▁▄▅██▆▂ ] dim 0323 μ= +0.014 σ= 0.034 zeros= 0% [▁ ▁▂▄▆████████▇▄▂▁▁ ] [ ▁▂▅▆█▇▃▄▁ ] dim 0324 μ= -0.023 σ= 0.018 zeros= 0% [▁▂▂▃▅█████████▅▃▂▁ ] [ ▄▅█▇▇▃▁ ] dim 0325 μ= +0.011 σ= 0.035 zeros= 0% [ ▁▁▃▆▇███████▅▄▁▁▁ ] [ ▂▃▆█▆▆▂ ] dim 0326 μ= -0.006 σ= 0.023 zeros= 0% [ ▁▂▃▆███████▇▅▂▁▁ ] [ ▃▆▇█▇▂▂ ] dim 0327 μ= -0.024 σ= 0.018 zeros= 0% [ ▁▂▂▄▇███████▇▅▂▁ ] [ ▁▄▇██▅▂ ] dim 0328 μ= +0.003 σ= 0.010 zeros= 0% [ ▁▁▂▄████████▆▄▂▁ ] [ ▁▅▇▇█▃ ] dim 0329 μ= +0.003 σ= 0.031 zeros= 0% [ ▁▁▂▅▇██████▆▄▂▁ ] [ ▃▄█▅▃▁ ] dim 0330 μ= +0.016 σ= 0.041 zeros= 0% [ ▁▁▃▆███████▆▄▂▁▁ ] [ ▂▃▇▇█▆▄ ] dim 0331 μ= -0.001 σ= 0.039 zeros= 0% [ ▁▂▃▆████████▆▃▁▁ ] [ ▃▅█▇▆▃ ] dim 0332 μ= +0.022 σ= 0.019 zeros= 0% [ ▁▂▄▇███████▆▃▂▁ ] [ ▃▄▇█▆▅▁ ] dim 0333 μ= -0.002 σ= 0.028 zeros= 0% [ ▁▂▂▇███████▅▂▂▁ ] [ ▁▃▅█▄▅▂ ] dim 0334 μ= +0.018 σ= 0.016 zeros= 0% [ ▁▂▃▅███████▇▅▃▂▁ ] [ ▃▆█▅▃ ] dim 0335 μ= +0.003 σ= 0.024 zeros= 0% [ ▁▂▂▅███████▄▂▁ ] [ ▁▃▆█▆▅▂▁ ] dim 0336 μ= +0.000 σ= 0.033 zeros= 0% [ ▁▃▄▅█████████▆▃▂▁▁] [ ▄▆██▄▄ ] dim 0337 μ= -0.014 σ= 0.027 zeros= 0% [ ▁▄▅▇███████▅▃▁ ] [ ▁▃▆▇█▅▂ ] dim 0338 μ= +0.011 σ= 0.028 zeros= 0% [ ▁▁▄▅████████▄▃▁ ] [ ▃▆█▇█▅▄▁ ] dim 0339 μ= +0.004 σ= 0.030 zeros= 0% [ ▁▃▅▇████████▃▂▁▁ ] [ ▂▃▅██▅▂ ] dim 0340 μ= +0.000 σ= 0.032 zeros= 0% [ ▁▂▄▆███████▆▄▂▁ ] [ ▄▆█▆▃ ] dim 0341 μ= +0.017 σ= 0.022 zeros= 0% [ ▁▂▅██████▇▃▂▁ ] [ ▁▅▇█▅▃▂ ] dim 0342 μ= -0.017 σ= 0.026 zeros= 0% [ ▁▃▅▆███████▆▅▃▁▁ ] [ ▁▅▅█▇▅▁ ] dim 0343 μ= +0.000 σ= 0.014 zeros= 0% [ ▁▂▃▆███████▆▃▂▁ ] [ ▂▆▇█▅▃▁ ] dim 0344 μ= +0.013 σ= 0.024 zeros= 0% [ ▁▂▄▇███████▅▃▂▁ ] [ ▃▇██▅▂ ] dim 0345 μ= +0.013 σ= 0.025 zeros= 0% [ ▁▁▃▅▇███████▅▃▁▁ ] [ ▁▃▇▇█▆▃▁ ] dim 0346 μ= -0.003 σ= 0.015 zeros= 0% [ ▁▁▃▅████████▆▃▁▁ ] [ ▃▅███▄▂ ] dim 0347 μ= -0.024 σ= 0.032 zeros= 0% [ ▁▃▅▇███████▆▅▂▁ ] [ ▄█▇▆▄ ] dim 0348 μ= -0.009 σ= 0.033 zeros= 0% [ ▁▃▆▇██████▆▃▂▁ ] [ ▁▃▆█▆▆▃ ] dim 0349 μ= -0.027 σ= 0.030 zeros= 0% [ ▁▂▃▅███████▆▄▂▁ ] [ ▁▅▇██▄▂ ] dim 0350 μ= +0.014 σ= 0.017 zeros= 0% [ ▁▂▃▅███████▆▃▂▁ ] [ ▁▅▆█▆▃▁ ] dim 0351 μ= +0.019 σ= 0.027 zeros= 0% [ ▁▂▄▆███████▆▄▁▁ ] [ ▂▅▇█▆▅ ] dim 0352 μ= +0.006 σ= 0.031 zeros= 0% [ ▁▂▃▆███████▅▃▁▁ ] [ ▁▃▇█▇▇▄ ] dim 0353 μ= -0.016 σ= 0.027 zeros= 0% [ ▁▁▄▇███████▆▅▃▁ ] [ ▂▆▇█▅▂ ] dim 0354 μ= +0.013 σ= 0.037 zeros= 0% [ ▁▂▃▆████████▄▃▁ ] [ ▃▆▆█▆▄ ] dim 0355 μ= -0.010 σ= 0.021 zeros= 0% [ ▁▄▄▇███████▇▄▂▁▁ ] [ ▅▅▇█▅▃ ] dim 0356 μ= +0.032 σ= 0.034 zeros= 0% [ ▁▂▄▆████████▆▄▂▁ ] [ ▁▂▆▇█▆▄▁ ] dim 0357 μ= +0.018 σ= 0.028 zeros= 0% [ ▁▂▃▇████████▇▄▁▁ ] [ ▂▅▇▇█▅▂ ] dim 0358 μ= -0.003 σ= 0.014 zeros= 0% [ ▁▂▄▆████████▄▂▁ ] [ ▃▅██▅▂ ] dim 0359 μ= -0.011 σ= 0.027 zeros= 0% [ ▁▂▄▇███████▅▂▁▁ ] [ ▃▄██▅▃ ] dim 0360 μ= +0.010 σ= 0.028 zeros= 0% [ ▁▃▄▆███████▄▂▁ ] [ ▃▆█▇█▄ ] dim 0361 μ= -0.015 σ= 0.036 zeros= 0% [ ▁▂▄▆███████▆▄▂▁ ] [ ▄▆▇█▅▂ ] dim 0362 μ= -0.026 σ= 0.017 zeros= 0% [ ▁▂▄▆███████▇▅▃▂▁▁ ] [ ▁▄▆█▇▅▁ ] dim 0363 μ= +0.020 σ= 0.030 zeros= 0% [ ▁▂▃▆███████▇▄▂▁ ] [ ▂▄███▄▃ ] dim 0364 μ= +0.009 σ= 0.029 zeros= 0% [ ▁▃▄▆████████▃▂▁▁ ] [ ▁▅▇█▇▃ ] dim 0365 μ= +0.032 σ= 0.031 zeros= 0% [ ▁▂▂▅▇███████▅▃▁▁ ] [ ▃▇▇█▅▄ ] dim 0366 μ= -0.022 σ= 0.022 zeros= 0% [ ▁▁▄▅███████▇▅▃▂▁ ] [ ▃▆█▇▃▁ ] dim 0367 μ= +0.004 σ= 0.014 zeros= 0% [ ▁▂▃▆██████▆▃▁ ] [ ▁▄█▇▆▄▁ ] dim 0368 μ= -0.007 σ= 0.022 zeros= 0% [ ▁▂▄▆███████▄▄▂▁ ] [ ▂▆█▇▅▁ ] dim 0369 μ= +0.033 σ= 0.019 zeros= 0% [ ▁▁▂▆███████▆▄▂▁ ] [ ▂▃▆█▇▃▂ ] dim 0370 μ= -0.002 σ= 0.020 zeros= 0% [ ▁▂▅███████▇▃▂ ] [ ▁▄▅█▇▇▄▂ ] dim 0371 μ= +0.006 σ= 0.037 zeros= 0% [ ▁▂▃▆████████▆▃▂▁ ] [ ▄▆██▅▁ ] dim 0372 μ= +0.020 σ= 0.034 zeros= 0% [ ▁▃▅▇██████▅▃▁▁ ] [ ▁▃▅▅█▆▄ ] dim 0373 μ= -0.001 σ= 0.032 zeros= 0% [ ▁▂▃▅████████▇▄▂▁▁ ] [ ▁▄██▆▃ ] dim 0374 μ= -0.018 σ= 0.021 zeros= 0% [ ▁▃▄▇███████▅▃▂▁▁ ] [ ▃▆██▄▄ ] dim 0375 μ= +0.011 σ= 0.028 zeros= 0% [ ▁▁▂▃▆████████▇▃▂ ] [ ▂▅▇█▆▆▃ ] dim 0376 μ= -0.011 σ= 0.018 zeros= 0% [ ▁▂▄▇███████▇▅▄▁▁ ] [ ▁▄▆█▇▅▁ ] dim 0377 μ= -0.006 σ= 0.028 zeros= 0% [ ▁▁▃▄▆███████▆▄▂▁▁ ] [ ▁▅▇█▇▆▂ ] dim 0378 μ= -0.001 σ= 0.026 zeros= 0% [ ▁▂▃▅▇████████▅▂▁▁ ] [ ▁▄▅█▇▇▆ ] dim 0379 μ= +0.003 σ= 0.026 zeros= 0% [ ▁▁▄▅████████▆▅▂▁ ] [ ▂▇██▅▁ ] dim 0380 μ= -0.003 σ= 0.024 zeros= 0% [ ▁▃▇██████▆▃▁▁ ] [ ▁▅▆█▆▃ ] dim 0381 μ= +0.002 σ= 0.017 zeros= 0% [ ▁▂▅▇███████▆▄▂▁ ] [ ▁▃▇█▆▃▃ ] dim 0382 μ= -0.010 σ= 0.030 zeros= 0% [ ▁▁▂▂▅█████████▅▃▂▁ ] [ ▁▄█▇▇▂ ] dim 0383 μ= +0.024 σ= 0.034 zeros= 0% [ ▁▁▃▄▇██████▇▄▃▁ ] [ ▅▅█▆▅ ] dim 0384 μ= +0.010 σ= 0.027 zeros= 0% [ ▁▂▃▆███████▆▄▂▁ ] [ ▃█▆▅▃▁ ] dim 0385 μ= +0.019 σ= 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.043 zeros= 0% [ ▁▁▃▄▇██████▇▄▂▁▁ ] [ ▁▃██▇▅▂ ] dim 0389 μ= +0.008 σ= 0.027 zeros= 0% [ ▁▂▄▆████████▅▂▁ ] [ ▂▄██▇█▃▁ ] dim 0390 μ= +0.026 σ= 0.026 zeros= 0% [ ▁▁▃▄▇████████▆▄▂▁ ] [ ▃▄███▅▁ ] dim 0391 μ= +0.001 σ= 0.030 zeros= 0% [ ▁▂▄▆███████▅▃▂ ] [ ▂▆▆▆█▂ ] dim 0392 μ= +0.020 σ= 0.026 zeros= 0% [ ▁▂▄████████▅▃▁▁ ] [ ▂▇▆█▇▅▂ ] dim 0393 μ= -0.010 σ= 0.040 zeros= 0% [ ▁▁▃▄████████▇▅▃▂▁ ] [ ▂▅▆██▅▁ ] dim 0394 μ= +0.017 σ= 0.018 zeros= 0% [ ▁▁▂▅▆███████▇▄▂▁ ] [ ▃▅▆█▅▄▂ ] dim 0395 μ= -0.002 σ= 0.035 zeros= 0% [ ▁▁▃▅▇███████▆▄▃▂▁ ] [ ▃▆███▅▂ ] dim 0396 μ= -0.015 σ= 0.025 zeros= 0% [ ▁▃▅▇███████▇▄▂▁▁ ] [ ▁▃██▆▄▃ ] dim 0397 μ= +0.003 σ= 0.018 zeros= 0% [ ▁▂▄▆████████▅▃▁▁ ] [ ▄▇█▅▄▂ ] dim 0398 μ= +0.000 σ= 0.038 zeros= 0% [ ▁▂▄▆███████▇▄▂▁ ] [ ▂▅█▇▆▆▃ ] dim 0399 μ= -0.013 σ= 0.016 zeros= 0% [ ▁▂▃▅███████▇▅▃▂ ] [ ▂▅▆█▅▄▁ ] dim 0400 μ= -0.002 σ= 0.037 zeros= 0% [ ▁▂▃▅▇███████▆▄▃▁▁ ] [ ▃▅▇▇█▆▁ ] dim 0401 μ= -0.017 σ= 0.030 zeros= 0% [ ▁▁▂▄█████████▄▂▁▁ ] [ ▁▄▄█▆▆▃ ] dim 0402 μ= +0.001 σ= 0.025 zeros= 0% [ ▁▁▃▆███████▇▆▃▁▁▁ ] [ ▁▄▆▇█▄▃ ] dim 0403 μ= -0.005 σ= 0.026 zeros= 0% [ ▁▁▂▄▆███████▇▅▃▂ ] [ ▂▅▇█▆▄▁ ] dim 0404 μ= +0.003 σ= 0.023 zeros= 0% [ ▁▂▃▆███████▆▄▂▁▁ ] [ ▁▄▆██▄▁ ] dim 0405 μ= +0.016 σ= 0.029 zeros= 0% [ ▁▁▃▄▇███████▇▅▃▁▁ ] [ ▁▂▆█▇▇▄▁ ] dim 0406 μ= +0.015 σ= 0.018 zeros= 0% [ ▁▂▃▅████████▅▂▂▁ ] [ ▄▇█▇▅▂ ] dim 0407 μ= +0.012 σ= 0.018 zeros= 0% [ ▁▂▃▅███████▇▃▃▁ ] [ ▁▄▆█▇▄▄ ] dim 0408 μ= +0.003 σ= 0.024 zeros= 0% [ ▁▂▄▇███████▇▅▂▁ ] [ ▄▇█▆▃ ] dim 0409 μ= -0.011 σ= 0.025 zeros= 0% [ ▁▁▃▅███████▆▃▁ ] [ ▁▄▆█▇▃▁ ] dim 0410 μ= -0.019 σ= 0.025 zeros= 0% [ ▁▂▃▆███████▆▃▁▁ ] [ ▂▅▇█▇▃▂ ] dim 0411 μ= +0.002 σ= 0.029 zeros= 0% [ ▁▁▂▅▆███████▇▅▂▁ ] [ ▂▅▇██▅▂ ] dim 0412 μ= +0.004 σ= 0.038 zeros= 0% [ ▂▂▅▇███████▆▃▂▁ ] [ ▂▅▇██▇▂ ] dim 0413 μ= -0.010 σ= 0.024 zeros= 0% [ ▁▁▂▄▇███████▆▂▂ ] [ ▁▄▇█▃ ] dim 0414 μ= -0.008 σ= 0.025 zeros= 0% [ ▁▂▆█████▇▆▃▁ ] [ ▃██▇▂▁ ] dim 0415 μ= -0.008 σ= 0.022 zeros= 0% [ ▁▁▃▅███████▆▃▁ ] [ ▂▅▆█▇▅▄▁ ] dim 0416 μ= -0.003 σ= 0.038 zeros= 0% [ ▁▂▃▇████████▆▄▂▁ ▁] [ ▁▅█▆▆▄ ] dim 0417 μ= +0.008 σ= 0.029 zeros= 0% [ ▁▁▂▅▆██████▇▄▂▁▁ ] [ ▁▂▇██▆▄▁ ] dim 0418 μ= -0.016 σ= 0.021 zeros= 0% [ ▁▂▄█████████▆▄▂▁ ] [ ▂▄█▆▄▂ ] dim 0419 μ= -0.005 σ= 0.014 zeros= 0% [ ▁▁▃▆██████▆▄▂▁ ] [ ▂▄▇▇█▄▃ ] dim 0420 μ= +0.003 σ= 0.035 zeros= 0% [ ▁▂▄▆████████▆▃▂▁ ] [ ▂▄▅█▇▅▂ ] dim 0421 μ= -0.017 σ= 0.027 zeros= 0% [ ▁▂▄▆████████▆▃▂▁ ] [ ▃▅▇▆█▅▃ ] dim 0422 μ= +0.011 σ= 0.027 zeros= 0% [ ▁▁▃▅████████▆▅▃▂▁ ] [ ▃▅█▇▃▂ ] dim 0423 μ= +0.014 σ= 0.023 zeros= 0% [ ▁▂▄▅███████▇▄▃▁▁ ] [ ▂▄▇█▆▅▂ ] dim 0424 μ= +0.015 σ= 0.021 zeros= 0% [ ▁▁▂▄▇███████▆▅▂▁ ] [ ▂▇█▇▄▂ ] dim 0425 μ= -0.012 σ= 0.039 zeros= 0% [ ▁▂▄▆██████▇▄▂▁ ] [ ▁▅▇█▆▆▁ ] dim 0426 μ= +0.019 σ= 0.012 zeros= 0% [ ▁▂▃▇███████▆▃▁▁ ] [ ▁▅███▅▃ ] dim 0427 μ= +0.002 σ= 0.036 zeros= 0% [ ▁▂▃████████▆▄▂▁ ] [ ▃▇██▇▅▂▁ ] dim 0428 μ= +0.021 σ= 0.036 zeros= 0% [ ▁▁▁▃▅█████████▄▃▂ ] [ ▆█▇▇▇▂ ] dim 0429 μ= +0.010 σ= 0.016 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.030 zeros= 0% [ ▁▂▄▅██████▇▅▃▂▁ ] [ ▃▆██▄▁ ] dim 0434 μ= +0.002 σ= 0.026 zeros= 0% [ ▁▃▄███████▆▄▁ ] [ ▃▅▇█▆▂ ] dim 0435 μ= +0.005 σ= 0.017 zeros= 0% [ ▁▁▃▅▇██████▇▄▃▁▁ ] [ ▂▅█▇▆▁ ] dim 0436 μ= -0.008 σ= 0.034 zeros= 0% [ ▁▂▃▆▇███████▄▂▁ ] [ ▂▄█▅▆▂▁ ] dim 0437 μ= +0.011 σ= 0.031 zeros= 0% [ ▁▁▃▆███████▅▃▁▁ ] [ ▃▆▇█▇▃ ] dim 0438 μ= -0.001 σ= 0.023 zeros= 0% [ ▁▁▃▅▇███████▆▃▁▁ ] [ ▂▅█▆▄▂ ] dim 0439 μ= -0.018 σ= 0.029 zeros= 0% [ ▁▂▄▇██████▆▃▂▁ ] [ ▃▅█▇▅▄ ] dim 0440 μ= +0.005 σ= 0.028 zeros= 0% [ ▁▁▃▅▇███████▅▃▂▁ ] [ ▁▃▆██▅▃ ] dim 0441 μ= +0.020 σ= 0.036 zeros= 0% [ ▁▁▂▅▆████████▅▃▁▁ ] [ ▅▇██▅▃ ] dim 0442 μ= +0.011 σ= 0.019 zeros= 0% [ ▁▂▅███████▆▄▂▁ ] [ ▅█▇▇▃▂ ] dim 0443 μ= -0.010 σ= 0.017 zeros= 0% [ ▁▂▄████████▆▄▂▁▁ ] [ ▁▃█▅▇▃▃ ] dim 0444 μ= +0.017 σ= 0.042 zeros= 0% [ ▁▁▃▇███████▇▅▃▁▁ ] [ ▂▆▇█▅▄ ] dim 0445 μ= +0.005 σ= 0.021 zeros= 0% [ ▁▂▃▅▇███████▅▃▁▁ ] [ ▄▇▇█▇▄▁ ] dim 0446 μ= +0.019 σ= 0.028 zeros= 0% [ ▁▂▄▆████████▆▃▂▁ ] [ ▁▄▆█▇▅▁ ] dim 0447 μ= +0.021 σ= 0.025 zeros= 0% [ ▁▃▄▆███████▆▄▂▁ ] [ ▂▄▅██▆ ] dim 0448 μ= -0.013 σ= 0.031 zeros= 0% [ ▁▂▄▆███████▅▄▂▁ ] [ ▂▇▇█▇▅ ] dim 0449 μ= +0.013 σ= 0.020 zeros= 0% [ ▂▃▇██████▇▆▃▁▁ ] [ ▄▇█▇▅▃ ] dim 0450 μ= -0.018 σ= 0.020 zeros= 0% [ ▁▂▄▇███████▇▅▂▁▁ ] [ ▁▂▆█▇▆▃ ] dim 0451 μ= +0.008 σ= 0.022 zeros= 0% [ ▁▂▅████████▄▃▁▁ ] [ ▂▅██▆▃ ] dim 0452 μ= -0.015 σ= 0.030 zeros= 0% [ ▁▂▄▇███████▅▂▁ ] [ ▄▇█▆▅▂ ] dim 0453 μ= -0.007 σ= 0.018 zeros= 0% [ ▁▁▃▄███████▇▅▃▁▁ ] [ ▁▄█▇▆▅▁ ] dim 0454 μ= -0.000 σ= 0.014 zeros= 0% [ ▁▂▄▅███████▆▄▂▁ ] [ ▃▆█▇█▆▁ ] dim 0455 μ= +0.012 σ= 0.044 zeros= 0% [ ▁▁▂▆▇███████▅▄▁▁ ] [ ▂▅█▇▅▅▂ ] dim 0456 μ= -0.019 σ= 0.032 zeros= 0% [ ▁▁▂▅████████▆▄▃▂▁ ] [ ▂▅▇█▄▁ ] dim 0457 μ= +0.012 σ= 0.028 zeros= 0% [ ▁▁▂▄▇██████▇▄▂▁ ] [ ▃▆▇█▆▃ ] dim 0458 μ= +0.015 σ= 0.031 zeros= 0% [ ▁▂▃▅████████▆▃▁▁ ] [ ▂▃▆▇█▃▃ ] dim 0459 μ= -0.011 σ= 0.023 zeros= 0% [ ▁▂▂▄█████████▅▃▂▁▁] [ ▁▅▇█▅▄ ] dim 0460 μ= -0.008 σ= 0.026 zeros= 0% [ ▁▂▂▆███████▅▃▁ ] [ ▁▅▅███▆▃ ] dim 0461 μ= -0.006 σ= 0.013 zeros= 0% [ ▁▁▃▄▆████████▇▅▂▁ ▁] [ ▂▅▇█▄▂ ] dim 0462 μ= -0.014 σ= 0.022 zeros= 0% [ ▁▂▄▆███████▄▂▂ ] [ ▁▃▅█▇▆▁ ] dim 0463 μ= -0.017 σ= 0.035 zeros= 0% [ ▂▃▅████████▄▂▂ ] [ ▁▅▅█▆▃▃ ] dim 0464 μ= -0.019 σ= 0.041 zeros= 0% [ ▂▃▄▆███████▆▅▂▂▁ ] [ ▃██▇▄▁ ] dim 0465 μ= -0.007 σ= 0.027 zeros= 0% [ ▁▃▄███████▆▃▁▁ ] [ ▃▅█▅▄▁ ] dim 0466 μ= -0.004 σ= 0.040 zeros= 0% [ ▂▂▃▅███████▆▄▂▁ ] [ ▂▅█▇▆▃▁ ] dim 0467 μ= +0.002 σ= 0.021 zeros= 0% [ ▁▁▃▄▆███████▅▃▂▁ ] [ ▂▄█▇█▄▁ ] dim 0468 μ= +0.005 σ= 0.022 zeros= 0% [ ▁▃▅███████▇▃▂▁ ] [ ▁▄██▇▅▁ ] dim 0469 μ= -0.002 σ= 0.029 zeros= 0% [ ▁▂▃▆███████▅▃▁▁ ] [ ▄▅███▄▁ ] dim 0470 μ= -0.017 σ= 0.017 zeros= 0% [▁ ▁▂▂▇████████▆▄▂▁ ] [ ▁▂█▆▅▁ ] dim 0471 μ= +0.040 σ= 0.015 zeros= 0% [ ▁▁▃▅███████▅▂▁ ] [ ▃▇█▆▇ ] dim 0472 μ= -0.004 σ= 0.027 zeros= 0% [ ▁▂▄███████▅▃▁▁ ] [ ▂▃▇█▆▅▁ ] dim 0473 μ= -0.016 σ= 0.016 zeros= 0% [ ▁▂▃▇████████▄▂▁ ] [ ▂▄█▇▄▂ ] dim 0474 μ= +0.013 σ= 0.023 zeros= 0% [ ▁▂▄▆██████▇▃▂▁ ] [ ▃▄▆█▆▄ ] dim 0475 μ= +0.000 σ= 0.039 zeros= 0% [ ▁▁▃▅▇███████▅▃▂ ] [ ▂▆█▇▆▃ ] dim 0476 μ= -0.010 σ= 0.021 zeros= 0% [ ▁▂▄▇██████▇▄▂▁ ] [ ▁▃▃█▄▃▁ ] dim 0477 μ= -0.005 σ= 0.019 zeros= 0% [ ▁▂▃▆███████▅▃▂▁ ] [ ▂▅▆█▅▅▂ ] dim 0478 μ= -0.025 σ= 0.024 zeros= 0% [ ▁▂▂▃▇███████▇▆▂▁▁▁] [ ▂▄▇▅█▅▂ ] dim 0479 μ= +0.005 σ= 0.031 zeros= 0% [ ▁▂▄▇███████▆▄▂▁ ] [ ▁▆█▇▅▂ ] dim 0480 μ= -0.008 σ= 0.029 zeros= 0% [ ▁▃▄▇███████▄▂▂▁ ] [ ▂▄▆█▆▅▂ ] dim 0481 μ= +0.021 σ= 0.019 zeros= 0% [ ▁▂▄▆███████▇▄▂▁▁ ] [ ▄██▆▆▅ ] dim 0482 μ= +0.010 σ= 0.029 zeros= 0% [ ▁▁▃▅▇██████▇▅▂▂▁ ] [ ▁▄▅█▇█▅▂ ] dim 0483 μ= -0.009 σ= 0.031 zeros= 0% [ ▁▁▂▄████████▇▄▂▁ ] [ ▃██▆█▅▂ ] dim 0484 μ= +0.004 σ= 0.036 zeros= 0% [ ▁▁▃▄▇███████▇▅▂▁▁ ] [ ▃▄▇▅█▄ ] dim 0485 μ= +0.016 σ= 0.015 zeros= 0% [ ▁▂▄████████▅▃▂▁ ] [ ▁▅▆█▇▆▂ ] dim 0486 μ= +0.024 σ= 0.028 zeros= 0% [ ▁▁▂▄▆███████▆▄▂▁ ] [ ▂▆▅█▇▄▂ ] dim 0487 μ= +0.016 σ= 0.024 zeros= 0% [ ▁▁▂▄▆███████▅▃▂▁ ] [ ▂▅█▇▆▃ ] dim 0488 μ= +0.026 σ= 0.045 zeros= 0% [ ▁▂▅▇███████▆▂▁▁ ] [ ▄▄▇▆█▄▂ ] dim 0489 μ= -0.024 σ= 0.024 zeros= 0% [ ▁▁▂▄▆███████▇▄▂▁▁ ] [ ▁▅▅█▆▃▁ ] dim 0490 μ= -0.011 σ= 0.031 zeros= 0% [ ▁▁▂▄▆███████▆▄▂▁▁ ] [ ▂██▇▅▂ ] dim 0491 μ= +0.019 σ= 0.016 zeros= 0% [ ▁▁▃▄▆██████▇▃▂▁ ] [ ▃▅▅█▆▆▂ ] dim 0492 μ= -0.010 σ= 0.029 zeros= 0% [ ▁▂▄▇████████▄▂▁▁ ] [ ▁▃█▇▇▇▂ ] dim 0493 μ= +0.014 σ= 0.019 zeros= 0% [ ▁▁▄▆████████▄▂▁ ] [ ▁▄██▇▆▂ ] dim 0494 μ= +0.022 σ= 0.019 zeros= 0% [ ▁▂▄▅███████▇▄▂▁▁ ] [ ▃██▇▇▂ ] dim 0495 μ= -0.015 σ= 0.028 zeros= 0% [ ▁▂▅▇███████▅▂▁ ] [ ▂▅█▇▇▄ ] dim 0496 μ= +0.025 σ= 0.015 zeros= 0% [ ▁▂▃▅████████▇▂▂▁ ] [ ▁▃█▇▆▃ ] dim 0497 μ= -0.015 σ= 0.019 zeros= 0% [ ▁▃▆██████▇▃▂▁ ] [ ▁▃▅██▅▂ ] dim 0498 μ= +0.017 σ= 0.039 zeros= 0% [ ▁▁▂▃▆███████▆▃▁▁ ] [ ▃▆██▅▂ ] dim 0499 μ= -0.012 σ= 0.029 zeros= 0% [ ▁▁▃▅███████▆▅▂▁ ] [ ▁▄▇█▇▄▁ ] dim 0500 μ= +0.023 σ= 0.039 zeros= 0% [ ▁▁▂▄▇███████▆▃▂▁ ] [ ▁▃▆▆█▄▁ ] dim 0501 μ= -0.006 σ= 0.013 zeros= 0% [ ▂▃▅███████▅▄▂▁ ] [ ▄▅██▆▂ ] dim 0502 μ= +0.020 σ= 0.022 zeros= 0% [ ▁▂▃▅███████▆▃▁ ] [ ▂███▅▂ ] dim 0503 μ= +0.003 σ= 0.031 zeros= 0% [ ▁▁▂▄███████▆▄▂▁ ] [ ▂▄▄█▇▃ ] dim 0504 μ= -0.004 σ= 0.011 zeros= 0% [ ▁▂▃▇███████▆▃▁ ] [ ▃▄▆█▅▄ ] dim 0505 μ= -0.002 σ= 0.024 zeros= 0% [ ▁▁▃▄▇███████▆▃▂▁ ] [ ▃▇██▆▃ ] dim 0506 μ= +0.009 σ= 0.026 zeros= 0% [ ▁▂▄▆██████▆▄▂▁ ] [ ▁▄▆▇█▄▃ ] dim 0507 μ= -0.011 σ= 0.024 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.008 σ= 0.036 zeros= 0% [ ▁▂▃▅███████▇▅▂▁▁ ] [ ▅▇█▇▄ ] dim 0512 μ= -0.015 σ= 0.026 zeros= 0% [ ▁▃▄███████▅▂▁ ] [ ▂▃▆▆█▆▂ ] dim 0513 μ= +0.024 σ= 0.012 zeros= 0% [ ▁▁▂▃▅████████▄▂▁ ] [ ▁▄██▆▄▁ ] dim 0514 μ= +0.011 σ= 0.033 zeros= 0% [ ▁▂▃▇███████▆▄▂▁▁ ] [ ▁▅▆█▆▄▁ ] dim 0515 μ= -0.029 σ= 0.025 zeros= 0% [ ▂▃▅███████▆▃▂▁ ] [ ▃▅▆█▄▃▁ ] dim 0516 μ= +0.025 σ= 0.020 zeros= 0% [ ▁▁▂▄▇███████▅▃▁▁ ] [ ▃▅█▇█▄ ] dim 0517 μ= -0.005 σ= 0.038 zeros= 0% [ ▁▂▄▆███████▅▃▁▁ ] [ ▂▇██▇▅ ] dim 0518 μ= +0.026 σ= 0.023 zeros= 0% [ ▁▁▃▄▇███████▆▃▁▁ ] [ ▃▅█▅▅▃ ] dim 0519 μ= -0.039 σ= 0.027 zeros= 0% [ ▁▁▃▆████████▅▃▂▁ ] [ ▃▆▇█▄▃ ] dim 0520 μ= +0.012 σ= 0.030 zeros= 0% [ ▁▂▄▅████████▅▃▂▁ ] [ ▄▆█▇▆▂ ] dim 0521 μ= +0.020 σ= 0.032 zeros= 0% [ ▁▁▂▅███████▆▄▂▁ ] [ ▃▅█▆▄▁ ] dim 0522 μ= +0.013 σ= 0.025 zeros= 0% [ ▁▂▄▇██████▄▃▁▁ ] [ ▁▄▅█▅▅▁ ] dim 0523 μ= +0.019 σ= 0.016 zeros= 0% [ ▁▁▃▄▇███████▆▄▂▁▁ ] [ ▁▃▇█▇▇▃▁ ] dim 0524 μ= +0.014 σ= 0.028 zeros= 0% [ ▁▃▄▆████████▅▃▁▁ ] [ ▂▅█▇▆▃ ] dim 0525 μ= -0.006 σ= 0.012 zeros= 0% [ ▁▃▆███████▄▃▁ ] [ ▃▅█▆▄▁ ] dim 0526 μ= -0.016 σ= 0.026 zeros= 0% [ ▁▁▂▄███████▆▄▂▁ ] [ ▅██▇▆▂ ] dim 0527 μ= +0.013 σ= 0.026 zeros= 0% [ ▁▂▄▆███████▇▄▂▁▁ ] [ ▁▃▅██▅▃ ] dim 0528 μ= -0.040 σ= 0.027 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.001 σ= 0.032 zeros= 0% [ ▁▁▃▅▇████████▅▄▂▁ ] [ ▁▆█▅▆▅▃ ] dim 0535 μ= -0.017 σ= 0.038 zeros= 0% [ ▁▁▂▃▆███████▇▄▂▁ ] [ ▂▅▆▇█▄▃ ] dim 0536 μ= +0.017 σ= 0.019 zeros= 0% [ ▂▃▅▇████████▆▄▂▁ ] [ ▂▅██▆▃ ] dim 0537 μ= +0.005 σ= 0.032 zeros= 0% [ ▁▁▄▇███████▅▃▂▁ ] [ ▄▆█▅▄ ] dim 0538 μ= +0.028 σ= 0.028 zeros= 0% [ ▁▃▅▇██████▅▃▁ ] [ ▃▄█▆▆▃ ] dim 0539 μ= +0.004 σ= 0.036 zeros= 0% [ ▁▁▁▃▆████████▅▃▂▁ ] [ ▁▄▅▇█▅▄▁ ] dim 0540 μ= -0.005 σ= 0.035 zeros= 0% [ ▁▁▂▃▆████████▆▄▃▁▁ ] [ ▁▃▅█▇▅▂ ] dim 0541 μ= -0.001 σ= 0.027 zeros= 0% [ ▁▂▃▅████████▄▂▁ ] [ ▃▆██▇▂▂ ] dim 0542 μ= -0.003 σ= 0.032 zeros= 0% [ ▁▁▂▅████████▇▄▃▁▁ ] [ ▄▅▆█▆▅▁ ] dim 0543 μ= +0.017 σ= 0.037 zeros= 0% [ ▁▁▃▆████████▆▄▂▁ ] [ ▂▄▇█▅▄▁ ] dim 0544 μ= +0.006 σ= 0.022 zeros= 0% [ ▁▁▃▇███████▆▄▂▁ ] [ ▅▆██▆▄ ] dim 0545 μ= -0.019 σ= 0.016 zeros= 0% [ ▁▂▃▅▇██████▇▅▃▁▁ ] [ ▂▄▆██▅▁ ] dim 0546 μ= -0.017 σ= 0.033 zeros= 0% [ ▁▂▄▇███████▆▄▂▁ ] [ ▂▆▆██▅ ] dim 0547 μ= -0.012 σ= 0.026 zeros= 0% [ ▁▂▄▆███████▅▄▂▁ ] [ ▃▅▇█▇▅▃ ] dim 0548 μ= -0.035 σ= 0.023 zeros= 0% [ ▁▃▄████████▇▆▃▂▁▁ ] [ ▂▆▇▇█▆▃ ] dim 0549 μ= +0.013 σ= 0.028 zeros= 0% [ ▁▃▆███████▇▅▂▁▁ ] [ ▅▇█▇▂ ] dim 0550 μ= -0.008 σ= 0.040 zeros= 0% [ ▁▂▄▆███████▄▃▁▁ ] [ ▃▆██▆▄ ] dim 0551 μ= +0.008 σ= 0.016 zeros= 0% [ ▁▁▃▅▇███████▇▅▂▁▁▁] [ ▅▇██▅▃▁ ] dim 0552 μ= -0.005 σ= 0.027 zeros= 0% [ ▁▂▄▅████████▆▃▁▁ ] [ ▂▆██▇▄ ] dim 0553 μ= -0.005 σ= 0.027 zeros= 0% [ ▁▁▃▆████████▇▄▂▁ ] [ ▃▅▆▇█▄▄ ] dim 0554 μ= +0.018 σ= 0.018 zeros= 0% [▁▁▃▄█████████▅▄▂▁ ] [ ▃▅▅█▇▃▂ ] dim 0555 μ= +0.015 σ= 0.032 zeros= 0% [ ▁▁▁▂▄████████▆▄▂▁ ] [ ▂▆▇█▇▄ ] dim 0556 μ= -0.016 σ= 0.035 zeros= 0% [ ▁▂▃▇███████▆▄▂▁ ] [ ▂▇▇██▆▂ ] dim 0557 μ= -0.004 σ= 0.022 zeros= 0% [ ▁▁▂▄▅███████▇▃▂▁▁ ] [ ▃▃▆██▆▄▆ ] dim 0558 μ= +0.010 σ= 0.026 zeros= 0% [ ▁▂▃▄▅█████████▅▃▁ ] [ ▂▆█▇▇▆▃ ] dim 0559 μ= -0.012 σ= 0.042 zeros= 0% [ ▂▃▆███████▇▃▂▁▁ ] [ ▁▇██▅ ] dim 0560 μ= -0.001 σ= 0.037 zeros= 0% [ ▁▁▃▆██████▅▃▁ ] [ ▂▅█▇▅▄ ] dim 0561 μ= -0.023 σ= 0.035 zeros= 0% [ ▁▁▃▅▇███████▆▃▁▁▁] [ ▂▆▆█▆▆▂ ] dim 0562 μ= +0.000 σ= 0.021 zeros= 0% [ ▂▄▆███████▇▄▂▁ ] [ ▁▃▄▇█▅▄ ] dim 0563 μ= +0.031 σ= 0.027 zeros= 0% [ ▁▂▃▅████████▇▅▂▁▁] [ ▂▄▆█▇▄▁ ] dim 0564 μ= +0.006 σ= 0.020 zeros= 0% [ ▁▁▂▅▇███████▆▃▂▁ ] [ ▃▆▇█▇▅▁ ] dim 0565 μ= -0.021 σ= 0.022 zeros= 0% [ ▁▁▃▅▇███████▆▄▂▁ ] [ ▁▃█▇█▅▃ ] dim 0566 μ= +0.008 σ= 0.028 zeros= 0% [ ▁▁▃▆███████▇▅▃▁▁▁ ] [ ▃▇██▆▃ ] dim 0567 μ= +0.003 σ= 0.016 zeros= 0% [ ▁▂▃▅████████▅▃▂▁ ] [ ▃▄█▇▇▅▁ ] dim 0568 μ= +0.016 σ= 0.025 zeros= 0% [ ▁▂▄▇████████▄▂▁ ] [ ▁▆▆█▅▂ ] dim 0569 μ= -0.016 σ= 0.029 zeros= 0% [ ▁▂▃▆███████▄▃▁▁ ] [ ▄▆▇██▄ ] dim 0570 μ= +0.014 σ= 0.025 zeros= 0% [ ▁▄▅▇███████▅▄▂ ] [ ▄▆█▆▁ ] dim 0571 μ= +0.001 σ= 0.033 zeros= 0% [ ▁▂▃▆██████▇▄▂ ] [ ▄▆██▅▃ ] dim 0572 μ= +0.007 σ= 0.015 zeros= 0% [ ▁▂▂▅▇███████▅▃▁▁ ] [ ▂▃▇██▄▃ ] dim 0573 μ= -0.004 σ= 0.021 zeros= 0% [ ▁▁▂▃▆███████▇▄▄▁▁ ] [ ▁▄███▅▃ ] dim 0574 μ= -0.011 σ= 0.016 zeros= 0% [ ▁▂▃▅███████▇▄▂▁▁ ] [ ▁▅▇██▃▁ ] dim 0575 μ= +0.003 σ= 0.044 zeros= 0% [ ▁▁▁▃▅███████▆▄▂▁▁ ] [ ▂▆▇██▆▄▁ ] dim 0576 μ= +0.016 σ= 0.025 zeros= 0% [ ▁▁▅▇████████▅▃▂▁▁ ] [ ▂▄███▇▃▁ ] dim 0577 μ= -0.001 σ= 0.026 zeros= 0% [ ▁▂▄▇████████▆▄▂▁ ] [ ▁▄▄█▇▅▂ ] dim 0578 μ= -0.012 σ= 0.034 zeros= 0% [ ▁▂▃▆████████▄▃▂▁ ] [ ▁▅██▅▃ ] dim 0579 μ= -0.009 σ= 0.026 zeros= 0% [ ▁▁▂▄▇██████▇▄▃▁ ] [ ▂▅██▇▁ ] dim 0580 μ= -0.004 σ= 0.031 zeros= 0% [ ▁▃▅▇███████▄▃▁▁ ] [ ▁▅█▇█▄▁ ] dim 0581 μ= +0.000 σ= 0.025 zeros= 0% [ ▁▂▃▆███████▇▄▂▂ ] [ ▂▅▇▇█▄▃ ] dim 0582 μ= +0.024 σ= 0.019 zeros= 0% [ ▁▂▃▆███████▆▄▂▁ ] [ ▅▇█▆▄ ] dim 0583 μ= -0.005 σ= 0.014 zeros= 0% [ ▂▃▆███████▆▃▁▁ ] [ ▂▆▆██▅▁ ] dim 0584 μ= +0.004 σ= 0.030 zeros= 0% [ ▁▂▅████████▅▄▂▁ ] [ ▂▃▆█▇▇ ] dim 0585 μ= -0.033 σ= 0.049 zeros= 0% [ ▁▂▄▆███████▅▃▁▁ ] -> OUTLIER_SPREAD: this_std=0.0492, mean_std=0.0266, +3.2sigma vs threshold=3.0sigma [ ▃▅█▇▄ ] dim 0586 μ= +0.002 σ= 0.021 zeros= 0% [ ▁▃▅███████▅▃▂ ] [ ▂▆██▆▃ ] dim 0587 μ= -0.008 σ= 0.015 zeros= 0% [ ▁▂▄████████▄▃▁▁ ] [ ▃▆██▆▃▁ ] dim 0588 μ= -0.012 σ= 0.034 zeros= 0% [ ▁▁▃▆▇███████▇▄▂▁ ] [ ▁▄▅█▇▆▂▁ ] dim 0589 μ= -0.001 σ= 0.016 zeros= 0% [ ▁▂▃▆████████▄▂▂▁ ] [ ▄▅▇▆█▄▃ ] dim 0590 μ= +0.008 σ= 0.034 zeros= 0% [▁▁▃▃▅█████████▄▃▂▁ ] [ ▂▄▇█▅▄▁ ] dim 0591 μ= -0.020 σ= 0.018 zeros= 0% [ ▁▂▅▇███████▄▃▁▁ ] [ ▃▄█▇▆▂ ] dim 0592 μ= -0.004 σ= 0.023 zeros= 0% [ ▁▂▄▇███████▄▃▁▁ ] [ ▁▂▅██▇▆▂ ] dim 0593 μ= +0.017 σ= 0.035 zeros= 0% [ ▁▂▃▆████████▇▃▂▁▁ ] [ ▁▅▆█▆▄▁ ] dim 0594 μ= +0.000 σ= 0.036 zeros= 0% [ ▁▁▄▆███████▅▃▂▁ ] [ ▃▆▇█▄▁ ] dim 0595 μ= +0.008 σ= 0.026 zeros= 0% [ ▁▂▄▇██████▆▄▁▁ ] [ ▃▄█▆▅▂ ] dim 0596 μ= +0.003 σ= 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.016 σ= 0.036 zeros= 0% [ ▂▂▅████████▆▃▂▁ ] [ ▂▅▆█▅▂▂ ] dim 0601 μ= +0.013 σ= 0.020 zeros= 0% [ ▁▂▃▅▇███████▅▄▃▁ ] [ ▂▆▇█▆▆▂ ] dim 0602 μ= -0.014 σ= 0.019 zeros= 0% [ ▁▁▃▄▇███████▇▅▃▁ ] [ ▂▆▇▇█▃▁ ] dim 0603 μ= -0.023 σ= 0.026 zeros= 0% [ ▁▂▃▅███████▅▃▁ ] [ ▂▇▇█▆▁ ] dim 0604 μ= +0.002 σ= 0.028 zeros= 0% [ ▁▃▆██████▇▄▂▁ ] [ ▂▃▆▇█▇▃▁ ] dim 0605 μ= +0.013 σ= 0.030 zeros= 0% [ ▁▁▂▃▆████████▆▅▂▁ ] [ ▂▇█▇▆▄ ] dim 0606 μ= +0.031 σ= 0.020 zeros= 0% [ ▁▃▄▇██████▇▅▂▂▁ ] [ ▃█▅▆▇▂ ] dim 0607 μ= -0.002 σ= 0.033 zeros= 0% [ ▁▁▃▅███████▇▅▃▁▁ ] [ ▃▇█▇▆▃ ] dim 0608 μ= -0.001 σ= 0.037 zeros= 0% [ ▁▂▃▅████████▆▄▂▁ ] [ ▂▅▆█▆▆▁ ] dim 0609 μ= +0.008 σ= 0.030 zeros= 0% [ ▁▂▂▆▇███████▇▄▂▁ ] [ ▄▅▆█▆▂ ] dim 0610 μ= +0.017 σ= 0.021 zeros= 0% [ ▁▁▁▃▅███████▇▄▂▁▁ ] [ ▂▄▅█▄▂ ] dim 0611 μ= -0.001 σ= 0.025 zeros= 0% [ ▁▁▂▃▅▆██████▇▅▂▂▁ ] [ ▂▄█▇▇▅ ] dim 0612 μ= +0.010 σ= 0.038 zeros= 0% [ ▁▂▄▇███████▄▃▁▁ ] [ ▁▅██▆▃ ] dim 0613 μ= +0.019 σ= 0.012 zeros= 0% [ ▁▂▅██████▆▄▂▁ ] [ ▂▄▆█▇▇▃▁ ] dim 0614 μ= +0.008 σ= 0.024 zeros= 0% [ ▁▁▃▃▅████████▅▄▂▁▁ ] [ ▃▆██▇▄▁ ] dim 0615 μ= -0.008 σ= 0.018 zeros= 0% [ ▁▂▄▅████████▆▄▂▁ ] [ ▂▇█▇▇▆▃ ] dim 0616 μ= -0.004 σ= 0.026 zeros= 0% [ ▁▁▂▅▇████████▅▂▂▁ ] [ ▂▆███▂▁ ] dim 0617 μ= +0.006 σ= 0.032 zeros= 0% [ ▁▁▃▅████████▆▃▂▁ ] [ ▂▅▅█▆▂ ] dim 0618 μ= +0.001 σ= 0.027 zeros= 0% [ ▁▂▄▆███████▆▂▁ ] [ ▁▄▆█▇▄▁ ] dim 0619 μ= -0.010 σ= 0.017 zeros= 0% [ ▁▁▂▅███████▆▄▂▁▁ ] [ ▂▇██▃▁ ] dim 0620 μ= -0.002 σ= 0.027 zeros= 0% [ ▁▁▂▄▆██████▆▃▂▁ ] [ ▃▆█▇▇▃ ] dim 0621 μ= -0.038 σ= 0.022 zeros= 0% [ ▁▂▃▆████████▅▃▁▁ ] [ ▁▆▇█▆▄ ] dim 0622 μ= -0.008 σ= 0.034 zeros= 0% [ ▁▂▅▆███████▅▃▂▁ ] [ ▂▅▇██▄▃ ] dim 0623 μ= +0.007 σ= 0.024 zeros= 0% [ ▁▁▃▅████████▆▄▂▁▁ ] [ ▁▃▆██▆▃ ] dim 0624 μ= -0.006 σ= 0.021 zeros= 0% [ ▁▃▄▆████████▅▄▁▁ ] [ ▁▃▅█▆▄ ] dim 0625 μ= -0.019 σ= 0.024 zeros= 0% [ ▂▃▅███████▅▄▁▁ ] [ ▂▅█▇▇▃ ] dim 0626 μ= -0.013 σ= 0.039 zeros= 0% [ ▁▂▄████████▅▃▂▁ ] [ ▄▅██▇▄▁ ] dim 0627 μ= +0.016 σ= 0.025 zeros= 0% [ ▁▁▃▆▇███████▆▃▂▁ ] [ ▃▆▇█▆▄ ] dim 0628 μ= -0.021 σ= 0.036 zeros= 0% [ ▁▁▂▅████████▆▃▂ ] [ ▃▆██▇▃ ] dim 0629 μ= -0.012 σ= 0.033 zeros= 0% [ ▁▁▂▅▇███████▆▂▁ ] [ ▁▃▆▆█▅▄ ] dim 0630 μ= -0.020 σ= 0.026 zeros= 0% [ ▂▂▄▆████████▅▃▁▁ ] [ ▂▄▇█▆▃ ] dim 0631 μ= -0.001 σ= 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.019 zeros= 0% [ ▁▂▃▅████████▄▂▁ ] [ ▃▅██▇▅ ] dim 0635 μ= -0.019 σ= 0.038 zeros= 0% [ ▁▂▄▇███████▅▃▂▁ ] [ ▁▄▆█▆▃▁ ] dim 0636 μ= -0.003 σ= 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.034 zeros= 0% [ ▁▂▄▄████████▆▄▂▁ ] [ ▁▅▆▇█▆▂ ] dim 0640 μ= +0.003 σ= 0.020 zeros= 0% [ ▁▁▂▄▆████████▆▆▂▂ ▁] [ ▂▅██▅▄ ] dim 0641 μ= -0.009 σ= 0.040 zeros= 0% [ ▁▁▂▄▆███████▆▄▂▁ ] [ ▁▅▅█▇▄ ] dim 0642 μ= +0.020 σ= 0.024 zeros= 0% [ ▁▁▂▅███████▇▆▄▂▁ ] [ ▃███▆▃ ] dim 0643 μ= -0.009 σ= 0.021 zeros= 0% [ ▁▂▄▆████████▅▃▁ ] [ ▆███▃ ] dim 0644 μ= -0.014 σ= 0.030 zeros= 0% [ ▁▃▅██████▇▅▂▁ ] [ ▁▃▅▇█▇▂▁ ] dim 0645 μ= -0.005 σ= 0.032 zeros= 0% [ ▁▂▄▆████████▆▄▂▁ ] [ ▃▅▇█▃ ] dim 0646 μ= +0.009 σ= 0.030 zeros= 0% [ ▁▂▃▅▇██████▆▄▂▁ ] [ ▃▅▇█▅▃▁ ] dim 0647 μ= -0.005 σ= 0.023 zeros= 0% [ ▁▃▅▇███████▅▃▁▁ ] [ ▅▇██▆▅▁ ] dim 0648 μ= +0.005 σ= 0.029 zeros= 0% [ ▁▂▂▅▇████████▅▃▂▁ ] [ ▃▇█▇█▃ ] dim 0649 μ= -0.011 σ= 0.037 zeros= 0% [ ▁▁▃▅████████▄▂▁▁ ] [ ▁▃▅█▇▆▃ ] dim 0650 μ= -0.008 σ= 0.031 zeros= 0% [ ▁▂▃▇████████▆▄▂▁▁] [ ▅█▇█▇▄▂ ] dim 0651 μ= +0.008 σ= 0.031 zeros= 0% [ ▁▂▃▅▇███████▅▄▂▁ ] [ ▁▃▇█▇▆▁ ] dim 0652 μ= +0.030 σ= 0.030 zeros= 0% [ ▁▂▄▆███████▇▃▂▁ ] [ ▃▆█▆▅▄ ] dim 0653 μ= -0.013 σ= 0.032 zeros= 0% [ ▁▂▃▆███████▇▄▄▂▁ ] [ ▃▅▇▇█▅▂ ] dim 0654 μ= -0.005 σ= 0.020 zeros= 0% [ ▁▁▃▄▇███████▆▄▁ ] [ ▂▅▆█▆▂ ] dim 0655 μ= +0.002 σ= 0.024 zeros= 0% [ ▁▂▄▇███████▅▃▁▁ ] [ ▃▅█▇█▄▃ ] dim 0656 μ= +0.003 σ= 0.022 zeros= 0% [ ▁▃▃▇███████▇▄▂▁▁ ] [ ▂▅▆█▇▅▂ ] dim 0657 μ= +0.013 σ= 0.032 zeros= 0% [ ▁▃▄████████▆▅▂▁▁ ] [ ▂▄█▇▄▁ ] dim 0658 μ= -0.000 σ= 0.018 zeros= 0% [ ▁▃▄▇██████▆▄▂▁ ] [ ▃▆██▇▃▂ ] dim 0659 μ= +0.019 σ= 0.030 zeros= 0% [ ▁▃▅▇███████▆▃▁▁ ] [ ▂▅▇█▆▂ ] dim 0660 μ= +0.005 σ= 0.037 zeros= 0% [ ▁▂▂▃▇███████▅▃▂▁ ] [ ▃██▇▇▃ ] dim 0661 μ= -0.002 σ= 0.024 zeros= 0% [ ▁ ▂▄▆████████▄▄▂ ] [ ▂▄▆█▇▃▃ ] dim 0662 μ= +0.000 σ= 0.013 zeros= 0% [ ▁▁▂▄████████▇▄▃▁ ] [ ▂▄███▇▃▂ ] dim 0663 μ= -0.009 σ= 0.039 zeros= 0% [ ▁▃▅████████▅▄▁▁▁ ] [ ▃▇██▇▃ ] dim 0664 μ= +0.002 σ= 0.030 zeros= 0% [ ▂▄▅███████▄▂▁ ] [ ▃██▇▆▅▃ ] dim 0665 μ= -0.011 σ= 0.035 zeros= 0% [ ▂▂▅▇███████▆▆▃▁ ] [ ▁▄█▇█▅▅ ] dim 0666 μ= +0.004 σ= 0.023 zeros= 0% [ ▁▂▄▆███████▇▆▃▁ ] [ ▄███▅▂ ] dim 0667 μ= +0.009 σ= 0.040 zeros= 0% [ ▁▂▃▅███████▆▂▂ ] [ ▄▆█▇▄▂ ] dim 0668 μ= +0.006 σ= 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.024 zeros= 0% [ ▁▂▃▅████████▆▃▂▁ ] [ ▁▄█▇██▃ ] dim 0672 μ= +0.008 σ= 0.024 zeros= 0% [ ▁▁▂▄▇███████▆▅▂▂▁ ] [ ▃▆▆█▅▄▁ ] dim 0673 μ= +0.009 σ= 0.023 zeros= 0% [ ▁▃▅████████▅▃▁▁ ] [ ▁▃▆█▇▃▁ ] dim 0674 μ= +0.020 σ= 0.027 zeros= 0% [ ▁▁▃▆███████▆▄▂▁ ] [ ▃▄▇█▆▄▂ ] dim 0675 μ= +0.018 σ= 0.030 zeros= 0% [ ▁▂▂▅████████▆▃▂▁ ] [ ▃▅█▆▆▁ ] dim 0676 μ= -0.017 σ= 0.027 zeros= 0% [ ▁▁▃▆███████▆▃▁▁ ] [ ▂▄█▇▅▃ ] dim 0677 μ= +0.017 σ= 0.036 zeros= 0% [ ▁▂▄▇██████▇▃▂▁ ] [ ▁▅█▆▆▅▁ ] dim 0678 μ= -0.027 σ= 0.023 zeros= 0% [ ▁▂▄▇███████▇▄▂▁ ] [ ▁▃▇███▃▁ ] dim 0679 μ= -0.004 σ= 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.016 zeros= 0% [ ▁▂▄▇██████▅▄▁▁ ] [ ▁▆▆█▆▆▂▁ ] dim 0685 μ= +0.013 σ= 0.026 zeros= 0% [▁▁▂▄▆████████▅▂▂ ] [ ▄▇█▇▆▅ ] dim 0686 μ= -0.023 σ= 0.041 zeros= 0% [ ▁▂▃▅▇███████▅▂▂ ] [ ▃▅█▇▆▁ ] dim 0687 μ= -0.003 σ= 0.028 zeros= 0% [ ▁▁▂▆███████▇▅▂▁▁ ] [ ▄█▆█▃▂ ] dim 0688 μ= -0.013 σ= 0.036 zeros= 0% [ ▁▂▃▅███████▆▄▃ ▁] [ ▂▅▇█▆▃ ] dim 0689 μ= -0.013 σ= 0.023 zeros= 0% [ ▁▃▄▇██████▇▄▃▁▁ ] [ ▁▃█▇▇▂ ] dim 0690 μ= +0.010 σ= 0.017 zeros= 0% [ ▁▁▃▅███████▆▃▁ ] [ ▅██▇▅▂ ] dim 0691 μ= +0.018 σ= 0.032 zeros= 0% [ ▁▃▄▅███████▇▅▂▁ ] [ ▄▆▇██▇▃ ] dim 0692 μ= -0.002 σ= 0.030 zeros= 0% [ ▁▁▂▄████████▆▄▂▁▁ ] [ ▄▅▇█▇▆▄ ] dim 0693 μ= -0.015 σ= 0.033 zeros= 0% [▁ ▁▃▅████████▇▅▃▂▁ ] [ ▃▆█▅▄▁ ] dim 0694 μ= +0.009 σ= 0.022 zeros= 0% [ ▁▂▂▄▆███████▆▄▂▁▁ ] [ ▅▇██▆▄ ] dim 0695 μ= -0.015 σ= 0.028 zeros= 0% [ ▁▂▄████████▅▃▁▁ ] [ ▃▆▇█▆▂ ] dim 0696 μ= +0.010 σ= 0.023 zeros= 0% [▁▁▁▃▄▇███████▅▃▂▁ ] [ ▄▇██▅▃ ] dim 0697 μ= -0.019 σ= 0.032 zeros= 0% [ ▁▂▄███████▇▄▁▁ ] [ ▄▆▇▇█▃▁ ] dim 0698 μ= -0.021 σ= 0.017 zeros= 0% [ ▁▁▁▃▄████████▆▄▃▁▁ ] [ ▃▆▇██▃▁ ] dim 0699 μ= -0.004 σ= 0.026 zeros= 0% [ ▂▁▃▄▇███████▆▅▂▂▁▁] [ ▁▄▇██▄▁ ] dim 0700 μ= -0.004 σ= 0.027 zeros= 0% [ ▁▂▃▅███████▅▃▁▁ ] [ ▂▅▆█▇▃▂ ] dim 0701 μ= +0.010 σ= 0.032 zeros= 0% [▁▁▁▂▄▇███████▇▆▃▂▁▁ ] [ ▁▅▇█▅▄ ] dim 0702 μ= -0.004 σ= 0.026 zeros= 0% [ ▁▂▄▇███████▇▄▂▁▁ ] [ ▄██▇▆▁ ] dim 0703 μ= +0.002 σ= 0.025 zeros= 0% [ ▁ ▂▄▇███████▅▃▂▁ ] [ ▁▅██▆▃ ] dim 0704 μ= -0.003 σ= 0.015 zeros= 0% [ ▁▁▂▄▆██████▇▅▂▁ ] [ ▁▃▇▆█▃ ] dim 0705 μ= -0.011 σ= 0.030 zeros= 0% [ ▁▁▂▃▆███████▆▄▂▂▁ ] [ ▃▅██▅▄▁ ] dim 0706 μ= +0.025 σ= 0.014 zeros= 0% [ ▁▃▅▆███████▆▃▂▁ ] [ ▅██▆▂ ] dim 0707 μ= -0.019 σ= 0.018 zeros= 0% [ ▁▃▆▇█████▆▄▂▁ ] [ ▁▃▆▅█▆▄ ] dim 0708 μ= +0.011 σ= 0.030 zeros= 0% [▁▁▂▃▅████████▆▄▂▁ ] [ ▂▅█▆▇▄▁ ] dim 0709 μ= +0.018 σ= 0.023 zeros= 0% [ ▁▁▁▃▄████████▆▄▂▁▁ ] [ ▁▃▆██▇▅▂ ] dim 0710 μ= -0.002 σ= 0.039 zeros= 0% [ ▁▁▃▆████████▇▄▃▁▁ ] [ ▂▅██▆▃▂ ] dim 0711 μ= -0.007 σ= 0.037 zeros= 0% [ ▁▁▂▅▆████████▅▃▁ ] [ ▁▃▇▇█▆▂ ] dim 0712 μ= -0.014 σ= 0.025 zeros= 0% [ ▁▁▂▅███████▅▄▂▁ ] [ ▂▄▇█▇▆▂ ] dim 0713 μ= -0.006 σ= 0.027 zeros= 0% [ ▁▃▃▆████████▄▃▂▁ ] [ ▂▅██▇▇▅▂ ] dim 0714 μ= -0.006 σ= 0.036 zeros= 0% [ ▁▂▃▅█████████▇▃▂▁ ] [ ▄▆█▇▇▅ ] dim 0715 μ= +0.019 σ= 0.020 zeros= 0% [ ▁▂▂▄▇██████▇▆▂▁ ] [ ▂▄██▆▂ ] dim 0716 μ= +0.013 σ= 0.018 zeros= 0% [ ▁▂▄▇██████▆▄▂▁ ] [ ▃█▇██▅▁ ] dim 0717 μ= +0.009 σ= 0.029 zeros= 0% [ ▁▂▃▃▇███████▆▄▂▁ ] [ ▃▆██▆▃ ] dim 0718 μ= -0.025 σ= 0.017 zeros= 0% [ ▁▁▂▅▆███████▅▃▂▁ ] [ ▂▅▇█▆▃ ] dim 0719 μ= +0.041 σ= 0.036 zeros= 0% [ ▁▁▃▅▇██████▇▄▃▁ ] [ ▁▅▇█▇▃ ] dim 0720 μ= -0.000 σ= 0.032 zeros= 0% [ ▁▃▅██████▇▄▂▁ ] [ ▂▆▆▆█▆▃ ] dim 0721 μ= -0.017 σ= 0.025 zeros= 0% [ ▁▁▂▄████████▆▄▃▂▁ ] [ ▄▆▇█▄▂ ] dim 0722 μ= -0.004 σ= 0.017 zeros= 0% [ ▁▂▄▄▇██████▆▅▂▁ ] [ ▁▆▇█▅▂ ] dim 0723 μ= -0.018 σ= 0.033 zeros= 0% [ ▁▂▃▄▇███████▅▃▁▁ ] [ ▂▅▆█▆▄ ] dim 0724 μ= +0.013 σ= 0.032 zeros= 0% [ ▁▁▃▅███████▇▆▃▂ ] [ ▁▄▆██▆▃▁ ] dim 0725 μ= +0.004 σ= 0.021 zeros= 0% [▁▁▁▄▄█████████▅▃▂▁ ] [ ▆▇█▇▆▄▁ ] dim 0726 μ= -0.007 σ= 0.039 zeros= 0% [ ▁▃▄▆████████▅▃▁▁ ] [ ▁▄██▆▃ ] dim 0727 μ= -0.010 σ= 0.024 zeros= 0% [ ▁▃▅████████▇▃▂▁ ] [ ▃▇▇█▆▄▁ ] dim 0728 μ= -0.019 σ= 0.022 zeros= 0% [ ▁▁▂▄▆███████▆▂▁▁ ] [ ▃▄██▆▄ ] dim 0729 μ= +0.009 σ= 0.025 zeros= 0% [ ▁▁▂▆████████▇▄▂▁ ] [ ▃▅██▄▂ ] dim 0730 μ= -0.014 σ= 0.025 zeros= 0% [ ▁▂▃▆███████▇▃▂▁ ] [ ▃▅██▆▆▂ ] dim 0731 μ= +0.004 σ= 0.030 zeros= 0% [ ▁▂▃▆█████████▅▂▁ ] [ ▅██▇▆▂ ] dim 0732 μ= +0.008 σ= 0.028 zeros= 0% [ ▁▁▄▅███████▇▅▂▂▁ ] [ ▂▅▇█▆▄▁ ] dim 0733 μ= +0.008 σ= 0.024 zeros= 0% [ ▁▂▅▆███████▆▄▂▁ ] [ ▄▇█▅▆▂ ] dim 0734 μ= -0.010 σ= 0.023 zeros= 0% [ ▁▁▃▅███████▇▄▃▂▁ ] [ ▂▆▇█▆▅▁ ] dim 0735 μ= -0.016 σ= 0.023 zeros= 0% [▁ ▁▂▄▆████████▆▄▃▁▁ ] [ ▂▅▇▇█▂ ] dim 0736 μ= -0.025 σ= 0.021 zeros= 0% [ ▁▁▂▄▇███████▆▄▂▁▁ ] [ ▃▇█▇▆▃ ] dim 0737 μ= -0.021 σ= 0.031 zeros= 0% [ ▁▂▄▆████████▅▂▂▁ ] [ ▃▅█▇█▇▃▂ ] dim 0738 μ= +0.022 σ= 0.043 zeros= 0% [ ▁▁▄▆████████▅▄▂▁ ] [ ▅▅█▆▄ ] dim 0739 μ= -0.017 σ= 0.022 zeros= 0% [ ▁▁▂▄▇██████▆▄▂▁▁ ] [ ▂▃▆██▆▄▁ ] dim 0740 μ= +0.014 σ= 0.038 zeros= 0% [ ▁▁▃▃▆████████▇▃▂▁ ] [ ▃▅██▇▅▁ ] dim 0741 μ= +0.030 σ= 0.025 zeros= 0% [ ▁▃▅▇███████▆▃▁▁ ] [ ▄▆██▆▂ ] dim 0742 μ= -0.015 σ= 0.032 zeros= 0% [ ▁▁▃▆████████▅▂▁ ] [ ▄▇██▇▄▂ ] dim 0743 μ= -0.038 σ= 0.018 zeros= 0% [ ▁▃▆████████▆▄▃▁▁ ] [ ▃▅█▇▆▅▁ ] dim 0744 μ= +0.003 σ= 0.030 zeros= 0% [ ▁▁▃▆████████▇▄▃▁▁ ] [ ▂▆███▅▂ ] dim 0745 μ= +0.017 σ= 0.024 zeros= 0% [ ▁▃▄▆███████▇▄▂▁ ] [ ▂▄▆██▃▂ ] dim 0746 μ= -0.006 σ= 0.017 zeros= 0% [ ▂▃▆████████▅▃▂▁ ] [ ▂▅██▆▇▃▁ ] dim 0747 μ= -0.006 σ= 0.030 zeros= 0% [ ▁▁▂▄▇████████▆▃▂▁ ] [ ▄▆██▆▃ ] dim 0748 μ= -0.023 σ= 0.029 zeros= 0% [ ▁▃▅▇██████▆▃▁▁ ] [ ▁▃█▅▆▄▁ ] dim 0749 μ= -0.011 σ= 0.022 zeros= 0% [ ▂▃▆███████▅▃▂▁ ] [ ▃▆█▆▃▂ ] dim 0750 μ= -0.002 σ= 0.038 zeros= 0% [ ▁▁▄▇███████▇▄▂▁ ] [ ▄▅█▆█▇▁ ] dim 0751 μ= +0.002 σ= 0.032 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.018 zeros= 0% [ ▁▁▁▃▅████████▆▄▃▁ ] [ ▄▇▇█▄▁ ] dim 0756 μ= +0.014 σ= 0.027 zeros= 0% [ ▁▂▄▆██████▅▂▁ ] [ ▄▄█▇█▄ ] dim 0757 μ= +0.002 σ= 0.026 zeros= 0% [ ▁▁▃▅████████▅▃▁▁ ] [ ▆█▇▆▄ ] dim 0758 μ= -0.008 σ= 0.033 zeros= 0% [ ▂▃▅███████▅▃▁▁ ] [ ▃▇██▄▃ ] dim 0759 μ= +0.022 σ= 0.038 zeros= 0% [ ▁▃▅▇███████▅▃▁▁ ] [ ▃▇██▅▃ ] dim 0760 μ= -0.009 σ= 0.010 zeros= 0% [ ▂▃▄▇███████▅▂▁ ] [ ▂▄▆█▆▆▃ ] dim 0761 μ= +0.016 σ= 0.038 zeros= 0% [ ▁▂▃▇████████▄▂▁▁ ] [ ▁▆▇▇█▆▃▁ ] dim 0762 μ= -0.008 σ= 0.031 zeros= 0% [ ▁▁▂▄▆████████▅▂▁ ] [ ▄▃▆▇█▆▂ ] dim 0763 μ= -0.005 σ= 0.029 zeros= 0% [ ▁▁▂▄▇███████▇▅▂▂▁ ] [ ▁▃▇█▇▇▃ ] dim 0764 μ= +0.009 σ= 0.025 zeros= 0% [ ▁▁▂▃▅███████▇▄▂▁ ] [ ▂▇█▇▇▆▃ ] dim 0765 μ= +0.012 σ= 0.017 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.003 σ= 0.028 zeros= 0% [ ▁▁▂▆▆████████▅▃▁▁▁] [ ▄▆█▆▅▃ ] dim 0770 μ= -0.003 σ= 0.030 zeros= 0% [ ▁▂▄▇███████▄▂▁ ] [ ▃▄█▇▆▃ ] dim 0771 μ= -0.012 σ= 0.022 zeros= 0% [ ▁▂▄███████▇▆▂▁ ] [ ▃▅█▆▆▃ ] dim 0772 μ= +0.014 σ= 0.017 zeros= 0% [ ▁▁▃▅████████▄▂▁▁ ] [ ▃▅▇█▆▃▁ ] dim 0773 μ= -0.010 σ= 0.029 zeros= 0% [ ▁▁▂▅▇███████▄▃▂▁ ] [ ▅█▇▆▄ ] dim 0774 μ= -0.010 σ= 0.038 zeros= 0% [ ▁▁▂▅███████▅▃▁ ] [ ▁▆██▆▃ ] dim 0775 μ= -0.005 σ= 0.022 zeros= 0% [ ▁▂▃▆██████▇▅▃▁ ] [ ▄█▆▇▆▃ ] dim 0776 μ= +0.006 σ= 0.035 zeros= 0% [ ▁▂▄▆████████▅▃▂▁▁] [ ▂▇▆█▅▃ ] dim 0777 μ= -0.016 σ= 0.032 zeros= 0% [ ▁▁▂▅▆███████▅▂▁▁ ] [ ▁▄█▇▅▂ ] dim 0778 μ= +0.014 σ= 0.022 zeros= 0% [ ▁▃▅██████▆▃▁ ] [ ▅▄██▇▆▃ ] dim 0779 μ= -0.005 σ= 0.026 zeros= 0% [ ▁▁▂▄▇███████▇▅▃▁▁ ] [ ▄███▃ ] dim 0780 μ= -0.022 σ= 0.024 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.003 σ= 0.025 zeros= 0% [ ▁▃▄████████▆▃▁▁ ] [ ▄▆█▇▅▂ ] dim 0785 μ= -0.004 σ= 0.024 zeros= 0% [ ▁▁▂▄▅███████▆▄▂▁▁ ] [ ▄▇██▆▃ ] dim 0786 μ= +0.022 σ= 0.030 zeros= 0% [ ▁▂▂▅▇██████▆▃▃▁ ] [ ▁▄▅█▇▇▅▁ ] dim 0787 μ= +0.002 σ= 0.020 zeros= 0% [ ▁▂▃▆████████▇▃▂▁ ] [ ▂▇▇█▅▂ ] dim 0788 μ= +0.027 σ= 0.026 zeros= 0% [ ▂▃▅███████▇▅▃▁▁ ] [ ▁▆▇█▇▅▂ ] dim 0789 μ= +0.017 σ= 0.027 zeros= 0% [ ▁▃▄▆███████▇▅▃▁▁▁] [ ▄▇▆█▇▅▂ ] dim 0790 μ= -0.026 σ= 0.034 zeros= 0% [ ▁▂▃▆▇████████▅▃▂▁ ] [ ▂▆▇██▆▂ ] dim 0791 μ= -0.010 σ= 0.017 zeros= 0% [ ▁▂▃▇███████▇▅▃▁ ] [ ▄▄██▇▃▂ ] dim 0792 μ= +0.018 σ= 0.032 zeros= 0% [ ▁▁▂▄▇███████▇▄▂▁ ] [ ▃▄█▆▅▃ ] dim 0793 μ= -0.007 σ= 0.024 zeros= 0% [ ▁▂▄▇███████▅▂▁ ] [ ▁▄█▆█▄▁ ] dim 0794 μ= -0.001 σ= 0.026 zeros= 0% [ ▁▃▄▆███████▇▄▂▂▁ ] [ ▁▃██▇▆▄▂ ] dim 0795 μ= -0.006 σ= 0.025 zeros= 0% [ ▁▁▃▄▇████████▆▄▂▁▁▁] [ ▁▃▇█▆▆▂▂ ] dim 0796 μ= +0.014 σ= 0.024 zeros= 0% [ ▁▁▃▅████████▆▃▂▁▁ ] [ ▃▇██▅▁ ] dim 0797 μ= -0.029 σ= 0.025 zeros= 0% [▁▁▂▄▇██████▅▃▁▁ ] [ ▃▇██▇▆▂ ] dim 0798 μ= +0.002 σ= 0.027 zeros= 0% [ ▁▂▂▄▇███████▇▄▂▁ ] [ ▁▄▆█▇▄▁ ] dim 0799 μ= -0.042 σ= 0.024 zeros= 0% [ ▂▃▅███████▆▃▂▁ ] [ ▁▅▇█▇▆▃ ] dim 0800 μ= +0.030 σ= 0.039 zeros= 0% [ ▁▂▄▆███████▆▃▂▁ ] [ ▂▆▅█▆▃ ] dim 0801 μ= -0.028 σ= 0.013 zeros= 0% [ ▁▃▄▇███████▅▃▂▁ ] [ ▃▆▇███▁ ] dim 0802 μ= -0.025 σ= 0.023 zeros= 0% [ ▂▃▅████████▆▄▃▁ ] [ ▃▆█▆▄▃▁ ] dim 0803 μ= +0.009 σ= 0.016 zeros= 0% [ ▁▂▃▅▇███████▅▄▂ ] [ ▁▃▆██▆▄▁ ] dim 0804 μ= +0.017 σ= 0.034 zeros= 0% [ ▁▁▂▃▅▇████████▆▄▃▁▁] [ ▃▅██▆▄ ] dim 0805 μ= -0.022 σ= 0.008 zeros= 0% [ ▁▁▃▃███████▇▅▂▁▁ ] [ ▃▄▆█▅▂ ] dim 0806 μ= -0.024 σ= 0.024 zeros= 0% [ ▁▂▃▆▇██████▇▄▂▁ ] [ ▇██▇▄▁ ] dim 0807 μ= +0.016 σ= 0.038 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.003 σ= 0.025 zeros= 0% [ ▁▁▂▄▆████████▅▄▂▁ ] [ ▁▅██▆▄ ] dim 0816 μ= +0.039 σ= 0.022 zeros= 0% [ ▁▂▃▇███████▅▃▁ ] [ ▁▅█▇▇▄▁ ] dim 0817 μ= +0.033 σ= 0.016 zeros= 0% [ ▁▃▄▆███████▅▄▂▁ ] [ ▂▆██▇▃ ] dim 0818 μ= -0.017 σ= 0.031 zeros= 0% [ ▁▂▄▇██████▇▄▂▁ ] [ ▁▅▆█▇▄▁ ] dim 0819 μ= +0.035 σ= 0.035 zeros= 0% [ ▁▁▃▄▆███████▇▄▂▁▁ ] [ ▁▄▆█▇▅▄ ] dim 0820 μ= +0.004 σ= 0.034 zeros= 0% [▁▁▁▃▅████████▇▄▂▂▁ ] [ ▃▅█▇▅▅▂ ] dim 0821 μ= +0.004 σ= 0.021 zeros= 0% [ ▁▂▂▄▇███████▆▄▂▁ ] [ ▁▅▇██▆▁ ] dim 0822 μ= -0.006 σ= 0.021 zeros= 0% [ ▁▁▂▄▅███████▇▃▂ ] [ ▁▅█▇▇█▂ ] dim 0823 μ= -0.012 σ= 0.034 zeros= 0% [ ▁▁▂▄▇████████▅▃▁▁ ] [ ▄▅█▆▆▂ ] dim 0824 μ= -0.007 σ= 0.026 zeros= 0% [ ▁▁▄▆████████▅▃▂▁ ] [ ▁▄██▆▃ ] dim 0825 μ= +0.001 σ= 0.024 zeros= 0% [ ▁▂▃▄▇███████▆▃▂▁ ] [ ▂▄▆▇█▇▃▁ ] dim 0826 μ= +0.016 σ= 0.031 zeros= 0% [ ▁▂▃▆████████▆▅▂▂▁ ] [ ▄▅█▇▇▃▁ ] dim 0827 μ= -0.013 σ= 0.018 zeros= 0% [ ▁▂▄▅████████▇▅▃▂▁ ] [ ▃▅██▇▅▂ ] dim 0828 μ= -0.024 σ= 0.028 zeros= 0% [ ▁▃▃▅████████▅▄▂▁▁ ] [ ▁▃▆█▇▅▁ ] dim 0829 μ= -0.007 σ= 0.035 zeros= 0% [ ▁▁▂▃▇████████▅▃▁▁ ] [ ▂▄█▇▇▄▂ ] dim 0830 μ= -0.001 σ= 0.038 zeros= 0% [ ▁▂▂▄▆████████▄▃▁▁ ] [ ▁▄▅▇█▄▂ ] dim 0831 μ= -0.001 σ= 0.014 zeros= 0% [ ▁▂▃▅▇███████▇▅▂▁▁ ] [ ▃█▇█▄ ] dim 0832 μ= -0.013 σ= 0.025 zeros= 0% [ ▁▂▃▆███████▇▅▂▁▁ ] [ ▂▅█▆▅▄▁ ] dim 0833 μ= +0.000 σ= 0.030 zeros= 0% [ ▁▂▄▇███████▇▄▂▁▁ ] [ ▁▄▇▇█▅▄ ] dim 0834 μ= -0.001 σ= 0.034 zeros= 0% [ ▁▂▃▇████████▆▄▂▁ ] [ ▁▅█▆▅▃▁ ] dim 0835 μ= -0.006 σ= 0.028 zeros= 0% [ ▁▁▃▃▇███████▅▃▂▁ ] [ ▁▃▇█▇▇▄ ] dim 0836 μ= +0.001 σ= 0.021 zeros= 0% [ ▁▂▃▅████████▆▄▂▁ ] [ ▂▅▆█▅▃ ] dim 0837 μ= +0.027 σ= 0.027 zeros= 0% [ ▂▃▄████████▄▃▂ ] [ ▄▆█▇▆▃ ] dim 0838 μ= +0.012 σ= 0.021 zeros= 0% [ ▁▃▄▆███████▇▅▂▁▁ ] [ ▁▃██▅▂ ] dim 0839 μ= -0.010 σ= 0.027 zeros= 0% [ ▁▂▃▆██████▆▃▂▁ ] [ ▂▃█▇▇▄▁ ] dim 0840 μ= -0.002 σ= 0.030 zeros= 0% [ ▁▂▄▆███████▅▄▁▁ ] [ ▂▃▆█▆▆▃ ] dim 0841 μ= +0.010 σ= 0.027 zeros= 0% [ ▁▂▄▆███████▇▃▂▁ ] [ ▂▆▇█▆▅▁ ] dim 0842 μ= -0.020 σ= 0.032 zeros= 0% [ ▁▁▃▅▇███████▇▄▂▁ ] [ ▁▃▇▇█▅▂ ] dim 0843 μ= +0.011 σ= 0.013 zeros= 0% [ ▁▂▃▅███████▇▄▂▁ ] [ ▁▄▄█▅▆▂ ] dim 0844 μ= +0.006 σ= 0.024 zeros= 0% [ ▁▂▄▇███████▆▅▂▁▁ ] [ ▂▆█▇▆▄▁ ] dim 0845 μ= -0.010 σ= 0.029 zeros= 0% [ ▁▂▃▇███████▅▃▂▁ ] [ ▁▂▆██▆▆▂ ] dim 0846 μ= -0.022 σ= 0.025 zeros= 0% [▁▁▂▃▅████████▇▅▃▁▁▁ ] [ ▂▃▆█▅▄▃ ] dim 0847 μ= +0.023 σ= 0.032 zeros= 0% [ ▂▂▃▆████████▃▂▁ ] [ ▁▃▅█▅▄ ] dim 0848 μ= -0.000 σ= 0.032 zeros= 0% [ ▁▁▂▄▆██████▇▆▃▂▁ ] [ ▂██▆▇▁ ] dim 0849 μ= +0.036 σ= 0.031 zeros= 0% [ ▁▃▄███████▆▄▁▁ ] [ ▂▅██▆▅▂ ] dim 0850 μ= +0.017 σ= 0.022 zeros= 0% [ ▁▁▃▅▇███████▆▅▃▂ ▁] [ ▂▅▇█▅▅▂ ] dim 0851 μ= +0.006 σ= 0.025 zeros= 0% [ ▁▁▂▅▇███████▇▄▃▁▁ ] [ ▄▅▇██▄▁ ] dim 0852 μ= +0.013 σ= 0.038 zeros= 0% [ ▁▂▂▅████████▇▃▂▁ ] [ ▂▅▇▇█▃▁ ] dim 0853 μ= -0.002 σ= 0.020 zeros= 0% [ ▁▁▃▅███████▆▃▂▁ ] [ ▁▄▇██▄ ] dim 0854 μ= +0.011 σ= 0.024 zeros= 0% [ ▁▂▅███████▆▃▁▁ ] [ ▄▅█▆▃▁ ] dim 0855 μ= +0.003 σ= 0.016 zeros= 0% [ ▁▃▅███████▆▃▁▁ ] [ ▃▆███▂▁ ] dim 0856 μ= +0.010 σ= 0.026 zeros= 0% [ ▁▂▅████████▆▃▂▁ ] [ ▂▄▆█▇▅ ] dim 0857 μ= +0.006 σ= 0.030 zeros= 0% [ ▁▂▄▆███████▆▃▃▂▁ ] [ ▃▇█▇▇▄ ] dim 0858 μ= -0.004 σ= 0.028 zeros= 0% [ ▁▁▄▅▇███████▅▄▂▁ ] [ ▁▆▅█▅▄▁ ] dim 0859 μ= -0.000 σ= 0.022 zeros= 0% [ ▁▂▄▅▇███████▇▄▃▂▁ ] [ ▃▆▇█▇▄▂ ] dim 0860 μ= -0.019 σ= 0.032 zeros= 0% [ ▁▁▃▄▆███████▆▄▂▁▁ ] [ ▄▇███▅▁ ] dim 0861 μ= +0.003 σ= 0.018 zeros= 0% [ ▁▃▄████████▆▄▂▁ ] [ ▂▄▇█▇▃ ] dim 0862 μ= -0.025 σ= 0.036 zeros= 0% [ ▁▂▄▇███████▅▄▂▁ ] [ ▂▄▇█▇▅ ] dim 0863 μ= +0.014 σ= 0.022 zeros= 0% [▁▁▁▄▆███████▇▄▃▁▁ ] [ ▄▆▇█▆▅▂ ] dim 0864 μ= +0.007 σ= 0.026 zeros= 0% [ ▁▁▃▄▇███████▆▄▁▁ ] [ ▁▅█▆▇▄▂ ] dim 0865 μ= -0.000 σ= 0.022 zeros= 0% [ ▂▂▄▇███████▇▅▃▂▁ ] [ ▂▄▇█▆▃▁ ] dim 0866 μ= -0.020 σ= 0.025 zeros= 0% [ ▂▄▆███████▅▃▁▁ ] [ ▃▆█▇▃ ] dim 0867 μ= +0.010 σ= 0.022 zeros= 0% [ ▁▁▃▆▇██████▅▂▁ ] [ ▂▅▇█▆▅ ] dim 0868 μ= +0.002 σ= 0.025 zeros= 0% [ ▁▁▂▄▇███████▆▅▂▁ ] [ ▂▆█▇▆▃ ] dim 0869 μ= -0.038 σ= 0.017 zeros= 0% [ ▁▁▂▃▆███████▅▃▁ ] [ ▁▄████▆▂ ] dim 0870 μ= -0.002 σ= 0.031 zeros= 0% [ ▂▃▆████████▇▄▂▁▁ ] [ ▃▅▆█▅▄▂ ] dim 0871 μ= +0.004 σ= 0.035 zeros= 0% [ ▁▂▄▆███████▆▅▂▂▁ ] [ ▁▄▇▇█▂ ] dim 0872 μ= -0.013 σ= 0.037 zeros= 0% [ ▁▂▄██████▇▅▂▁ ] [ ▃▆▆█▇▃▁ ] dim 0873 μ= -0.007 σ= 0.029 zeros= 0% [ ▁▁▃▅████████▇▄▂▁▁ ] [ ▂▄█▆█▅▃ ] dim 0874 μ= +0.017 σ= 0.037 zeros= 0% [▁▁▂▃▇███████▆▄▂▁▁ ] [ ▃▄▆█▄▃ ] dim 0875 μ= -0.006 σ= 0.014 zeros= 0% [ ▁▁▂▅███████▇▅▄▂▁ ] [ ▂▄██▆▄▂ ] dim 0876 μ= +0.012 σ= 0.017 zeros= 0% [ ▂▄▆▇███████▅▄▂▁▁ ] [ ▁▄█▇█▄▃ ] dim 0877 μ= -0.001 σ= 0.020 zeros= 0% [ ▁▂▃▆███████▇▅▃▁▁ ] [ ▂▅▆▇█▄▁ ] dim 0878 μ= -0.007 σ= 0.015 zeros= 0% [ ▁▁▂▄▆███████▇▃▂▁ ] [ ▃▇█▆▄▃ ] dim 0879 μ= -0.006 σ= 0.038 zeros= 0% [ ▁▂▃▅████████▅▃▂▁ ] [ ▁▄▅█▇▄▂ ] dim 0880 μ= +0.033 σ= 0.033 zeros= 0% [ ▁▂▃▅███████▆▄▂ ] [ ▂█▇▇█▅ ] dim 0881 μ= -0.037 σ= 0.020 zeros= 0% [ ▁▃▄▇███████▆▃▂▁ ] [ ▂▄▇█▇▆▃ ] dim 0882 μ= +0.004 σ= 0.034 zeros= 0% [ ▁▃▄▆████████▆▃▂▁▁] [ ▃▆██▄▃ ] dim 0883 μ= -0.014 σ= 0.028 zeros= 0% [ ▂▃▄▆██████▇▆▂▂▁▁ ] [ ▁▅▇█▆▃ ] dim 0884 μ= -0.003 σ= 0.029 zeros= 0% [ ▁▁▄▇██████▇▄▃▁ ] [ ▁▄▆█▅▂ ] dim 0885 μ= -0.015 σ= 0.019 zeros= 0% [ ▁▂▂▅██████▆▄▂▁ ] [ ▂▅█▇█▅▂ ] dim 0886 μ= -0.016 σ= 0.027 zeros= 0% [ ▁▂▃▆████████▅▅▃▂▁ ] [ ▁▅▅█▅▃ ] dim 0887 μ= +0.042 σ= 0.019 zeros= 0% [ ▁▃▅▆███████▇▄▃▁ ] [ ▁▃▇█▇▃ ] dim 0888 μ= -0.013 σ= 0.020 zeros= 0% [ ▁▂▃▅███████▅▃▁ ] [ ▃▅▇██▃ ] dim 0889 μ= -0.015 σ= 0.031 zeros= 0% [ ▁▂▃▆██████▇▄▂▁ ] [ ▂▄▆██▄▂ ] dim 0890 μ= +0.018 σ= 0.022 zeros= 0% [ ▁▂▃▆███████▇▅▄▁▁ ] [ ▂▇▇█▇▅▂ ] dim 0891 μ= +0.003 σ= 0.029 zeros= 0% [ ▁▂▃▆███████▆▃▂▁ ] [ ▃▇▇█▆▆▃ ] dim 0892 μ= +0.011 σ= 0.020 zeros= 0% [▁ ▁▂▄▇███████▆▆▃▁ ▁ ] [ ▃▅▇█▇▃ ] dim 0893 μ= -0.005 σ= 0.033 zeros= 0% [ ▁▃▅▅██████▇▆▃▁▁ ] [ ▃▅▆█▆▃ ] dim 0894 μ= -0.023 σ= 0.026 zeros= 0% [ ▁▁▃▅▇███████▅▃▂▁ ] [ ▂▇██▇▅▃ ] dim 0895 μ= +0.000 σ= 0.044 zeros= 0% [ ▁▂▃▅████████▆▅▃▁▁ ] [ ▄▆▆█▆▃ ] dim 0896 μ= +0.039 σ= 0.032 zeros= 0% [ ▁▂▄▆▇███████▅▂▁▁] [ ▁▄▄█▇▃ ] dim 0897 μ= -0.007 σ= 0.022 zeros= 0% [ ▁▃▄▆██████▇▅▃▁▁ ] [ ▁▃▆█▇▅▄ ] dim 0898 μ= -0.034 σ= 0.027 zeros= 0% [ ▁▅▅███████▇▅▃▁▁ ] [ ▃▄▇█▃▄ ] dim 0899 μ= -0.020 σ= 0.017 zeros= 0% [ ▁▂▂▅▇██████▇▅▂▁ ] [ ▂▆▇█▆▅▂▁ ] dim 0900 μ= -0.013 σ= 0.027 zeros= 0% [ ▁▂▄▅████████▆▄▂▁ ] [ ▄▅▇█▅▃ ] dim 0901 μ= +0.013 σ= 0.033 zeros= 0% [ ▁▂▃▆███████▇▄▂▁▁ ] [ ▂▅█▇▆▃ ] dim 0902 μ= +0.021 σ= 0.028 zeros= 0% [ ▁▁▂▃▇███████▅▃▁▁ ] [ ▃▇███▇▂ ] dim 0903 μ= -0.022 σ= 0.034 zeros= 0% [▁▁▂▅████████▇▅▃▁▁ ] [ ▂▄█▇▅▃▁ ] dim 0904 μ= -0.014 σ= 0.024 zeros= 0% [ ▁▃▅████████▅▃▂▁ ] [ ▂▅▇█▇▆▃ ] dim 0905 μ= +0.023 σ= 0.038 zeros= 0% [ ▁▁▂▄▆███████▇▄▁▁▁ ] [ ▁▆██▅▃▁ ] dim 0906 μ= +0.020 σ= 0.028 zeros= 0% [ ▁▂▄▆███████▄▂▁▁ ] [ ▃▅█▇▄▂ ] dim 0907 μ= +0.008 σ= 0.018 zeros= 0% [ ▁▁▄▅███████▆▃▁▁ ] [ ▂▅▆█▅▃ ] dim 0908 μ= -0.006 σ= 0.023 zeros= 0% [ ▁▁▂▄▇██████▇▆▃▂▁ ] [ ▁▃▄█▅▆▁ ] dim 0909 μ= +0.004 σ= 0.027 zeros= 0% [ ▁▁▂▅███████▆▃▁▁ ] [ ▁▂▄▅█▇▅▄ ] dim 0910 μ= -0.008 σ= 0.047 zeros= 0% [▁▁▂▃▅█████████▇▄▂▁ ] [ ▃▅█▆▄▁ ] dim 0911 μ= -0.000 σ= 0.025 zeros= 0% [ ▁▁▃▅███████▇▄▃▁▁ ] [ ▂▃▆██▇▃ ] dim 0912 μ= -0.016 σ= 0.020 zeros= 0% [ ▁▂▃▆███████▇▅▃▁▁ ] [ ▁▂▆▇█▆▃▁ ] dim 0913 μ= +0.015 σ= 0.023 zeros= 0% [ ▁▂▃▅████████▆▅▂▁ ] [ ▃▇▇█▄▃▂ ] dim 0914 μ= +0.011 σ= 0.025 zeros= 0% [ ▁▂▃▅████████▆▃▂▁ ] [ ▂▄█▇▅▄▁ ] dim 0915 μ= +0.007 σ= 0.027 zeros= 0% [ ▁▂▂▆▇███████▇▄▂▁ ] [ ▁▇█▇▅▃ ] dim 0916 μ= -0.007 σ= 0.032 zeros= 0% [ ▁▃▄████████▄▃▁ ] [ ▃▇▇█▇▅ ] dim 0917 μ= -0.009 σ= 0.024 zeros= 0% [ ▁▁▄▅████████▆▃▁▁ ] [ ▁▃▇██▅▂ ] dim 0918 μ= -0.003 σ= 0.033 zeros= 0% [ ▁▁▄▇███████▇▅▃▁ ] [ ▁▇▇██▆▂ ] dim 0919 μ= +0.003 σ= 0.030 zeros= 0% [ ▁▂▄▆███████▅▄▂▁▁ ] [ ▂▄█▇▆▄▁ ] dim 0920 μ= -0.030 σ= 0.019 zeros= 0% [ ▁▂▃▆███████▄▃▂▁ ] [ ▃▇██▆▃ ] dim 0921 μ= +0.031 σ= 0.033 zeros= 0% [ ▁▂▄▆███████▇▄▂▁ ] [ ▁▃▆█▇█▄ ] dim 0922 μ= -0.007 σ= 0.027 zeros= 0% [ ▁▂▂▅████████▅▃▂▁ ] [ ▂▃▆▇██▄▁ ] dim 0923 μ= -0.008 σ= 0.020 zeros= 0% [ ▁▁▂▃▆████████▆▄▂▁▁ ] [ ▁▆██▅▂ ] dim 0924 μ= -0.015 σ= 0.023 zeros= 0% [ ▁▃▄███████▇▄▂▁ ] [ ▂▆█▇▆▁ ] dim 0925 μ= -0.031 σ= 0.032 zeros= 0% [ ▁▂▄███████▅▃▂ ] [ ▂▂▆█▇▇▃▂ ] dim 0926 μ= +0.033 σ= 0.026 zeros= 0% [ ▁▁▂▃▆████████▆▄▂▁▁ ] [ ▁▅▄█▇▇▃▂ ] dim 0927 μ= +0.009 σ= 0.024 zeros= 0% [ ▁▁▂▄▅████████▆▄▂▁▁ ] [ ▁▃▅▇█▅▃ ] dim 0928 μ= -0.020 σ= 0.036 zeros= 0% [ ▁▂▄████████▆▃▂▁ ] [ ▃▆▇██▄▂ ] dim 0929 μ= -0.002 σ= 0.024 zeros= 0% [ ▁▁▃▆████████▇▅▂▁ ] [ ▂▆▇█▆▄ ] dim 0930 μ= -0.008 σ= 0.020 zeros= 0% [ ▁▂▄████████▆▃▂▁ ] [ ▄▇▇█▆▃ ] dim 0931 μ= -0.009 σ= 0.035 zeros= 0% [▁▁▂▃▆████████▇▅▃▁▁ ] [ ▄▆▇█▇▃ ] dim 0932 μ= +0.006 σ= 0.015 zeros= 0% [ ▁▂▄▇████████▅▃▂▁▁] [ ▃▇▆█▇▄▁ ] dim 0933 μ= -0.013 σ= 0.013 zeros= 0% [ ▁▂▅▇███████▅▃▁ ] [ ▁▆▇█▄▂ ] dim 0934 μ= -0.021 σ= 0.034 zeros= 0% [ ▂▂▆███████▇▅▃▁ ] [ ▄█▇▅▁ ] dim 0935 μ= -0.026 σ= 0.026 zeros= 0% [ ▁▂▃▅███████▄▂▁ ] [ ▁▃▇█▆▁ ] dim 0936 μ= +0.004 σ= 0.017 zeros= 0% [ ▁▃▆██████▅▄▂▁ ] [ ▂▆█▇▄▂ ] dim 0937 μ= -0.002 σ= 0.022 zeros= 0% [ ▁▂▅▇███████▄▃▁ ] [ ▃▆██▆▄▃ ] dim 0938 μ= +0.010 σ= 0.032 zeros= 0% [ ▁▁▂▄████████▆▆▃▁▁ ] [ ▃▇█▇▇▄ ] dim 0939 μ= -0.015 σ= 0.027 zeros= 0% [ ▁▂▄▆██████▇▃▁ ] [ ▄█▆▅▁ ] dim 0940 μ= +0.014 σ= 0.029 zeros= 0% [ ▂▃▅██████▆▃▂▁ ] [ ▃▆▇█▅▅▁ ] dim 0941 μ= +0.002 σ= 0.027 zeros= 0% [ ▁▁▂▄▇███████▅▃▂▁ ] [ ▃▅▇▇█▅▁ ] dim 0942 μ= +0.016 σ= 0.043 zeros= 0% [ ▁▁▂▃▆████████▆▃▂ ] [ ▂▅█▇▇▄▂ ] dim 0943 μ= -0.010 σ= 0.021 zeros= 0% [ ▁▂▃▇███████▆▄▂▁▁ ] [ ▅█▇█▆▃ ] dim 0944 μ= +0.015 σ= 0.031 zeros= 0% [ ▁▁▃▅███████▇▄▃▁ ] [ ▂▅▆█▆▃ ] dim 0945 μ= +0.018 σ= 0.018 zeros= 0% [ ▁▂▄▇██████▆▄▂▁ ] [ ▁▆▅█▇▅▃ ] dim 0946 μ= -0.005 σ= 0.029 zeros= 0% [ ▁▁▃▄▆███████▇▆▃▂▁ ] [ ▂▆▆█▆▄▁ ] dim 0947 μ= -0.013 σ= 0.025 zeros= 0% [ ▁▂▃▅▇███████▆▄▂▁ ] [ ▁▃█▆▇▄▁ ] dim 0948 μ= +0.012 σ= 0.023 zeros= 0% [ ▁▂▄▆███████▆▅▂▁▁ ] [ ▂▄█▅▅▃ ] dim 0949 μ= +0.005 σ= 0.031 zeros= 0% [ ▁▂▄▆██████▇▄▃▁▁ ] [ ▂▅██▆▅▁ ] dim 0950 μ= +0.022 σ= 0.022 zeros= 0% [ ▁▂▃▅████████▅▃▂▁▁ ] [ ▁▅▇▆█▅▃▁ ] dim 0951 μ= +0.009 σ= 0.022 zeros= 0% [ ▁▂▂▅▆████████▅▅▂▂▁ ] [ ▂▄▇▇█▇▃ ] dim 0952 μ= +0.017 σ= 0.031 zeros= 0% [ ▁▁▃▅█████████▅▄▂▂ ] [ ▂▅█▆▄▄ ] dim 0953 μ= -0.006 σ= 0.027 zeros= 0% [ ▁▁▃▃▇███████▅▃▁▁ ] [ ▂▅▇█▇▅▃ ] dim 0954 μ= -0.024 σ= 0.029 zeros= 0% [ ▁▃▅▆███████▇▅▃▁▁ ] [ ▁▄▆▇▇█▅▂ ] dim 0955 μ= +0.012 σ= 0.031 zeros= 0% [ ▁▁▃▄████████▆▄▃▁▁] [ ▄▆█▆▇▄ ] dim 0956 μ= -0.007 σ= 0.017 zeros= 0% [ ▁▁▂▃▇████████▆▄▃▁▁ ] [ ▄██▆▄ ] dim 0957 μ= +0.000 σ= 0.017 zeros= 0% [ ▁▂▄███████▄▃▁ ] [ ▃▅█▆█▅ ] dim 0958 μ= +0.009 σ= 0.022 zeros= 0% [ ▁▂▅████████▅▃▁ ] [ ▅▆██▇▂ ] dim 0959 μ= +0.001 σ= 0.029 zeros= 0% [ ▁▂▅███████▇▃▂▁ ] [ ▁▄██▅▅▁ ] dim 0960 μ= -0.000 σ= 0.024 zeros= 0% [ ▁▂▃▆███████▆▃▂▁ ] [ ▂▅▆██▄▁ ] dim 0961 μ= -0.005 σ= 0.020 zeros= 0% [ ▁▁▂▄▇███████▆▄▂▁ ] [ ▁▄▆█▇▆▄ ] dim 0962 μ= -0.006 σ= 0.019 zeros= 0% [ ▁▂▂▃▆███████▇▆▄▃▁ ] [ ▁▂▆██▆▅▂ ] dim 0963 μ= -0.014 σ= 0.024 zeros= 0% [ ▁▂▃▅█████████▄▂▁ ] [ ▁▃▅██▇▄▂ ] dim 0964 μ= -0.014 σ= 0.033 zeros= 0% [ ▁▃▅████████▆▃▁▁▁] [ ▂▄███▅▂ ] dim 0965 μ= -0.018 σ= 0.037 zeros= 0% [ ▁▁▃▆▇████████▅▃▂ ] [ ▄▅██▇▄▂ ] dim 0966 μ= +0.013 σ= 0.042 zeros= 0% [ ▁▃▅▆████████▆▄▂▁ ] [ ▁▂▄▇█▇▆▁ ] dim 0967 μ= -0.033 σ= 0.021 zeros= 0% [ ▁▃▄████████▆▃▁▁ ] [ ▄█▆█▄▄ ] dim 0968 μ= -0.011 σ= 0.016 zeros= 0% [ ▁▂▄▅████████▆▃▂▁ ] [ ▂▄▇██▃▃ ] dim 0969 μ= +0.021 σ= 0.032 zeros= 0% [ ▁▂▃▅████████▇▄▃▂▁▁] [ ▄▆▇█▅▃ ] dim 0970 μ= +0.009 σ= 0.038 zeros= 0% [ ▁▂▃▆▇██████▇▅▄▃ ] [ ▁▆███▅▂ ] dim 0971 μ= +0.015 σ= 0.048 zeros= 0% [ ▁▂▄▆███████▆▄▂▁ ] -> OUTLIER_SPREAD: this_std=0.0481, mean_std=0.0266, +3.0sigma vs threshold=3.0sigma [ ▁▃▆█▇▆▄ ] dim 0972 μ= -0.010 σ= 0.033 zeros= 0% [ ▁▂▅▆████████▆▄▂ ] [ ▂▅▆██▄▄▂ ] dim 0973 μ= -0.001 σ= 0.020 zeros= 0% [ ▁▁▂▄▇████████▅▃▂▁ ] [ ▁▄▅▆█▆▆▁ ] dim 0974 μ= -0.022 σ= 0.015 zeros= 0% [ ▁▂▃▇█████████▅▂▁▁▁] [ ▃▆█▇▇▃ ] dim 0975 μ= -0.005 σ= 0.019 zeros= 0% [ ▁▁▅▇██████▆▅▃▁ ] [ ▁▄▆█▇▅▃ ] dim 0976 μ= -0.008 σ= 0.026 zeros= 0% [ ▁▁▄▆███████▇▄▃▁▁ ] [ ▁▄▅▇█▆▁ ] dim 0977 μ= -0.009 σ= 0.033 zeros= 0% [ ▁▁▃▅███████▆▂▁ ] [ ▄▆▇█▇▄ ] dim 0978 μ= +0.023 σ= 0.029 zeros= 0% [ ▁▁▃▅████████▅▃▂▁ ] [ ▃▅█▆▇▃▁ ] dim 0979 μ= -0.001 σ= 0.022 zeros= 0% [ ▁▂▂▅████████▄▃▂ ] [ ▁▆▇█▇▄▁ ] dim 0980 μ= -0.008 σ= 0.025 zeros= 0% [ ▁▁▂▅▇███████▆▃▂▁ ] [ ▄▇██▄▁ ] dim 0981 μ= +0.016 σ= 0.028 zeros= 0% [ ▁▁▂▄▆███████▆▂▂▁▁ ] [ ▂▅▇█▅▂ ] dim 0982 μ= +0.003 σ= 0.027 zeros= 0% [ ▁▁▃▅████████▅▃▁ ] [ ▁▃▆█▄▁ ] dim 0983 μ= +0.016 σ= 0.021 zeros= 0% [ ▁▂▄▇██████▆▄▂▁ ] [ ▁▅█▇▅▂ ] dim 0984 μ= -0.002 σ= 0.016 zeros= 0% [ ▁▂▃▇██████▆▃▂▁ ] [ ▁▃▄██▇▃▂ ] dim 0985 μ= +0.031 σ= 0.025 zeros= 0% [ ▁▂▄▅████████▇▃▂▁▁ ] [ ▁▃▆█▇▅▂ ] dim 0986 μ= +0.021 σ= 0.037 zeros= 0% [ ▁▂▂▃▆████████▅▃▁▁ ] [ ▃▆█▇▄▂ ] dim 0987 μ= -0.017 σ= 0.035 zeros= 0% [ ▁▂▄▆██████▇▄▂▁ ] [ ▂▅█▇▆▅▁ ] dim 0988 μ= +0.003 σ= 0.014 zeros= 0% [ ▁▂▄▇███████▆▄▂▁ ] [ ▃▅▇█▆▃ ] dim 0989 μ= -0.023 σ= 0.033 zeros= 0% [ ▁▂▃▅████████▆▃▂▁ ] [ ▃▅██▆▆▃ ] dim 0990 μ= -0.022 σ= 0.032 zeros= 0% [ ▁▁▃▄▇███████▅▅▂▁▁ ] [ ▄▅█▇▆▃ ] dim 0991 μ= -0.003 σ= 0.015 zeros= 0% [ ▁▁▃▅███████▆▄▃▁▁ ] [ ▂▆██▆▅▂ ] dim 0992 μ= -0.021 σ= 0.028 zeros= 0% [ ▁▁▂▄▇███████▆▄▂▁ ] [ ▃▆██▆▂ ] dim 0993 μ= -0.011 σ= 0.036 zeros= 0% [ ▁▁▂▅███████▆▃▂▁ ] [ ▁▄██▇▆▄ ] dim 0994 μ= +0.002 σ= 0.029 zeros= 0% [ ▁▂▃▇███████▇▅▃▁▁ ] [ ▄▇█▇▄▁ ] dim 0995 μ= -0.014 σ= 0.034 zeros= 0% [ ▁▂▅███████▅▃▁ ] [ ▁▄▆█▅▄▁ ] dim 0996 μ= -0.016 σ= 0.019 zeros= 0% [ ▁▂▃▅███████▆▄▂▁ ] [ ▂▆▆█▄▅ ] dim 0997 μ= -0.010 σ= 0.025 zeros= 0% [ ▁▃▅▇███████▅▃▂▁ ] [ ▁▆▇▇█▄ ] dim 0998 μ= +0.015 σ= 0.022 zeros= 0% [ ▁▂▄▆███████▅▃▁▁ ] [ ▅▅██▄▁ ] dim 0999 μ= +0.017 σ= 0.025 zeros= 0% [ ▁▁▂▄▇██████▆▃▂▁ ] [ ▂▇██▄▁ ] dim 1000 μ= +0.018 σ= 0.032 zeros= 0% [ ▁▂▄███████▅▂▁ ] [ ▂▆▆██▅ ] dim 1001 μ= +0.003 σ= 0.033 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.011 σ= 0.028 zeros= 0% [ ▁▂▃▆████████▆▃▂ ] [ ▃▇█▆▃ ] dim 1006 μ= +0.011 σ= 0.028 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.033 zeros= 0% [ ▂▂▃▅████████▅▄▂▁ ] [ ▃▅██▆▆▁ ] dim 1011 μ= -0.004 σ= 0.032 zeros= 0% [ ▁▂▃▅▇███████▇▅▂▁ ] [ ▁▄██▆▅▁ ] dim 1012 μ= +0.001 σ= 0.026 zeros= 0% [ ▁▁▂▅▆███████▅▄▂▁ ] [ ▁▂▄▆█▆▃▂ ] dim 1013 μ= -0.001 σ= 0.021 zeros= 0% [ ▁▂▃▅████████▆▄▂▁ ] [ ▁▄█▇█▅▂ ] dim 1014 μ= -0.003 σ= 0.028 zeros= 0% [ ▁▁▂▄▇███████▇▅▃▁▁ ] [ ▃▅██▆▂ ] dim 1015 μ= -0.020 σ= 0.011 zeros= 0% [ ▁▁▃▆████████▆▃▂▁ ] [ ▄▇█▆▅▃ ] dim 1016 μ= -0.003 σ= 0.019 zeros= 0% [ ▁▁▁▄▆▇███████▄▃▁ ] [ ▂▆▆█▅▂ ] dim 1017 μ= -0.010 σ= 0.016 zeros= 0% [ ▁▃▅███████▇▄▂▁ ] [ ▁▆▇▇█▆▃ ] dim 1018 μ= -0.012 σ= 0.027 zeros= 0% [ ▁▂▄▇███████▇▅▂▂▁ ] [ ▁▅▆█▆▇▄ ] dim 1019 μ= -0.010 σ= 0.031 zeros= 0% [ ▁▂▄▆███████▇▅▃▁▁ ] [ ▂▄▇█▆▄▁ ] dim 1020 μ= -0.005 σ= 0.023 zeros= 0% [ ▁▂▄▆███████▇▃▂▁▁ ] [ ▄▆██▇▃ ] dim 1021 μ= +0.031 σ= 0.027 zeros= 0% [ ▁▂▃▅████████▅▂▁ ] [ ▁▄▇█▆▄▁ ] dim 1022 μ= +0.006 σ= 0.033 zeros= 0% [ ▂▃▆███████▇▄▂▁ ] [ ▂▄██▆▄▁ ] dim 1023 μ= +0.007 σ= 0.031 zeros= 0% [ ▁▂▄████████▅▃▂▁ ] smell vectors from /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec smell: sampling 2000 of 1778739 vectors for per-dim distribution... smell: 100/2000 ( 5%) 0.8s smell: 200/2000 ( 10%) 1.2s smell: 300/2000 ( 15%) 1.7s smell: 400/2000 ( 20%) 2.1s smell: 500/2000 ( 25%) 2.5s smell: 600/2000 ( 30%) 2.9s smell: 700/2000 ( 35%) 2.9s smell: 800/2000 ( 40%) 3.1s smell: 900/2000 ( 45%) 3.5s smell: 1000/2000 ( 50%) 3.8s smell: 1100/2000 ( 55%) 4.1s smell: 1200/2000 ( 60%) 4.3s smell: 1300/2000 ( 65%) 4.7s smell: 1400/2000 ( 70%) 4.9s smell: 1500/2000 ( 75%) 5.2s smell: 1600/2000 ( 80%) 5.5s smell: 1700/2000 ( 85%) 6.0s smell: 1800/2000 ( 90%) 6.3s smell: 1900/2000 ( 95%) 6.5s smell: 2000/2000 (100%) 6.8s smell: 2 degenerate dim(s) found in 6.9s: (OUTLIER_SPREAD: std of all dims: μ=0.027, σ=0.007, threshold=3.0σ) [ ▃▃██▇▄▁ ] dim 0585 μ= -0.034 σ= 0.051 zeros= 0% [ ▁▁▂▄▇████████▅▃▁ ] -> OUTLIER_SPREAD: this_std=0.0506, mean_std=0.0265, +3.4sigma vs threshold=3.0sigma [ ▁▃▆▆█▆▇▄ ] dim 0971 μ= +0.016 σ= 0.048 zeros= 0% [ ▁▂▃▅█████████▅▄▁ ] -> OUTLIER_SPREAD: this_std=0.0481, mean_std=0.0265, +3.1sigma vs threshold=3.0sigma smell: all 1024 dims: [ ▃▅███▇▂ ] dim 0000 μ= +0.003 σ= 0.023 zeros= 0% [ ▁▂▂▄▇███████▇▃▂▁ ] [ ▃▇█▅▄ ] dim 0001 μ= +0.019 σ= 0.027 zeros= 0% [ ▁▁▃▅▇██████▅▃▁ ] [ ▃▆█▇▅▂ ] dim 0002 μ= -0.007 σ= 0.033 zeros= 0% [ ▁▁▃▅▇██████▆▄▂▁ ] [ ▃▅▇█▄▁ ] dim 0003 μ= +0.022 σ= 0.028 zeros= 0% [ ▁▂▄███████▅▃▁▁▁ ] [ ▂▆██▆▂ ] dim 0004 μ= -0.016 σ= 0.028 zeros= 0% [ ▁▂▄▇██████▇▅▃▂▁ ] [ ▂▄▇█▇▆▃▁ ] dim 0005 μ= -0.007 σ= 0.033 zeros= 0% [ ▂▃▄▇████████▅▄▂▁ ] [ ▄▅▇█▇▄▁ ] dim 0006 μ= -0.000 σ= 0.020 zeros= 0% [ ▁▁▃▅▇███████▇▄▂▁▁ ] [ ▂▄██▅▂ ] dim 0007 μ= -0.031 σ= 0.021 zeros= 0% [ ▁▁▃▆███████▄▂▁ ] [ ▃▆█▇▅▂ ] dim 0008 μ= -0.018 σ= 0.019 zeros= 0% [ ▁▂▄███████▇▄▂▁ ] [ ▃██▇▅▄ ] dim 0009 μ= +0.007 σ= 0.028 zeros= 0% [ ▁▁▃▅████████▅▃▁ ] [ ▂▆██▆▄▁ ] dim 0010 μ= +0.013 σ= 0.031 zeros= 0% [ ▁▃▅▆███████▆▄▁▁ ] [ ▁▄▅██▆▃ ] dim 0011 μ= -0.012 σ= 0.035 zeros= 0% [ ▁▂▃▆████████▅▃▁▁ ] [ ▂▆█▆▇▃ ] dim 0012 μ= +0.012 σ= 0.018 zeros= 0% [ ▁▁▂▄████████▆▃▂▁ ] [ ▃██▆▄ ] dim 0013 μ= -0.009 σ= 0.021 zeros= 0% [ ▁▁▂▄██████▇▄▂▁ ] [ ▁▃▅█▅▂▁ ] dim 0014 μ= +0.005 σ= 0.035 zeros= 0% [ ▁▁▂▄▆███████▆▄▁▁ ] [ ▃▆▇█▄ ] dim 0015 μ= -0.001 σ= 0.021 zeros= 0% [ ▁▁▂▅███████▆▃▁▁ ] [ ▂▃▆█▇█▃▁ ] dim 0016 μ= +0.002 σ= 0.028 zeros= 0% [ ▁▂▃▅████████▇▄▃▁▁ ] [ ▁▅▇█▄▅▁ ] dim 0017 μ= +0.016 σ= 0.031 zeros= 0% [ ▁▃▅▇███████▆▄▃▁ ] [ ▂▇▅█▆▃▂ ] dim 0018 μ= +0.015 σ= 0.037 zeros= 0% [ ▁▁▂▅▇███████▇▄▂▁ ] [ ▂▆█▆▆▂ ] dim 0019 μ= +0.006 σ= 0.031 zeros= 0% [ ▁▂▄▆███████▇▅▃▂▁ ] [ ▂▄▅██▄▁ ] dim 0020 μ= +0.012 σ= 0.024 zeros= 0% [ ▁▂▃▄▇███████▇▄▂▁▁ ] [ ▄▆█▇▆▃▁ ] dim 0021 μ= +0.008 σ= 0.021 zeros= 0% [ ▁▁▃▄▇████████▅▅▂▁ ] [ ▁▃▆██▆▃ ] dim 0022 μ= +0.003 σ= 0.035 zeros= 0% [ ▁▂▄███████▇▆▃▂▁ ] [ ▂▄▆█▆▇▅▁ ] dim 0023 μ= -0.008 σ= 0.046 zeros= 0% [ ▁▂▄▆█████████▅▂▁ ] [ ▂▄▇██▄▁ ] dim 0024 μ= -0.005 σ= 0.032 zeros= 0% [ ▁▂▄▅███████▆▃▁▁ ] [ ▃▅█▆▅▃▂ ] dim 0025 μ= +0.018 σ= 0.027 zeros= 0% [ ▂▃▅████████▆▃▂▁ ] [ ▅▇█▇▅▂ ] dim 0026 μ= +0.027 σ= 0.024 zeros= 0% [ ▁▁▃▅███████▆▃▂▁▁ ] [ ▂▇▇▇█▅▁ ] dim 0027 μ= -0.007 σ= 0.028 zeros= 0% [ ▁▂▅▆███████▆▄▂▁ ] [ ▁▄▇█▇▆ ] dim 0028 μ= +0.027 σ= 0.029 zeros= 0% [ ▂▃▆███████▆▄▃▁ ] [ ▄██▆ ] dim 0029 μ= +0.001 σ= 0.028 zeros= 0% [ ▁▂▅▇█████▅▂▁ ] [ ▃▅█▇▄▃ ] dim 0030 μ= -0.010 σ= 0.024 zeros= 0% [ ▁▂▄▆███████▅▄▁▁ ] [ ▁▃▆█▄▃ ] dim 0031 μ= -0.013 σ= 0.018 zeros= 0% [ ▁▂▂▅██████▇▆▃▁▁ ] [ ▃▅▄█▅▃ ] dim 0032 μ= +0.031 σ= 0.035 zeros= 0% [ ▁▁▂▃▆████████▇▅▂▁▁ ] [ ▁▃▅█▆▆▅ ] dim 0033 μ= +0.031 σ= 0.028 zeros= 0% [ ▁▂▂▆████████▆▅▂▁ ] [ ▁▅██▄▂ ] dim 0034 μ= -0.004 σ= 0.023 zeros= 0% [ ▂▃▆██████▇▆▂▂▁ ] [ ▂▄▆█▅▁ ] dim 0035 μ= +0.008 σ= 0.033 zeros= 0% [ ▁▄▅██████▅▄▂▁ ] [ ▄█▆▆▅▄▁ ] dim 0036 μ= +0.000 σ= 0.020 zeros= 0% [▁▁▁▃▆▇███████▇▅▂▁▁ ] [ ▁▅▇██▆▄ ] dim 0037 μ= -0.028 σ= 0.026 zeros= 0% [ ▁▂▃▅████████▇▃▁ ▁ ] [ ▄██▆▄▃ ] dim 0038 μ= -0.001 σ= 0.020 zeros= 0% [ ▁▁▃▆████████▄▂▁▁ ] [ ▁▃██▇▅▃ ] dim 0039 μ= +0.034 σ= 0.029 zeros= 0% [ ▁▁▄▇███████▇▅▃▁ ] [ ▄▇█▇▆▄ ] dim 0040 μ= +0.011 σ= 0.035 zeros= 0% [▁▁▁▂▅▆▇███████▅▄▁▁ ] [ ▁▃▅█▇▆▃ ] dim 0041 μ= +0.004 σ= 0.017 zeros= 0% [ ▁▂▂▄▆███████▇▄▃▁▁▁] [ ▅▅█▇▇▄▁ ] dim 0042 μ= -0.017 σ= 0.026 zeros= 0% [▁▁▂▃▅████████▆▄▂▁ ] [ ▅▇█▇▄ ] dim 0043 μ= +0.013 σ= 0.025 zeros= 0% [ ▁▂▃▆██████▇▄▂▁▁ ] [ ▄▇█▅▂ ] dim 0044 μ= -0.024 σ= 0.030 zeros= 0% [ ▁▁▂▅███████▄▂▁ ] [ ▅▆██▅▄ ] dim 0045 μ= +0.016 σ= 0.025 zeros= 0% [ ▁▂▂▅▇██████▆▄▃▁▁ ] [ ▁▄▆▇█▆▃ ] dim 0046 μ= +0.013 σ= 0.020 zeros= 0% [ ▁▂▃▅███████▆▃▂▁ ] [ ▅▄█▇▇▅▂ ] dim 0047 μ= +0.005 σ= 0.030 zeros= 0% [ ▁▁▃▄▅▇███████▆▄▂▁▁ ] [ ▁▆█▇▆▃▁ ] dim 0048 μ= +0.010 σ= 0.040 zeros= 0% [ ▁▂▃▄▇███████▆▃▃▁ ] [ ▃▆█▇▄▁ ] dim 0049 μ= +0.023 σ= 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.015 zeros= 0% [▁▁▁▃▄▇███████▇▅▃▁ ] [ ▂▅▅██▆▃ ] dim 0053 μ= -0.003 σ= 0.020 zeros= 0% [ ▁▂▄████████▇▄▂▁▁ ] [ ▂▇▇█▅▃ ] dim 0054 μ= +0.014 σ= 0.024 zeros= 0% [ ▁▂▄▇██████▇▄▂▁ ] [ ▁▄▆█▇▄ ] dim 0055 μ= +0.016 σ= 0.022 zeros= 0% [ ▁▂▄████████▆▄▁▁ ] [ ▃▆█▆▄▂ ] dim 0056 μ= +0.018 σ= 0.030 zeros= 0% [ ▁▂▃▆▇███████▅▂▁ ] [ ▃██▇▅▂ ] dim 0057 μ= +0.014 σ= 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.029 zeros= 0% [ ▁▁▄▆███████▆▅▂▁ ] [ ▄▆▆█▅▁ ] dim 0062 μ= -0.031 σ= 0.035 zeros= 0% [ ▁▃▄▇██████▆▃▂▁ ] [ ▂▅█▇▇▆▂ ] dim 0063 μ= +0.016 σ= 0.024 zeros= 0% [▁▁▁▃▅▇███████▆▄▃▂▁ ] [ ▄▅███▃ ] dim 0064 μ= -0.010 σ= 0.031 zeros= 0% [ ▁▁▃▄▇██████▇▅▂▁ ] [ ▂▆█▇█▆▄ ] dim 0065 μ= +0.004 σ= 0.028 zeros= 0% [ ▁▁▂▄▆███████▇▅▃▂ ] [ ▂▄▆█▇▄▂ ] dim 0066 μ= +0.009 σ= 0.022 zeros= 0% [ ▁▁▂▃▆███████▇▄▂▁▁ ] [ ▂▅█▇▆▂ ] dim 0067 μ= -0.004 σ= 0.038 zeros= 0% [ ▁▂▄▆██████▇▆▂▂▁ ] [ ▂▄▆█▅▄ ] dim 0068 μ= +0.010 σ= 0.023 zeros= 0% [ ▁▁▃▄▇███████▆▄▁▁▁ ] [ ▂███▅▁ ] dim 0069 μ= +0.013 σ= 0.017 zeros= 0% [ ▁▁▂▅███████▄▃▁▁ ] [ ▂▆█▇▅▂ ] dim 0070 μ= -0.009 σ= 0.025 zeros= 0% [ ▁▂▃▇██████▇▄▃▂▁▁ ] [ ▃▄█▇▅▃ ] dim 0071 μ= +0.009 σ= 0.030 zeros= 0% [ ▁▃▆███████▇▄▃▁▁ ] [ ▄▇██▅▁ ] dim 0072 μ= +0.013 σ= 0.020 zeros= 0% [ ▁▁▂▄▇██████▅▂▁▁ ] [ ▄▅█▇▅ ] dim 0073 μ= +0.006 σ= 0.014 zeros= 0% [ ▁▁▂▄▆███████▆▄▂▁▁ ] [ ▂▂▆█▅▅ ] dim 0074 μ= -0.013 σ= 0.032 zeros= 0% [ ▁▂▃▅███████▇▃▂▁▁ ] [ ▂▄▇▆█▄▁ ] dim 0075 μ= -0.005 σ= 0.024 zeros= 0% [ ▁▁▂▄▇███████▆▃▁▁ ] [ ▂▄▇▇██▃ ] dim 0076 μ= -0.001 σ= 0.020 zeros= 0% [ ▁▂▄▇████████▅▃▂▁▁ ] [ ▄▆██▅▃ ] dim 0077 μ= -0.008 σ= 0.039 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.012 σ= 0.024 zeros= 0% [ ▁▁▂▅████████▅▃▂▁▁] [ ▂▅▇██▅▃ ] dim 0082 μ= +0.012 σ= 0.038 zeros= 0% [ ▁▁▂▃▇███████▇▆▃▁▁ ] [ ▁▅▇██▆▂▁ ] dim 0083 μ= +0.015 σ= 0.024 zeros= 0% [ ▁▂▄▆████████▅▃▁▁ ] [ ▁▄▆█▆▄▁ ] dim 0084 μ= +0.012 σ= 0.033 zeros= 0% [ ▁▂▃▆███████▅▃▁▁ ] [ ▄███▄ ] dim 0085 μ= -0.002 σ= 0.023 zeros= 0% [ ▁▂▃███████▅▃▁▁ ] [ ▂▆▆██▄▂ ] dim 0086 μ= -0.020 σ= 0.031 zeros= 0% [ ▁▂▅▇████████▅▂▁▁ ] [ ▂▅██▄▃▁ ] dim 0087 μ= +0.012 σ= 0.024 zeros= 0% [ ▁▂▄▇███████▆▄▁▁ ] [ ▁▅▆██▅▂ ] dim 0088 μ= -0.010 σ= 0.028 zeros= 0% [ ▁▂▄▇███████▇▄▂▁ ] [ ▁▃▆█▅▅▃ ] dim 0089 μ= +0.023 σ= 0.031 zeros= 0% [ ▁▂▃▅████████▆▄▂ ] [ ▂▆▆█▇▆▂ ] dim 0090 μ= +0.003 σ= 0.035 zeros= 0% [ ▁▃▅▇███████▆▄▃▁ ] [ ▁▄▇██▂ ] dim 0091 μ= +0.032 σ= 0.020 zeros= 0% [ ▁▂▄▇██████▇▅▂▁▁ ] [ ▁▃▄█▆▅▄▁ ] dim 0092 μ= +0.034 σ= 0.033 zeros= 0% [ ▁▂▃▅████████▇▃▂▁ ] [ ▂▅█▇▇▄ ] dim 0093 μ= -0.005 σ= 0.035 zeros= 0% [ ▁▁▂▄████████▇▅▃▁▁ ] [ ▁▄▆█▇█▄▂ ] dim 0094 μ= +0.001 σ= 0.027 zeros= 0% [ ▁▂▄▇████████▆▅▂▁▁ ] [ ▁▄▆▆█▄▁ ] dim 0095 μ= -0.011 σ= 0.013 zeros= 0% [ ▁▁▂▅▆███████▅▃▂▁▁ ] [ ▃▅█▆█▇▃ ] dim 0096 μ= +0.006 σ= 0.033 zeros= 0% [ ▁▁▂▄█████████▅▃▁▁ ] [ ▁▆██▇▆▃ ] dim 0097 μ= -0.005 σ= 0.025 zeros= 0% [ ▁▂▅▆███████▇▅▃▁▁ ] [ ▄▆█▇▄▁ ] dim 0098 μ= +0.005 σ= 0.026 zeros= 0% [ ▁▂▃▅▇██████▅▃▁ ] [ ▁▄▇██▅▃ ] dim 0099 μ= -0.007 σ= 0.020 zeros= 0% [ ▁▂▄▆███████▇▆▃▂▁ ] [ ▁▄█▇▆▆▃▁ ] dim 0100 μ= +0.002 σ= 0.022 zeros= 0% [ ▁▂▄▆████████▆▅▂▁▁ ] [ ▃▅█▆▄▁ ] dim 0101 μ= -0.022 σ= 0.022 zeros= 0% [ ▂▂▅███████▇▄▃▁ ] [ ▃▇█▆▆▃ ] dim 0102 μ= -0.009 σ= 0.024 zeros= 0% [ ▂▄▆███████▇▄▂▁▁ ] [ ▁▆██▆▆▃ ] dim 0103 μ= +0.007 σ= 0.023 zeros= 0% [▁▂▃▄▇████████▅▃▂▁ ] [ ▄▇██▆▄ ] dim 0104 μ= +0.014 σ= 0.026 zeros= 0% [ ▁▂▃▅███████▇▅▃▁▁ ] [ ▃▆█▇▅▂ ] dim 0105 μ= +0.006 σ= 0.029 zeros= 0% [ ▁▃▃▆███████▆▅▂▁ ] [ ▂▅▆█▅▅▄ ] dim 0106 μ= +0.010 σ= 0.029 zeros= 0% [ ▁▁▃▄▆████████▅▂▂▁ ] [ ▂▆██▇▅ ] dim 0107 μ= -0.002 σ= 0.019 zeros= 0% [ ▁▂▄▅███████▅▃▁▁ ] [ ▁▄▇██▅ ] dim 0108 μ= -0.015 σ= 0.036 zeros= 0% [ ▁▁▂▄▇███████▆▄▁▁ ] [ ▃▆▆█▅▅▂ ] dim 0109 μ= +0.009 σ= 0.022 zeros= 0% [ ▁▁▂▄▆████████▅▄▃▂▁ ] [ ▁▆▆██▆▁ ] dim 0110 μ= +0.008 σ= 0.022 zeros= 0% [ ▁▁▁▃▅▇███████▇▆▃▂▁▁] [ ▁▄██▆▆▃ ] dim 0111 μ= +0.024 σ= 0.020 zeros= 0% [ ▁▂▃▆███████▇▅▃▁ ] [ ▃▅██▇▄▃ ] dim 0112 μ= +0.007 σ= 0.025 zeros= 0% [ ▁▂▃▅████████▇▅▂▂ ] [ ▄█▇▅▃▁ ] dim 0113 μ= -0.014 σ= 0.017 zeros= 0% [ ▁▁▄▅███████▆▃▂▁ ] [ ▁▃█▇▆▅ ] dim 0114 μ= -0.005 σ= 0.037 zeros= 0% [ ▁▁▃▄████████▆▃▂▁▁ ] [ ▁▄▇█▇▃▁ ] dim 0115 μ= -0.014 σ= 0.034 zeros= 0% [ ▁▁▃▇███████▆▃▂ ] [ ▁▃█▇▄▂ ] dim 0116 μ= +0.006 σ= 0.018 zeros= 0% [ ▁▂▄██████▇▄▂▁ ] [ ▂▅██▇▄▁ ] dim 0117 μ= -0.007 σ= 0.017 zeros= 0% [ ▁▂▄▇███████▆▃▂▁ ] [ ▃▅█▇▇▅▂ ] dim 0118 μ= -0.015 σ= 0.033 zeros= 0% [ ▂▅▅▇███████▇▆▂▂▁ ] [ ▃▆▇█▇▅▁ ] dim 0119 μ= -0.012 σ= 0.028 zeros= 0% [ ▁▂▃▇███████▅▃▂▁ ] [ ▃▇▇██▄▂ ] dim 0120 μ= -0.033 σ= 0.038 zeros= 0% [ ▁▃▅▇███████▇▅▃▁▁ ] [ ▃▆██▆▃ ] dim 0121 μ= +0.013 σ= 0.025 zeros= 0% [ ▁▁▂▄▆████████▆▂▁▁ ] [ ▁▃▆█▇▆▂ ] dim 0122 μ= -0.002 σ= 0.016 zeros= 0% [ ▁▃▄███████▇▅▂▁▁ ] [ ▄▇██▄▂ ] dim 0123 μ= +0.004 σ= 0.023 zeros= 0% [ ▁▂▅███████▆▃▂▁ ] [ ▁▆▄██▄▁ ] dim 0124 μ= -0.014 σ= 0.021 zeros= 0% [ ▁▂▅▇███████▇▄▂▁ ] [ ▄▆▇█▇▃▁ ] dim 0125 μ= -0.005 σ= 0.047 zeros= 0% [▁▁▁▃▅▇████████▄▃▁▁ ] [ ▁▃██▇▄ ] dim 0126 μ= +0.022 σ= 0.017 zeros= 0% [ ▁▃▆███████▄▃▂▁ ] [ ▃▅▆█▅ ] dim 0127 μ= -0.019 σ= 0.022 zeros= 0% [ ▁▁▂▆█████▇▄▂▁▁ ] [ ▃▅██▇▂ ] dim 0128 μ= -0.018 σ= 0.028 zeros= 0% [ ▁▂▃▅███████▇▅▂▁▁ ] [ ▁▅▅█▆▅▁ ] dim 0129 μ= -0.007 σ= 0.040 zeros= 0% [ ▁▂▄▆███████▇▄▄▂▁▁ ] [ ▅▇▇█▇▃▁ ] dim 0130 μ= -0.028 σ= 0.022 zeros= 0% [▁▁▃▃▆████████▆▃▂▁▁ ] [ ▁▆███▇▄ ] dim 0131 μ= -0.001 σ= 0.028 zeros= 0% [ ▁▁▃▆████████▆▄▂▁▁ ] [ ▄▅██▅▂ ] dim 0132 μ= +0.007 σ= 0.026 zeros= 0% [ ▁▂▄▆██████▇▄▂▁ ] [ ▁▅▇█▆▅▃ ] dim 0133 μ= +0.008 σ= 0.015 zeros= 0% [ ▁▂▂▃▆███████▇▅▃▂▁ ] [ ▁▄▆▆██▅▂ ] dim 0134 μ= +0.023 σ= 0.023 zeros= 0% [ ▁▁▃▅█████████▅▄▂▁▁ ] [ ▁▄█▇▅▁ ] dim 0135 μ= -0.002 σ= 0.030 zeros= 0% [ ▁▂▄▆██████▆▄▂ ] [ ▃▆▇▇█▄▁ ] dim 0136 μ= +0.009 σ= 0.041 zeros= 0% [ ▁▂▄▅████████▆▅▂▁▁ ] [ ▃▆▇█▇▅ ] dim 0137 μ= -0.024 σ= 0.029 zeros= 0% [ ▁▁▂▅████████▄▃▂▁ ] [ ▁▅▆██▂▁ ] dim 0138 μ= +0.034 σ= 0.026 zeros= 0% [ ▁▂▄▅███████▄▃▂ ] [ ▄▄▆█▅▃ ] dim 0139 μ= +0.007 σ= 0.028 zeros= 0% [ ▁▁▃▆████████▅▃▂▁ ] [ ▄▆███▆▄ ] dim 0140 μ= +0.006 σ= 0.022 zeros= 0% [ ▁▁▁▆▇████████▅▃▂▁ ] [ ▄▇█▆▆▃ ] dim 0141 μ= +0.007 σ= 0.023 zeros= 0% [ ▁▁▃▄▇███████▅▃▂▁ ] [ ▁▄▆██▆▃ ] dim 0142 μ= +0.009 σ= 0.015 zeros= 0% [ ▁▁▂▄▆████████▆▄▂▁ ] [ ▄▇███▆▁ ] dim 0143 μ= +0.001 σ= 0.027 zeros= 0% [ ▁▂▄▇████████▅▃▁▁ ] [ ▂▅▆█▅▄▁ ] dim 0144 μ= +0.005 σ= 0.035 zeros= 0% [ ▁▁▃▄████████▅▃▂▁ ] [ ▁▅█▇▆▆▂ ] dim 0145 μ= -0.018 σ= 0.018 zeros= 0% [ ▁▁▂▅▇███████▆▃▁▁▁ ] [ ▂▄▆█▆▅▁ ] dim 0146 μ= +0.016 σ= 0.033 zeros= 0% [ ▁▃▄▇███████▅▂▂▁ ] [ ▄▅▇▇█▇▃▂ ] dim 0147 μ= +0.024 σ= 0.029 zeros= 0% [ ▁▁▂▃▄▇████████▇▄▂▁▁] [ ▃▆█▆▅▃▂ ] dim 0148 μ= -0.004 σ= 0.018 zeros= 0% [ ▁▂▂▄▇████████▆▆▃▁▁ ] [ ▂▇▇█▆▅▁ ] dim 0149 μ= -0.015 σ= 0.023 zeros= 0% [ ▁▂▄▅████████▆▄▂▁ ] [ ▁▃▇█▇▆▅▃ ] dim 0150 μ= -0.010 σ= 0.035 zeros= 0% [ ▁▁▂▄▅█████████▅▂▁ ] [ ▃▅▆█▆▃ ] dim 0151 μ= +0.009 σ= 0.040 zeros= 0% [ ▁▂▄▅████████▅▃▁ ] [ ▁▅▇██▅ ] dim 0152 μ= +0.023 σ= 0.018 zeros= 0% [ ▁▂▃▆███████▅▃▂▁ ] [ ▁▅▇▇██▄▁ ] dim 0153 μ= -0.027 σ= 0.029 zeros= 0% [▁ ▂▄▇████████▆▅▂▁ ] [ ▂▇▇█▃ ] dim 0154 μ= -0.006 σ= 0.035 zeros= 0% [ ▁▂▆▇██████▆▃▁ ] [ ▂▄██▆▄▂ ] dim 0155 μ= +0.008 σ= 0.014 zeros= 0% [ ▁▂▆▇███████▇▄▁▁ ] [ ▁▅▇██▅▃ ] dim 0156 μ= -0.003 σ= 0.033 zeros= 0% [ ▁▂▄▇████████▅▂▂▁ ] [ ▃▆█▇▇▃ ] dim 0157 μ= -0.008 σ= 0.026 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.006 σ= 0.033 zeros= 0% [ ▁▂▅▇██████▇▄▂▁ ] [ ▂▄█▆▅▃ ] dim 0162 μ= -0.003 σ= 0.025 zeros= 0% [ ▁▁▃▅▆██████▇▅▄▂▁ ] [ ▁▃▅▆█▆▄ ] dim 0163 μ= +0.001 σ= 0.026 zeros= 0% [ ▁▁▂▄▅████████▆▃▂▁▁] [ ▂▅▆██▅▂ ] dim 0164 μ= +0.033 σ= 0.031 zeros= 0% [ ▁▂▂▄▇███████▇▅▃▁ ] [ ▁▄█▇█▅▁ ] dim 0165 μ= -0.012 σ= 0.027 zeros= 0% [ ▁▁▄▆███████▅▃▂▁▁] [ ▂▄▆█▃▂ ] dim 0166 μ= +0.012 σ= 0.032 zeros= 0% [ ▁▁▂▄▇███████▅▃▂▁ ] [ ▁▃▅█▆▅▁ ] dim 0167 μ= -0.007 σ= 0.016 zeros= 0% [ ▁▂▃▅███████▇▃▁▁ ] [ ▃▅▆█▇▄▁ ] dim 0168 μ= +0.004 σ= 0.015 zeros= 0% [ ▁▂▂▄████████▅▃▁▁ ] [ ▄▇▇██▆▄ ] dim 0169 μ= -0.002 σ= 0.029 zeros= 0% [ ▁▂▄▆█████████▄▃▁▁ ] [ ▃██▇▆▃▁ ] dim 0170 μ= +0.021 σ= 0.031 zeros= 0% [ ▁▂▄▅████████▆▃▂▁ ] [ ▄▆▇█▆▃ ] dim 0171 μ= -0.007 σ= 0.029 zeros= 0% [ ▁▃▅▆██████▇▅▃▁▁ ] [ ▂▆▆█▆▂ ] dim 0172 μ= -0.007 σ= 0.023 zeros= 0% [ ▂▃▄▇███████▄▃▂▁ ] [ ▂▄███▇▁ ] dim 0173 μ= -0.005 σ= 0.016 zeros= 0% [ ▁▁▃▆███████▇▄▂▁ ] [ ▂▂▆█▇▆▃ ] dim 0174 μ= -0.020 σ= 0.027 zeros= 0% [ ▁▁▂▄▇███████▇▄▂▁▁ ] [ ▃▄█▆▅▂ ] dim 0175 μ= -0.014 σ= 0.031 zeros= 0% [ ▁▂▅███████▆▄▂▁ ] [ ▁▄▆██▇▂▂ ] dim 0176 μ= +0.001 σ= 0.019 zeros= 0% [ ▁▁▂▅████████▅▃▂▁ ] [ ▁▃▆█▅▄ ] dim 0177 μ= +0.010 σ= 0.026 zeros= 0% [ ▁▂▄▅███████▆▃▂▁ ] [ ▂▄▆█▅▄ ] dim 0178 μ= +0.022 σ= 0.022 zeros= 0% [ ▁▁▃▄████████▅▃▂▁ ] [ ▁▆▆█▇▄▃ ] dim 0179 μ= -0.018 σ= 0.033 zeros= 0% [ ▁▂▃▅███████▇▄▃▁▁ ] [ ▄▇█▆▅▄ ] dim 0180 μ= +0.009 σ= 0.024 zeros= 0% [ ▁▂▃▅████████▆▄▁▁ ] [ ▃▇▇█▇▂ ] dim 0181 μ= -0.002 σ= 0.026 zeros= 0% [ ▁▃▆███████▄▂▁ ] [ ▁▃▆███▄▁ ] dim 0182 μ= -0.030 σ= 0.027 zeros= 0% [ ▁▁▂▅████████▅▃▂▂▁ ] [ ▅▅█▅▄▂ ] dim 0183 μ= -0.006 σ= 0.044 zeros= 0% [ ▁▂▅▆███████▇▅▄▂▁▁ ] [ ▃▅█▇▅▁ ] dim 0184 μ= +0.005 σ= 0.033 zeros= 0% [ ▁▁▃▆▇███████▄▁▁ ] [ ▁▄▆▇█▅▁ ] dim 0185 μ= -0.017 σ= 0.031 zeros= 0% [ ▁▃▆████████▅▂▁▁ ] [ ▃▅▇█▇▄▁ ] dim 0186 μ= -0.005 σ= 0.019 zeros= 0% [ ▁▁▃▅████████▄▃▂▁ ] [ ▄▇█▇▅▃ ] dim 0187 μ= +0.005 σ= 0.023 zeros= 0% [ ▁▂▂▅▇██████▆▄▂▁ ] [ ▄▆██▅▁ ] dim 0188 μ= +0.035 σ= 0.019 zeros= 0% [ ▁▂▃▅███████▅▃▁ ] [ ▁▃▇██▆▂ ] dim 0189 μ= +0.015 σ= 0.041 zeros= 0% [ ▁▁▄▅████████▆▂▂▁ ] [ ▄█▆▆▁ ] dim 0190 μ= -0.009 σ= 0.036 zeros= 0% [ ▁▁▂▅▅██████▆▄▃▁▁ ] [ ▁▅▄█▆▅▄ ] dim 0191 μ= -0.005 σ= 0.037 zeros= 0% [ ▁▂▃▆████████▅▄▂▁▁ ] [ ▃▇▇█▆▃ ] dim 0192 μ= -0.021 σ= 0.029 zeros= 0% [ ▂▄▇██████▇▄▂▁ ] [ ▄▆█▇█▆▃ ] dim 0193 μ= +0.001 σ= 0.032 zeros= 0% [ ▁▁▃▅▇███████▇▄▃▂▁▁ ] [ ▃▅▇▆█▂ ] dim 0194 μ= -0.010 σ= 0.030 zeros= 0% [ ▂▄████████▆▃▂▁ ] [ ▃▇█▇▇▄ ] dim 0195 μ= +0.026 σ= 0.026 zeros= 0% [ ▁▁▃▄████████▅▄▂▁▁] [ ▂▆█▇▄ ] dim 0196 μ= +0.027 σ= 0.023 zeros= 0% [ ▁▃▇█████▇▄▂▁ ] [ ▁▅██▆▂ ] dim 0197 μ= -0.014 σ= 0.015 zeros= 0% [ ▁▁▃▇███████▅▃▁ ] [ ▃▄█▇▄▂ ] dim 0198 μ= +0.004 σ= 0.024 zeros= 0% [ ▁▂▂▆▇███████▅▃▂▁ ] [ ▄▄▇█▇▂ ] dim 0199 μ= +0.019 σ= 0.031 zeros= 0% [ ▁▂▃▅███████▇▅▃▁ ] [ ▂▃█▇▇▃ ] dim 0200 μ= +0.002 σ= 0.029 zeros= 0% [ ▁▁▄▄▆███████▇▄▃▁ ] [ ▂▃▆█▅▄▁ ] dim 0201 μ= -0.010 σ= 0.016 zeros= 0% [ ▁▂▄▆███████▆▃▂▁ ] [ ▂▅█▇▅▁ ] dim 0202 μ= +0.000 σ= 0.022 zeros= 0% [ ▁▂▅▇██████▅▄▂▁▁ ] [ ▃▅▆█▇▅▂ ] dim 0203 μ= +0.028 σ= 0.028 zeros= 0% [ ▁▂▃▅▇███████▇▅▃▁▁ ] [ ▄▅█▇▅▅ ] dim 0204 μ= -0.001 σ= 0.032 zeros= 0% [ ▁▁▂▆████████▆▄▂▂ ] [ ▄▃▆█▄▂ ] dim 0205 μ= +0.014 σ= 0.024 zeros= 0% [ ▁▁▂▃▄████████▆▄▂▁▁ ] [ ▂▆▇██▂ ] dim 0206 μ= +0.004 σ= 0.024 zeros= 0% [ ▁▃▄▆██████▇▄▃▁ ] [ ▁▄▇▆█▅▃ ] dim 0207 μ= +0.010 σ= 0.033 zeros= 0% [ ▁▂▃▆███████▇▅▂▁ ] [ ▂▅▆█▄▁ ] dim 0208 μ= -0.028 σ= 0.019 zeros= 0% [ ▁▁▂▄▆██████▅▅▂▁ ] [ ▁▄▇▇█▄▃ ] dim 0209 μ= +0.018 σ= 0.023 zeros= 0% [ ▁▂▃▆███████▅▄▂▁▁ ] [ ▂▅▇█▄▂ ] dim 0210 μ= -0.008 σ= 0.015 zeros= 0% [ ▁▁▃▅▇██████▇▄▃▁ ] [ ▁▅▆█▆▃ ] dim 0211 μ= +0.000 σ= 0.030 zeros= 0% [ ▁▁▂▄▆███████▆▄▂▁ ] [ ▃▇█▇▄▁ ] dim 0212 μ= +0.016 σ= 0.032 zeros= 0% [ ▂▃▆███████▅▃▂▁ ] [ ▂▆▇█▄ ] dim 0213 μ= -0.003 σ= 0.025 zeros= 0% [ ▁▂▃▇██████▆▃▂ ] [ ▇██▇▆▂ ] dim 0214 μ= -0.003 σ= 0.031 zeros= 0% [ ▁▂▃▇███████▇▄▃▁ ] [ ▁▃▆█▇▄▁ ] dim 0215 μ= -0.000 σ= 0.027 zeros= 0% [ ▁▃▅███████▇▃▂▁ ] [ ▄█▆▇▅▂ ] dim 0216 μ= -0.007 σ= 0.027 zeros= 0% [ ▁▂▃▆████████▆▃▂▁ ] [ ▂▆▅█▆▃▁ ] dim 0217 μ= +0.003 σ= 0.032 zeros= 0% [ ▁▁▂▄▇███████▅▂▂▁ ] [ ▃▅▇█▆▆▄ ] dim 0218 μ= -0.001 σ= 0.016 zeros= 0% [ ▁▁▂▄▇████████▅▃▂▁ ] [ ▂▅▇█▆▂ ] dim 0219 μ= +0.008 σ= 0.030 zeros= 0% [ ▁▂▃▆███████▄▂▁▁ ] [ ▁▆█▇▆▄ ] dim 0220 μ= +0.022 σ= 0.032 zeros= 0% [ ▁▃▅███████▆▂▁▁ ] [ ▂▆▆▇█▄▁ ] dim 0221 μ= -0.008 σ= 0.023 zeros= 0% [ ▁▁▂▄████████▆▄▂▁▁ ] [ ▄▇█▅▄ ] dim 0222 μ= -0.002 σ= 0.026 zeros= 0% [ ▁▂▄▆███████▅▃▁▁▁ ] [ ▃▆▆█▅▄▁ ] dim 0223 μ= +0.007 σ= 0.024 zeros= 0% [ ▁▁▃▅████████▅▂▁▁ ] [ ▃▄▇▇██▃▁ ] dim 0224 μ= +0.020 σ= 0.030 zeros= 0% [ ▁▃▄▇████████▅▃▁▁ ] [ ▄▇███▃ ] dim 0225 μ= -0.008 σ= 0.028 zeros= 0% [ ▁▂▅████████▅▃▁ ▁ ] [ ▃▄█▆▃ ] dim 0226 μ= +0.000 σ= 0.027 zeros= 0% [ ▁▁▂▅███████▅▂▁ ] [ ▄▆█▇▅▂ ] dim 0227 μ= -0.033 σ= 0.030 zeros= 0% [ ▁▂▄▆▇███████▅▃▂▁▁ ] [ ▃▅▇█▇▆▄ ] dim 0228 μ= +0.038 σ= 0.038 zeros= 0% [ ▁▁▃▅█████████▅▃▂▁ ] [ ▂▃▇▇█▆▃ ] dim 0229 μ= +0.005 σ= 0.023 zeros= 0% [ ▁▂▄▆███████▇▅▂▁▁ ] [ ▁▄█▆▆▄ ] dim 0230 μ= +0.007 σ= 0.018 zeros= 0% [ ▁▁▃▅████████▅▂▂▁ ] [ ▄▆██▅▂ ] dim 0231 μ= -0.017 σ= 0.025 zeros= 0% [ ▁▂▃▅███████▅▃▁▁ ] [ ▄▆▆█▇▅▂ ] dim 0232 μ= +0.030 σ= 0.025 zeros= 0% [ ▁▁▂▄▆███████▇▃▂▁ ] [ ▂▆█▇█▅▂ ] dim 0233 μ= -0.030 σ= 0.026 zeros= 0% [ ▁▃▄▆████████▄▃▁▁ ] [ ▃▄█▆▄▁ ] dim 0234 μ= +0.039 σ= 0.030 zeros= 0% [ ▁▂▃▅▇██████▆▂▁▁ ] [ ▃▄▆█▅▃▁ ] dim 0235 μ= +0.001 σ= 0.021 zeros= 0% [ ▁▂▃▅████████▅▃▂▁ ] [ ▄▆█▇▄▁ ] dim 0236 μ= +0.022 σ= 0.039 zeros= 0% [ ▁▂▄▇▇██████▆▃▁▁ ] [ ▅▇█▇▇▁ ] dim 0237 μ= -0.009 σ= 0.023 zeros= 0% [ ▁▂▃▆▇██████▆▄▂▁ ] [ ▃█▇█▅▂ ] dim 0238 μ= -0.008 σ= 0.028 zeros= 0% [ ▁▂▅███████▆▄▁▁ ] [ ▃▅█▄▂ ] dim 0239 μ= -0.019 σ= 0.028 zeros= 0% [ ▁▂▄▇██████▅▃▁▁ ] [ ▂▇█▇▄▁ ] dim 0240 μ= +0.016 σ= 0.024 zeros= 0% [▁▁▃▃▇██████▆▃▁▁ ] [ ▃▆▅█▆▃▁ ] dim 0241 μ= +0.029 σ= 0.039 zeros= 0% [ ▂▃▅▇███████▆▃▁▁ ] [ ▄▇██▅▃ ] dim 0242 μ= +0.003 σ= 0.025 zeros= 0% [ ▁▂▃▅████████▆▃▁▁ ] [ ▁▅▇█▅▃ ] dim 0243 μ= -0.006 σ= 0.020 zeros= 0% [ ▁▂▄▇██████▇▅▂▁ ] [ ▃▅▇█▆▃ ] dim 0244 μ= -0.006 σ= 0.034 zeros= 0% [▁▁▁▂▄▇██████▇▅▃▂▁ ] [ ▃▅▇█▇▂▁ ] dim 0245 μ= +0.004 σ= 0.033 zeros= 0% [ ▁▂▄▆███████▅▃▁▁ ] [ ▁▃▇▆█▄▁ ] dim 0246 μ= -0.016 σ= 0.018 zeros= 0% [ ▁▂▄▇███████▇▄▂▁▁ ] [ ▃▃▇▇█▅▅▁ ] dim 0247 μ= -0.037 σ= 0.036 zeros= 0% [▁▁▃▄▇████████▅▄▃▂▁▁▁] [ ▂▇▆█▆▄▁ ] dim 0248 μ= +0.009 σ= 0.035 zeros= 0% [ ▁▂▃▅████████▅▃▂▁▁] [ ▅▇█▆▅▁ ] dim 0249 μ= -0.019 σ= 0.032 zeros= 0% [ ▁▂▅███████▆▃▂▁ ] [ ▂▅█▇▅▄▂ ] dim 0250 μ= +0.002 σ= 0.022 zeros= 0% [ ▁▄▅▇███████▅▃▂▂ ] [ ▁▃▆▇█▅▂ ] dim 0251 μ= +0.022 σ= 0.015 zeros= 0% [ ▁▂▄▅███████▇▃▂▁▁ ] [ ▁▄▇██▆▃ ] dim 0252 μ= -0.006 σ= 0.022 zeros= 0% [ ▁▂▄▆████████▅▂▂▁ ] [ ▃▄▆██▄▁ ] dim 0253 μ= -0.015 σ= 0.023 zeros= 0% [ ▁▂▄▅███████▆▄▁▁ ] [ ▁▅▇█▇▅▂ ] dim 0254 μ= +0.022 σ= 0.028 zeros= 0% [ ▁▂▃▆███████▆▃▂▁ ] [ ▃▅▇██▅▁ ] dim 0255 μ= -0.010 σ= 0.037 zeros= 0% [ ▁▂▅████████▆▄▃▁ ] [ ▂▄▆█▇▄▃ ] dim 0256 μ= -0.013 σ= 0.045 zeros= 0% [ ▁▁▂▂▄▇███████▆▅▃▁▁ ] [ ▄▆█▇▇▄ ] dim 0257 μ= +0.000 σ= 0.030 zeros= 0% [ ▁▁▄▅▇███████▆▅▃▁▁] [ ▅█▇▇▅▂ ] dim 0258 μ= +0.002 σ= 0.027 zeros= 0% [ ▁▁▅▆██████▆▃▁▁ ] [ ▂▅██▇▇▁ ] dim 0259 μ= +0.004 σ= 0.018 zeros= 0% [ ▂▃▆███████▆▃▁▁▁ ] [ ▁▃▆█▆▅▂▁ ] dim 0260 μ= -0.002 σ= 0.033 zeros= 0% [ ▁▂▅▆████████▆▅▂▁ ] [ ▃▅█▇▅▂ ] dim 0261 μ= -0.020 σ= 0.016 zeros= 0% [ ▁▂▃▅███████▇▃▂▁▁ ] [ ▁▄█▇▃ ] dim 0262 μ= +0.028 σ= 0.018 zeros= 0% [ ▁▁▃▆██████▅▂▁▁ ] [ ▄▇▆█▄▂ ] dim 0263 μ= -0.010 σ= 0.017 zeros= 0% [ ▁▂▃▆▇██████▆▅▂▁▁ ] [ ▂▅█▇▇▃▁ ] dim 0264 μ= -0.013 σ= 0.029 zeros= 0% [ ▁▃▄▇███████▇▄▂▁ ] [ ▄▇█▇▆▂ ] dim 0265 μ= -0.010 σ= 0.026 zeros= 0% [ ▁▂▃▆▇██████▇▅▃▁▁ ] [ ▁▄▆█▆▃ ] dim 0266 μ= +0.004 σ= 0.022 zeros= 0% [ ▁▂▄▆███████▅▃▁▁ ] [ ▁▃▇█▅▄ ] dim 0267 μ= +0.010 σ= 0.018 zeros= 0% [ ▁▃▃▆███████▅▂▁ ] [ ▃▆██▆▃▁ ] dim 0268 μ= +0.023 σ= 0.038 zeros= 0% [ ▁▃▅████████▄▃▂▁▁ ] [ ▂▄█▇▆▂ ] dim 0269 μ= +0.004 σ= 0.028 zeros= 0% [▁▁▂▃▅███████▇▅▃▁▁ ] [ ▄▆█▇▆▂ ] dim 0270 μ= -0.001 σ= 0.031 zeros= 0% [ ▁▂▃▅████████▆▃▁ ] [ ▂▆▇█▆▁ ] dim 0271 μ= -0.007 σ= 0.027 zeros= 0% [ ▁▂▄▅██████▇▃▁ ] [ ▂▅▇█▆▄ ] dim 0272 μ= -0.010 σ= 0.020 zeros= 0% [ ▂▃▇███████▅▃▁▁ ] [ ▁▅▇█▆▅▃ ] dim 0273 μ= +0.013 σ= 0.037 zeros= 0% [ ▁▃▄▆████████▆▄▂▁▁ ] [ ▁▂▄█▆▃▁ ] dim 0274 μ= +0.008 σ= 0.031 zeros= 0% [ ▁▃▅███████▇▅▃▂▁ ] [ ▁▅▇█▅▃ ] dim 0275 μ= +0.022 σ= 0.026 zeros= 0% [ ▁▃▄▇██████▆▄▂▁ ] [ ▁▅█▇▇▅▂ ] dim 0276 μ= -0.010 σ= 0.021 zeros= 0% [ ▁▂▃▇███████▇▄▂▁ ] [ ▁▄▅▇█▅▂ ] dim 0277 μ= +0.008 σ= 0.028 zeros= 0% [ ▁▁▃▅▇███████▆▄▃▂▁ ] [ ▂▅▆█▄▃ ] dim 0278 μ= -0.010 σ= 0.021 zeros= 0% [ ▁▁▁▄▅████████▄▃▂▁ ] [ ▁▅▇█▆▂ ] dim 0279 μ= +0.020 σ= 0.032 zeros= 0% [ ▁▁▂▃▅████████▅▂▁▁ ] [ ▂▃█▅▄ ] dim 0280 μ= +0.025 σ= 0.023 zeros= 0% [ ▁ ▁▂▄▅███████▅▃▂▁ ] [ ▁▄▆▆█▅▁ ] dim 0281 μ= +0.004 σ= 0.025 zeros= 0% [ ▁▂▃▅███████▆▄▃▁ ] [ ▁▄▆▇█▅▂ ] dim 0282 μ= +0.005 σ= 0.018 zeros= 0% [▁▁▂▄▆███████▅▄▂▁ ] [ ▄▆█▇▃▁ ] dim 0283 μ= -0.007 σ= 0.030 zeros= 0% [ ▁▁▃▅███████▇▄▂▁▁ ] [ ▁▆▇█▅▃ ] dim 0284 μ= -0.052 σ= 0.032 zeros= 0% [ ▁▂▄▅███████▇▃▂▁▁ ] [ ▄▅▇█▅▃ ] dim 0285 μ= +0.009 σ= 0.032 zeros= 0% [ ▁▃▅███████▇▅▃▂ ] [ ▄▆██▆▃ ] dim 0286 μ= -0.008 σ= 0.031 zeros= 0% [ ▁▁▂▆███████▇▄▂▁ ] [ ▁▃████▄▂ ] dim 0287 μ= +0.006 σ= 0.021 zeros= 0% [ ▁▃▅████████▆▄▂▁▁ ] [ ▂▆██▆▁ ] dim 0288 μ= -0.015 σ= 0.043 zeros= 0% [ ▂▃▆██████▇▃▂▁ ] [ ▃▇▇█▅▂ ] dim 0289 μ= +0.011 σ= 0.025 zeros= 0% [ ▁▁▂▄▇██████▇▄▂▁ ] [ ▁▃▆██▆▃▂ ] dim 0290 μ= +0.014 σ= 0.035 zeros= 0% [ ▁▁▂▃▆████████▇▅▃▁ ] [ ▁▅▇█▆▅▂ ] dim 0291 μ= -0.015 σ= 0.014 zeros= 0% [ ▂▃▄████████▇▃▂▁ ] [ ▃▆█▆▇▆▁ ] dim 0292 μ= +0.004 σ= 0.034 zeros= 0% [ ▁▂▃▅▇███████▇▄▂▁ ] [ ▂▆█▇▆▃▁ ] dim 0293 μ= +0.020 σ= 0.019 zeros= 0% [ ▁▁▃▅███████▅▃▁ ] [ ▄▄▄█▃▁ ] dim 0294 μ= -0.005 σ= 0.027 zeros= 0% [▁▁▂▃▅▇██████▇▅▃▂ ▁ ] [ ▄▇▆█▅▃ ] dim 0295 μ= -0.001 σ= 0.012 zeros= 0% [ ▂▄▅███████▆▄▂▁▁ ] [ ▁▅█▇▆▅▂ ] dim 0296 μ= +0.003 σ= 0.025 zeros= 0% [ ▁▂▃▆████████▅▃▁ ] [ ▂▄▇█▇▄▃ ] dim 0297 μ= -0.005 σ= 0.017 zeros= 0% [ ▁▂▃▇███████▆▃▂▁ ] [ ▁▄▅█▇▆▄ ] dim 0298 μ= -0.010 σ= 0.024 zeros= 0% [ ▁▁▃▄███████▆▃▁▁ ] [ ▂▆▆█▇▂▁ ] dim 0299 μ= +0.001 σ= 0.027 zeros= 0% [ ▁▂▄▇███████▅▂▁ ] [ ▁▅▇█▆▆▂▁ ] dim 0300 μ= -0.023 σ= 0.030 zeros= 0% [ ▁▂▄▆████████▅▃▂▁ ] [ ▃▆▇█▆▂ ] dim 0301 μ= +0.007 σ= 0.025 zeros= 0% [ ▁▁▂▄▅████████▅▃▁▁ ] [ ▂▆▇█▅▂ ] dim 0302 μ= +0.005 σ= 0.035 zeros= 0% [ ▁▂▄▆██████▇▃▂▁ ] [ ▄▅█▇▃▁ ] dim 0303 μ= -0.018 σ= 0.016 zeros= 0% [ ▁▁▃▅███████▆▃▂▁ ] [ ▁▅▆█▇▄▁ ] dim 0304 μ= +0.001 σ= 0.030 zeros= 0% [ ▁▁▄▅███████▆▄▂▁ ] [ ▂██▇▅▂ ] dim 0305 μ= +0.022 σ= 0.034 zeros= 0% [ ▁▁▄▆███████▇▄▃▁ ] [ ▁▆▇█▄▁ ] dim 0306 μ= +0.012 σ= 0.036 zeros= 0% [ ▁▂▄▆██████▇▃▁▁ ] [ ▃▆▇█▆▃ ] dim 0307 μ= +0.010 σ= 0.016 zeros= 0% [ ▁▃▄▇███████▄▂▂▁ ] [ ▁▃▆█▆▄▃ ] dim 0308 μ= +0.030 σ= 0.039 zeros= 0% [ ▂▃▆████████▄▃▁ ] [ ▁▃▆█▅▄▂ ] dim 0309 μ= +0.001 σ= 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.019 zeros= 0% [ ▁▃▄▇██████▇▄▂▁ ] [ ▂▅███▅▃ ] dim 0314 μ= +0.004 σ= 0.046 zeros= 0% [ ▁▁▃▄▆███████▇▅▃▂▁ ] [ ▃▇█▆▆▂ ] dim 0315 μ= -0.000 σ= 0.022 zeros= 0% [ ▁▁▂▃▆▇██████▆▄▂▁ ] [ ▁▃▆█▅▄▁ ] dim 0316 μ= -0.027 σ= 0.024 zeros= 0% [ ▁▂▃▅███████▆▃▂▁ ] [ ▁▄▆█▆▄▁ ] dim 0317 μ= -0.013 σ= 0.029 zeros= 0% [ ▁▁▂▄▇███████▇▄▃▂ ] [ ▄███▄▁ ] dim 0318 μ= -0.011 σ= 0.015 zeros= 0% [ ▁▁▂▅███████▆▃▂▁ ] [ ▂▅▅█▆▄▁ ] dim 0319 μ= +0.008 σ= 0.031 zeros= 0% [ ▁▃▄▇███████▆▃▂▁ ] [ ▁▃▇█▆▆▂ ] dim 0320 μ= -0.014 σ= 0.025 zeros= 0% [ ▁▂▄▆███████▆▄▃▁ ] [ ▂▅██▅▆▃▁ ] dim 0321 μ= -0.026 σ= 0.015 zeros= 0% [ ▁▁▃▄▆████████▇▄▂▁ ] [ ▁▅▇█▇▂ ] dim 0322 μ= -0.007 σ= 0.037 zeros= 0% [ ▁▁▃▇███████▅▂▁ ] [ ▃▇▇█▅▅ ] dim 0323 μ= +0.014 σ= 0.035 zeros= 0% [ ▁▃▅▇██████▇▄▂ ] [ ▁▄▆█▇▅▄ ] dim 0324 μ= -0.023 σ= 0.018 zeros= 0% [ ▂▃▅███████▇▅▃▂ ] [ ▂▆▆█▄▁ ] dim 0325 μ= +0.009 σ= 0.035 zeros= 0% [ ▁▁▃▅██████▆▃▁ ] [ ▁▃▆█▆▄▁ ] dim 0326 μ= -0.006 σ= 0.024 zeros= 0% [ ▁▂▄▇███████▅▃▂▁ ] [ ▁▅▆█▆▄ ] dim 0327 μ= -0.024 σ= 0.019 zeros= 0% [ ▁▁▄▅███████▇▆▃▂▁ ] [ ▁▃▇██▆▁ ] dim 0328 μ= +0.004 σ= 0.010 zeros= 0% [ ▁▁▃▆███████▆▄▂▁ ] [ ▂▇█▆▅▂ ] dim 0329 μ= +0.004 σ= 0.030 zeros= 0% [ ▁▂▃▅▇██████▇▄▂▁ ] [ ▁▄█▇▇▅▁ ] dim 0330 μ= +0.016 σ= 0.042 zeros= 0% [ ▁▂▄▆███████▆▄▃▂▁ ] [ ▃▅█▇▅▃▂ ] dim 0331 μ= -0.002 σ= 0.039 zeros= 0% [ ▂▂▅▇████████▆▄▂▁ ] [ ▁▄▆█▆▃▂ ] dim 0332 μ= +0.022 σ= 0.020 zeros= 0% [ ▁▂▄▅███████▇▄▃▁▁ ] [ ▁▅▄█▇▆▂ ] dim 0333 μ= -0.001 σ= 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.011 σ= 0.029 zeros= 0% [ ▁▁▃▅▇███████▆▃▁ ] [ ▁▃▅█▅▁ ] dim 0339 μ= +0.005 σ= 0.029 zeros= 0% [ ▁▁▃▆████████▅▃▂▁ ] [ ▃▅▇██▆ ] dim 0340 μ= +0.001 σ= 0.032 zeros= 0% [ ▂▃▆▇███████▇▄▂▁ ] [ ▂▇█▅▁ ] dim 0341 μ= +0.017 σ= 0.021 zeros= 0% [ ▁▂▆█████▅▂▁ ] [ ▂▃▇█▇▄▁ ] dim 0342 μ= -0.017 σ= 0.025 zeros= 0% [ ▁▂▅███████▇▄▃▁ ] [ ▂▄▇█▆▅▂ ] dim 0343 μ= +0.000 σ= 0.014 zeros= 0% [ ▁▃▄▇███████▇▄▃▁ ] [ ▃█▇▆▄▁ ] dim 0344 μ= +0.014 σ= 0.024 zeros= 0% [ ▁▁▃▅███████▆▃▂▁ ] [ ▂▄██▇▄▁ ] dim 0345 μ= +0.013 σ= 0.026 zeros= 0% [ ▁▁▃▇███████▅▃▂▁ ] [ ▄▇██▆▂ ] dim 0346 μ= -0.004 σ= 0.015 zeros= 0% [ ▁▁▂▆████████▅▂▁▁ ] [ ▂▆█▇▆▃ ] dim 0347 μ= -0.024 σ= 0.032 zeros= 0% [ ▁▃▅████████▄▃▁▁ ] [ ▁▃█▇█▆▃ ] dim 0348 μ= -0.009 σ= 0.033 zeros= 0% [ ▁▂▃▆███████▇▅▃▁ ] [ ▃▄▆▆█▃▁ ] dim 0349 μ= -0.027 σ= 0.030 zeros= 0% [ ▁▃▄████████▆▃▂▁ ] [ ▃██▅▃ ] dim 0350 μ= +0.014 σ= 0.018 zeros= 0% [ ▁▃▅███████▅▂▁ ] [ ▃▆██▇▃ ] dim 0351 μ= +0.019 σ= 0.028 zeros= 0% [ ▁▂▂▄████████▇▃▂▁ ] [ ▁▆█▇▄ ] dim 0352 μ= +0.006 σ= 0.030 zeros= 0% [ ▁▁▂▅▇██████▅▃▁▁ ] [ ▂▄▅▇█▅▃ ] dim 0353 μ= -0.016 σ= 0.027 zeros= 0% [ ▁▂▃▆████████▆▅▂▁ ] [ ▂▅▆█▅▃▁ ] dim 0354 μ= +0.013 σ= 0.036 zeros= 0% [ ▁▁▃▅████████▅▃▁▁ ] [ ▂▅██▇▁ ] dim 0355 μ= -0.010 σ= 0.021 zeros= 0% [ ▁▁▄▅██████▆▃▂▁ ] [ ▁▇█▇█▆▅ ] dim 0356 μ= +0.032 σ= 0.032 zeros= 0% [ ▁▂▄▆████████▆▃▂ ] [ ▁▅▄█▆▄ ] dim 0357 μ= +0.019 σ= 0.027 zeros= 0% [ ▁▂▃▅▇████████▄▂▁▁ ] [ ▁▄▆█▇▄▃ ] dim 0358 μ= -0.003 σ= 0.014 zeros= 0% [ ▁▂▄▆████████▅▃▁▁ ] [ ▁▄▇▆█▆▂▁ ] dim 0359 μ= -0.011 σ= 0.027 zeros= 0% [ ▁▂▅▆████████▅▃▂▁▁ ] [ ▁▃█▆▅▁ ] dim 0360 μ= +0.011 σ= 0.027 zeros= 0% [ ▁▁▂▄▅███████▄▂▁ ] [ ▃▆███▆▁ ] dim 0361 μ= -0.015 σ= 0.035 zeros= 0% [ ▁▃▄▇███████▇▄▂▁▁ ] [ ▃▅█▇▅▁ ] dim 0362 μ= -0.025 σ= 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.021 σ= 0.021 zeros= 0% [ ▁▁▁▃▆████████▄▂▁▁ ] [ ▁▂▆▆▆█▃ ] dim 0367 μ= +0.004 σ= 0.014 zeros= 0% [ ▁▁▃▅████████▇▄▂▁ ] [ ▂▅██▆▁ ] dim 0368 μ= -0.007 σ= 0.021 zeros= 0% [ ▁▂▃▆██████▆▄▂▁ ] [ ▂▇▇█▇▄ ] dim 0369 μ= +0.033 σ= 0.020 zeros= 0% [ ▁▂▃▄████████▆▄▁▁ ] [ ▁▇██▇▅▄▁ ] dim 0370 μ= -0.002 σ= 0.020 zeros= 0% [ ▁▃▄▇████████▄▂▁▁ ] [ ▂▆▅█▅▂ ] dim 0371 μ= +0.007 σ= 0.036 zeros= 0% [ ▁▁▃▅███████▇▅▂▁▁ ] [ ▁▃▅█▆▃ ] dim 0372 μ= +0.022 σ= 0.034 zeros= 0% [ ▁▁▃▆███████▆▃▂▁▁ ] [ ▁▃▆██▅▂ ] dim 0373 μ= -0.001 σ= 0.032 zeros= 0% [ ▁▄▅███████▇▅▃▂ ] [ ▁▅▇█▅▂▂ ] dim 0374 μ= -0.018 σ= 0.020 zeros= 0% [ ▁▂▃▆███████▄▃▁▁ ] [ ▂▅█▇█▄ ] dim 0375 μ= +0.010 σ= 0.029 zeros= 0% [ ▁▁▂▄▆███████▅▂▁▁ ] [ ▂▃▆█▇█▂ ] dim 0376 μ= -0.012 σ= 0.018 zeros= 0% [ ▂▂▄▅████████▆▂▁▁ ] [ ▁▅▇█▇▅▁ ] dim 0377 μ= -0.005 σ= 0.028 zeros= 0% [ ▁▂▄▆███████▅▂▁▁ ] [ ▄█▇▆▄▁ ] dim 0378 μ= -0.000 σ= 0.026 zeros= 0% [ ▁▂▃▅███████▆▃▁▁ ] [ ▂▄▆█▅▂ ] dim 0379 μ= +0.002 σ= 0.026 zeros= 0% [ ▁▂▄▇██████▇▅▂▁▁ ] [ ▁▅▇▆█▄ ] dim 0380 μ= -0.003 σ= 0.023 zeros= 0% [ ▁▃▅██████▇▅▃▁▁ ] [ ▃▅██▇▆▁ ] dim 0381 μ= +0.001 σ= 0.018 zeros= 0% [ ▂▃▆████████▆▃▂▁ ] [ ▃▆█▇▅▂ ] dim 0382 μ= -0.009 σ= 0.031 zeros= 0% [ ▁▂▄▇██████▆▄▁▁ ] [ ▂▅▇██▃▂ ] dim 0383 μ= +0.024 σ= 0.034 zeros= 0% [ ▁▂▃▅███████▅▂▁ ] [ ▄▇▆█▄▃ ] dim 0384 μ= +0.010 σ= 0.027 zeros= 0% [ ▁▂▃▆███████▇▃▃▁ ] [ ▂▅▆█▆▄▂ ] dim 0385 μ= +0.021 σ= 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.043 zeros= 0% [ ▁▂▃▇██████▇▄▃▁▁ ] [ ▄▇▆█▄▂ ] dim 0389 μ= +0.007 σ= 0.028 zeros= 0% [ ▁▃▅▇██████▆▄▂▁ ] [ ▂▄█▇▇▅ ] dim 0390 μ= +0.025 σ= 0.026 zeros= 0% [ ▂▂▄▇██████▇▄▂▁▁ ] [ ▃▄██▆▂ ] dim 0391 μ= +0.001 σ= 0.031 zeros= 0% [ ▁▂▅▇██████▇▅▃▁ ] [ ▃▄██▇▃▁ ] dim 0392 μ= +0.021 σ= 0.026 zeros= 0% [ ▁▂▃▆████████▅▂▂▁ ] [ ▂▆█▇▆▂ ] dim 0393 μ= -0.009 σ= 0.040 zeros= 0% [ ▁▁▄▅███████▇▆▃▁▁ ] [ ▂▄▇█▇▆▁ ] dim 0394 μ= +0.017 σ= 0.017 zeros= 0% [ ▁▂▂▆███████▅▄▂▁ ] [ ▄▅█▆▃▃ ] dim 0395 μ= -0.003 σ= 0.034 zeros= 0% [ ▁▃▄████████▆▃▂▁▁ ] [ ▄█▇▆▇▂ ] dim 0396 μ= -0.015 σ= 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.017 σ= 0.029 zeros= 0% [ ▁▁▃▄▇███████▆▄▂▁▁ ] [ ▃███▇▂ ] dim 0402 μ= +0.001 σ= 0.025 zeros= 0% [▁ ▂▃▆▇███████▅▃▂▁ ] [ ▃▄▇██▆▄ ] dim 0403 μ= -0.004 σ= 0.026 zeros= 0% [ ▁▂▂▄▇████████▄▃▁▁ ] [ ▂▆▇█▇▄▂ ] dim 0404 μ= +0.002 σ= 0.024 zeros= 0% [ ▁▃▄▇███████▆▃▂▁▁ ] [ ▆▆█▇▄▁ ] dim 0405 μ= +0.016 σ= 0.030 zeros= 0% [ ▁▁▄▆███████▆▃▂ ] [ ▁▅█▆▅▃▁ ] dim 0406 μ= +0.015 σ= 0.018 zeros= 0% [ ▁▁▂▄▇███████▆▃▂▁▁ ] [ ▂▆█▆▂ ] dim 0407 μ= +0.013 σ= 0.018 zeros= 0% [ ▁▂▄▇█████▇▃▁▁ ] [ ▃▆█▇▆▂ ] dim 0408 μ= +0.002 σ= 0.025 zeros= 0% [ ▁▁▄▇██████▅▃▂▁ ] [ ▁▅█▇█▃▁ ] dim 0409 μ= -0.012 σ= 0.025 zeros= 0% [ ▁▂▅▇███████▆▃▂▁ ] [ ▁▂▆█▇▆▅▂ ] dim 0410 μ= -0.019 σ= 0.025 zeros= 0% [▁▁▂▄▆████████▆▄▂▁▁ ] [ ▁▄█▇▅▂ ] dim 0411 μ= +0.002 σ= 0.029 zeros= 0% [ ▁▁▃▆███████▅▂▁ ] [ ▂▆█▆▄▁ ] dim 0412 μ= +0.005 σ= 0.038 zeros= 0% [ ▁▂▄▆███████▅▃▂▁ ] [ ▃████▅▂ ] dim 0413 μ= -0.010 σ= 0.025 zeros= 0% [ ▁▁▂▅▆███████▆▄▁▁ ] [ ▁▄▆█▇▆▂ ] dim 0414 μ= -0.007 σ= 0.025 zeros= 0% [ ▂▄▅████████▅▃▂▁ ] [ ▄█▇█▇▄▁ ] dim 0415 μ= -0.008 σ= 0.021 zeros= 0% [ ▁▂▃▅████████▄▃▂▁▁ ] [ ▁▅███▇▅▂ ] dim 0416 μ= -0.004 σ= 0.039 zeros= 0% [ ▁▃▄████████▆▄▂▁▁ ] [ ▁▇▇█▇▃ ] dim 0417 μ= +0.008 σ= 0.027 zeros= 0% [ ▁▂▄▇███████▅▂▁ ] [ ▁▄▅▅█▆▆▂ ] dim 0418 μ= -0.016 σ= 0.022 zeros= 0% [ ▁▂▄▅█████████▅▃▂▁ ] [ ▄▆██▆▃ ] dim 0419 μ= -0.005 σ= 0.014 zeros= 0% [ ▁▂▃▇██████▇▆▃▂▁ ] [ ▁▄▇▅█▆▄▂ ] dim 0420 μ= +0.004 σ= 0.036 zeros= 0% [ ▂▂▄▆████████▇▅▃▂▁▁] [ ▂▅█▆▆▅▂ ] dim 0421 μ= -0.018 σ= 0.027 zeros= 0% [ ▁▁▂▅▇███████▇▄▃▁▁ ] [ ▃▅▇██▃▂ ] dim 0422 μ= +0.011 σ= 0.028 zeros= 0% [ ▁▂▄▇███████▇▄▂▂ ] [ ▁▆▇█▄▄ ] dim 0423 μ= +0.014 σ= 0.024 zeros= 0% [ ▁▁▂▄████████▆▃▂▁ ] [ ▁▃█▇▆▄▂ ] dim 0424 μ= +0.015 σ= 0.022 zeros= 0% [ ▁▁▂▅▆███████▇▄▃▁▁ ] [ ▁▅▆▆█▇▄▁ ] dim 0425 μ= -0.013 σ= 0.040 zeros= 0% [ ▁▂▃▆████████▆▄▂▁ ] [ ▃▄▆█▆▃▂ ] dim 0426 μ= +0.019 σ= 0.012 zeros= 0% [ ▁▂▂▅████████▆▃▂▁ ] [ ▁▂▅█▆▅▁ ] dim 0427 μ= +0.002 σ= 0.035 zeros= 0% [ ▁▂▃▆███████▆▄▂▁ ] [ ▁▆█▆▅▂ ] dim 0428 μ= +0.021 σ= 0.036 zeros= 0% [ ▁▂▅▆██████▆▃▁▁ ] [ ▁▄█▅▇▄▃ ] dim 0429 μ= +0.011 σ= 0.016 zeros= 0% [ ▁▂▄▆███████▆▅▁▁▁ ] [ ▁▄▅▇█▆▃ ] dim 0430 μ= +0.009 σ= 0.025 zeros= 0% [ ▁▂▄▅███████▇▄▃▂▁ ] [ ▃▅▇█▄▂ ] dim 0431 μ= +0.015 σ= 0.028 zeros= 0% [ ▁▂▃▅███████▆▄▁▁ ] [ ▁▃▅██▅▁ ] dim 0432 μ= +0.012 σ= 0.021 zeros= 0% [ ▁▂▅███████▅▄▂ ] [ ▂▄█▆█▄ ] dim 0433 μ= -0.012 σ= 0.031 zeros= 0% [ ▁▂▄▇██████▇▆▃▂▁ ] [ ▅██▇▆▃ ] dim 0434 μ= +0.002 σ= 0.027 zeros= 0% [ ▂▃▆████████▅▃▁▁ ] [ ▁▂█▇▇▃▁ ] dim 0435 μ= +0.006 σ= 0.017 zeros= 0% [ ▁▃▆███████▆▄▂▁ ] [ ▂▅▇█▇▅▄ ] dim 0436 μ= -0.008 σ= 0.033 zeros= 0% [ ▁▂▃▅████████▃▂▁ ] [ ▁▂▆█▅▆▅▃ ] dim 0437 μ= +0.010 σ= 0.031 zeros= 0% [ ▁▁▃▄▆█████████▅▂▂▁ ] [ ▃▅██▇▅▁ ] dim 0438 μ= -0.002 σ= 0.023 zeros= 0% [ ▁▁▂▅███████▆▃▁▁ ] [ ▃▄██▆▅▂ ] dim 0439 μ= -0.017 σ= 0.029 zeros= 0% [ ▁▂▃▄█████████▄▂▂▁ ] [ ▁▄▆█▅▄▁ ] dim 0440 μ= +0.004 σ= 0.028 zeros= 0% [ ▁▂▄▆███████▆▄▂▁▁ ] [ ▁▅██▇▅▂ ] dim 0441 μ= +0.019 σ= 0.036 zeros= 0% [ ▁▁▂▄▅███████▇▃▁ ] [ ▃▇█▇▆▄ ] dim 0442 μ= +0.011 σ= 0.020 zeros= 0% [ ▁▁▃▅▇███████▆▄▁▁▁ ] [ ▂▆███▅▃ ] dim 0443 μ= -0.010 σ= 0.017 zeros= 0% [ ▁▁▃▅▇███████▇▅▃▁▁ ] [ ▄▆██▆▆▅▂ ] dim 0444 μ= +0.017 σ= 0.044 zeros= 0% [▁▁▂▄▆████████▆▄▃▁▁▁ ] [ ▁▅██▇▅▃ ] dim 0445 μ= +0.005 σ= 0.022 zeros= 0% [ ▁▂▃▇███████▇▄▂▁ ] [ ▂▄███▄▁ ] dim 0446 μ= +0.018 σ= 0.029 zeros= 0% [ ▁▁▃▄████████▆▄▁ ] [ ▁▅██▇▅▂ ] dim 0447 μ= +0.021 σ= 0.025 zeros= 0% [ ▁▁▂▃▆████████▄▂▁▁ ] [ ▁▅▇█▇▃ ] dim 0448 μ= -0.013 σ= 0.030 zeros= 0% [ ▁▂▆██████▇▅▃▁ ] [ ▅▇██▇▂ ] dim 0449 μ= +0.014 σ= 0.020 zeros= 0% [ ▁▃▄▇████████▅▃▂▁ ] [ ▁▄▇▇█▃▃ ] dim 0450 μ= -0.017 σ= 0.019 zeros= 0% [ ▁▂▄▆███████▇▆▂▂▁ ] [ ▁▂▇█▆▄▁ ] dim 0451 μ= +0.008 σ= 0.023 zeros= 0% [ ▁▂▃▅███████▆▄▂▁ ] [ ▁▆▆█▇▅▂ ] dim 0452 μ= -0.014 σ= 0.030 zeros= 0% [ ▁▂▃▇███████▅▄▂ ] [ ▁▃▇▇█▅▄▁ ] dim 0453 μ= -0.007 σ= 0.018 zeros= 0% [ ▁▁▂▃▆████████▅▄▂▂▁] [ ▂▅▇█▇▄ ] dim 0454 μ= -0.000 σ= 0.014 zeros= 0% [ ▁▁▂▅████████▆▃▁▁ ] [ ▂▆█▆▇▄ ] dim 0455 μ= +0.012 σ= 0.042 zeros= 0% [ ▁▃▅▇███████▅▂▁ ] [ ▃██▇▄▂ ] dim 0456 μ= -0.018 σ= 0.031 zeros= 0% [ ▂▂▅███████▇▅▃▁ ] [ ▂▃█▆▇▃▂ ] dim 0457 μ= +0.013 σ= 0.028 zeros= 0% [ ▁▂▃▆███████▆▄▂▁▁ ] [ ▃▅█▆▄▁ ] dim 0458 μ= +0.016 σ= 0.032 zeros= 0% [ ▁▁▃▄▇██████▅▃▂▁ ] [ ▄▆██▇▃ ] dim 0459 μ= -0.010 σ= 0.023 zeros= 0% [ ▁ ▂▄▅████████▆▃▂▁ ] [ ▃▆▇█▇▅▁ ] dim 0460 μ= -0.008 σ= 0.025 zeros= 0% [ ▁▂▄▆███████▆▃▂▁ ] [ ▂▃▅█▅▃▁ ] dim 0461 μ= -0.006 σ= 0.012 zeros= 0% [▁▁▂▂▅▇███████▆▅▃▂▁ ] [ ▄▅██▆▂▁ ] dim 0462 μ= -0.014 σ= 0.022 zeros= 0% [ ▁▂▃▄████████▄▂▂ ] [ ▁▅▅▇█▄▂ ] dim 0463 μ= -0.017 σ= 0.035 zeros= 0% [ ▁▁▂▃▇███████▆▃▂▁ ] [ ▂▄▆█▇▅▁ ] dim 0464 μ= -0.019 σ= 0.042 zeros= 0% [ ▁▁▂▃▇███████▇▄▃▁▁ ] [ ▃▄█▇█▂ ] dim 0465 μ= -0.007 σ= 0.026 zeros= 0% [ ▁▂▂▅▇███████▄▂▂▁ ] [ ▃▅▅██▆▂▁ ] dim 0466 μ= -0.003 σ= 0.040 zeros= 0% [ ▁▂▃▅▆████████▅▃▂▁ ] [ ▁▇▇██▄▁ ] dim 0467 μ= +0.003 σ= 0.022 zeros= 0% [ ▁▁▃▅▇███████▆▄▂▁▁▁ ] [ ▁▄███▆▁ ] dim 0468 μ= +0.004 σ= 0.021 zeros= 0% [▁▁▁▃▅▇████████▄▃▂▁ ] [ ▁▃▅▇█▇▄ ] dim 0469 μ= -0.001 σ= 0.029 zeros= 0% [ ▁▃▄▇████████▅▃▁▁ ] [ ▄▆█▆▂▁ ] dim 0470 μ= -0.017 σ= 0.017 zeros= 0% [ ▂▃▆███████▇▃▂▁ ] [ ▂▅▇▇█▆▂ ] dim 0471 μ= +0.039 σ= 0.015 zeros= 0% [ ▁▂▃▆███████▇▅▃▁▁ ] [ ▂▅█▇█▆▆▁ ] dim 0472 μ= -0.003 σ= 0.028 zeros= 0% [ ▁▂▄▆████████▆▃▁▁ ] [ ▁▄▅██▄▃ ] dim 0473 μ= -0.017 σ= 0.016 zeros= 0% [▁▁▂▃▅████████▅▃▂▁ ] [ ▅██▇▄ ] dim 0474 μ= +0.015 σ= 0.023 zeros= 0% [ ▁▂▅██████▇▄▂▁ ] [ ▁▄██▆▄▂ ] dim 0475 μ= +0.001 σ= 0.038 zeros= 0% [ ▁▂▃▆████████▆▅▂▁ ] [ ▃▆█▆▄▂ ] dim 0476 μ= -0.010 σ= 0.021 zeros= 0% [ ▁▃▅▆██████▇▄▃▁▁ ] [ ▂▄▇█▆▄ ] dim 0477 μ= -0.005 σ= 0.020 zeros= 0% [ ▁▂▂▅███████▇▆▄▁▁ ] [ ▂▆█▇▆▂ ] dim 0478 μ= -0.024 σ= 0.025 zeros= 0% [ ▁▂▃▅███████▇▄▂▁ ] [ ▄▇█▇▆▅▁ ] dim 0479 μ= +0.005 σ= 0.031 zeros= 0% [ ▁▂▃▄████████▇▄▂▁ ] [ ▂▄▆█▄▃ ] dim 0480 μ= -0.008 σ= 0.031 zeros= 0% [ ▁▃▅▇███████▅▃▁▁ ] [ ▁▆▆█▆▆▁ ] dim 0481 μ= +0.021 σ= 0.020 zeros= 0% [ ▁▂▄▇███████▇▄▃▁ ] [ ▄▆██▄▁ ] dim 0482 μ= +0.009 σ= 0.029 zeros= 0% [ ▁▂▄▅████████▃▂▁▁ ] [ ▃▇██▆▃ ] dim 0483 μ= -0.010 σ= 0.032 zeros= 0% [ ▁▁▃▅███████▇▄▃▁ ] [ ▂▅██▇▆▃ ] dim 0484 μ= +0.004 σ= 0.035 zeros= 0% [▁▁▁▂▄▇████████▅▃▂▁ ] [ ▂▆█▆▅▃ ] dim 0485 μ= +0.016 σ= 0.014 zeros= 0% [ ▁▁▂▄▆███████▅▃▁▁ ] [ ▄▆█▇▆▃▁ ] dim 0486 μ= +0.025 σ= 0.029 zeros= 0% [ ▁▂▂▅▇███████▆▃▁▁ ] [ ▁▄▇██▅▂ ] dim 0487 μ= +0.017 σ= 0.024 zeros= 0% [ ▂▃▅███████▆▄▂ ] [ ▂▅▆█▆▅▃ ] dim 0488 μ= +0.025 σ= 0.045 zeros= 0% [ ▁▂▄▇███████▇▅▂▁ ] [ ▃▅█▇▇▃▁ ] dim 0489 μ= -0.024 σ= 0.024 zeros= 0% [ ▁▂▃▅▇███████▇▄▂▁▁ ] [ ▄▇▇█▆▃▁ ] dim 0490 μ= -0.012 σ= 0.032 zeros= 0% [ ▁▂▄▅████████▆▄▂ ] [ ▃▆██▆▃▂ ] dim 0491 μ= +0.019 σ= 0.016 zeros= 0% [ ▁▂▃▅████████▆▃▂▁ ] [ ▁▄██▇▆▅▂ ] dim 0492 μ= -0.011 σ= 0.028 zeros= 0% [ ▁▁▂▄████████▆▂▂▁▁ ] [ ▂▃▆▇█▅▃ ] dim 0493 μ= +0.013 σ= 0.019 zeros= 0% [ ▁▂▃▅████████▅▄▂▁ ] [ ▅██▆▂ ] dim 0494 μ= +0.022 σ= 0.019 zeros= 0% [ ▁▁▄▆███████▅▂▁▁ ] [ ▁▄▆▇▇█▄▁ ] dim 0495 μ= -0.015 σ= 0.028 zeros= 0% [▁▁▂▃▆████████▆▄▃▁▁ ] [ ▂▄▅██▃▁ ] dim 0496 μ= +0.025 σ= 0.015 zeros= 0% [ ▁▂▄▅███████▅▂▁ ] [ ▁▄▇█▇▆▃ ] dim 0497 μ= -0.015 σ= 0.019 zeros= 0% [ ▁▂▄▆███████▇▄▂▁ ] [ ▁▄▆█▇▅▁ ] dim 0498 μ= +0.016 σ= 0.040 zeros= 0% [ ▁▂▅▆███████▆▄▂▁▁] [ ▃▅▆██▅▂ ] dim 0499 μ= -0.012 σ= 0.029 zeros= 0% [ ▂▃▄▆███████▆▄▃▁▁ ] [ ▁▅███▇▃ ] dim 0500 μ= +0.023 σ= 0.040 zeros= 0% [ ▁▁▂▄▆███████▇▄▂▁ ] [ ▁▄▇█▇▆▃ ] dim 0501 μ= -0.006 σ= 0.013 zeros= 0% [ ▁▁▃▆████████▅▂▁▁ ] [ ▁▄▇▇█▅▃ ] dim 0502 μ= +0.019 σ= 0.022 zeros= 0% [ ▁▁▃▇███████▇▄▂▁ ] [ ▂▅▇██▆▃ ] dim 0503 μ= +0.004 σ= 0.030 zeros= 0% [ ▁▂▃▄▇████████▄▄▂▁ ] [ ▁▄▆▇█▆▂ ] dim 0504 μ= -0.004 σ= 0.012 zeros= 0% [ ▁▁▃▅████████▅▂▂▁ ] [ ▃▅▆█▇▃ ] dim 0505 μ= -0.003 σ= 0.024 zeros= 0% [ ▁▂▃▅████████▅▄▂▁ ] [ ▂▅█▆▇▅▁ ] dim 0506 μ= +0.009 σ= 0.026 zeros= 0% [ ▁▂▃▅▇███████▆▅▂▂▁ ] [ ▃▅█▆▄▁ ] dim 0507 μ= -0.011 σ= 0.024 zeros= 0% [ ▂▂▅████████▅▃▁▁ ] [ ▁▅▇█▆▅▁ ] dim 0508 μ= -0.004 σ= 0.033 zeros= 0% [ ▁▂▄▇███████▅▃▂▁ ] [ ▂▄▇█▆▁ ] dim 0509 μ= -0.000 σ= 0.025 zeros= 0% [ ▁▂▄▇██████▆▄▂▁▁ ] [ ▃▆▇█▆▃ ] dim 0510 μ= -0.006 σ= 0.028 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.013 σ= 0.032 zeros= 0% [ ▁▁▂▅███████▇▄▃▁ ] [ ▂▄▅█▅▃▁▁ ] dim 0515 μ= -0.029 σ= 0.025 zeros= 0% [ ▁▂▃▅▇████████▅▃▂▁ ] [ ▂▆▇█▆▃▁ ] dim 0516 μ= +0.025 σ= 0.019 zeros= 0% [ ▁▃▅▆███████▆▄▂▁ ] [ ▂▄▆█▆▂ ] dim 0517 μ= -0.006 σ= 0.039 zeros= 0% [ ▁ ▃▄▇██████▇▄▂▁ ] [ ▁▅▆█▅▃ ] dim 0518 μ= +0.025 σ= 0.023 zeros= 0% [ ▁▁▄▅███████▅▂▁▁ ] [ ▃▆█▇▆▃ ] dim 0519 μ= -0.039 σ= 0.028 zeros= 0% [ ▁▂▄▇██████▆▃▂▁ ] [ ▁▅██▆▄▄ ] dim 0520 μ= +0.012 σ= 0.031 zeros= 0% [ ▁▁▂▅▆███████▇▄▃▂▁ ] [ ▄█▇▆▄▃ ] dim 0521 μ= +0.021 σ= 0.033 zeros= 0% [ ▁▂▃▆███████▆▄▃▁▁ ] [ ▂▆██▄▄▁ ] dim 0522 μ= +0.013 σ= 0.025 zeros= 0% [ ▁▂▅▇███████▆▃▁▁ ] [ ▁▄▅██▇▂ ] dim 0523 μ= +0.019 σ= 0.016 zeros= 0% [ ▁▁▃▆████████▄▂▁ ] [ ▁▄▇█▆▄▂ ] dim 0524 μ= +0.014 σ= 0.028 zeros= 0% [ ▁▂▄▅███████▆▃▂▁ ] [ ▃▆▆█▆▄▁ ] dim 0525 μ= -0.006 σ= 0.011 zeros= 0% [▁ ▁▃▄████████▆▃▂▁ ] [ ▂▆▇█▆▆▅ ] dim 0526 μ= -0.017 σ= 0.025 zeros= 0% [ ▁▂▄▆████████▆▄▂▁ ] [ ▁▃▆█▆▅▁ ] dim 0527 μ= +0.013 σ= 0.025 zeros= 0% [ ▁▃▄███████▅▃▂▁ ] [ ▂▆█▆▃▁ ] dim 0528 μ= -0.039 σ= 0.028 zeros= 0% [ ▁▁▄▅▇██████▆▃▂▁ ] [ ▂▃▆█▅▅▃▁ ] dim 0529 μ= +0.013 σ= 0.029 zeros= 0% [ ▁▁▂▄▇████████▃▂▁▁] [ ▂▅▇▇█▆▃ ] dim 0530 μ= -0.015 σ= 0.027 zeros= 0% [▁▁▃▆▇███████▇▇▃▂▁ ] [ ▂▄▅▇▇█▄▁ ] dim 0531 μ= -0.015 σ= 0.024 zeros= 0% [ ▁▂▃▅████████▆▂▂ ] [ ▁▂▅██▇▃▁ ] dim 0532 μ= -0.005 σ= 0.032 zeros= 0% [ ▁▂▃▅████████▇▄▂▁ ] [ ▃▅▇██▄ ] dim 0533 μ= -0.002 σ= 0.020 zeros= 0% [ ▁▂▄███████▇▆▃▁▁▁ ] [ ▃▆██▆▂▁ ] dim 0534 μ= -0.001 σ= 0.032 zeros= 0% [ ▁▂▃▅████████▅▅▁▁ ] [ ▄▆███▄▁ ] dim 0535 μ= -0.016 σ= 0.039 zeros= 0% [ ▁▁▃▆███████▅▃▁▁ ] [ ▃▇██▇▂ ] dim 0536 μ= +0.017 σ= 0.019 zeros= 0% [ ▁▂▅████████▄▂▁ ] [ ▅▆▇█▅▄▁ ] dim 0537 μ= +0.003 σ= 0.032 zeros= 0% [ ▁▂▄▆████████▇▅▂▁▁ ] [ ▅▅▇█▇▅▂ ] dim 0538 μ= +0.030 σ= 0.029 zeros= 0% [ ▁▁▃▆████████▆▄▂▁ ] [ ▂▇▆██▄▂ ] dim 0539 μ= +0.004 σ= 0.037 zeros= 0% [ ▁▁▂▃▄████████▇▆▄▂▁ ] [ ▂▆██▇▅▂ ] dim 0540 μ= -0.005 σ= 0.035 zeros= 0% [ ▁▂▄▆███████▆▄▂▁▁] [ ▄▇█▇▇▁ ] dim 0541 μ= -0.003 σ= 0.027 zeros= 0% [ ▁▂▄▆███████▆▃▂ ] [ ▂▄█▇▇▃▁ ] dim 0542 μ= -0.004 σ= 0.032 zeros= 0% [ ▁▂▄▆███████▆▄▂▁▁ ] [ ▂▇█▇▅▄ ] dim 0543 μ= +0.016 σ= 0.038 zeros= 0% [ ▁▂▅████████▅▂▁ ] [ ▂▅▅█▄▂ ] dim 0544 μ= +0.005 σ= 0.022 zeros= 0% [ ▁▂▅▇███████▅▃▂▁ ] [ ▄▆█▇▆▄▁ ] dim 0545 μ= -0.019 σ= 0.016 zeros= 0% [ ▂▃▅▇███████▆▃▂▁ ] [ ▂▅▅█▆▂ ] dim 0546 μ= -0.016 σ= 0.034 zeros= 0% [ ▁▁▂▅▇██████▇▅▂▁ ] [ ▁▅▆██▃▃ ] dim 0547 μ= -0.013 σ= 0.026 zeros= 0% [ ▁▂▃▆███████▇▄▂▁▁ ] [ ▁███▆▂ ] dim 0548 μ= -0.035 σ= 0.024 zeros= 0% [ ▁▂▅██████▆▄▂▁▁ ] [ ▄▆█▇▇▂▁ ] dim 0549 μ= +0.013 σ= 0.029 zeros= 0% [ ▁▃▅▆███████▆▄▃▁ ] [ ▃▆▆██▄▁ ] dim 0550 μ= -0.007 σ= 0.039 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.019 zeros= 0% [ ▁▂▃▇██████▆▃▂▁ ] [ ▃▅█▄▃ ] dim 0555 μ= +0.015 σ= 0.031 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.011 σ= 0.042 zeros= 0% [ ▁▂▄▅████████▇▅▂▁ ] [ ▂▆▆▆█▄▂ ] dim 0560 μ= -0.002 σ= 0.038 zeros= 0% [ ▁▁▃▄▆███████▆▄▂▁ ] [ ▃▆█▇▆▄▁ ] dim 0561 μ= -0.023 σ= 0.035 zeros= 0% [ ▁▁▃▅████████▆▃▂▁ ] [ ▃▇███▄ ] dim 0562 μ= -0.000 σ= 0.021 zeros= 0% [ ▁▃▄███████▇▄▂▁▁ ] [ ▅▇▆█▄▁ ] dim 0563 μ= +0.031 σ= 0.026 zeros= 0% [ ▁▂▄▆███████▅▄▁▁ ] [ ▁▄▆█▆▃ ] dim 0564 μ= +0.006 σ= 0.021 zeros= 0% [ ▁▂▃▆███████▆▃▂▁ ] [ ▁▂█▇▆▅▃ ] dim 0565 μ= -0.021 σ= 0.021 zeros= 0% [▁▁▃▅█████████▅▃▁▁ ] [ ▃▆█▇▆▃ ] dim 0566 μ= +0.008 σ= 0.029 zeros= 0% [ ▁▁▂▄▇██████▇▄▂▁▁ ] [ ▆█▇▇▆▃ ] dim 0567 μ= +0.003 σ= 0.016 zeros= 0% [ ▁▂▂▄▆███████▇▅▃▂▁ ] [ ▂▄██▇▆▁ ] dim 0568 μ= +0.016 σ= 0.025 zeros= 0% [ ▁▂▃▆████████▄▂▁▁ ] [ ▃▆█▇▇▄ ] dim 0569 μ= -0.016 σ= 0.028 zeros= 0% [ ▁▁▂▄▆██████▇▅▃▂▁ ] [ ▁▄▆█▅▄▃ ] dim 0570 μ= +0.015 σ= 0.025 zeros= 0% [ ▁▂▂▄▆███████▆▄▂▁ ] [ ▁▄▄▇█▅▃ ] dim 0571 μ= +0.001 σ= 0.033 zeros= 0% [ ▁▁▂▃▆███████▇▅▃▁▁ ] [ ▁▃▆██▆▂ ] dim 0572 μ= +0.007 σ= 0.015 zeros= 0% [ ▁▁▃▅███████▆▄▂▁ ] [ ▂▅█▇█▄▂ ] dim 0573 μ= -0.004 σ= 0.021 zeros= 0% [ ▁▂▂▄████████▆▄▂▁ ] [ ▂▅▄█▅ ] dim 0574 μ= -0.011 σ= 0.015 zeros= 0% [ ▁▁▂▃▆███████▅▃▁▁ ] [ ▂▆▇█▅▄ ] dim 0575 μ= +0.003 σ= 0.043 zeros= 0% [ ▁▁▃▄▆███████▆▄▂ ] [ ▄▆▇█▆▄▂ ] dim 0576 μ= +0.017 σ= 0.025 zeros= 0% [ ▁▂▅▇███████▆▃▂▁ ] [ ▃▆▇█▇▆ ] dim 0577 μ= -0.002 σ= 0.025 zeros= 0% [ ▁▁▂▄████████▇▃▂▁ ] [ ▃▆▇█▇▃▃ ] dim 0578 μ= -0.012 σ= 0.034 zeros= 0% [ ▁▁▄▆███████▆▃▂▁ ] [ ▄██▆▂ ] dim 0579 μ= -0.011 σ= 0.026 zeros= 0% [ ▁▂▄▇█████▆▄▁▁ ] [ ▃▃█▆▄▂ ] dim 0580 μ= -0.003 σ= 0.030 zeros= 0% [ ▁▁▃▅▇██████▅▃▂▁ ] [ ▁▆██▇▃ ] dim 0581 μ= +0.002 σ= 0.024 zeros= 0% [ ▁▂▄██████▆▃▁▁ ] [ ▃▇▇██▅▁ ] dim 0582 μ= +0.023 σ= 0.019 zeros= 0% [ ▁▁▂▅████████▇▃▂▁ ] [ ▁▆██▅▂ ] dim 0583 μ= -0.005 σ= 0.014 zeros= 0% [ ▁▁▃▅███████▄▂▁ ] [ ▁▄▆▇█▅▄ ] dim 0584 μ= +0.003 σ= 0.030 zeros= 0% [▁ ▁▅▅████████▆▄▂▁ ] [ ▃▃██▇▄▁ ] dim 0585 μ= -0.034 σ= 0.051 zeros= 0% [ ▁▁▂▄▇████████▅▃▁ ] -> OUTLIER_SPREAD: this_std=0.0506, mean_std=0.0265, +3.4sigma 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.034 zeros= 0% [ ▂▃▅▆███████▆▄▂▁▁ ] [ ▂▆▆█▇▂ ] dim 0589 μ= -0.001 σ= 0.015 zeros= 0% [ ▁▁▂▅████████▄▂▁ ] [ ▂▆██▆▄ ] dim 0590 μ= +0.006 σ= 0.034 zeros= 0% [ ▂▃▆████████▄▃▂▁▁] [ ▁▃▆██▄▁ ] dim 0591 μ= -0.021 σ= 0.018 zeros= 0% [ ▁▄▅███████▆▅▂▁▁ ] [ ▄▆▆█▆▁ ] dim 0592 μ= -0.004 σ= 0.021 zeros= 0% [ ▁▁▃▄▇███████▇▅▃▁▁ ] [ ▁▄▆▇█▅▄ ] dim 0593 μ= +0.016 σ= 0.034 zeros= 0% [ ▁▂▄▅████████▅▃▂▁▁ ] [ ▂▆█▇▇▃ ] dim 0594 μ= +0.001 σ= 0.035 zeros= 0% [ ▂▄▆███████▆▃▁▁ ] [ ▄▇█▆▅▁ ] dim 0595 μ= +0.008 σ= 0.026 zeros= 0% [ ▁▁▃▆███████▇▃▂▁ ] [ ▁▅▇█▅▁ ] dim 0596 μ= +0.003 σ= 0.022 zeros= 0% [ ▁▂▃▇███████▄▂▁ ] [ ▂▇█▇▇▃ ] dim 0597 μ= +0.015 σ= 0.028 zeros= 0% [ ▁▂▄▇███████▅▂▁ ] [ ▁▅██▇▄▁ ] dim 0598 μ= +0.004 σ= 0.029 zeros= 0% [ ▁▂▄▅███████▅▃▂▁ ] [ ▂▅▇█▅▃▁ ] dim 0599 μ= +0.024 σ= 0.014 zeros= 0% [ ▁▃▅▇████████▄▂▁▁ ] [ ▄██▇▅▁ ] dim 0600 μ= -0.017 σ= 0.037 zeros= 0% [ ▁▂▄███████▇▄▂▁ ] [ ▄▆█▆▄▁ ] dim 0601 μ= +0.014 σ= 0.021 zeros= 0% [ ▁▂▄▆███████▅▃▁ ] [ ▃▅█▇▅▃ ] dim 0602 μ= -0.014 σ= 0.019 zeros= 0% [ ▁▂▅███████▇▄▂▁ ] [ ▁▅▆█▆▄▃ ] dim 0603 μ= -0.023 σ= 0.026 zeros= 0% [ ▂▂▃▅▇████████▄▃▁▁ ] [ ▄▇██▇▅▁ ] dim 0604 μ= +0.001 σ= 0.028 zeros= 0% [ ▁▁▃▅████████▅▃▂▁ ] [ ▄▆█▆▆ ] dim 0605 μ= +0.016 σ= 0.030 zeros= 0% [ ▁▂▃▆███████▆▄▂▁ ] [ ▃▆██▇▆▂ ] dim 0606 μ= +0.031 σ= 0.020 zeros= 0% [ ▁▁▃▆█████████▅▃▂▁ ] [ ▁▅▇█▇▅▃ ] dim 0607 μ= +0.000 σ= 0.032 zeros= 0% [ ▁▂▄▆███████▆▅▂▁ ] [ ▁▄▄▇█▃▃ ] dim 0608 μ= -0.001 σ= 0.037 zeros= 0% [ ▁▂▄▆████████▄▃▁▁ ] [ ▂▆▆█▆▄ ] dim 0609 μ= +0.007 σ= 0.030 zeros= 0% [ ▁▃▄████████▆▄▂▁ ] [ ▁▃▆█▇▃ ] dim 0610 μ= +0.018 σ= 0.021 zeros= 0% [ ▂▃▆███████▄▃ ▁ ] [ ▂▅█▆▅▃▁ ] dim 0611 μ= -0.000 σ= 0.024 zeros= 0% [ ▁▂▃▄▇███████▅▂▂ ] [ ▄▅█▇▅▂ ] dim 0612 μ= +0.011 σ= 0.040 zeros= 0% [ ▁▃▅███████▇▅▂▁ ] [ ▄▆█▇▅ ] dim 0613 μ= +0.020 σ= 0.013 zeros= 0% [ ▁▂▄███████▅▃▂ ] [ ▂▅█▇▄▃▁ ] dim 0614 μ= +0.010 σ= 0.025 zeros= 0% [ ▁▁▃▅▇███████▅▂▁▁ ] [ ▁▅██▇▃ ] dim 0615 μ= -0.009 σ= 0.017 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.040 σ= 0.022 zeros= 0% [ ▁▂▅██████▇▃▂▁ ] [ ▃▆▇█▅▃▁ ] dim 0622 μ= -0.009 σ= 0.034 zeros= 0% [ ▁▁▃▅████████▅▃▂▁ ] [ ▂▅███▆▅▁ ] dim 0623 μ= +0.008 σ= 0.023 zeros= 0% [ ▁▂▄▆████████▆▃▂▁ ] [ ▅▆██▅▂ ] dim 0624 μ= -0.005 σ= 0.020 zeros= 0% [ ▁▁▃▆███████▆▄▁▁ ] [ ▄▆██▅▂ ] dim 0625 μ= -0.019 σ= 0.025 zeros= 0% [ ▁▁▄▇███████▆▅▂▁▁ ] [ ▃▆█▇▅▄▁ ] dim 0626 μ= -0.015 σ= 0.038 zeros= 0% [ ▁▁▂▄████████▅▃▂▁ ] [ ▁▆▆██▅▃ ] dim 0627 μ= +0.017 σ= 0.025 zeros= 0% [ ▁▂▄▆████████▄▂▂ ] [ ▁▄█▇▆▅▄▁ ] dim 0628 μ= -0.020 σ= 0.036 zeros= 0% [ ▁▂▃▇████████▅▃▁ ] [ ▁▅█▇▅▄▂ ] dim 0629 μ= -0.013 σ= 0.032 zeros= 0% [ ▁▁▂▃▅████████▇▄▃▁ ] [ ▄▅██▇▅▃ ] dim 0630 μ= -0.020 σ= 0.026 zeros= 0% [ ▁▁▃▆█████████▅▃▁▁ ] [ ▃▆██▆▂ ] dim 0631 μ= +0.001 σ= 0.028 zeros= 0% [ ▁▂▅███████▇▃▁ ] [ ▄▅▇█▆▄▂ ] dim 0632 μ= -0.013 σ= 0.021 zeros= 0% [ ▁▂▂▅▇███████▇▄▃▁▁ ] [ ▃▄█▆▅▁ ] dim 0633 μ= -0.017 σ= 0.023 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.026 σ= 0.031 zeros= 0% [ ▁▂▃▆█████████▄▂▁▁ ] [ ▂▅▇██▄▃ ] dim 0638 μ= -0.021 σ= 0.022 zeros= 0% [ ▁▁▁▄▇███████▇▅▃▁ ] [ ▁▅▇█▅▂▁ ] dim 0639 μ= +0.015 σ= 0.034 zeros= 0% [ ▁▂▄▇███████▅▃▁▁ ] [ ▁▄▆█▆▇▄▃ ] dim 0640 μ= +0.003 σ= 0.019 zeros= 0% [ ▁▁▂▃▅████████▆▄▂▁ ] [ ▅▇█▆▃▁ ] dim 0641 μ= -0.009 σ= 0.041 zeros= 0% [ ▁▃▄▇███████▆▅▁▁ ] [ ▄▄██▅▃ ] dim 0642 μ= +0.019 σ= 0.024 zeros= 0% [ ▁▃▅▇██████▆▅▃▂ ▁ ] [ ▄▆█▆▃▂ ] dim 0643 μ= -0.008 σ= 0.020 zeros= 0% [ ▁▂▄▅███████▅▃▂▁ ] [ ▂▅█▇▅▃ ] dim 0644 μ= -0.015 σ= 0.028 zeros= 0% [ ▁▂▃▇██████▆▄▂▁ ] [ ▂▄██▇▃ ] dim 0645 μ= -0.005 σ= 0.031 zeros= 0% [ ▁▃▅▆███████▇▄▂▁ ] [ ▁▅▅█▅▂ ] dim 0646 μ= +0.009 σ= 0.031 zeros= 0% [ ▁▂▄▇███████▅▃▂ ] [ ▄▆▇█▇▃▂ ] dim 0647 μ= -0.005 σ= 0.024 zeros= 0% [ ▁▂▃▅████████▆▄▂▁▁] [ ▂▄▆█▇▅▁ ] dim 0648 μ= +0.005 σ= 0.028 zeros= 0% [ ▁▁▂▄▅███████▇▃▂▁ ] [ ▄▅▆██▄▁ ] dim 0649 μ= -0.011 σ= 0.036 zeros= 0% [ ▁▂▄████████▆▃▂▁ ] [ ▂▄█▇▅▂ ] dim 0650 μ= -0.009 σ= 0.031 zeros= 0% [ ▁ ▁▃▆███████▅▃▁ ] [ ▁▅▇▆█▅▂ ] dim 0651 μ= +0.008 σ= 0.031 zeros= 0% [ ▁▂▄▆███████▆▅▂▁▁ ] [ ▁▃▅█▇▅▄ ] dim 0652 μ= +0.031 σ= 0.030 zeros= 0% [ ▁▁▂▄▆████████▄▂▁▁ ] [ ▃▅█▇▆▂▁ ] dim 0653 μ= -0.014 σ= 0.031 zeros= 0% [ ▂▃▆████████▆▄▂▁ ] [ ▃▅▆█▄▂ ] dim 0654 μ= -0.004 σ= 0.021 zeros= 0% [ ▁▂▄▅███████▇▄▃▂▁▁ ] [ ▁▄▅█▆▄▂ ] dim 0655 μ= +0.002 σ= 0.024 zeros= 0% [ ▁▁▄▅███████▇▄▂▁ ] [ ▁▃█▆▄▁ ] dim 0656 μ= +0.002 σ= 0.022 zeros= 0% [ ▁▂▄▆██████▅▂▁ ] [ ▅▇▇██▄▁ ] dim 0657 μ= +0.014 σ= 0.033 zeros= 0% [ ▁▁▃▅█████████▇▅▂▁▁ ] [ ▁▂▆▇█▇▃▁ ] dim 0658 μ= +0.000 σ= 0.018 zeros= 0% [ ▁▁▂▄▅████████▆▃▁▁ ] [ ▂▄▇█▆▄▁ ] dim 0659 μ= +0.020 σ= 0.030 zeros= 0% [ ▁▂▄████████▆▃▂▁ ] [ ▂█▇█▆▃ ] dim 0660 μ= +0.006 σ= 0.037 zeros= 0% [ ▁▁▃▇██████▆▃▂▁ ] [ ▂▆▇█▇▃ ] dim 0661 μ= -0.003 σ= 0.024 zeros= 0% [ ▁▂▄▆██████▆▅▄▂▁ ] [ ▂▆██▇▄▁ ] dim 0662 μ= +0.000 σ= 0.013 zeros= 0% [ ▁▂▄▆████████▆▅▂▁▁ ] [ ▄▄██▅▁ ] dim 0663 μ= -0.008 σ= 0.039 zeros= 0% [ ▁▂▅███████▆▃▂▁ ] [ ▃▆▅█▆▄ ] dim 0664 μ= +0.001 σ= 0.029 zeros= 0% [ ▁▂▃▅████████▆▄▂▁▁ ] [ ▁▃▇██▄▃▂ ] dim 0665 μ= -0.012 σ= 0.036 zeros= 0% [ ▁▂▅████████▇▄▂▁ ] [ ▂▄█▇▅▃ ] dim 0666 μ= +0.005 σ= 0.022 zeros= 0% [ ▁▂▃▅▆███████▄▂▁▁ ] [ ▃▆▇█▇▂ ] dim 0667 μ= +0.010 σ= 0.038 zeros= 0% [ ▁▂▅▇██████▇▄▂▁ ] [ ▃▇█▇▆▁ ] dim 0668 μ= +0.007 σ= 0.019 zeros= 0% [ ▁▃▄▆████████▅▂▁▁ ] [ ▂▄███▇▂ ] dim 0669 μ= -0.018 σ= 0.027 zeros= 0% [ ▁▂▃▆███████▆▃▂▁ ] [ ▁▅▆██▅▂ ] dim 0670 μ= +0.010 σ= 0.024 zeros= 0% [ ▁▁▂▃▇███████▇▄▂▁ ] [ ▄▇██▄▁ ] dim 0671 μ= +0.031 σ= 0.023 zeros= 0% [ ▁▂▃▆███████▇▄▂▁▁ ] [ ▂▅▆▇█▃▁ ] dim 0672 μ= +0.008 σ= 0.024 zeros= 0% [ ▁▁▂▅▇███████▆▃▃▂▁ ] [ ▂▅█▇▇▄▁ ] dim 0673 μ= +0.009 σ= 0.022 zeros= 0% [ ▁▂▄▇███████▆▅▂▁ ] [ ▃▄█▇▇▆▂ ] dim 0674 μ= +0.020 σ= 0.026 zeros= 0% [ ▁▂▃▅████████▇▄▂▁ ] [ ▄▆█▆▇▃ ] dim 0675 μ= +0.018 σ= 0.029 zeros= 0% [ ▁▁▂▄▆███████▇▄▄▁▁ ] [ ▄▇█▇▇▃ ] dim 0676 μ= -0.017 σ= 0.026 zeros= 0% [ ▂▃▅███████▇▄▃▁▁ ] [ ▃▆▆█▄▁ ] dim 0677 μ= +0.017 σ= 0.036 zeros= 0% [ ▁▂▄▆███████▇▃▂▁ ] [ ▂▇██▆▄▁ ] dim 0678 μ= -0.027 σ= 0.023 zeros= 0% [ ▁▁▄▅████████▆▄▁▁ ] [ ▁▄▆█▇▅▄ ] dim 0679 μ= -0.003 σ= 0.028 zeros= 0% [ ▂▃▅███████▇▄▂▁ ] [ ▃▇▆█▆▂ ] dim 0680 μ= +0.007 σ= 0.020 zeros= 0% [ ▁▂▂▅███████▆▃▂▁ ] [ ▃▃▆█▄▁ ] dim 0681 μ= +0.039 σ= 0.024 zeros= 0% [ ▁▂▄▆▇██████▆▄▂▁ ] [ ▅▆█▆▁ ] dim 0682 μ= -0.013 σ= 0.021 zeros= 0% [ ▁▂▃▆██████▆▄▂▁ ] [ ▁▄▇▆█▇▃ ] dim 0683 μ= +0.003 σ= 0.029 zeros= 0% [ ▁▂▃▆████████▅▃▁▂ ] [ ▂▅██▇▃ ] dim 0684 μ= +0.019 σ= 0.017 zeros= 0% [ ▁▂▄▅███████▅▄▂ ] [ ▄▅▇█▄▂ ] dim 0685 μ= +0.012 σ= 0.027 zeros= 0% [ ▁▁▃▅████████▄▃▂▁ ] [ ▄▆█▅▃▁ ] dim 0686 μ= -0.023 σ= 0.041 zeros= 0% [ ▁▁▁▃▆███████▆▄▃▁ ] [ ▁▅▆▇█▅▁ ] dim 0687 μ= -0.004 σ= 0.028 zeros= 0% [ ▁▂▄███████▆▄▂▁ ] [ ▂▅▆█▆▅▂ ] dim 0688 μ= -0.015 σ= 0.036 zeros= 0% [ ▁▂▄▅▇███████▇▃▂▁▁ ] [ ▁▄▇██▅▂ ] dim 0689 μ= -0.014 σ= 0.023 zeros= 0% [ ▂▃▅███████▇▄▂▁ ] [ ▂▃▆█▄▂ ] dim 0690 μ= +0.010 σ= 0.017 zeros= 0% [ ▁▁▃▆██████▇▄▂▁ ] [ ▂▅█▇▇▅▂ ] dim 0691 μ= +0.018 σ= 0.032 zeros= 0% [ ▁▂▄▆███████▇▄▂▁ ] [ ▄▅▇█▇▄▂ ] dim 0692 μ= -0.002 σ= 0.029 zeros= 0% [ ▁▃▃▆▇████████▅▂▁▁▁ ] [ ▂▄█▆▄▃▁ ] dim 0693 μ= -0.015 σ= 0.033 zeros= 0% [ ▁▁▄▅▇███████▆▄▂▁▁ ] [ ▄▆█▆▃ ] dim 0694 μ= +0.009 σ= 0.022 zeros= 0% [ ▁▂▃▅▆█████▇▆▃▁ ] [ ▃▆██▇▆▄▁ ] dim 0695 μ= -0.016 σ= 0.028 zeros= 0% [▁▁▂▂▅▇████████▅▄▂▁ ] [ ▁▃▆██▇▃ ] dim 0696 μ= +0.010 σ= 0.023 zeros= 0% [ ▁▂▄▆███████▆▄▃▂▁ ] [ ▁▃▇▇█▅▂▁ ] dim 0697 μ= -0.020 σ= 0.032 zeros= 0% [ ▁▂▄▆████████▅▂▁▁ ] [ ▁▄▇▇██▄ ] dim 0698 μ= -0.021 σ= 0.016 zeros= 0% [ ▁▁▃▄████████▅▂▂ ] [ ▂▄▇█▅▃ ] dim 0699 μ= -0.003 σ= 0.026 zeros= 0% [ ▁▁▂▄████████▆▃▂ ] [ ▂▆██▆▃ ] dim 0700 μ= -0.005 σ= 0.027 zeros= 0% [ ▁▄▆███████▇▅▂▁▁ ] [ ▅▇█▆▆▁ ] dim 0701 μ= +0.011 σ= 0.032 zeros= 0% [ ▁▁▃▅████████▄▃▁▁ ] [ ▄▆█▆▄▁ ] dim 0702 μ= -0.003 σ= 0.025 zeros= 0% [ ▂▃▅███████▇▄▂▁ ] [ ▁▃▇█▆▄▁ ] dim 0703 μ= +0.001 σ= 0.025 zeros= 0% [ ▁▁▅▆███████▆▃▂▁ ] [ ▅▅█▆▅▁ ] dim 0704 μ= -0.003 σ= 0.015 zeros= 0% [ ▁▂▂▄▆███████▇▄▂▁▁ ] [ ▁▂▄▇█▇▅▁ ] dim 0705 μ= -0.009 σ= 0.030 zeros= 0% [ ▂▂▅████████▆▄▂▁▁ ] [ ▂▅▇█▆▃▂ ] dim 0706 μ= +0.025 σ= 0.014 zeros= 0% [ ▁▁▄▄████████▆▄▂▂▁] [ ▅██▆▃ ] dim 0707 μ= -0.019 σ= 0.018 zeros= 0% [ ▁▁▃▆██████▇▅▂▁▁▁ ] [ ▁▅▆██▆▄▂ ] dim 0708 μ= +0.010 σ= 0.031 zeros= 0% [ ▁▂▂▅████████▆▄▂▁ ] [ ▂▅██▇▃ ] dim 0709 μ= +0.019 σ= 0.023 zeros= 0% [ ▁▂▄███████▇▄▂▁ ] [ ▅██▇▅▃ ] dim 0710 μ= -0.003 σ= 0.038 zeros= 0% [ ▁▂▄▆███████▇▅▃▁▁ ] [ ▁▄▇██▅▁ ] dim 0711 μ= -0.007 σ= 0.037 zeros= 0% [ ▁ ▁▃▆███████▆▅▃▁▁ ] [ ▁▅██▇▅▁ ] dim 0712 μ= -0.014 σ= 0.025 zeros= 0% [ ▁▂▃▅███████▅▃▂▁ ] [ ▂▄▅▆█▄▂ ] dim 0713 μ= -0.005 σ= 0.028 zeros= 0% [ ▁▂▃▆████████▅▂▁ ] [ ▃▆▇█▅▁ ] dim 0714 μ= -0.009 σ= 0.036 zeros= 0% [ ▁▂▃▅███████▇▅▂▂▁ ] [ ▃▅█▆▅▄▁ ] dim 0715 μ= +0.019 σ= 0.020 zeros= 0% [ ▁▁▃▅▆███████▅▃▂▁ ] [ ▂▆▆█▆▃▂ ] dim 0716 μ= +0.013 σ= 0.019 zeros= 0% [ ▁▁▄▅███████▅▃▂▁ ] [ ▄▅█▅▃ ] dim 0717 μ= +0.010 σ= 0.028 zeros= 0% [ ▁▂▄▆██████▆▄▁ ] [ ▂▄▇██▆▂▁ ] dim 0718 μ= -0.026 σ= 0.017 zeros= 0% [ ▁▁▃▄▆████████▆▃▁▁ ] [ ▄▆▇█▅▁ ] dim 0719 μ= +0.040 σ= 0.036 zeros= 0% [ ▁▃▅████████▄▁▁ ] [ ▂▃▇█▆▄▁ ] dim 0720 μ= -0.000 σ= 0.031 zeros= 0% [ ▁▂▄▇███████▆▄▂▁ ] [ ▂▄▇▇██▄▂ ] dim 0721 μ= -0.016 σ= 0.025 zeros= 0% [ ▁▂▄▅████████▇▃▂▁ ] [ ▂▆▇█▇▅ ] dim 0722 μ= -0.004 σ= 0.017 zeros= 0% [ ▁▁▃▅████████▅▃▂▁ ] [ ▂▄█▆▆▄▂ ] dim 0723 μ= -0.018 σ= 0.032 zeros= 0% [ ▁▂▄▇████████▄▂▁▁ ] [ ▃▆▇██▄▂ ] dim 0724 μ= +0.011 σ= 0.032 zeros= 0% [ ▁▁▂▅▇███████▇▅▃▂ ] [ ▃▅█▇▅▄▁ ] dim 0725 μ= +0.004 σ= 0.021 zeros= 0% [ ▁▃▅▇███████▆▄▂▁ ] [ ▃▆▆█▄▂ ] dim 0726 μ= -0.008 σ= 0.039 zeros= 0% [ ▁▂▃▄████████▅▂▁ ] [ ▂▃▇█▇▇▂ ] dim 0727 μ= -0.010 σ= 0.024 zeros= 0% [ ▁▁▃▆████████▄▃▁ ] [ ▁▆██▆▅▂ ] dim 0728 μ= -0.020 σ= 0.022 zeros= 0% [ ▁ ▁▃▄▆███████▇▄▃▁▁ ] [ ▁▄▆▇█▅ ] dim 0729 μ= +0.008 σ= 0.026 zeros= 0% [ ▁▂▂▅███████▇▄▃▁ ] [ ▂▅██▆▄ ] dim 0730 μ= -0.016 σ= 0.026 zeros= 0% [ ▁▁▂▅▇██████▇▅▃▁ ] [ ▁▃▆█▇▇▃▁ ] dim 0731 μ= +0.004 σ= 0.031 zeros= 0% [ ▁▁▂▃▆████████▅▃▂▁▁ ] [ ▁▃▇██▅▃ ] dim 0732 μ= +0.008 σ= 0.028 zeros= 0% [ ▁▂▄▇████████▄▂▁ ] [ ▄▇▇█▆▁ ] dim 0733 μ= +0.008 σ= 0.024 zeros= 0% [ ▁▁▄▅███████▆▃▁▁ ] [ ▃▆▇█▅▃▁ ] dim 0734 μ= -0.011 σ= 0.022 zeros= 0% [ ▁▃▅▇███████▅▂▁ ] [ ▄▆██▅ ] dim 0735 μ= -0.015 σ= 0.022 zeros= 0% [ ▁▁▂▄███████▅▃▁▁ ] [ ▂▄██▅▄▁ ] dim 0736 μ= -0.026 σ= 0.020 zeros= 0% [ ▁▁▂▄▇███████▅▃▁▁▁ ] [ ▁▅▇██▃▁ ] dim 0737 μ= -0.021 σ= 0.030 zeros= 0% [ ▁▁▂▄████████▆▄▃ ] [ ▁▅█▆▅▂ ] dim 0738 μ= +0.023 σ= 0.044 zeros= 0% [ ▁▁▂▅▇██████▇▅▃▁ ] [ ▃▇█▆▅▂ ] dim 0739 μ= -0.017 σ= 0.021 zeros= 0% [ ▁▂▄███████▇▅▃▁ ] [ ▃▇█▇▅▃ ] dim 0740 μ= +0.014 σ= 0.038 zeros= 0% [ ▁▁▃▄▇████████▅▃▁▁ ] [ ▄▅█▆▅▃▁ ] dim 0741 μ= +0.028 σ= 0.025 zeros= 0% [ ▁▁▂▄▆████████▆▃▂▁ ] [ ▁▄▇██▅▂ ] dim 0742 μ= -0.015 σ= 0.032 zeros= 0% [ ▁▃▄▆███████▆▄▂▁ ] [ ▂▄█▇▇▄▂ ] dim 0743 μ= -0.039 σ= 0.018 zeros= 0% [ ▁▁▂▅▆███████▅▃▂▁▁ ] [ ▃▇██▇▄▁ ] dim 0744 μ= +0.003 σ= 0.031 zeros= 0% [ ▁▁▂▅▆███████▆▃▁ ] [ ▁▃▅█▆▆▂ ] dim 0745 μ= +0.017 σ= 0.024 zeros= 0% [ ▁▂▅████████▄▂▂▁ ] [ ▃▅█▄▃ ] dim 0746 μ= -0.007 σ= 0.017 zeros= 0% [ ▁▁▃▆███████▇▄▂▁ ] [ ▂▅█▆▅▃ ] dim 0747 μ= -0.005 σ= 0.029 zeros= 0% [ ▁▂▂▄▆███████▇▅▃▂▁ ] [ ▄▆██▆▃ ] dim 0748 μ= -0.023 σ= 0.030 zeros= 0% [ ▁▂▃▄████████▄▂▁▁ ] [ ▃▅██▆▃▁ ] dim 0749 μ= -0.010 σ= 0.022 zeros= 0% [ ▁▂▄▇███████▆▂▁▁ ] [ ▄▅█▇▄▁ ] dim 0750 μ= -0.004 σ= 0.038 zeros= 0% [ ▁▃▅███████▆▃▂▁ ] [ ▅▅▇█▄▄ ] dim 0751 μ= +0.003 σ= 0.031 zeros= 0% [ ▁▂▃▅███████▇▆▂▁ ] [ ▂▄▇█▇▇▂ ] dim 0752 μ= +0.001 σ= 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.015 σ= 0.026 zeros= 0% [ ▁▂▄▇██████▇▄▂▁▁ ] [ ▁▃█▅▃▃ ] dim 0757 μ= +0.001 σ= 0.026 zeros= 0% [ ▁▂▄▇██████▇▄▂▁ ] [ ▂▄█▇█▄ ] dim 0758 μ= -0.010 σ= 0.034 zeros= 0% [ ▁▂▅███████▅▂▁▁ ] [ ▄███▅▂ ] dim 0759 μ= +0.022 σ= 0.037 zeros= 0% [ ▁▁▂▅███████▆▄▂▁ ] [ ▁▄██▇▄▁ ] dim 0760 μ= -0.009 σ= 0.010 zeros= 0% [ ▁▁▃▄▇███████▇▃▂▁▁ ] [ ▁▂▅█▇▇▆▁ ] dim 0761 μ= +0.015 σ= 0.037 zeros= 0% [ ▁▂▃▄████████▅▃▂▁ ] [ ▃▆██▇▅▂ ] dim 0762 μ= -0.009 σ= 0.029 zeros= 0% [▁ ▂▄▅████████▇▄▂▁ ] [ ▁██▇▆▅▃ ] dim 0763 μ= -0.004 σ= 0.028 zeros= 0% [ ▂▄▅▇███████▆▃▂▁ ] [ ▄▅█▇█▂ ] dim 0764 μ= +0.009 σ= 0.024 zeros= 0% [ ▁▂▃▆████████▄▄▂▁ ] [ ▄▇▇█▅▅▁ ] dim 0765 μ= +0.012 σ= 0.016 zeros= 0% [ ▁▁▂▄▇███████▆▄▁▁ ] [ ▃▃▆█▅▂ ] dim 0766 μ= -0.011 σ= 0.032 zeros= 0% [ ▁▁▂▄▇███████▅▄▂▁ ] [ ▄▇▇█▅ ] dim 0767 μ= +0.015 σ= 0.031 zeros= 0% [ ▁▂▄███████▄▃▁ ] [ ▂▄▇█▆▂ ] dim 0768 μ= -0.009 σ= 0.020 zeros= 0% [ ▁▁▄▆███████▅▃▁ ] [ ▂▄▇█▇▄▅ ] dim 0769 μ= -0.003 σ= 0.027 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.011 σ= 0.029 zeros= 0% [ ▁▁▂▃▅████████▆▅▂▁ ] [ ▁▅▇█▆▄ ] dim 0774 μ= -0.008 σ= 0.037 zeros= 0% [ ▁▂▄████████▆▄▁ ▁ ] [ ▃▇█▇▄▂ ] dim 0775 μ= -0.004 σ= 0.022 zeros= 0% [ ▁▁▄▆██████▆▃▁ ] [ ▄█▇▆▅▁ ] dim 0776 μ= +0.005 σ= 0.034 zeros= 0% [ ▁▂▃▅███████▆▃▂▁ ] [ ▃▅██▇▄▁ ] dim 0777 μ= -0.016 σ= 0.032 zeros= 0% [ ▁▁▃▅████████▆▃▁▁ ] [ ▂▅▇█▇▄▁ ] dim 0778 μ= +0.014 σ= 0.021 zeros= 0% [ ▁▁▁▂▄▇███████▅▃▂▁ ] [ ▂▆▇█▇▃ ] dim 0779 μ= -0.005 σ= 0.024 zeros= 0% [ ▁▂▃▄▇███████▆▃▂▁ ] [ ▂▄▇█▄▂ ] dim 0780 μ= -0.023 σ= 0.024 zeros= 0% [ ▁▂▅▆██████▆▄▂▁ ] [ ▃▆██▃▁ ] dim 0781 μ= -0.011 σ= 0.020 zeros= 0% [ ▁▂▅███████▅▃▂▁ ] [ ▂▅▆▇█▃▁ ] dim 0782 μ= +0.028 σ= 0.017 zeros= 0% [ ▁▃▄████████▆▃▃▁ ] [ ▃▆█▆▅▁ ] dim 0783 μ= +0.000 σ= 0.024 zeros= 0% [ ▁▁▂▅████████▆▃▁▁ ] [ ▄██▇▆▄ ] dim 0784 μ= -0.003 σ= 0.026 zeros= 0% [ ▁▁▃▄████████▄▂▁ ] [ ▂▄█▇▅▅ ] dim 0785 μ= -0.004 σ= 0.023 zeros= 0% [ ▁▁▂▃▆██████▇▆▄▁▁ ] [ ▃▅█▇▆▃ ] dim 0786 μ= +0.022 σ= 0.030 zeros= 0% [ ▁▁▃▅████████▆▃▁▁ ] [ ▄▅█▇▄ ] dim 0787 μ= +0.002 σ= 0.020 zeros= 0% [ ▁▂▃▅███████▇▄▂▁ ] [ ▃▅███▄▃ ] dim 0788 μ= +0.026 σ= 0.025 zeros= 0% [ ▁▂▂▅████████▆▄▂▂▁ ] [ ▄██▇█▅▂ ] dim 0789 μ= +0.017 σ= 0.027 zeros= 0% [ ▁▂▃▆████████▄▃▃▁ ] [ ▁▄▇██▃▁ ] dim 0790 μ= -0.025 σ= 0.035 zeros= 0% [ ▁▁▂▄▆███████▆▄▂▁ ] [ ▃▆█▆▁ ] dim 0791 μ= -0.009 σ= 0.016 zeros= 0% [ ▁▂▄▆███████▆▃▂▁ ] [ ▄▆██▇▅▁ ] dim 0792 μ= +0.017 σ= 0.033 zeros= 0% [ ▁▂▄▇███████▇▅▂▁▁ ] [ ▂▇██▆▅▁ ] dim 0793 μ= -0.007 σ= 0.024 zeros= 0% [ ▁▁▃▆▇███████▇▄▂▁ ] [ ▂▅▅██▆▂ ] dim 0794 μ= -0.001 σ= 0.025 zeros= 0% [ ▂▃▅███████▇▄▂▁ ] [ ▁▄▆██▆▄ ] dim 0795 μ= -0.005 σ= 0.026 zeros= 0% [ ▁▁▃▄███████▇▄▂▁▁ ] [ ▁▃▇█▇█▆ ] dim 0796 μ= +0.015 σ= 0.024 zeros= 0% [ ▁▁▁▃▅████████▅▃▂▁ ] [ ▃▅█▇▄ ] dim 0797 μ= -0.028 σ= 0.026 zeros= 0% [ ▁▂▃▇█████▇▄▃▁ ] [ ▁▆██▇▇▂ ] dim 0798 μ= +0.002 σ= 0.027 zeros= 0% [ ▁▂▃▆███████▇▄▂▁ ] [ ▁▅█▆█▄▂ ] dim 0799 μ= -0.042 σ= 0.024 zeros= 0% [ ▁▁▃▄▆███████▆▄▂▁ ] [ ▃▅▇█▅▄▂ ] dim 0800 μ= +0.029 σ= 0.039 zeros= 0% [ ▁▁▃▅████████▆▄▂▁ ] [ ▁▃▇▇█▆▂ ] dim 0801 μ= -0.028 σ= 0.013 zeros= 0% [ ▁▂▃▇███████▆▄▂▁▁ ] [ ▂▅██▆▄▁ ] dim 0802 μ= -0.025 σ= 0.023 zeros= 0% [ ▁▂▄▆███████▅▃▂▁ ] [ ▂▃▆█▆▆▃ ] dim 0803 μ= +0.009 σ= 0.015 zeros= 0% [ ▁▂▅▅███████▇▅▃▁▁▁] [ ▂▇▄█▅▇▄▁ ] dim 0804 μ= +0.017 σ= 0.034 zeros= 0% [ ▁▁▂▄▇████████▅▂▂▁ ] [ ▂▄▆██▄▂ ] dim 0805 μ= -0.023 σ= 0.008 zeros= 0% [ ▁▃▄▆███████▇▄▃▁▁] [ ▃▅█▇▇▁ ] dim 0806 μ= -0.025 σ= 0.024 zeros= 0% [ ▁▂▄▇██████▆▂▁▁ ] [ ▃▄█▆▆▃ ] dim 0807 μ= +0.016 σ= 0.039 zeros= 0% [ ▁▂▄████████▅▄▂▁ ] [ ▂▅█▇▅▁ ] dim 0808 μ= +0.006 σ= 0.030 zeros= 0% [ ▁▁▃▄▇██████▇▃▂▁ ] [ ▁▅█▆▇▃▂ ] dim 0809 μ= +0.011 σ= 0.018 zeros= 0% [ ▁▂▃▇███████▆▃▂▁ ] [ ▃▄▇█▇▆▃ ] dim 0810 μ= +0.007 σ= 0.029 zeros= 0% [ ▁▁▃▄▆████████▇▄▃▁▁ ] [ ▂▄▇█▇▆▂ ] dim 0811 μ= +0.011 σ= 0.034 zeros= 0% [ ▁▂▃▆███████▇▄▂▁ ] [ ▂▆▇█▆▅▂ ] dim 0812 μ= +0.005 σ= 0.033 zeros= 0% [ ▁▂▃▄▇████████▄▃▁ ] [ ▂▄█▇▅▃▁ ] dim 0813 μ= +0.027 σ= 0.024 zeros= 0% [ ▁▁▂▃▆████████▅▃▁▁ ] [ ▂▅▇█▆▂▁ ] dim 0814 μ= +0.013 σ= 0.021 zeros= 0% [ ▂▂▄▆███████▅▃▁ ] [ ▁▅▇█▆▅▃ ] dim 0815 μ= -0.003 σ= 0.025 zeros= 0% [ ▁▂▄▆████████▅▃▂ ] [ ▄▄█▇▆▂ ] dim 0816 μ= +0.041 σ= 0.021 zeros= 0% [ ▁▁▃▃▆▇███████▆▃▂▁ ] [ ▂▆▇██▃▂ ] dim 0817 μ= +0.034 σ= 0.016 zeros= 0% [ ▁▁▁▃▇███████▆▄▂▁ ] [ ▃█▇▇▇▃ ] dim 0818 μ= -0.014 σ= 0.031 zeros= 0% [ ▁▃▅███████▅▃▂▁ ] [ ▁▅▆██▄▄ ] dim 0819 μ= +0.033 σ= 0.035 zeros= 0% [ ▁▃▆████████▄▃▁ ] [ ▃▇█▇▆▄ ] dim 0820 μ= +0.005 σ= 0.034 zeros= 0% [ ▁▂▃▄███████▇▅▅▂▁▁ ] [ ▂▅██▇▅▃ ] dim 0821 μ= +0.004 σ= 0.021 zeros= 0% [ ▁▁▂▃▇███████▆▅▂▁ ] [ ▄▆█▅▄ ] dim 0822 μ= -0.007 σ= 0.020 zeros= 0% [ ▁▁▃▅██████▇▅▂▁▁ ] [ ▁▂██▇▄▃ ] dim 0823 μ= -0.009 σ= 0.034 zeros= 0% [ ▁▁▂▄▇███████▇▆▄▃▁ ] [ ▂▇█▇▅▁ ] dim 0824 μ= -0.008 σ= 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.036 zeros= 0% [ ▂▄▆███████▅▄▁▁ ] [ ▃▅█▆▃▃ ] dim 0830 μ= -0.000 σ= 0.038 zeros= 0% [ ▂▃▅████████▄▃▂▁▁ ] [ ▃▅█▅▅▃ ] dim 0831 μ= -0.001 σ= 0.014 zeros= 0% [ ▁▂▃▄████████▅▃▂▁ ] [ ▃▅▇█▄▁ ] dim 0832 μ= -0.014 σ= 0.025 zeros= 0% [ ▂▄▆███████▆▄▂▁▁ ] [ ▁▃▆▇█▆▂ ] dim 0833 μ= +0.000 σ= 0.030 zeros= 0% [ ▁▃▆████████▄▂▂▁ ] [ ▃▆▇█▄▂ ] dim 0834 μ= -0.002 σ= 0.034 zeros= 0% [ ▁▁▃▆███████▇▅▃▁▁ ] [ ▄██▅▃▂ ] dim 0835 μ= -0.004 σ= 0.028 zeros= 0% [ ▁▁▃▅▇██████▅▃▂▁ ] [ ▂▆██▄▃ ] dim 0836 μ= +0.001 σ= 0.021 zeros= 0% [ ▁▁▃▄███████▆▃▁ ] [ ▁▅▆█▆▁ ] dim 0837 μ= +0.026 σ= 0.027 zeros= 0% [ ▂▃▆██████▆▃▁ ] [ ▅▆█▆▆▁ ] dim 0838 μ= +0.013 σ= 0.021 zeros= 0% [ ▁▁▃▆███████▆▃▂▁ ] [ ▃▆███▄ ] dim 0839 μ= -0.010 σ= 0.027 zeros= 0% [ ▁▂▄▇███████▅▂▁ ] [ ▄▆▇█▆▂ ] dim 0840 μ= -0.003 σ= 0.030 zeros= 0% [ ▁▁▃▄▆▇███████▅▂▂▁▁] [ ▁▅██▇▃ ] dim 0841 μ= +0.012 σ= 0.026 zeros= 0% [ ▁▃▄▇███████▅▃▂▁ ] [ ▁▅██▅▃ ] dim 0842 μ= -0.019 σ= 0.032 zeros= 0% [ ▁▁▃▆▇███████▆▄▂▁ ] [ ▃▆█▆▆▆▁ ] dim 0843 μ= +0.011 σ= 0.013 zeros= 0% [ ▁▂▄▆███████▆▄▂▁ ] [ ▁▃██▇▆▂ ] dim 0844 μ= +0.006 σ= 0.024 zeros= 0% [ ▁▁▂▄▆████████▅▃▁▁ ] [ ▂▅▆█▆▄ ] dim 0845 μ= -0.012 σ= 0.030 zeros= 0% [ ▁▁▃▄▇███████▆▄▂▁ ] [ ▂▄▆█▅▁ ] dim 0846 μ= -0.023 σ= 0.025 zeros= 0% [ ▁▃▃▆██████▆▄▂▁ ] [ ▁▄▆█▇▅▄ ] dim 0847 μ= +0.024 σ= 0.034 zeros= 0% [ ▁▂▃▅████████▅▃▁ ] [ ▂▃██▇▄▂ ] dim 0848 μ= -0.000 σ= 0.031 zeros= 0% [ ▁▂▄▇███████▇▄▂▁▁ ] [ ▁▄█▇█▄▄ ] dim 0849 μ= +0.036 σ= 0.031 zeros= 0% [ ▁▂▃▆████████▅▄▂▁ ] [ ▂▄█▇▇▄▃ ] dim 0850 μ= +0.017 σ= 0.022 zeros= 0% [ ▁▁▃▄▅████████▆▃▁▁▁] [ ▂▆▇█▆▂▁ ] dim 0851 μ= +0.006 σ= 0.026 zeros= 0% [ ▁▂▄▆▇███████▆▃▂▁ ] [ ▂▇██▅▂ ] dim 0852 μ= +0.013 σ= 0.039 zeros= 0% [ ▁▃▄███████▇▄▂▁ ] [ ▂▄▇█▆▄▄▁ ] dim 0853 μ= -0.001 σ= 0.020 zeros= 0% [ ▁▁▃▅▇████████▇▄▂▂▁ ] [ ▂▅██▅▂ ] dim 0854 μ= +0.011 σ= 0.024 zeros= 0% [ ▁▂▄▆██████▆▃▂▁ ] [ ▁▅▇█▆▄▃ ] dim 0855 μ= +0.002 σ= 0.017 zeros= 0% [ ▁▁▁▃▄▇████████▅▃▂▁▁] [ ▃▇▇█▅▅▂ ] dim 0856 μ= +0.010 σ= 0.026 zeros= 0% [ ▂▃▆████████▇▃▁▁ ] [ ▂██▆▂ ] dim 0857 μ= +0.007 σ= 0.030 zeros= 0% [ ▁▂▄███████▅▂▁ ] [ ▄▆█▇▅▂▁ ] dim 0858 μ= -0.004 σ= 0.028 zeros= 0% [ ▁▂▃▆████████▅▃▁▁ ] [ ▂▆███▃▂ ] dim 0859 μ= -0.000 σ= 0.021 zeros= 0% [ ▁▂▄▇███████▆▄▁ ] [ ▁▄▇██▇▆▂ ] dim 0860 μ= -0.018 σ= 0.032 zeros= 0% [ ▁ ▂▃▆████████▇▄▂▁ ] [ ▂▅█▆▅▂ ] dim 0861 μ= +0.003 σ= 0.018 zeros= 0% [ ▁▃▅████████▄▂▂▁ ] [ ▄▆▆▄█▅▂ ] dim 0862 μ= -0.026 σ= 0.035 zeros= 0% [ ▁▃▄▇███████▇▄▂▁ ] [ ▃▇█▇▆▄ ] dim 0863 μ= +0.013 σ= 0.022 zeros= 0% [ ▁▂▄▇██████▇▅▃▁▁ ] [ ▂▇██▇▄▃ ] dim 0864 μ= +0.007 σ= 0.025 zeros= 0% [ ▁▃▅▇███████▆▄▂▁▁ ] [ ▁▅▇█▆▄▄ ] dim 0865 μ= +0.000 σ= 0.022 zeros= 0% [ ▁▂▃▆███████▆▆▃▂▁▁] [ ▁▃▅█▆▅▃ ] dim 0866 μ= -0.020 σ= 0.025 zeros= 0% [ ▁▂▃▆███████▇▄▂▁ ] [ ▁▅▄█▅▂ ] dim 0867 μ= +0.009 σ= 0.022 zeros= 0% [ ▁▃▄▇██████▆▄▂▁▁ ] [ ▂▆█▇▄▁ ] dim 0868 μ= +0.003 σ= 0.024 zeros= 0% [ ▁▁▃▅███████▆▄▂ ] [ ▄▇██▅▂ ] dim 0869 μ= -0.038 σ= 0.017 zeros= 0% [ ▁▁▄▆███████▆▃▂▁ ] [ ▂▇▆█▅▄ ] dim 0870 μ= -0.003 σ= 0.031 zeros= 0% [ ▁▃▄▇███████▆▄▂▁ ] [ ▂▅▆██▆▂ ] dim 0871 μ= +0.005 σ= 0.036 zeros= 0% [ ▁▂▄▇███████▇▃▃▂▁ ] [ ▅▆███▂▃ ] dim 0872 μ= -0.012 σ= 0.037 zeros= 0% [▁▁▁▃▅█████████▆▄▂▁▁ ] [ ▄▆█▇▄▂ ] dim 0873 μ= -0.007 σ= 0.030 zeros= 0% [ ▁▁▃▃▆▇███████▄▃▂ ▁ ] [ ▁▃▇█▇▆▃▁ ] dim 0874 μ= +0.016 σ= 0.037 zeros= 0% [ ▁▁▂▄▆████████▆▄▂▁ ] [ ▅▇█▇▅▁ ] dim 0875 μ= -0.006 σ= 0.014 zeros= 0% [ ▁▂▄▆████████▃▂▁▁ ] [ ▃▆██▄▂ ] dim 0876 μ= +0.012 σ= 0.016 zeros= 0% [ ▁▁▃▅▇██████▇▃▂▁ ] [ ▁▄▆█▅▃ ] dim 0877 μ= -0.002 σ= 0.021 zeros= 0% [ ▁▁▂▅███████▇▅▃▂▁ ] [ ▃▅▆█▇▅▂ ] dim 0878 μ= -0.008 σ= 0.015 zeros= 0% [▁ ▁▂▄▆███████▇▅▂▁▁ ] [ ▁▅▅██▄▁ ] dim 0879 μ= -0.008 σ= 0.039 zeros= 0% [ ▂▃▄███████▆▂▂▁ ] [ ▂▆▇▇█▇▃ ] dim 0880 μ= +0.032 σ= 0.033 zeros= 0% [ ▁▁▂▄▇████████▅▃▂▁ ] [ ▃▆▇█▄▁ ] dim 0881 μ= -0.038 σ= 0.019 zeros= 0% [ ▂▃▆██████▅▂▁▁ ] [ ▂▅▅█▄▁ ] dim 0882 μ= +0.003 σ= 0.035 zeros= 0% [ ▁▁▃▄▆██████▆▃▂▁ ] [ ▂▄▆█▆▁ ] dim 0883 μ= -0.014 σ= 0.028 zeros= 0% [ ▁▂▄▆██████▆▄▂▁▁ ] [ ▂▅▇█▇▆▃ ] dim 0884 μ= -0.004 σ= 0.029 zeros= 0% [ ▁▁▂▄▇████████▅▃▁▁ ] [ ▃▆█▆▆▄▁ ] dim 0885 μ= -0.015 σ= 0.020 zeros= 0% [ ▁▁▂▃▆████████▇▄▂▁ ▁] [ ▂▄██▇▄ ] dim 0886 μ= -0.014 σ= 0.027 zeros= 0% [ ▁▂▄▅███████▅▂▁▁ ] [ ▄▅█▇▆▄▁ ] dim 0887 μ= +0.043 σ= 0.019 zeros= 0% [ ▁ ▂▄▆████████▆▄▂▁ ] [ ▁▃▆██▇▃ ] dim 0888 μ= -0.012 σ= 0.020 zeros= 0% [ ▁▁▃▆███████▇▅▂▁ ] [ ▂▅█▇▇▃ ] dim 0889 μ= -0.015 σ= 0.031 zeros= 0% [ ▂▃▅██████▇▄▂▁ ] [ ▂▄▇█▆▃▁ ] dim 0890 μ= +0.017 σ= 0.022 zeros= 0% [ ▁▂▅█████████▅▂▁▁ ] [ ▂▄██▆▄▁ ] dim 0891 μ= +0.001 σ= 0.030 zeros= 0% [ ▁▂▄▅███████▅▂▁▁ ] [ ▁▃▅█▇▄▂▁ ] dim 0892 μ= +0.010 σ= 0.020 zeros= 0% [ ▁▁▃▆████████▅▃▁▁▁ ] [ ▂▇▆█▇▄▁ ] dim 0893 μ= -0.006 σ= 0.034 zeros= 0% [ ▁▂▄▇███████▇▃▁▁ ] [ ▂▆▇█▆▅ ] dim 0894 μ= -0.024 σ= 0.027 zeros= 0% [ ▁▂▄▇███████▆▄▂▁ ] [ ▁▅▇█▇▅▂ ] dim 0895 μ= +0.001 σ= 0.044 zeros= 0% [ ▁▁▄▆███████▇▃▂▁ ] [ ▁▃▆██▄▁ ] dim 0896 μ= +0.038 σ= 0.032 zeros= 0% [ ▂▃▅███████▆▃▁ ] [ ▁▃▇▇█▆▂ ] dim 0897 μ= -0.008 σ= 0.021 zeros= 0% [ ▁▂▃▄███████▇▅▂▁▁ ] [ ▃▅█▆▄ ] dim 0898 μ= -0.034 σ= 0.027 zeros= 0% [ ▁▂▄▇██████▅▃▁ ] [ ▁▃▆▇█▅▂ ] dim 0899 μ= -0.019 σ= 0.016 zeros= 0% [ ▁▂▃▆███████▆▄▁▁▁ ] [ ▄▅▇█▅▃ ] dim 0900 μ= -0.012 σ= 0.027 zeros= 0% [ ▁▁▃▆███████▇▅▃▂▁ ] [ ▁▅▆██▄▂ ] dim 0901 μ= +0.012 σ= 0.032 zeros= 0% [ ▁▂▄▆████████▄▂▂▁ ] [ ▄█▇█▇▂ ] dim 0902 μ= +0.020 σ= 0.029 zeros= 0% [ ▁▂▄▅███████▇▄▃▁ ] [ ▂▅▆██▅▃▁ ] dim 0903 μ= -0.023 σ= 0.033 zeros= 0% [ ▂▂▄█████████▅▂▂▁▁ ] [ ▂▆▇█▇▅▃ ] dim 0904 μ= -0.014 σ= 0.024 zeros= 0% [ ▁▁▃▄▇████████▅▄▁▁ ] [ ▃▃▆██▆▇ ] dim 0905 μ= +0.023 σ= 0.038 zeros= 0% [ ▁▂▄▆████████▆▅▃▁▁ ] [ ▁▃▇▆█▅▄ ] dim 0906 μ= +0.019 σ= 0.027 zeros= 0% [ ▁▁▃▃▇███████▇▅▃▁▁ ] [ ▄█▇█▆▂ ] dim 0907 μ= +0.007 σ= 0.017 zeros= 0% [ ▁▂▃▆▇██████▇▄▂▁ ] [ ▁▄▆█▆▄▁ ] dim 0908 μ= -0.005 σ= 0.023 zeros= 0% [ ▁▂▃▅███████▅▃▂▁ ] [ ▃▅██▇▅▂ ] dim 0909 μ= +0.003 σ= 0.028 zeros= 0% [ ▁▁▂▄▇███████▇▅▂ ] [ ▁▃▅█▇▅▂ ] dim 0910 μ= -0.008 σ= 0.047 zeros= 0% [ ▁▂▄▅███████▅▃▂▁ ] [ ▅▆█▄▅▁ ] dim 0911 μ= +0.000 σ= 0.026 zeros= 0% [ ▁▃▅███████▇▄▁▁ ] [ ▁▂▇▇█▅▄ ] dim 0912 μ= -0.016 σ= 0.020 zeros= 0% [ ▁▂▄▆████████▆▄▂▁▁] [ ▂▅▆█▄▂ ] dim 0913 μ= +0.015 σ= 0.022 zeros= 0% [ ▁▂▃▆███████▆▄▃▁▁ ] [ ▁▂▆▇█▂▂ ] dim 0914 μ= +0.012 σ= 0.025 zeros= 0% [ ▁▁▃▆███████▆▅▂▁ ] [ ▂▄▇█▇▆▃ ] dim 0915 μ= +0.006 σ= 0.027 zeros= 0% [ ▁▂▃▅▇███████▇▄▃▂▁ ] [ ▁▅█▇▇▃ ] dim 0916 μ= -0.004 σ= 0.032 zeros= 0% [ ▁▂▃▆██████▇▅▂▂ ] [ ▂▅██▆▅▃ ] dim 0917 μ= -0.008 σ= 0.024 zeros= 0% [ ▁▁▂▃▆███████▇▅▂▁▁ ] [ ▃▅███▅▃▁ ] dim 0918 μ= -0.005 σ= 0.032 zeros= 0% [ ▁▁▄▄▇████████▄▂▁▁ ] [ ▂▄▇██▇▃▁ ] dim 0919 μ= +0.003 σ= 0.029 zeros= 0% [ ▂▂▅████████▅▃▁ ] [ ▁▇▇██▄▁ ] dim 0920 μ= -0.031 σ= 0.020 zeros= 0% [ ▁▁▂▄▆███████▇▃▁▁ ] [ ▁▃▆▇█▄▂ ] dim 0921 μ= +0.033 σ= 0.033 zeros= 0% [ ▁▁▁▄▆███████▇▄▂▁ ] [ ▃▆▇▇█▄▂ ] dim 0922 μ= -0.007 σ= 0.026 zeros= 0% [ ▁▁▂▅▇███████▆▄▂▂ ] [ ▂▅▇█▄▃ ] dim 0923 μ= -0.009 σ= 0.020 zeros= 0% [ ▁▃▅▇██████▇▄▂▁▁ ] [ ▁▃██▆▆▅▁ ] dim 0924 μ= -0.016 σ= 0.022 zeros= 0% [ ▁▂▄▅████████▇▄▃▂▁ ] [ ▁▅██▆▃ ] dim 0925 μ= -0.033 σ= 0.033 zeros= 0% [ ▁▁▄▆██████▇▄▂▁ ] [ ▄▆█▅▂ ] dim 0926 μ= +0.034 σ= 0.027 zeros= 0% [ ▁▁▂▃▅███████▆▃▂▁ ] [ ▃▇▇█▇▃▂ ] dim 0927 μ= +0.010 σ= 0.025 zeros= 0% [ ▁▂▄▇███████▄▃▁▁ ] [ ▂▄▇██▆▄ ] dim 0928 μ= -0.018 σ= 0.036 zeros= 0% [ ▁▂▄▇███████▇▄▃▁▁] [ ▃███▇▆▃ ] dim 0929 μ= -0.001 σ= 0.024 zeros= 0% [ ▁▁▃▄████████▇▅▃▂▁ ] [ ▂▆▇█▆▄ ] dim 0930 μ= -0.008 σ= 0.021 zeros= 0% [ ▁▂▄▇███████▄▃▁▁ ] [ ▂▆██▆▄▁ ] dim 0931 μ= -0.009 σ= 0.036 zeros= 0% [ ▁▃▅████████▆▃▂▁ ] [ ▃▄█▇▅▂ ] dim 0932 μ= +0.005 σ= 0.015 zeros= 0% [ ▁▂▃▇██████▇▄▁▁ ] [ ▂▆██▇▄▃ ] dim 0933 μ= -0.013 σ= 0.013 zeros= 0% [ ▁▂▄▇███████▆▅▂▁▁ ] [ ▂▄██▇▃ ] dim 0934 μ= -0.021 σ= 0.036 zeros= 0% [ ▁▁▃▆███████▅▂▂▁ ] [ ▁▅▆█▇▇▂ ] dim 0935 μ= -0.027 σ= 0.025 zeros= 0% [ ▁▁▄▆███████▆▄▂▁ ] [ ▁▅██▆▅▁ ] dim 0936 μ= +0.004 σ= 0.017 zeros= 0% [ ▁▁▂▅▆███████▆▄▂▁ ] [ ▃▆▆█▇▄▂ ] dim 0937 μ= -0.002 σ= 0.022 zeros= 0% [ ▁▂▄▇███████▆▄▂▁▁ ] [ ▁▄▅█▅▂ ] dim 0938 μ= +0.010 σ= 0.032 zeros= 0% [ ▂▃▆██████▆▅▂▂▁ ] [ ▁▃▆█▆█▅▂ ] dim 0939 μ= -0.014 σ= 0.027 zeros= 0% [ ▁▁▂▃▇████████▇▄▂▁ ] [ ▆█▇▆▃ ] dim 0940 μ= +0.015 σ= 0.029 zeros= 0% [ ▁▁▃▅▇█████▇▄▁▁ ] [ ▁▄▆██▆▃ ] dim 0941 μ= +0.001 σ= 0.026 zeros= 0% [ ▁▂▃▆███████▇▆▃▁▁ ] [ ▅▆▆█▅▂ ] dim 0942 μ= +0.016 σ= 0.042 zeros= 0% [ ▁▁▂▄▆▇███████▄▂▁▁ ] [ ▂▄█▆▆▃▂ ] dim 0943 μ= -0.010 σ= 0.020 zeros= 0% [ ▁▂▃▄▇███████▆▄▂▁▁ ] [ ▂▅█▆▄▃ ] dim 0944 μ= +0.016 σ= 0.031 zeros= 0% [ ▁▁▃▅████████▅▂▁ ] [ ▁▅▆█▅▂ ] dim 0945 μ= +0.017 σ= 0.018 zeros= 0% [ ▁▃▅████████▆▂▁▁ ] [ ▂▄▇██▆▃ ] dim 0946 μ= -0.007 σ= 0.028 zeros= 0% [ ▂▃▅████████▅▃▁▁ ] [ ▄███▇▇▃ ] dim 0947 μ= -0.012 σ= 0.025 zeros= 0% [ ▁▂▂▅████████▇▄▂▁▁ ] [ ▂▄▆█▅▂ ] dim 0948 μ= +0.013 σ= 0.023 zeros= 0% [ ▁▁▂▅▆███████▅▃▁ ] [ ▂▄▇██▅▂ ] dim 0949 μ= +0.005 σ= 0.032 zeros= 0% [ ▁▂▄▆███████▆▃▂▁ ] [ ▂▇▆█▄▂ ] dim 0950 μ= +0.024 σ= 0.022 zeros= 0% [ ▁▁▁▃▇▇██████▇▃▂▁ ] [ ▁▃▆█▅▁ ] dim 0951 μ= +0.008 σ= 0.022 zeros= 0% [ ▁▁▃▆███████▆▂▁▁ ] [ ▃▄█▇▄▁ ] dim 0952 μ= +0.020 σ= 0.032 zeros= 0% [ ▁▃▅███████▇▄▂▁ ] [ ▁▄▆▅█▃▂ ] dim 0953 μ= -0.006 σ= 0.028 zeros= 0% [ ▁▁▂▃▆███████▇▄▃▁ ] [ ▂▅▆█▄▃ ] dim 0954 μ= -0.026 σ= 0.030 zeros= 0% [ ▁▁▃▆▇██████▆▃▂▁▁ ] [ ▃█▇▆▂ ] dim 0955 μ= +0.015 σ= 0.031 zeros= 0% [ ▁▃▅██████▇▄▂▂ ] [ ▃▄█▆▆▃ ] dim 0956 μ= -0.008 σ= 0.017 zeros= 0% [ ▁▁▃▄████████▆▃▂▁ ] [ ▃███▅▂ ] dim 0957 μ= +0.000 σ= 0.017 zeros= 0% [ ▁▁▃▇██████▆▄▁▁ ] [ ▃▆█▆▅▃ ] dim 0958 μ= +0.008 σ= 0.023 zeros= 0% [ ▂▂▅████████▅▃▁▁ ] [ ▃▅▇▆█▃▂ ] dim 0959 μ= -0.000 σ= 0.029 zeros= 0% [ ▁▁▂▅▆███████▆▄▃▁ ] [ ▃████▇▃ ] dim 0960 μ= -0.001 σ= 0.024 zeros= 0% [ ▂▂▄▇███████▇▅▃▁ ] [ ▅██▇▃▂ ] dim 0961 μ= -0.005 σ= 0.020 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.036 zeros= 0% [ ▁▂▄▅████████▅▂▂▁ ] [ ▄▅▇█▅▃▁ ] dim 0966 μ= +0.012 σ= 0.042 zeros= 0% [▁▁▃▄▅███████▇▄▃▁▁ ] [ ▂▄▆█▅▁ ] dim 0967 μ= -0.032 σ= 0.021 zeros= 0% [ ▁▂▅▇██████▇▅▂▁ ] [ ▃▆█▆▆▃ ] dim 0968 μ= -0.011 σ= 0.016 zeros= 0% [ ▁▂▅▇██████▇▄▂▁ ] [ ▄▆█▆▆▃ ] dim 0969 μ= +0.020 σ= 0.032 zeros= 0% [ ▁▂▄▆███████▇▅▃▂▁ ] [ ▂▄█▇█▇▅▁ ] dim 0970 μ= +0.010 σ= 0.037 zeros= 0% [ ▁▂▂▄▆████████▆▃▂▁ ] [ ▁▃▆▆█▆▇▄ ] dim 0971 μ= +0.016 σ= 0.048 zeros= 0% [ ▁▂▃▅█████████▅▄▁ ] -> OUTLIER_SPREAD: this_std=0.0481, mean_std=0.0265, +3.1sigma vs threshold=3.0sigma [ ▁▃██▇▇▆▃ ] dim 0972 μ= -0.010 σ= 0.033 zeros= 0% [ ▁▂▃▆█████████▄▂▁ ] [ ▂▅▇█▅▅▁ ] dim 0973 μ= -0.001 σ= 0.020 zeros= 0% [ ▁▂▄████████▆▃▂▁ ] [ ▁▆▇██▃ ] dim 0974 μ= -0.022 σ= 0.015 zeros= 0% [ ▁▂▄▆███████▅▃▁ ] [ ▂▅▆▇█▆▄▁ ] dim 0975 μ= -0.005 σ= 0.019 zeros= 0% [▁▁▂▃▅▇████████▇▄▂▁▁ ] [ ▃▇▆█▅▁ ] dim 0976 μ= -0.008 σ= 0.026 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.024 zeros= 0% [ ▁▂▄▆████████▄▄▂▂ ] [ ▂▇█▇▅▄ ] dim 0981 μ= +0.016 σ= 0.027 zeros= 0% [ ▁▂▅▇██████▇▅▂▁ ] [ ▂▆█▄▄ ] dim 0982 μ= +0.003 σ= 0.027 zeros= 0% [ ▁▁▃▅███████▆▅▂▁▁ ] [ ▁▄▆█▇▂ ] dim 0983 μ= +0.015 σ= 0.021 zeros= 0% [ ▁▁▃▅██████▇▄▂▁▁ ] [ ▂▅▆█▄ ] dim 0984 μ= -0.002 σ= 0.016 zeros= 0% [ ▁▃▄▇██████▅▃▁▁ ] [ ▃███▅▃ ] dim 0985 μ= +0.032 σ= 0.025 zeros= 0% [ ▁▂▅▇██████▇▅▂▁ ] [ ▃▆█▆▆▄▁ ] dim 0986 μ= +0.021 σ= 0.036 zeros= 0% [ ▁▁▃▅▇███████▅▂▁▁ ] [ ▁▅█▇▄▂▁ ] dim 0987 μ= -0.016 σ= 0.034 zeros= 0% [ ▂▃▅███████▆▃▂▂ ] [ ▃▇█▆▃▁ ] dim 0988 μ= +0.003 σ= 0.015 zeros= 0% [ ▁▁▂▅▇██████▅▃▁▁ ] [ ▃▇▇▇█▆▃ ] dim 0989 μ= -0.022 σ= 0.034 zeros= 0% [ ▁▁▂▄▇████████▅▃▂▁ ] [ ▁▃▅█▆▇▄ ] dim 0990 μ= -0.021 σ= 0.032 zeros= 0% [ ▁▃▄████████▆▄▃▁ ] [ ▂██▇▇▄▁ ] dim 0991 μ= -0.002 σ= 0.015 zeros= 0% [ ▁▂▅▇███████▅▄▂▁ ] [ ▂▄█▇▄▂ ] dim 0992 μ= -0.021 σ= 0.028 zeros= 0% [ ▁▃▄▇██████▇▅▂▁ ] [ ▄▅███▂ ] dim 0993 μ= -0.009 σ= 0.037 zeros= 0% [ ▁▂▅████████▅▂▁ ] [ ▂▆█▇▅▃▁ ] dim 0994 μ= +0.003 σ= 0.030 zeros= 0% [ ▂▂▄▆███████▆▄▂▁▁ ] [ ▄▅▇█▆▆▂ ] dim 0995 μ= -0.016 σ= 0.034 zeros= 0% [ ▁▃▅▇███████▅▃▂▁ ] [ ▃▇▇█▇▆▃▂ ] dim 0996 μ= -0.016 σ= 0.019 zeros= 0% [▁▁▂▄▅█████████▆▄▃▂▁ ] [ ▄▅██▆▄ ] dim 0997 μ= -0.011 σ= 0.024 zeros= 0% [ ▁▃▅▇███████▆▃▁▁ ] [ ▄▅█▇█▃▁ ] dim 0998 μ= +0.015 σ= 0.022 zeros= 0% [ ▁▂▄▆████████▆▃▂▁ ▁] [ ▃▅██▇▄ ] dim 0999 μ= +0.018 σ= 0.024 zeros= 0% [ ▁▂▄▇███████▆▄▂▁ ] [ ▃▇██▇▄ ] dim 1000 μ= +0.019 σ= 0.031 zeros= 0% [ ▁▂▃▄▇███████▇▄▂▁▁ ] [ ▅▇█▆▅▁ ] dim 1001 μ= +0.003 σ= 0.033 zeros= 0% [ ▁▂▅▇██████▆▃▂▁ ] [ ▃▇██▇▁ ] dim 1002 μ= -0.014 σ= 0.025 zeros= 0% [ ▁▂▃▅███████▇▃▂▁▁ ] [ ▃██▇▅▃ ] dim 1003 μ= +0.020 σ= 0.019 zeros= 0% [ ▁▃▅███████▇▄▂▁ ] [ ▄▆█▇▇▃ ] dim 1004 μ= -0.005 σ= 0.025 zeros= 0% [ ▁▂▄▆███████▇▄▃▁▁ ] [ ▁▄▇▆█▆▂ ] dim 1005 μ= +0.011 σ= 0.028 zeros= 0% [ ▁▃▅███████▇▄▃▁▁ ] [ ▂▆█▇▄▃ ] dim 1006 μ= +0.010 σ= 0.029 zeros= 0% [ ▁▂▃▅███████▇▆▂▂ ] [ ▂▄▆▇█▇▃ ] dim 1007 μ= -0.012 σ= 0.025 zeros= 0% [ ▁▁▄▆███████▇▄▂▁▁ ] [ ▅▅█▄▆▁ ] dim 1008 μ= -0.003 σ= 0.025 zeros= 0% [ ▁▂▃▅▇██████▆▅▂▁ ] [ ▃▆█▇▅▃ ] dim 1009 μ= +0.008 σ= 0.023 zeros= 0% [ ▁▁▂▃▇████████▅▃▁▁ ] [ ▁▅▇█▇▄ ] dim 1010 μ= -0.001 σ= 0.033 zeros= 0% [ ▁▃▄▇███████▅▄▁▁ ] [ ▄▆█▇█▃ ] dim 1011 μ= -0.004 σ= 0.033 zeros= 0% [ ▁▂▄███████▇▆▃▁ ] [ ▃▇▆█▅▁ ] dim 1012 μ= +0.001 σ= 0.026 zeros= 0% [ ▁▁▂▅███████▆▃▁▁ ] [ ▂▅▇██▆▂ ] dim 1013 μ= -0.001 σ= 0.021 zeros= 0% [ ▁▂▃▆███████▆▄▃▂ ] [ ▃▅▇█▆▃ ] dim 1014 μ= -0.003 σ= 0.028 zeros= 0% [ ▁▁▂▅▇███████▅▃▂▁ ] [ ▃▄▇█▆ ] dim 1015 μ= -0.020 σ= 0.011 zeros= 0% [ ▁▁▂▃▆█████▇█▄▂▁▁ ] [ ▂▄█▇█▅▂▁ ] dim 1016 μ= -0.002 σ= 0.020 zeros= 0% [ ▁▁▂▃▄▇████████▅▄▂▁▁] [ ▂▄█▆▅▂ ] dim 1017 μ= -0.010 σ= 0.016 zeros= 0% [ ▁▁▃▄▇██████▇▅▃▁▁ ] [ ▁▅▇█▇▆▂ ] dim 1018 μ= -0.013 σ= 0.027 zeros= 0% [ ▁▃▄▇███████▆▄▃▁ ] [ ▂▃███▆▃ ] dim 1019 μ= -0.009 σ= 0.031 zeros= 0% [ ▁▂▃▇████████▅▃▂▁ ] [ ▂▄▇█▇▃▂ ] dim 1020 μ= -0.006 σ= 0.024 zeros= 0% [ ▁▂▄▇███████▇▃▂▁ ] [ ▄█▇▇▅▂ ] dim 1021 μ= +0.032 σ= 0.028 zeros= 0% [ ▁▂▃▅███████▆▃▂▁ ] [ ▁▄█▆▆▃▃ ] dim 1022 μ= +0.007 σ= 0.034 zeros= 0% [ ▁▂▃▆███████▇▄▃▁▁ ] [ ▄▄█▆▅▁ ] dim 1023 μ= +0.006 σ= 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.16.10.08.30/bench-knn-q4-fmFalse.jfr', 'knn.KnnGraphTester', '-maxConn', '32', '-dim', '1024', '-docs', '/big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec', '-ndoc', '8000000', '-topK', '100', '-numIndexThreads', '8', '-beamWidthIndex', '100', '-search-and-stats', '/lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec', '-metric', 'dot_product', '-numMergeThread', '16', '-numMergeWorker', '48', '-reindex', '-quantize', '-quantizeBits', '4', '-quantizeCompress'] WARNING: Using incubator modules: jdk.incubator.vector [0.214s][info][jfr,startup] Started recording 1. [0.214s][info][jfr,startup] [0.214s][info][jfr,startup] Use jcmd 1856396 JFR.dump name=1 to copy recording data to file. maxConn = 32 Vector Dimensions: 1024 numDocs = 8000000 beamWidth = 100 similarity = DOT_PRODUCT Seed = 3082197274367180 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 16, 2026 11:24:15 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: 111 segments, 12 merges 165.7s _15m: 8 segs, 1012.1 K docs, 4553.4 MB 105.5s _18i: 8 segs, 124.7 K docs, 559.0 MB 59.2s _1as: 8 segs, 114.2 K docs, 511.9 MB 46.2s _1b7: 8 segs, 81.1 K docs, 363.3 MB 37.9s _1bf: 8 segs, 79.4 K docs, 355.8 MB 32.9s _1bn: 8 segs, 81.3 K docs, 364.0 MB 28.6s _1bu: 8 segs, 154.4 K docs, 693.0 MB 21.9s _1c3: 8 segs, 40.1 K docs, 178.9 MB 16.0s _1cc: 8 segs, 39.1 K docs, 174.7 MB 9.1s _1cl: 8 segs, 40.5 K docs, 180.6 MB 2.8s _1cu: 8 segs, 39.7 K docs, 177.0 MB 0.0s _1cv: 8 segs, 29.6 K docs, 132.3 MB 5.0 sec: 97 segments, 10 merges 170.7s _15m: 8 segs, 1012.1 K docs, 4553.4 MB 64.2s _1as: 8 segs, 114.2 K docs, 511.9 MB 42.9s _1bf: 8 segs, 79.4 K docs, 355.8 MB 37.9s _1bn: 8 segs, 81.3 K docs, 364.0 MB 33.6s _1bu: 8 segs, 154.4 K docs, 693.0 MB 27.0s _1c3: 8 segs, 40.1 K docs, 178.9 MB 21.0s _1cc: 8 segs, 39.1 K docs, 174.7 MB 14.1s _1cl: 8 segs, 40.5 K docs, 180.6 MB 7.8s _1cu: 8 segs, 39.7 K docs, 177.0 MB 5.0s _1cv: 8 segs, 29.6 K docs, 132.3 MB 10.0 sec: 90 segments, 9 merges 175.7s _15m: 8 segs, 1012.1 K docs, 4553.4 MB 69.2s _1as: 8 segs, 114.2 K docs, 511.9 MB 42.9s _1bn: 8 segs, 81.3 K docs, 364.0 MB 38.6s _1bu: 8 segs, 154.4 K docs, 693.0 MB 32.0s _1c3: 8 segs, 40.1 K docs, 178.9 MB 26.0s _1cc: 8 segs, 39.1 K docs, 174.7 MB 19.1s _1cl: 8 segs, 40.5 K docs, 180.6 MB 12.8s _1cu: 8 segs, 39.7 K docs, 177.0 MB 10.0s _1cv: 8 segs, 29.6 K docs, 132.3 MB 15.0 sec: 83 segments, 8 merges 180.7s _15m: 8 segs, 1012.1 K docs, 4553.4 MB 74.2s _1as: 8 segs, 114.2 K docs, 511.9 MB 47.9s _1bn: 8 segs, 81.3 K docs, 364.0 MB 43.7s _1bu: 8 segs, 154.4 K docs, 693.0 MB 31.0s _1cc: 8 segs, 39.1 K docs, 174.7 MB 24.2s _1cl: 8 segs, 40.5 K docs, 180.6 MB 17.8s _1cu: 8 segs, 39.7 K docs, 177.0 MB 15.0s _1cv: 8 segs, 29.6 K docs, 132.3 MB 20.0 sec: 62 segments, 6 merges 185.7s _15m: 8 segs, 1012.1 K docs, 4553.4 MB 79.2s _1as: 8 segs, 114.2 K docs, 511.9 MB 48.7s _1bu: 8 segs, 154.4 K docs, 693.0 MB 29.2s _1cl: 8 segs, 40.5 K docs, 180.6 MB 22.8s _1cu: 8 segs, 39.7 K docs, 177.0 MB 1.0s _1cw: 8 segs, 506.1 K docs, 2274.4 MB 25.0 sec: 55 segments, 5 merges 190.7s _15m: 8 segs, 1012.1 K docs, 4553.4 MB 84.2s _1as: 8 segs, 114.2 K docs, 511.9 MB 53.7s _1bu: 8 segs, 154.4 K docs, 693.0 MB 27.8s _1cu: 8 segs, 39.7 K docs, 177.0 MB 6.0s _1cw: 8 segs, 506.1 K docs, 2274.4 MB 30.0 sec: 41 segments, 3 merges 195.7s _15m: 8 segs, 1012.1 K docs, 4553.4 MB 58.7s _1bu: 8 segs, 154.4 K docs, 693.0 MB 11.0s _1cw: 8 segs, 506.1 K docs, 2274.4 MB 35.0 sec: 41 segments, 3 merges 200.7s _15m: 8 segs, 1012.1 K docs, 4553.4 MB 63.7s _1bu: 8 segs, 154.4 K docs, 693.0 MB 16.0s _1cw: 8 segs, 506.1 K docs, 2274.4 MB 40.0 sec: 41 segments, 3 merges 205.7s _15m: 8 segs, 1012.1 K docs, 4553.4 MB 68.7s _1bu: 8 segs, 154.4 K docs, 693.0 MB 21.0s _1cw: 8 segs, 506.1 K docs, 2274.4 MB 45.1 sec: 41 segments, 3 merges 210.8s _15m: 8 segs, 1012.1 K docs, 4553.4 MB 73.7s _1bu: 8 segs, 154.4 K docs, 693.0 MB 26.0s _1cw: 8 segs, 506.1 K docs, 2274.4 MB 50.1 sec: 41 segments, 3 merges 215.8s _15m: 8 segs, 1012.1 K docs, 4553.4 MB 78.7s _1bu: 8 segs, 154.4 K docs, 693.0 MB 31.1s _1cw: 8 segs, 506.1 K docs, 2274.4 MB 55.1 sec: 41 segments, 3 merges 220.8s _15m: 8 segs, 1012.1 K docs, 4553.4 MB 83.7s _1bu: 8 segs, 154.4 K docs, 693.0 MB 36.1s _1cw: 8 segs, 506.1 K docs, 2274.4 MB 60.1 sec: 41 segments, 3 merges 225.8s _15m: 8 segs, 1012.1 K docs, 4553.4 MB 88.7s _1bu: 8 segs, 154.4 K docs, 693.0 MB 41.1s _1cw: 8 segs, 506.1 K docs, 2274.4 MB 65.1 sec: 41 segments, 3 merges 230.8s _15m: 8 segs, 1012.1 K docs, 4553.4 MB 93.7s _1bu: 8 segs, 154.4 K docs, 693.0 MB 46.1s _1cw: 8 segs, 506.1 K docs, 2274.4 MB 70.0 sec: 41 segments, 3 merges 235.7s _15m: 8 segs, 1012.1 K docs, 4553.4 MB 98.6s _1bu: 8 segs, 154.4 K docs, 693.0 MB 51.0s _1cw: 8 segs, 506.1 K docs, 2274.4 MB 75.0 sec: 34 segments, 2 merges 240.7s _15m: 8 segs, 1012.1 K docs, 4553.4 MB 56.0s _1cw: 8 segs, 506.1 K docs, 2274.4 MB 80.0 sec: 34 segments, 2 merges 245.7s _15m: 8 segs, 1012.1 K docs, 4553.4 MB 61.0s _1cw: 8 segs, 506.1 K docs, 2274.4 MB 85.0 sec: 34 segments, 2 merges 250.7s _15m: 8 segs, 1012.1 K docs, 4553.4 MB 66.0s _1cw: 8 segs, 506.1 K docs, 2274.4 MB 90.0 sec: 27 segments, 1 merges 71.0s _1cw: 8 segs, 506.1 K docs, 2274.4 MB 95.0 sec: 27 segments, 1 merges 76.0s _1cw: 8 segs, 506.1 K docs, 2274.4 MB 100.0 sec: 27 segments, 1 merges 81.0s _1cw: 8 segs, 506.1 K docs, 2274.4 MB 105.0 sec: 27 segments, 1 merges 86.0s _1cw: 8 segs, 506.1 K docs, 2274.4 MB 110.0 sec: 27 segments, 1 merges 91.0s _1cw: 8 segs, 506.1 K docs, 2274.4 MB 115.0 sec: 27 segments, 1 merges 96.0s _1cw: 8 segs, 506.1 K docs, 2274.4 MB 120.1 sec: 27 segments, 1 merges 101.0s _1cw: 8 segs, 506.1 K docs, 2274.4 MB 125.0 sec: 27 segments, 1 merges 106.0s _1cw: 8 segs, 506.1 K docs, 2274.4 MB 130.0 sec: 27 segments, 1 merges 111.0s _1cw: 8 segs, 506.1 K docs, 2274.4 MB done first pass waiting for merges done second pass waiting for merges (CMS.sync()) Indexed 8000000 docs in 1080 seconds reindex takes 1080.66 sec index has 20 segments: segments_2: _9z(11.0.0):C1133078 _jw(11.0.0):C1133279 _ov(11.0.0):C882793 _15m(11.0.0):C1012050 _le(11.0.0):C333929 _xe(11.0.0):C417160 _zo(11.0.0):C615729 _11g(11.0.0):C216186 _110(11.0.0):C176077 _11l(11.0.0):C229297 _14q(11.0.0):C114731 _170(11.0.0):C363467 _17l(11.0.0):C296398 _17e(11.0.0):C96355 _1bu(11.0.0):C154413 _18i(11.0.0):C124669 _1cw(11.0.0):C506082 _1as(11.0.0):C114191 _1cl(11.0.0):C40464 _1cu(11.0.0):C39652 _9z: 5106.9 MB _jw: 5107.9 MB _ov: 3977.7 MB _15m: 4560.9 MB _le: 1503.5 MB _xe: 1878.5 MB _zo: 2773.5 MB _11g: 973.1 MB _110: 792.4 MB _11l: 1032.1 MB _14q: 516.1 MB _170: 1636.6 MB _17l: 1334.4 MB _17e: 433.3 MB _1bu: 694.8 MB _18i: 560.8 MB _1cw: 2279.3 MB _1as: 513.6 MB _1cl: 181.7 MB _1cu: 178.0 MB encodingByteSize=4 origByteSize=4 realEncodingByteSize=0.5 index disk usage is 36035.05 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=57416690994 cpu@end=72086299331 deltaMS=14669.608337 thread 14 name=Reference Handler cpu@start=1553601 cpu@end=1553601 deltaMS=0.0 thread 15 name=Finalizer cpu@start=162459 cpu@end=162459 deltaMS=0.0 thread 16 name=Signal Dispatcher cpu@start=64901 cpu@end=64901 deltaMS=0.0 thread 40 name=Common-Cleaner cpu@start=2942692 cpu@end=2942692 deltaMS=0.0 thread 41 name=JFR Recorder Thread cpu@start=15256913598 cpu@end=15258644219 deltaMS=1.730621 thread 42 name=JFR Periodic Tasks cpu@start=77101377366 cpu@end=77802938021 deltaMS=701.560655 thread 46 name=Notification Thread cpu@start=92535 cpu@end=92535 deltaMS=0.0 thread 57 name=hnsw-merge-1-thread-1 cpu@start=1166851550442 cpu@end=1166851550442 deltaMS=0.0 thread 58 name=hnsw-merge-1-thread-2 cpu@start=1164640015508 cpu@end=1164640015508 deltaMS=0.0 thread 59 name=hnsw-merge-1-thread-3 cpu@start=1168659612377 cpu@end=1168659612377 deltaMS=0.0 thread 60 name=hnsw-merge-1-thread-4 cpu@start=1170688656190 cpu@end=1170688656190 deltaMS=0.0 thread 61 name=hnsw-merge-1-thread-5 cpu@start=1169123903684 cpu@end=1169123903684 deltaMS=0.0 thread 62 name=hnsw-merge-1-thread-6 cpu@start=1167492267693 cpu@end=1167492267693 deltaMS=0.0 thread 63 name=hnsw-merge-1-thread-7 cpu@start=1172861858562 cpu@end=1172861858562 deltaMS=0.0 thread 64 name=hnsw-merge-1-thread-8 cpu@start=1162945631676 cpu@end=1162945631676 deltaMS=0.0 thread 65 name=hnsw-merge-1-thread-9 cpu@start=1168704628245 cpu@end=1168704628245 deltaMS=0.0 thread 66 name=hnsw-merge-1-thread-10 cpu@start=1169442630004 cpu@end=1169442630004 deltaMS=0.0 thread 67 name=hnsw-merge-1-thread-11 cpu@start=1168286398872 cpu@end=1168286398872 deltaMS=0.0 thread 68 name=hnsw-merge-1-thread-12 cpu@start=1168062496818 cpu@end=1168062496818 deltaMS=0.0 thread 69 name=hnsw-merge-1-thread-13 cpu@start=1159924783523 cpu@end=1159924783523 deltaMS=0.0 thread 70 name=hnsw-merge-1-thread-14 cpu@start=1168501402986 cpu@end=1168501402986 deltaMS=0.0 thread 71 name=hnsw-merge-1-thread-15 cpu@start=1168356476232 cpu@end=1168356476232 deltaMS=0.0 thread 72 name=hnsw-merge-1-thread-16 cpu@start=1166556320547 cpu@end=1166556320547 deltaMS=0.0 Average CPU cores used: 1.046941188008533 completed 1000 searches in 14683 ms: 68 QPS CPU time=15372 ms checking results SUMMARY: 0.898 14.683 15.372 1.047 8000000 KNN 100 100 N/A N/A 100.000 32 100 4 bits 70719 1080.66 7402.90 0.00 20 36035.05 null N/A 1.000 35278.320 4028.320 false HNSW Leaf 0 has 4 layers Leaf 0 has 1133078 documents Graph level=3 size=65, Fanout min=5, mean=10.68, max=23, meandelta=84094.52 % 0 10 20 30 40 50 60 70 80 90 100 0 7 8 9 10 10 11 12 13 13 23 Graph level=2 size=1029, Fanout min=8, mean=23.70, max=32, meandelta=43718.66 % 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=34599, Fanout min=2, mean=28.11, max=32, meandelta=36901.63 % 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=1133078, Fanout min=1, mean=39.53, max=64, meandelta=26530.71 % 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=65, connectedness=1.00 Graph level=2 size=1029, connectedness=1.00 Graph level=1 size=34599, connectedness=1.00 Graph level=0 size=1133078, connectedness=1.00 Leaf 1 has 4 layers Leaf 1 has 1133279 documents Graph level=3 size=64, Fanout min=3, mean=8.75, max=18, meandelta=89731.43 % 0 10 20 30 40 50 60 70 80 90 100 0 5 6 6 8 8 9 10 11 12 18 Graph level=2 size=1065, Fanout min=6, mean=23.47, max=32, meandelta=43818.27 % 0 10 20 30 40 50 60 70 80 90 100 0 14 17 19 21 23 26 29 32 32 32 Graph level=1 size=34592, Fanout min=3, mean=28.09, max=32, meandelta=36937.08 % 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=1133279, Fanout min=1, mean=39.53, max=64, meandelta=26538.55 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 32 37 42 49 60 64 64 Graph level=3 size=64, connectedness=1.00 Graph level=2 size=1065, connectedness=1.00 Graph level=1 size=34592, connectedness=1.00 Graph level=0 size=1133279, connectedness=1.00 Leaf 2 has 4 layers Leaf 2 has 882793 documents Graph level=3 size=44, Fanout min=3, mean=7.36, max=16, meandelta=80023.48 % 0 10 20 30 40 50 60 70 80 90 100 0 4 5 6 7 7 8 8 9 10 16 Graph level=2 size=775, Fanout min=7, mean=21.94, max=32, meandelta=36295.56 % 0 10 20 30 40 50 60 70 80 90 100 0 13 15 17 19 21 24 27 30 32 32 Graph level=1 size=26989, Fanout min=3, mean=28.00, max=32, meandelta=28884.68 % 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=882793, Fanout min=1, mean=39.59, max=64, meandelta=20654.23 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 32 37 42 49 60 64 64 Graph level=3 size=44, connectedness=1.00 Graph level=2 size=775, connectedness=1.00 Graph level=1 size=26989, connectedness=1.00 Graph level=0 size=882793, connectedness=1.00 Leaf 3 has 4 layers Leaf 3 has 1012050 documents Graph level=3 size=47, Fanout min=4, mean=8.72, max=17, meandelta=87398.55 % 0 10 20 30 40 50 60 70 80 90 100 0 5 6 7 8 8 9 10 11 13 17 Graph level=2 size=907, Fanout min=6, mean=23.01, max=32, meandelta=40099.16 % 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=31054, Fanout min=1, mean=28.01, max=32, meandelta=33126.82 % 0 10 20 30 40 50 60 70 80 90 100 0 19 23 26 29 32 32 32 32 32 32 Graph level=0 size=1012050, Fanout min=1, mean=39.58, max=64, meandelta=23679.07 % 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=47, connectedness=1.00 Graph level=2 size=907, connectedness=1.00 Graph level=1 size=31054, connectedness=1.00 Graph level=0 size=1012050, connectedness=1.00 Leaf 4 has 4 layers Leaf 4 has 333929 documents Graph level=3 size=20, Fanout min=3, mean=5.60, max=8, meandelta=27955.29 % 0 10 20 30 40 50 60 70 80 90 100 0 4 4 5 5 5 6 6 7 8 8 Graph level=2 size=247, Fanout min=5, mean=16.96, max=32, meandelta=15793.93 % 0 10 20 30 40 50 60 70 80 90 100 0 10 12 14 15 16 18 19 21 24 32 Graph level=1 size=10117, Fanout min=7, mean=27.55, max=32, meandelta=11074.75 % 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=333929, Fanout min=1, mean=39.64, max=64, meandelta=7820.30 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 29 32 37 42 49 59 64 64 Graph level=3 size=20, connectedness=1.00 Graph level=2 size=247, connectedness=1.00 Graph level=1 size=10117, connectedness=1.00 Graph level=0 size=333929, connectedness=1.00 Leaf 5 has 4 layers Leaf 5 has 417160 documents Graph level=3 size=24, Fanout min=3, mean=6.75, max=11, meandelta=39629.19 % 0 10 20 30 40 50 60 70 80 90 100 0 4 4 6 7 7 7 7 8 8 11 Graph level=2 size=319, Fanout min=7, mean=17.76, max=32, meandelta=20445.84 % 0 10 20 30 40 50 60 70 80 90 100 0 11 13 15 16 17 19 20 22 26 32 Graph level=1 size=12609, Fanout min=4, mean=27.67, max=32, meandelta=13804.38 % 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=417160, Fanout min=1, mean=39.60, max=64, meandelta=9776.42 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 37 42 49 60 64 64 Graph level=3 size=24, connectedness=1.00 Graph level=2 size=319, connectedness=1.00 Graph level=1 size=12609, connectedness=1.00 Graph level=0 size=417160, connectedness=1.00 Leaf 6 has 4 layers Leaf 6 has 615729 documents Graph level=3 size=31, Fanout min=2, mean=6.90, max=12, meandelta=59540.22 % 0 10 20 30 40 50 60 70 80 90 100 0 3 5 5 6 7 7 8 9 10 12 Graph level=2 size=494, Fanout min=7, mean=20.45, max=32, meandelta=27259.87 % 0 10 20 30 40 50 60 70 80 90 100 0 13 15 17 18 20 22 24 26 30 32 Graph level=1 size=18691, Fanout min=6, mean=27.84, max=32, meandelta=20220.17 % 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=615729, Fanout min=1, mean=39.68, max=64, meandelta=14386.43 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 37 42 49 60 64 64 Graph level=3 size=31, connectedness=1.00 Graph level=2 size=494, connectedness=1.00 Graph level=1 size=18691, connectedness=1.00 Graph level=0 size=615729, connectedness=1.00 Leaf 7 has 4 layers Leaf 7 has 216186 documents Graph level=3 size=8, Fanout min=2, mean=3.75, max=5, meandelta=27507.17 % 0 10 20 30 40 50 60 70 80 90 100 0 1 2 3 4 4 4 4 4 4 5 Graph level=2 size=197, Fanout min=5, mean=14.98, max=31, meandelta=12460.89 % 0 10 20 30 40 50 60 70 80 90 100 0 10 11 12 13 14 15 17 19 21 31 Graph level=1 size=6669, Fanout min=7, mean=27.22, max=32, meandelta=7259.99 % 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=216186, Fanout min=1, mean=39.42, max=64, meandelta=5095.58 % 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=8, connectedness=1.00 Graph level=2 size=197, connectedness=1.00 Graph level=1 size=6669, connectedness=1.00 Graph level=0 size=216186, connectedness=1.00 Leaf 8 has 4 layers Leaf 8 has 176077 documents Graph level=3 size=7, Fanout min=2, mean=3.71, max=5, meandelta=25063.08 % 0 10 20 30 40 50 60 70 80 90 100 0 1 2 3 3 4 4 4 4 4 5 Graph level=2 size=157, Fanout min=5, mean=13.81, max=27, meandelta=10756.95 % 0 10 20 30 40 50 60 70 80 90 100 0 8 9 11 12 13 15 16 18 21 27 Graph level=1 size=5462, Fanout min=8, mean=26.91, max=32, meandelta=5978.23 % 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=176077, Fanout min=1, mean=39.32, max=64, meandelta=4160.57 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 36 42 48 58 64 64 Graph level=3 size=7, connectedness=1.00 Graph level=2 size=157, connectedness=1.00 Graph level=1 size=5462, connectedness=1.00 Graph level=0 size=176077, connectedness=1.00 Leaf 9 has 4 layers Leaf 9 has 229297 documents Graph level=3 size=7, Fanout min=1, mean=3.14, max=5, meandelta=26977.59 % 0 10 20 30 40 50 60 70 80 90 100 0 1 1 3 3 3 3 3 3 4 5 Graph level=2 size=209, Fanout min=6, mean=15.59, max=30, meandelta=12549.80 % 0 10 20 30 40 50 60 70 80 90 100 0 9 11 12 14 15 16 18 20 22 30 Graph level=1 size=7145, Fanout min=7, mean=27.33, max=32, meandelta=7672.16 % 0 10 20 30 40 50 60 70 80 90 100 0 18 22 24 27 31 32 32 32 32 32 Graph level=0 size=229297, Fanout min=1, mean=39.40, max=64, meandelta=5404.18 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 36 42 49 59 64 64 Graph level=3 size=7, connectedness=1.00 Graph level=2 size=209, connectedness=1.00 Graph level=1 size=7145, connectedness=1.00 Graph level=0 size=229297, connectedness=1.00 Leaf 10 has 4 layers Leaf 10 has 114731 documents Graph level=3 size=3, Fanout min=1, mean=1.33, max=2, meandelta=9459.25 % 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=102, Fanout min=5, mean=11.31, max=23, meandelta=8288.87 % 0 10 20 30 40 50 60 70 80 90 100 0 7 9 9 10 11 12 12 14 16 23 Graph level=1 size=3574, Fanout min=8, mean=26.52, max=32, meandelta=3959.49 % 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=114731, Fanout min=2, mean=39.01, max=64, meandelta=2732.85 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 32 36 41 48 57 64 64 Graph level=3 size=3, connectedness=1.00 Graph level=2 size=102, connectedness=1.00 Graph level=1 size=3574, connectedness=1.00 Graph level=0 size=114731, connectedness=1.00 Leaf 11 has 4 layers Leaf 11 has 363467 documents Graph level=3 size=21, Fanout min=3, mean=5.43, max=10, meandelta=35073.55 % 0 10 20 30 40 50 60 70 80 90 100 0 3 4 4 5 5 5 6 6 7 10 Graph level=2 size=261, Fanout min=5, mean=16.45, max=32, meandelta=17817.18 % 0 10 20 30 40 50 60 70 80 90 100 0 10 12 13 14 16 17 19 20 24 32 Graph level=1 size=10935, Fanout min=7, mean=27.62, max=32, meandelta=12016.09 % 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=363467, Fanout min=1, mean=39.57, max=64, meandelta=8525.55 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 37 42 49 59 64 64 Graph level=3 size=21, connectedness=1.00 Graph level=2 size=261, connectedness=1.00 Graph level=1 size=10935, connectedness=1.00 Graph level=0 size=363467, connectedness=1.00 Leaf 12 has 4 layers Leaf 12 has 296398 documents Graph level=3 size=18, Fanout min=2, mean=4.56, max=8, meandelta=41814.55 % 0 10 20 30 40 50 60 70 80 90 100 0 2 3 3 4 5 5 5 6 6 8 Graph level=2 size=243, Fanout min=6, mean=16.74, max=32, meandelta=14931.49 % 0 10 20 30 40 50 60 70 80 90 100 0 10 11 13 15 16 17 19 21 24 32 Graph level=1 size=9028, Fanout min=8, mean=27.44, max=32, meandelta=9857.12 % 0 10 20 30 40 50 60 70 80 90 100 0 18 22 25 28 31 32 32 32 32 32 Graph level=0 size=296398, Fanout min=1, mean=39.52, max=64, meandelta=6961.88 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 37 42 49 59 64 64 Graph level=3 size=18, connectedness=1.00 Graph level=2 size=243, connectedness=1.00 Graph level=1 size=9028, connectedness=1.00 Graph level=0 size=296398, connectedness=1.00 Leaf 13 has 4 layers Leaf 13 has 96355 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=86, Fanout min=5, mean=11.28, max=22, meandelta=6882.08 % 0 10 20 30 40 50 60 70 80 90 100 0 7 8 9 10 11 11 13 14 16 22 Graph level=1 size=3044, Fanout min=9, mean=26.32, max=32, meandelta=3336.28 % 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=96355, Fanout min=1, mean=38.92, max=64, meandelta=2303.88 % 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=1, connectedness=1.00 Graph level=2 size=86, connectedness=1.00 Graph level=1 size=3044, connectedness=1.00 Graph level=0 size=96355, connectedness=1.00 Leaf 14 has 4 layers Leaf 14 has 154413 documents Graph level=3 size=5, Fanout min=2, mean=2.40, max=3, meandelta=33897.00 % 0 10 20 30 40 50 60 70 80 90 100 0 1 2 2 2 2 2 2 3 3 3 Graph level=2 size=144, Fanout min=4, mean=13.47, max=32, meandelta=9873.33 % 0 10 20 30 40 50 60 70 80 90 100 0 8 10 11 12 13 14 15 17 20 32 Graph level=1 size=4811, Fanout min=8, mean=26.83, max=32, meandelta=5254.86 % 0 10 20 30 40 50 60 70 80 90 100 0 18 21 23 26 29 32 32 32 32 32 Graph level=0 size=154413, Fanout min=2, mean=39.30, max=64, meandelta=3646.78 % 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=144, connectedness=1.00 Graph level=1 size=4811, connectedness=1.00 Graph level=0 size=154413, connectedness=1.00 Leaf 15 has 4 layers Leaf 15 has 124669 documents Graph level=3 size=4, Fanout min=1, mean=1.50, max=3, meandelta=6716.83 % 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=120, Fanout min=3, mean=12.67, max=26, meandelta=8224.29 % 0 10 20 30 40 50 60 70 80 90 100 0 8 9 10 11 13 13 15 16 17 26 Graph level=1 size=3896, Fanout min=7, mean=26.56, max=32, meandelta=4279.39 % 0 10 20 30 40 50 60 70 80 90 100 0 18 20 23 26 29 32 32 32 32 32 Graph level=0 size=124669, Fanout min=1, mean=39.08, max=64, meandelta=2960.39 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 36 41 48 57 64 64 Graph level=3 size=4, connectedness=1.00 Graph level=2 size=120, connectedness=1.00 Graph level=1 size=3896, connectedness=1.00 Graph level=0 size=124669, connectedness=1.00 Leaf 16 has 4 layers Leaf 16 has 506082 documents Graph level=3 size=24, Fanout min=2, mean=5.50, max=8, meandelta=44869.52 % 0 10 20 30 40 50 60 70 80 90 100 0 2 4 4 5 5 6 6 7 8 8 Graph level=2 size=379, Fanout min=7, mean=19.14, max=32, meandelta=23709.01 % 0 10 20 30 40 50 60 70 80 90 100 0 12 14 15 17 18 20 22 25 28 32 Graph level=1 size=15349, Fanout min=5, mean=27.75, max=32, meandelta=16723.12 % 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=506082, Fanout min=1, mean=39.68, max=64, meandelta=11832.45 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 29 32 37 42 49 60 64 64 Graph level=3 size=24, connectedness=1.00 Graph level=2 size=379, connectedness=1.00 Graph level=1 size=15349, connectedness=1.00 Graph level=0 size=506082, connectedness=1.00 Leaf 17 has 4 layers Leaf 17 has 114191 documents Graph level=3 size=6, Fanout min=2, mean=3.00, max=4, meandelta=18215.50 % 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=108, Fanout min=5, mean=12.07, max=21, meandelta=7976.08 % 0 10 20 30 40 50 60 70 80 90 100 0 7 9 10 11 12 12 13 15 17 21 Graph level=1 size=3508, Fanout min=8, mean=26.54, max=32, meandelta=3948.95 % 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=114191, Fanout min=2, mean=39.01, max=64, meandelta=2716.15 % 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=108, connectedness=1.00 Graph level=1 size=3508, connectedness=1.00 Graph level=0 size=114191, connectedness=1.00 Leaf 18 has 4 layers Leaf 18 has 40464 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=33, Fanout min=3, mean=7.27, max=12, meandelta=4462.08 % 0 10 20 30 40 50 60 70 80 90 100 0 4 5 5 7 8 8 8 9 10 12 Graph level=1 size=1243, Fanout min=7, mean=24.42, max=32, meandelta=1488.97 % 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=40464, Fanout min=2, mean=37.94, max=64, meandelta=988.03 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 27 31 35 39 46 54 64 64 Graph level=3 size=2, connectedness=1.00 Graph level=2 size=33, connectedness=1.00 Graph level=1 size=1243, connectedness=1.00 Graph level=0 size=40464, connectedness=1.00 Leaf 19 has 4 layers Leaf 19 has 39652 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=33, Fanout min=3, mean=6.42, max=11, meandelta=4862.04 % 0 10 20 30 40 50 60 70 80 90 100 0 4 4 4 5 6 7 7 8 9 11 Graph level=1 size=1223, Fanout min=5, mean=24.06, max=32, meandelta=1495.82 % 0 10 20 30 40 50 60 70 80 90 100 0 16 18 20 22 24 27 29 32 32 32 Graph level=0 size=39652, Fanout min=2, mean=37.92, max=64, meandelta=969.40 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 27 31 35 39 46 54 64 64 Graph level=3 size=2, connectedness=1.00 Graph level=2 size=33, connectedness=1.00 Graph level=1 size=1223, connectedness=1.00 Graph level=0 size=39652, 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.16.10.08.30/bench-knn-q4-fmFalse.jfr knn.KnnGraphTester -maxConn 32 -dim 1024 -docs /big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec -ndoc 8000000 -topK 100 -numIndexThreads 8 -beamWidthIndex 100 -search-and-stats /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -metric dot_product -numMergeThread 16 -numMergeWorker 48 -reindex -quantize -quantizeBits 4 -quantizeCompress': 36,515,504.69 msec task-clock:u 139,564,016,297,483 cycles:u (36.36%) 120,720,268,366,838 instructions:u (36.36%) 2,954,917,342,301 cache-references:u (36.36%) 1,157,231,655,963 cache-misses:u (36.36%) 44,735,244,888,103 L1-dcache-loads:u (36.36%) 1,479,995,186,244 L1-dcache-load-misses:u (36.36%) 3,498,428,615,986 L1-icache-loads:u (36.36%) 12,806,277,127 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 4,309,133 faults:u 3,562,949 minor-faults:u 138 major-faults:u 10,481,169,963,987 branches:u (36.36%) 85,658,887,149 branch-misses:u (36.36%) 2,391,304,135,738 stalled-cycles-frontend:u (36.36%) stalled-cycles-backend:u 1305.442329053 seconds time elapsed 36099.607985000 seconds user 407.885002000 seconds sys took 0:21:45.469553 to run KnnGraphTester result: KNNResultV1(lucene_git_rev='cb87f1f45bae052cceb4d856c8745eb1e0c1f5e3', luceneutil_git_rev='ae8596d4197d6cab80ba267a11b748d4439834d8', index_vectors_file='/big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec', search_vectors_file='/lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec', vector_dims=1024, do_force_merge=False, recall=0.898, cpu_time_ms=14.683, net_cpu_ms=15.372, 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=70719, index_time_sec=1080.66, index_docs_per_sec=7402.9, force_merge_time_sec=0.0, index_num_segments=20, index_size_on_disk_mb=36035.05, 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: (33, {0: 0, 10: 4, 20: 4, 30: 4, 40: 5, 50: 6, 60: 7, 70: 7, 80: 8, 90: 9, 100: 11}), 1: (1223, {0: 0, 10: 16, 20: 18, 30: 20, 40: 22, 50: 24, 60: 27, 70: 29, 80: 32, 90: 32, 100: 32}), 0: (39652, {0: 0, 10: 20, 20: 24, 30: 27, 40: 31, 50: 35, 60: 39, 70: 46, 80: 54, 90: 64, 100: 64})}, combined_run_time=datetime.timedelta(seconds=1305, microseconds=469553)) Profiler summary for /l/logs.nightly/2026.04.16.10.08.30/bench-knn-q4-fmFalse.jfr Version: 2.1 Chunks: 93 Start: 2026-04-16 15:24:15 (UTC) Duration: 1296 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 34948329 598797604 jdk.FileWrite 18530701 386869040 jdk.FileRead 8003653 182349370 jdk.NativeMethodSample 252710 3299650 jdk.ObjectAllocationInNewTLAB 59209 1177822 jdk.BooleanFlag 46128 1458953 jdk.CPULoad 24095 481265 jdk.Compilation 6373 164486 jdk.Checkpoint 5901 29560112 jdk.UnsignedIntFlag 4464 151398 jdk.IntFlag 4092 149275 jdk.StringFlag 3162 122624 jdk.ObjectAllocationOutsideTLAB 1141 20456 jdk.CPUInformation 93 139682 jdk.GCConfiguration 93 2414 jdk.JVMInformation 93 88160 jdk.Metadata 93 10279008 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 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.04.16.10.08.30/bench-knn-q4-fmFalse.jfr Profiler for cpu at stackSize=1 [/l/logs.nightly/2026.04.16.10.08.30/bench-knn-q4-fmFalse.jfr is 1158.83 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 252710 events (total: 252710) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 41.52% 104921 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] 27.00% 68222 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 25.60% 64694 jdk.jfr.internal.JVM#emitEvent() [Native code] 3.96% 10012 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] 1.22% 3076 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] 0.22% 563 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] 0.21% 522 sun.nio.ch.UnixFileDispatcherImpl#force0() [Native code] 0.05% 130 jdk.jfr.internal.JVM#getStackTraceId() [Native code] 0.05% 119 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] 0.05% 116 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] 0.04% 111 jdk.internal.misc.Unsafe#park() [Native code] 0.02% 56 sun.nio.ch.NativeThread#current0() [Native code] 0.01% 28 java.io.FileDescriptor#close0() [Native code] 0.01% 25 sun.nio.ch.UnixFileDispatcherImpl#size0() [Native code] 0.01% 22 sun.nio.fs.UnixNativeDispatcher#lstat0() [Native code] 0.01% 17 jdk.internal.misc.Unsafe#unpark() [Native code] 0.01% 13 java.util.zip.Inflater#inflateBytesBytes() [Native code] 0.00% 10 java.io.RandomAccessFile#open0() [Native code] 0.00% 8 jdk.jfr.internal.JVM#flush() [Native code] 0.00% 5 java.io.FileOutputStream#writeBytes() [Native code] 0.00% 5 sun.nio.fs.UnixNativeDispatcher#access0() [Native code] 0.00% 5 java.lang.System#nanoTime() [Native code] 0.00% 5 java.lang.reflect.Array#newArray() [Native code] 0.00% 4 java.lang.Object#wait0() [Native code] 0.00% 4 jdk.internal.misc.Unsafe#allocateMemory0() [Native code] 0.00% 2 jdk.internal.misc.VM#getNanoTimeAdjustment() [Native code] 0.00% 2 sun.nio.ch.UnixFileDispatcherImpl#allocationGranularity0() [Native code] 0.00% 2 java.lang.Object#getClass() [Native code] 0.00% 1 jdk.internal.misc.Unsafe#allocateInstance() [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.loader.NativeLibraries#load() [Native code] 0.00% 1 java.io.UnixFileSystem#getBooleanAttributes0() [Native code] 0.00% 1 java.nio.MappedMemoryUtils#load0() [Native code] 0.00% 1 java.lang.Object#hashCode() [Native code] 0.00% 1 java.io.RandomAccessFile#readBytes0() [Native code] 0.00% 1 sun.nio.fs.UnixNativeDispatcher#readdir0() [Native code] 0.00% 1 java.lang.ref.PhantomReference#clear0() [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 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.04.16.10.08.30/bench-knn-q4-fmFalse.jfr Profiler for cpu at stackSize=4 [/l/logs.nightly/2026.04.16.10.08.30/bench-knn-q4-fmFalse.jfr is 1158.83 MB /l/logs.nightly/2026.04.16.10.08.30/bench-knn-q4-fmFalse.jfr is 1158.83 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 252710 events (total: 252710) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 41.49% 104845 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer():341 [Inlined code] at sun.nio.ch.IOUtil#read():307 [Inlined code] 26.99% 68198 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] 21.44% 54185 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Inlined code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [Inlined code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [JIT compiled code] 3.88% 9800 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [JIT compiled code] 3.19% 8051 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] 0.91% 2301 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [JIT compiled code] 0.76% 1913 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] 0.27% 680 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Interpreted code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [Interpreted code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [Interpreted code] 0.23% 590 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [JIT compiled code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [JIT compiled code] 0.20% 502 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open():69 [JIT compiled code] at sun.nio.fs.UnixChannelFactory#open():242 [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel():132 [Inlined code] 0.15% 383 sun.nio.ch.UnixFileDispatcherImpl#force0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#force():85 [Inlined code] at sun.nio.ch.FileChannelImpl#implForce():620 [JIT compiled code] at sun.nio.ch.FileChannelImpl#force():635 [JIT compiled code] 0.07% 178 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [Inlined code] 0.06% 139 sun.nio.ch.UnixFileDispatcherImpl#force0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#force():85 [Interpreted code] at sun.nio.ch.FileChannelImpl#implForce():620 [Interpreted code] at sun.nio.ch.FileChannelImpl#force():635 [Interpreted code] 0.04% 112 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat():253 [JIT compiled code] at sun.nio.fs.UnixFileAttributes#get():77 [Inlined code] at sun.nio.fs.UnixFileAttributeViews$Basic#readAttributes():51 [Inlined code] 0.04% 102 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace():186 [Inlined code] at jdk.internal.event.FileReadEvent#commit() [JIT compiled code] at jdk.internal.event.FileReadEvent#offer():71 [Inlined code] 0.04% 92 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map():144 [Inlined code] at sun.nio.ch.FileChannelImpl#mapInternal():1515 [JIT compiled code] at sun.nio.ch.FileChannelImpl#map():1453 [Inlined code] 0.04% 90 jdk.internal.misc.Unsafe#park() [Native code] at java.util.concurrent.locks.LockSupport#park():223 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():410 [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] 0.03% 76 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [JIT compiled code] at sun.nio.ch.IOUtil#readIntoNativeBuffer():341 [JIT compiled code] at sun.nio.ch.IOUtil#read():307 [JIT compiled code] 0.02% 48 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current():51 [Inlined code] at sun.nio.ch.NativeThreadSet#add():48 [Inlined code] at sun.nio.ch.FileChannelImpl#implRead():245 [Inlined code] 0.02% 47 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [Interpreted code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [Interpreted code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Interpreted code] 0.02% 43 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open():69 [JIT compiled code] at sun.nio.fs.UnixChannelFactory#open():242 [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel():132 [JIT compiled code] 0.01% 28 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace():186 [Inlined code] at jdk.internal.event.FileWriteEvent#commit() [JIT compiled code] at jdk.internal.event.FileWriteEvent#offer():69 [Inlined code] 0.01% 27 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map():144 [JIT compiled code] at sun.nio.ch.FileChannelImpl#mapInternal():1515 [JIT compiled code] at sun.nio.ch.FileChannelImpl#map():1453 [JIT compiled code] 0.01% 26 java.io.FileDescriptor#close0() [Native code] at java.io.FileDescriptor#close():304 [Inlined code] at java.io.FileDescriptor$1#close():89 [Inlined code] at sun.nio.ch.FileChannelImpl$Closer#run():123 [JIT compiled code] 0.01% 22 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [JIT compiled code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [JIT compiled code] at sun.nio.ch.IOUtil#write():102 [JIT compiled code] 0.01% 21 jdk.internal.misc.Unsafe#park() [Native code] at java.util.concurrent.locks.LockSupport#park():223 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():410 [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():650 [Inlined code] 0.01% 21 sun.nio.ch.UnixFileDispatcherImpl#size0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#size():93 [Inlined code] at sun.nio.ch.FileChannelImpl#size():496 [JIT compiled code] at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock#ensureValid():169 [JIT compiled code] 0.01% 19 sun.nio.fs.UnixNativeDispatcher#lstat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#lstat():273 [JIT compiled code] at sun.nio.fs.UnixFileAttributes#get():79 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete():254 [Inlined code] 0.01% 17 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Interpreted code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [JIT compiled code] 0.01% 17 jdk.internal.misc.Unsafe#unpark() [Native code] at java.util.concurrent.locks.LockSupport#unpark():183 [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():266 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#release():720 [Inlined code] 0.01% 16 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open():69 [Interpreted code] at sun.nio.fs.UnixChannelFactory#open():242 [Interpreted code] at sun.nio.fs.UnixChannelFactory#newFileChannel():132 [Interpreted code] 0.00% 12 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Interpreted code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [Interpreted code] 0.00% 10 java.io.RandomAccessFile#open0() [Native code] at java.io.RandomAccessFile#open():338 [Interpreted code] at java.io.RandomAccessFile#():257 [Interpreted code] at java.io.RandomAccessFile#():211 [Interpreted code] 0.00% 8 jdk.jfr.internal.JVM#flush() [Native code] at jdk.jfr.internal.event.EventWriter#flush():232 [JIT compiled code] at jdk.jfr.internal.event.EventWriter#isValidForSize():214 [Inlined code] at jdk.jfr.internal.event.EventWriter#putLong():120 [Inlined code] 0.00% 7 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current():51 [Inlined code] at sun.nio.ch.NativeThreadSet#add():48 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():349 [Inlined code] 0.00% 7 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Interpreted code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [Interpreted code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [Interpreted code] 0.00% 6 java.util.zip.Inflater#inflateBytesBytes() [Native code] at java.util.zip.Inflater#inflate():354 [JIT compiled code] at java.util.zip.InflaterInputStream#read():210 [JIT compiled code] at jdk.internal.loader.Resource#getBytes():106 [Interpreted code] 0.00% 5 java.util.zip.Inflater#inflateBytesBytes() [Native code] at java.util.zip.Inflater#inflate():354 [JIT compiled code] at java.util.zip.InflaterInputStream#read():210 [JIT compiled code] at jdk.internal.loader.Resource#getBytes():106 [JIT compiled code] 0.00% 5 sun.nio.fs.UnixNativeDispatcher#access0() [Native code] at sun.nio.fs.UnixNativeDispatcher#access():437 [Interpreted code] at sun.nio.fs.UnixFileSystemProvider#exists():518 [Interpreted code] at java.nio.file.Files#exists():2289 [Interpreted code] 0.00% 4 sun.nio.ch.UnixFileDispatcherImpl#size0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#size():93 [Inlined code] at sun.nio.ch.FileChannelImpl#size():496 [JIT compiled code] at org.apache.lucene.store.MMapDirectory#openInput():329 [JIT compiled code] 0.00% 4 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat():253 [JIT compiled code] at sun.nio.fs.UnixFileAttributes#get():77 [Inlined code] at sun.nio.fs.UnixFileAttributeViews$Basic#readAttributes():51 [JIT compiled code] 0.00% 3 java.io.FileOutputStream#writeBytes() [Native code] at java.io.FileOutputStream#traceWriteBytes():311 [Interpreted code] at java.io.FileOutputStream#write():349 [Interpreted code] at java.lang.System$Out#write():1910 [Inlined code] 0.00% 2 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Interpreted code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Interpreted code] at sun.nio.ch.IOUtil#write():102 [Interpreted code] 0.00% 2 sun.nio.fs.UnixNativeDispatcher#lstat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#lstat():273 [JIT compiled code] at sun.nio.fs.UnixFileAttributes#get():79 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete():254 [JIT compiled code] 0.00% 2 jdk.internal.misc.Unsafe#allocateMemory0() [Native code] at jdk.internal.misc.Unsafe#allocateMemory():636 [Interpreted code] at sun.nio.ch.Util#getTemporaryDirectBuffer():244 [Inlined code] at sun.nio.ch.IOUtil#write():94 [Inlined code] 0.00% 2 jdk.internal.misc.Unsafe#allocateMemory0() [Native code] at jdk.internal.misc.Unsafe#allocateMemory():636 [JIT compiled code] at sun.nio.ch.Util#getTemporaryDirectBuffer():244 [Inlined code] at sun.nio.ch.IOUtil#write():94 [Inlined code] 0.00% 2 java.util.zip.Inflater#inflateBytesBytes() [Native code] at java.util.zip.Inflater#inflate():354 [Interpreted code] at java.util.zip.InflaterInputStream#read():210 [Interpreted code] at jdk.internal.loader.Resource#getBytes():106 [Interpreted code] 0.00% 2 jdk.internal.misc.VM#getNanoTimeAdjustment() [Native code] at java.time.Clock#currentInstant():496 [JIT compiled code] at java.time.Instant#now():277 [Inlined code] at org.apache.lucene.index.IndexWriter#setDiagnostics():5032 [JIT compiled code] 0.00% 2 java.io.FileDescriptor#close0() [Native code] at java.io.FileDescriptor#close():304 [JIT compiled code] at java.io.RandomAccessFile$1#close():760 [Interpreted code] at java.io.FileDescriptor#closeAll():361 [Interpreted code] 0.00% 2 java.lang.Object#wait0() [Native code] at java.lang.Object#wait():389 [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#takeNap():540 [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#periodicTask():508 [Interpreted code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.04.16.10.08.30/bench-knn-q4-fmFalse.jfr Profiler for cpu at stackSize=12 [/l/logs.nightly/2026.04.16.10.08.30/bench-knn-q4-fmFalse.jfr is 1158.83 MB /l/logs.nightly/2026.04.16.10.08.30/bench-knn-q4-fmFalse.jfr is 1158.83 MB /l/logs.nightly/2026.04.16.10.08.30/bench-knn-q4-fmFalse.jfr is 1158.83 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 252710 events (total: 252710) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 41.20% 104120 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer():341 [Inlined code] at sun.nio.ch.IOUtil#read():307 [Inlined code] at sun.nio.ch.IOUtil#read():284 [Inlined code] at sun.nio.ch.FileChannelImpl#implRead():251 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead():269 [Inlined code] at sun.nio.ch.FileChannelImpl#read():229 [Inlined code] at knn.VectorReader#readNext():57 [Inlined code] at knn.VectorReaderFloat32#next():30 [JIT compiled code] at knn.IndexerThread#_run():102 [JIT compiled code] at knn.IndexerThread#run():74 [Interpreted code] 26.83% 67792 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] at sun.nio.ch.IOUtil#write():72 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():355 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [JIT compiled code] at sun.nio.ch.ChannelOutputStream#write():105 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write():391 [Inlined code] at java.util.zip.CheckedOutputStream#write():73 [Inlined code] 21.44% 54185 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Inlined code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [Inlined code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#periodicTask():502 [Interpreted code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0():428 [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000009d07aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 3.88% 9800 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#periodicTask():502 [Interpreted code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0():428 [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000009d07aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 2.46% 6213 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [Inlined code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [Inlined code] at org.apache.lucene.util.FileDeleter#delete():234 [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete():227 [Inlined code] at org.apache.lucene.util.FileDeleter#decRef():109 [JIT compiled code] at org.apache.lucene.index.IndexFileDeleter#decRef():620 [Inlined code] 0.91% 2301 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle():280 [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup():270 [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup():264 [Inlined code] at jdk.internal.foreign.SharedSession$SharedResourceList#cleanup():143 [Inlined code] at jdk.internal.foreign.MemorySessionImpl#close():241 [Inlined code] at jdk.internal.foreign.ArenaImpl#close():47 [Inlined code] at org.apache.lucene.store.RefCountedSharedArena#release():113 [Inlined code] at org.apache.lucene.store.RefCountedSharedArena#close():122 [Inlined code] 0.34% 855 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete():234 [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete():227 [Inlined code] at org.apache.lucene.util.FileDeleter#decRef():109 [JIT compiled code] at org.apache.lucene.index.IndexFileDeleter#decRef():620 [Inlined code] 0.27% 680 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Interpreted code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [Interpreted code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [Interpreted code] at jdk.jfr.internal.PlatformRecorder#periodicTask():502 [Interpreted code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0():428 [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000009d07aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 0.23% 590 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [Inlined code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [JIT compiled code] at org.apache.lucene.store.FilterDirectory#deleteFile():65 [JIT compiled code] at org.apache.lucene.store.TrackingDirectoryWrapper#deleteFile():35 [JIT compiled code] at org.apache.lucene.util.IOUtils#deleteFilesIgnoringExceptions():226 [Interpreted code] at org.apache.lucene.util.IOUtils#deleteFilesIgnoringExceptions():239 [Interpreted code] 0.23% 578 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [Inlined code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete():234 [Inlined code] at org.apache.lucene.util.FileDeleter#delete():227 [JIT compiled code] at org.apache.lucene.util.FileDeleter#decRef():109 [Interpreted code] at org.apache.lucene.index.IndexFileDeleter#decRef():620 [JIT compiled code] 0.19% 481 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer():341 [Inlined code] at sun.nio.ch.IOUtil#read():307 [Inlined code] at sun.nio.ch.IOUtil#read():284 [Inlined code] at sun.nio.ch.FileChannelImpl#implRead():251 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead():269 [Inlined code] at sun.nio.ch.FileChannelImpl#read():229 [Inlined code] at knn.VectorReader#readNext():57 [Inlined code] at knn.VectorReaderFloat32#next():30 [JIT compiled code] at knn.IndexerThread#_run():102 [Interpreted code] at knn.IndexerThread#run():74 [Interpreted code] 0.16% 407 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [Inlined code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete():234 [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete():227 [Inlined code] at org.apache.lucene.util.FileDeleter#decRef():109 [JIT compiled code] at org.apache.lucene.index.IndexFileDeleter#decRef():620 [Inlined code] 0.14% 362 sun.nio.ch.UnixFileDispatcherImpl#force0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#force():85 [Inlined code] at sun.nio.ch.FileChannelImpl#implForce():620 [JIT compiled code] at sun.nio.ch.FileChannelImpl#force():635 [JIT compiled code] at org.apache.lucene.util.IOUtils#fsync():537 [JIT compiled code] at org.apache.lucene.store.FSDirectory#fsync():296 [JIT compiled code] at org.apache.lucene.store.FSDirectory#sync():248 [Interpreted code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#sync():68 [Interpreted code] at org.apache.lucene.index.IndexWriter#startCommit():5663 [Interpreted code] at org.apache.lucene.index.IndexWriter#prepareCommitInternal():3789 [Interpreted code] at org.apache.lucene.index.IndexWriter#commitInternal():4131 [Interpreted code] at org.apache.lucene.index.IndexWriter#commit():4093 [Interpreted code] 0.14% 345 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open():69 [JIT compiled code] at sun.nio.fs.UnixChannelFactory#open():242 [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel():132 [Inlined code] at sun.nio.fs.UnixChannelFactory#newFileChannel():145 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#newFileChannel():211 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#newByteChannel():244 [Inlined code] at java.nio.file.spi.FileSystemProvider#newOutputStream():426 [JIT compiled code] at java.nio.file.Files#newOutputStream():215 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#():385 [JIT compiled code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#():378 [Inlined code] at org.apache.lucene.store.FSDirectory#createOutput():215 [Inlined code] 0.13% 338 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete():234 [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete():227 [Inlined code] at org.apache.lucene.util.FileDeleter#decRef():109 [JIT compiled code] at org.apache.lucene.index.IndexFileDeleter#decRef():620 [JIT compiled code] 0.11% 279 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [JIT compiled code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle():280 [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup():270 [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup():264 [Inlined code] at jdk.internal.foreign.SharedSession$SharedResourceList#cleanup():143 [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl#close():241 [Inlined code] at jdk.internal.foreign.ArenaImpl#close():47 [JIT compiled code] at org.apache.lucene.store.RefCountedSharedArena#release():113 [JIT compiled code] at org.apache.lucene.store.RefCountedSharedArena#close():122 [JIT compiled code] 0.10% 253 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete():234 [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete():227 [Interpreted code] at org.apache.lucene.util.FileDeleter#decRef():109 [JIT compiled code] at org.apache.lucene.index.IndexFileDeleter#decRef():620 [Interpreted code] 0.09% 225 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [JIT compiled code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle():280 [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup():270 [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup():264 [Interpreted code] at jdk.internal.foreign.SharedSession$SharedResourceList#cleanup():143 [Interpreted code] at jdk.internal.foreign.MemorySessionImpl#close():241 [Inlined code] at jdk.internal.foreign.ArenaImpl#close():47 [JIT compiled code] at org.apache.lucene.store.RefCountedSharedArena#release():113 [JIT compiled code] at org.apache.lucene.store.RefCountedSharedArena#close():122 [JIT compiled code] 0.08% 211 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete():234 [Inlined code] at org.apache.lucene.util.FileDeleter#delete():227 [JIT compiled code] at org.apache.lucene.util.FileDeleter#decRef():109 [JIT compiled code] at org.apache.lucene.index.IndexFileDeleter#decRef():620 [JIT compiled code] 0.08% 196 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer():341 [Inlined code] at sun.nio.ch.IOUtil#read():307 [Inlined code] at sun.nio.ch.IOUtil#read():284 [Inlined code] at sun.nio.ch.FileChannelImpl#implRead():251 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead():269 [JIT compiled code] at sun.nio.ch.FileChannelImpl#read():229 [Inlined code] at knn.VectorReader#readNext():57 [Inlined code] at knn.VectorReaderFloat32#next():30 [JIT compiled code] at knn.IndexerThread#_run():102 [Interpreted code] at knn.IndexerThread#run():74 [Interpreted code] 0.07% 185 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] at sun.nio.ch.IOUtil#write():72 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():355 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [Inlined code] at sun.nio.ch.ChannelOutputStream#write():105 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write():391 [Inlined code] at java.util.zip.CheckedOutputStream#write():73 [Inlined code] 0.07% 170 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] at sun.nio.ch.IOUtil#write():72 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():355 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [Inlined code] at sun.nio.ch.ChannelOutputStream#write():105 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write():391 [JIT compiled code] at java.util.zip.CheckedOutputStream#write():73 [Inlined code] 0.06% 143 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [JIT compiled code] at org.apache.lucene.store.FilterDirectory#deleteFile():65 [Interpreted code] at org.apache.lucene.store.TrackingDirectoryWrapper#deleteFile():35 [JIT compiled code] at org.apache.lucene.util.IOUtils#deleteFilesIgnoringExceptions():226 [Interpreted code] at org.apache.lucene.util.IOUtils#deleteFilesIgnoringExceptions():239 [Interpreted code] 0.06% 140 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [Inlined code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [JIT compiled code] at org.apache.lucene.store.FilterDirectory#deleteFile():65 [Interpreted code] at org.apache.lucene.store.TrackingDirectoryWrapper#deleteFile():35 [JIT compiled code] at org.apache.lucene.util.IOUtils#deleteFilesIgnoringExceptions():226 [Interpreted code] at org.apache.lucene.util.IOUtils#deleteFilesIgnoringExceptions():239 [Interpreted code] 0.05% 135 sun.nio.ch.UnixFileDispatcherImpl#force0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#force():85 [Interpreted code] at sun.nio.ch.FileChannelImpl#implForce():620 [Interpreted code] at sun.nio.ch.FileChannelImpl#force():635 [Interpreted code] at org.apache.lucene.util.IOUtils#fsync():537 [Interpreted code] at org.apache.lucene.store.FSDirectory#fsync():296 [Interpreted code] at org.apache.lucene.store.FSDirectory#sync():248 [Interpreted code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#sync():68 [Interpreted code] at org.apache.lucene.index.IndexWriter#startCommit():5663 [Interpreted code] at org.apache.lucene.index.IndexWriter#prepareCommitInternal():3789 [Interpreted code] at org.apache.lucene.index.IndexWriter#commitInternal():4131 [Interpreted code] at org.apache.lucene.index.IndexWriter#commit():4093 [Interpreted code] 0.04% 101 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace():186 [Inlined code] at jdk.internal.event.FileReadEvent#commit() [JIT compiled code] at jdk.internal.event.FileReadEvent#offer():71 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead():271 [Inlined code] at sun.nio.ch.FileChannelImpl#read():229 [Inlined code] at knn.VectorReader#readNext():57 [Inlined code] at knn.VectorReaderFloat32#next():30 [JIT compiled code] at knn.IndexerThread#_run():102 [JIT compiled code] at knn.IndexerThread#run():74 [Interpreted code] 0.03% 76 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [JIT compiled code] at sun.nio.ch.IOUtil#readIntoNativeBuffer():341 [JIT compiled code] at sun.nio.ch.IOUtil#read():307 [JIT compiled code] at sun.nio.ch.IOUtil#read():284 [JIT compiled code] at sun.nio.ch.FileChannelImpl#implRead():251 [JIT compiled code] at sun.nio.ch.FileChannelImpl#traceImplRead():269 [JIT compiled code] at sun.nio.ch.FileChannelImpl#read():229 [Inlined code] at knn.VectorReader#readNext():57 [JIT compiled code] at knn.VectorReaderFloat32#next():30 [JIT compiled code] at knn.IndexerThread#_run():102 [Interpreted code] at knn.IndexerThread#run():74 [Interpreted code] 0.03% 66 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open():69 [JIT compiled code] at sun.nio.fs.UnixChannelFactory#open():242 [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel():132 [Inlined code] at sun.nio.fs.UnixChannelFactory#newFileChannel():145 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#newFileChannel():211 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#newByteChannel():244 [Inlined code] at java.nio.file.spi.FileSystemProvider#newOutputStream():426 [JIT compiled code] at java.nio.file.Files#newOutputStream():215 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#():385 [JIT compiled code] at org.apache.lucene.store.FSDirectory#createTempOutput():229 [JIT compiled code] at org.apache.lucene.store.FilterDirectory#createTempOutput():81 [JIT compiled code] 0.02% 52 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [Inlined code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [JIT compiled code] at org.apache.lucene.store.TrackingDirectoryWrapper#deleteFile():35 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.FieldsIndexWriter#finish():142 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#finish():480 [JIT compiled code] at org.apache.lucene.index.StoredFieldsConsumer#flush():106 [JIT compiled code] 0.02% 51 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] at sun.nio.ch.IOUtil#write():72 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():355 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [Inlined code] at sun.nio.ch.ChannelOutputStream#write():105 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write():391 [JIT compiled code] at java.util.zip.CheckedOutputStream#write():73 [JIT compiled code] 0.02% 51 jdk.internal.misc.Unsafe#park() [Native code] at java.util.concurrent.locks.LockSupport#park():223 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():410 [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] 0.02% 51 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete():234 [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete():227 [Inlined code] at org.apache.lucene.util.FileDeleter#decRef():109 [JIT compiled code] at org.apache.lucene.index.IndexFileDeleter#decRef():620 [Inlined code] 0.02% 49 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open():69 [JIT compiled code] at sun.nio.fs.UnixChannelFactory#open():242 [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel():132 [Inlined code] at sun.nio.fs.UnixChannelFactory#newFileChannel():145 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#newFileChannel():211 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#newByteChannel():244 [Inlined code] at java.nio.file.spi.FileSystemProvider#newOutputStream():426 [JIT compiled code] at java.nio.file.Files#newOutputStream():215 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#():385 [JIT compiled code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#():378 [JIT compiled code] at org.apache.lucene.store.FSDirectory#createOutput():215 [JIT compiled code] 0.02% 49 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [JIT compiled code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle():280 [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup():270 [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup():264 [Interpreted code] at jdk.internal.foreign.SharedSession$SharedResourceList#cleanup():143 [Interpreted code] at jdk.internal.foreign.MemorySessionImpl#close():241 [Inlined code] at jdk.internal.foreign.ArenaImpl#close():47 [JIT compiled code] at org.apache.lucene.store.RefCountedSharedArena#release():113 [Interpreted code] at org.apache.lucene.store.RefCountedSharedArena#close():122 [Interpreted code] 0.02% 48 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle():280 [Inlined code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup():115 [Inlined code] at jdk.internal.foreign.MemorySessionImpl#close():241 [Inlined code] at jdk.internal.foreign.ArenaImpl#close():47 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#close():698 [JIT compiled code] at org.apache.lucene.store.BufferedChecksumIndexInput#close():83 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.FieldsIndexWriter#finish():141 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#finish():480 [JIT compiled code] 0.02% 47 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current():51 [Inlined code] at sun.nio.ch.NativeThreadSet#add():48 [Inlined code] at sun.nio.ch.FileChannelImpl#implRead():245 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead():269 [Inlined code] at sun.nio.ch.FileChannelImpl#read():229 [Inlined code] at knn.VectorReader#readNext():57 [Inlined code] at knn.VectorReaderFloat32#next():30 [JIT compiled code] at knn.IndexerThread#_run():102 [JIT compiled code] at knn.IndexerThread#run():74 [Interpreted code] 0.02% 43 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [Interpreted code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [Interpreted code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Interpreted code] at java.nio.file.Files#delete():1052 [Interpreted code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [Interpreted code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [Interpreted code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [Interpreted code] at org.apache.lucene.util.FileDeleter#delete():234 [Interpreted code] at org.apache.lucene.util.FileDeleter#delete():227 [Interpreted code] at org.apache.lucene.util.FileDeleter#decRef():109 [Interpreted code] at org.apache.lucene.index.IndexFileDeleter#decRef():620 [Interpreted code] 0.01% 35 jdk.internal.misc.Unsafe#park() [Native code] at java.util.concurrent.locks.LockSupport#park():223 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():410 [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] 0.01% 35 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete():234 [Inlined code] at org.apache.lucene.util.FileDeleter#delete():227 [JIT compiled code] at org.apache.lucene.util.FileDeleter#decRef():109 [JIT compiled code] at org.apache.lucene.index.IndexFileDeleter#decRef():620 [Interpreted code] 0.01% 35 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open():69 [JIT compiled code] at sun.nio.fs.UnixChannelFactory#open():242 [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel():132 [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel():145 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#newFileChannel():211 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#newByteChannel():244 [Inlined code] at java.nio.file.spi.FileSystemProvider#newOutputStream():426 [JIT compiled code] at java.nio.file.Files#newOutputStream():215 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#():385 [JIT compiled code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#():378 [JIT compiled code] at org.apache.lucene.store.FSDirectory#createOutput():215 [JIT compiled code] 0.01% 30 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat():253 [JIT compiled code] at sun.nio.fs.UnixFileAttributes#get():77 [Inlined code] at sun.nio.fs.UnixFileAttributeViews$Basic#readAttributes():51 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#readAttributes():161 [Inlined code] at sun.nio.fs.LinuxFileSystemProvider#readAttributes():99 [Inlined code] at java.nio.file.Files#readAttributes():1702 [Inlined code] at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock#ensureValid():177 [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#createOutput():42 [Inlined code] at org.apache.lucene.store.TrackingDirectoryWrapper#createOutput():41 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.FieldsIndexWriter#finish():112 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#finish():480 [JIT compiled code] 0.01% 28 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map():144 [Inlined code] at sun.nio.ch.FileChannelImpl#mapInternal():1515 [JIT compiled code] at sun.nio.ch.FileChannelImpl#map():1453 [Inlined code] at org.apache.lucene.store.MMapDirectory#map():376 [JIT compiled code] at org.apache.lucene.store.MMapDirectory#openInput():333 [JIT compiled code] at org.apache.lucene.store.FilterDirectory#openInput():101 [JIT compiled code] at org.apache.lucene.store.FilterDirectory#openInput():101 [Inlined code] at org.apache.lucene.store.Directory#openChecksumInput():156 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.FieldsIndexWriter#finish():120 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#finish():480 [JIT compiled code] at org.apache.lucene.index.StoredFieldsConsumer#flush():106 [JIT compiled code] 0.01% 25 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete():234 [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete():227 [Interpreted code] at org.apache.lucene.util.FileDeleter#decRef():109 [Interpreted code] at org.apache.lucene.index.IndexFileDeleter#decRef():620 [Interpreted code] 0.01% 24 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle():280 [Inlined code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup():115 [Inlined code] at jdk.internal.foreign.MemorySessionImpl#close():241 [Inlined code] at jdk.internal.foreign.ArenaImpl#close():47 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#close():698 [JIT compiled code] at org.apache.lucene.store.BufferedChecksumIndexInput#close():83 [Inlined code] at org.apache.lucene.codecs.lucene94.Lucene94FieldInfosFormat#read():248 [JIT compiled code] at org.apache.lucene.index.SegmentCoreReaders#():91 [JIT compiled code] 0.01% 23 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace():186 [Inlined code] at jdk.internal.event.FileWriteEvent#commit() [JIT compiled code] at jdk.internal.event.FileWriteEvent#offer():69 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():376 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [JIT compiled code] at sun.nio.ch.ChannelOutputStream#write():105 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write():391 [Inlined code] at java.util.zip.CheckedOutputStream#write():73 [Inlined code] at java.io.BufferedOutputStream#flushBuffer():123 [Inlined code] at java.io.BufferedOutputStream#write():188 [Inlined code] 0.01% 22 java.io.FileDescriptor#close0() [Native code] at java.io.FileDescriptor#close():304 [Inlined code] at java.io.FileDescriptor$1#close():89 [Inlined code] at sun.nio.ch.FileChannelImpl$Closer#run():123 [JIT compiled code] at jdk.internal.ref.CleanerImpl$PhantomCleanableRef#performCleanup():176 [Inlined code] at jdk.internal.ref.PhantomCleanable#clean():96 [Inlined code] at sun.nio.ch.FileChannelImpl#implCloseChannel():219 [Inlined code] at java.nio.channels.spi.AbstractInterruptibleChannel#close():129 [Inlined code] at sun.nio.ch.ChannelOutputStream#close():111 [JIT compiled code] at java.io.FilterOutputStream#close():190 [JIT compiled code] at java.io.FilterOutputStream#close():190 [JIT compiled code] at java.io.FilterOutputStream#close():190 [Inlined code] 0.01% 22 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [JIT compiled code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [JIT compiled code] at sun.nio.ch.IOUtil#write():102 [JIT compiled code] at sun.nio.ch.IOUtil#write():72 [JIT compiled code] at sun.nio.ch.FileChannelImpl#implWrite():355 [JIT compiled code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [JIT compiled code] at sun.nio.ch.FileChannelImpl#write():333 [JIT compiled code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [JIT compiled code] at sun.nio.ch.ChannelOutputStream#write():105 [JIT compiled code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write():391 [JIT compiled code] at java.util.zip.CheckedOutputStream#write():73 [JIT compiled code] 0.01% 20 sun.nio.ch.UnixFileDispatcherImpl#force0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#force():85 [Inlined code] at sun.nio.ch.FileChannelImpl#implForce():620 [JIT compiled code] at sun.nio.ch.FileChannelImpl#force():635 [JIT compiled code] at org.apache.lucene.util.IOUtils#fsync():537 [JIT compiled code] at org.apache.lucene.store.FSDirectory#fsync():296 [JIT compiled code] at org.apache.lucene.store.FSDirectory#sync():248 [Interpreted code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#sync():68 [Interpreted code] at org.apache.lucene.index.IndexWriter#startCommit():5663 [Interpreted code] at org.apache.lucene.index.IndexWriter#prepareCommitInternal():3789 [Interpreted code] at org.apache.lucene.index.IndexWriter#commitInternal():4131 [Interpreted code] at org.apache.lucene.index.IndexWriter#shutdown():1325 [Interpreted code] 0.01% 20 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [JIT compiled code] at org.apache.lucene.store.FilterDirectory#deleteFile():65 [Interpreted code] at org.apache.lucene.store.TrackingDirectoryWrapper#deleteFile():35 [Interpreted code] at org.apache.lucene.util.IOUtils#deleteFilesIgnoringExceptions():226 [Interpreted code] at org.apache.lucene.util.IOUtils#deleteFilesIgnoringExceptions():239 [Interpreted code] 0.01% 19 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle():280 [Inlined code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup():115 [Inlined code] at jdk.internal.foreign.MemorySessionImpl#close():241 [Inlined code] at jdk.internal.foreign.ArenaImpl#close():47 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#close():698 [JIT compiled code] at org.apache.lucene.store.BufferedChecksumIndexInput#close():83 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsReader#readMetadata():128 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsReader#():85 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.04.16.10.08.30/bench-knn-q4-fmFalse.jfr Profiler for heap at stackSize=1 [/l/logs.nightly/2026.04.16.10.08.30/bench-knn-q4-fmFalse.jfr is 1158.83 MB /l/logs.nightly/2026.04.16.10.08.30/bench-knn-q4-fmFalse.jfr is 1158.83 MB /l/logs.nightly/2026.04.16.10.08.30/bench-knn-q4-fmFalse.jfr is 1158.83 MB /l/logs.nightly/2026.04.16.10.08.30/bench-knn-q4-fmFalse.jfr is 1158.83 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 60324 events (total: 439394M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 22.48% 98776M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 22.17% 97427M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 18.74% 82358M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] 14.67% 64461M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] 7.29% 32024M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] 4.08% 17929M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] 1.68% 7381M java.lang.Integer#valueOf():1006 [Inlined code] 0.76% 3329M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] 0.74% 3271M java.util.Arrays#copyOf():3478 [Inlined code] 0.64% 2801M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] 0.63% 2785M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] 0.62% 2705M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [JIT compiled code] 0.55% 2405M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():204 [JIT compiled code] 0.41% 1794M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():345 [Interpreted code] 0.31% 1374M knn.IndexerThread#_run():83 [Interpreted code] 0.30% 1329M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] 0.29% 1276M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [Inlined code] 0.20% 880M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] 0.20% 868M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():232 [JIT compiled code] 0.19% 831M java.util.DualPivotQuicksort#tryMergeRuns():816 [JIT compiled code] 0.18% 807M org.apache.lucene.util.SparseFixedBitSet#insertLong():230 [Inlined code] 0.18% 798M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] 0.16% 718M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] 0.16% 692M java.util.ArrayList#grow():240 [Inlined code] 0.15% 640M knn.IndexerThread#_run():105 [JIT compiled code] 0.14% 606M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] 0.13% 583M java.lang.reflect.Array#newInstance():76 [Inlined code] 0.11% 504M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():269 [JIT compiled code] 0.11% 477M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():283 [JIT compiled code] 0.11% 466M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [Inlined code] 0.10% 425M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] 0.09% 409M java.util.DualPivotQuicksort#sort():354 [JIT compiled code] 0.08% 351M java.util.HashMap#newNode():1910 [Inlined code] 0.08% 349M java.util.ArrayList#iterator():1030 [JIT compiled code] 0.08% 343M org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Interpreted code] 0.07% 319M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [Inlined code] 0.07% 315M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():556 [JIT compiled code] 0.07% 307M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():618 [JIT compiled code] 0.07% 295M java.util.List#of():935 [Inlined code] 0.06% 254M org.apache.lucene.document.Document#():42 [Inlined code] 0.05% 233M org.apache.lucene.internal.hppc.IntIntHashMap#allocateBuffers():744 [Interpreted code] 0.05% 219M knn.IndexerThread#_run():119 [JIT compiled code] 0.05% 204M knn.IndexerThread#_run():83 [JIT compiled code] 0.05% 200M java.nio.HeapByteBuffer#():75 [Inlined code] 0.04% 180M org.apache.lucene.util.packed.DirectReader#getInstance():73 [Inlined code] 0.04% 173M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] 0.04% 171M java.util.ImmutableCollections$AbstractImmutableList#iterator():303 [JIT compiled code] 0.04% 171M java.util.HashMap#resize():711 [JIT compiled code] 0.03% 141M java.util.concurrent.locks.ReentrantReadWriteLock$Sync$ThreadLocalHoldCounter#initialValue():291 [Inlined code] 0.03% 132M org.apache.lucene.util.ArrayUtil#growExact():319 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.04.16.10.08.30/bench-knn-q4-fmFalse.jfr Profiler for heap at stackSize=4 [/l/logs.nightly/2026.04.16.10.08.30/bench-knn-q4-fmFalse.jfr is 1158.83 MB /l/logs.nightly/2026.04.16.10.08.30/bench-knn-q4-fmFalse.jfr is 1158.83 MB /l/logs.nightly/2026.04.16.10.08.30/bench-knn-q4-fmFalse.jfr is 1158.83 MB /l/logs.nightly/2026.04.16.10.08.30/bench-knn-q4-fmFalse.jfr is 1158.83 MB /l/logs.nightly/2026.04.16.10.08.30/bench-knn-q4-fmFalse.jfr is 1158.83 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 60324 events (total: 439394M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 18.07% 79398M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] 17.88% 78550M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] 11.05% 48559M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 9.03% 39698M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollector#():44 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [JIT compiled code] 7.21% 31663M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():435 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():432 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():461 [Inlined code] 7.04% 30930M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] 5.63% 24754M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#():44 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [Interpreted code] 4.35% 19124M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] 4.30% 18876M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] 2.66% 11682M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 1.65% 7265M java.lang.Integer#valueOf():1006 [Inlined code] at knn.KnnGraphTester#printGraphConnectedNess():1098 [JIT compiled code] at knn.KnnGraphTester#printFanoutHist():1053 [Interpreted code] at knn.KnnGraphTester#printFanoutHist():1028 [Interpreted code] 1.42% 6247M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.71% 3100M java.util.Arrays#copyOf():3478 [Inlined code] at java.util.ArrayDeque#grow():146 [JIT compiled code] at java.util.ArrayDeque#addFirst():288 [Inlined code] at java.util.ArrayDeque#push():577 [Inlined code] 0.63% 2785M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] 0.55% 2405M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():204 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():332 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Interpreted code] 0.50% 2192M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] 0.41% 1794M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():345 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.38% 1668M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.31% 1374M knn.IndexerThread#_run():83 [Interpreted code] at knn.IndexerThread#run():74 [Interpreted code] 0.26% 1154M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.24% 1036M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.24% 1033M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.19% 831M java.util.DualPivotQuicksort#tryMergeRuns():816 [JIT compiled code] at java.util.DualPivotQuicksort#sort():277 [JIT compiled code] at java.util.DualPivotQuicksort#sort():238 [Inlined code] at java.util.Arrays#sort():123 [Inlined code] 0.18% 792M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] at org.apache.lucene.search.AbstractKnnVectorQuery#rewrite():106 [JIT compiled code] at org.apache.lucene.search.KnnFloatVectorQuery#rewrite():48 [Inlined code] at knn.KnnGraphTester$ProfiledKnnFloatVectorQuery#rewrite():2211 [JIT compiled code] 0.18% 790M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] 0.17% 764M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.17% 744M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.16% 723M org.apache.lucene.util.SparseFixedBitSet#insertLong():230 [Inlined code] at org.apache.lucene.util.SparseFixedBitSet#getAndSet():170 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.AbstractHnswGraphSearcher#search():83 [Inlined code] 0.16% 692M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] 0.16% 691M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.15% 640M knn.IndexerThread#_run():105 [JIT compiled code] at knn.IndexerThread#run():74 [Interpreted code] 0.13% 592M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():232 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():880 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():832 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():379 [JIT compiled code] 0.13% 579M java.lang.reflect.Array#newInstance():76 [Inlined code] at org.apache.lucene.util.ArrayUtil#growExact():216 [Inlined code] at org.apache.lucene.util.ArrayUtil#grow():234 [JIT compiled code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():152 [Inlined code] 0.13% 575M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.12% 537M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] at java.lang.invoke.DirectMethodHandle$Holder#newInvokeSpecial() [Inlined code] at java.lang.invoke.Invokers$Holder#linkToTargetMethod() [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [Inlined code] 0.12% 507M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.10% 450M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():880 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():832 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():379 [JIT compiled code] 0.10% 447M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():332 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.10% 445M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():738 [Inlined code] 0.10% 437M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():738 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1051 [Inlined code] 0.10% 428M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] 0.10% 425M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():238 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] 0.10% 420M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] 0.09% 378M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.09% 378M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.08% 361M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#getRandomVectorScorer():76 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsReader#getRandomVectorScorer():187 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsReader#lambda$search$0():309 [Inlined code] 0.08% 349M java.util.DualPivotQuicksort#sort():354 [JIT compiled code] at java.util.DualPivotQuicksort#sort():238 [Inlined code] at java.util.Arrays#sort():123 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#writeGraph():486 [JIT compiled code] 0.08% 347M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():238 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] 0.08% 343M org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Interpreted code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x000000009d19e328#run() [Interpreted code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1090 [Interpreted code] at java.util.concurrent.ThreadPoolExecutor$Worker#run():614 [Interpreted code] 0.07% 319M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():238 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.04.16.10.08.30/bench-knn-q4-fmFalse.jfr Profiler for heap at stackSize=12 [/l/logs.nightly/2026.04.16.10.08.30/bench-knn-q4-fmFalse.jfr is 1158.83 MB /l/logs.nightly/2026.04.16.10.08.30/bench-knn-q4-fmFalse.jfr is 1158.83 MB /l/logs.nightly/2026.04.16.10.08.30/bench-knn-q4-fmFalse.jfr is 1158.83 MB /l/logs.nightly/2026.04.16.10.08.30/bench-knn-q4-fmFalse.jfr is 1158.83 MB /l/logs.nightly/2026.04.16.10.08.30/bench-knn-q4-fmFalse.jfr is 1158.83 MB /l/logs.nightly/2026.04.16.10.08.30/bench-knn-q4-fmFalse.jfr is 1158.83 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 60324 events (total: 439394M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 9.02% 39634M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollector#():44 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Inlined code] at org.apache.lucene.search.IndexSearcher#search():741 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#searchAfter():590 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():613 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():1485 [JIT compiled code] at knn.KnnGraphTester#testSearch():1220 [Interpreted code] at knn.KnnGraphTester#run():742 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():270 [Interpreted code] 7.21% 31663M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():435 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():432 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():461 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$FieldWriter#addValue():757 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$FieldWriter#addValue():707 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():731 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1051 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():786 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():274 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [Inlined code] 5.68% 24964M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009d19bc68#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 5.56% 24448M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009d19bc68#call() [Inlined code] 5.52% 24272M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009d19bc68#call() [Inlined code] 5.20% 22860M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009d19bc68#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 5.14% 22580M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():738 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1051 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():786 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():274 [Inlined code] 5.07% 22298M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009d19bc68#call() [Inlined code] 5.06% 22248M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009d19bc68#call() [Inlined code] 4.85% 21301M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():738 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1051 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():786 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():274 [Inlined code] 3.75% 16480M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#():44 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():741 [Interpreted code] at org.apache.lucene.search.IndexSearcher#searchAfter():590 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():613 [Interpreted code] at knn.KnnGraphTester#doFloatVectorQuery():1485 [Interpreted code] at knn.KnnGraphTester#testSearch():1220 [Interpreted code] at knn.KnnGraphTester#run():742 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():270 [Interpreted code] 3.49% 15343M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 3.49% 15327M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 1.88% 8274M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#():44 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():741 [Interpreted code] at org.apache.lucene.search.IndexSearcher#searchAfter():590 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():613 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():1485 [JIT compiled code] at knn.KnnGraphTester#testSearch():1220 [Interpreted code] at knn.KnnGraphTester#run():742 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():270 [Interpreted code] 1.65% 7265M java.lang.Integer#valueOf():1006 [Inlined code] at knn.KnnGraphTester#printGraphConnectedNess():1098 [JIT compiled code] at knn.KnnGraphTester#printFanoutHist():1053 [Interpreted code] at knn.KnnGraphTester#printFanoutHist():1028 [Interpreted code] at knn.KnnGraphTester#run():747 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():270 [Interpreted code] at knn.KnnGraphTester#main():265 [Interpreted code] 1.42% 6220M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():255 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph():148 [Interpreted code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder():81 [Interpreted code] at org.apache.lucene.util.hnsw.IncrementalHnswGraphMerger#merge():212 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():444 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():128 [Interpreted code] 1.41% 6193M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():255 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph():148 [Interpreted code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder():81 [Interpreted code] at org.apache.lucene.util.hnsw.IncrementalHnswGraphMerger#merge():212 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():444 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():128 [Interpreted code] 1.36% 5963M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():738 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1051 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():786 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():274 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] 1.11% 4882M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009d19bc68#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 1.02% 4462M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] 0.96% 4200M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] 0.94% 4147M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] 0.91% 4005M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():395 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():738 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1051 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():786 [JIT compiled code] 0.91% 3980M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] 0.90% 3965M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():395 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():738 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1051 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():786 [JIT compiled code] 0.71% 3100M java.util.Arrays#copyOf():3478 [Inlined code] at java.util.ArrayDeque#grow():146 [JIT compiled code] at java.util.ArrayDeque#addFirst():288 [Inlined code] at java.util.ArrayDeque#push():577 [Inlined code] at knn.KnnGraphTester#printGraphConnectedNess():1098 [JIT compiled code] at knn.KnnGraphTester#printFanoutHist():1053 [Interpreted code] at knn.KnnGraphTester#printFanoutHist():1028 [Interpreted code] at knn.KnnGraphTester#run():747 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():270 [Interpreted code] at knn.KnnGraphTester#main():265 [Interpreted code] 0.66% 2885M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#replayBufferedVectors():719 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():735 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1051 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():786 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] 0.65% 2837M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#replayBufferedVectors():719 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():735 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1051 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():786 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] 0.63% 2787M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.60% 2633M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.59% 2584M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.55% 2407M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.55% 2405M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():204 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():332 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009d19bc68#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Interpreted code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x000000009d19e328#run() [Interpreted code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1090 [Interpreted code] 0.45% 1958M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():738 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1051 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():786 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] 0.44% 1918M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009d19bc68#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [JIT compiled code] 0.41% 1794M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():345 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.36% 1593M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():738 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1051 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():786 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] 0.35% 1551M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009d19bc68#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Inlined code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.31% 1374M knn.IndexerThread#_run():83 [Interpreted code] at knn.IndexerThread#run():74 [Interpreted code] 0.30% 1313M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009d19bc68#call() [Inlined code] 0.29% 1285M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009d19bc68#call() [Inlined code] 0.26% 1144M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009d19bc68#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [Interpreted code] 0.26% 1139M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009d19bc68#call() [Inlined code] 0.24% 1053M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009d19bc68#call() [Inlined code] 0.22% 956M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():738 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1051 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():786 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():274 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] 0.16% 723M org.apache.lucene.util.SparseFixedBitSet#insertLong():230 [Inlined code] at org.apache.lucene.util.SparseFixedBitSet#getAndSet():170 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.AbstractHnswGraphSearcher#search():83 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#search():36 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#search():162 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsReader#search():350 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsReader#search():305 [Inlined code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsReader#search():304 [JIT compiled code] at org.apache.lucene.index.CodecReader#searchNearestVectors():273 [Inlined code] at org.apache.lucene.search.KnnFloatVectorQuery#approximateSearch():118 [JIT compiled code] at org.apache.lucene.search.AbstractKnnVectorQuery#getLeafResults():196 [Inlined code] 0.16% 711M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009d19bc68#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [JIT compiled code] 0.16% 692M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] at org.apache.lucene.document.Document#add():62 [Inlined code] at knn.IndexerThread#_run():105 [JIT compiled code] at knn.IndexerThread#run():74 [Interpreted code] 0.15% 667M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] at org.apache.lucene.search.AbstractKnnVectorQuery#rewrite():106 [JIT compiled code] at org.apache.lucene.search.KnnFloatVectorQuery#rewrite():48 [Inlined code] at knn.KnnGraphTester$ProfiledKnnFloatVectorQuery#rewrite():2211 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#rewrite():862 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#rewrite():873 [Inlined code] at org.apache.lucene.search.IndexSearcher#search():742 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#searchAfter():590 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():613 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():1485 [JIT compiled code] at knn.KnnGraphTester#testSearch():1220 [Interpreted code] at knn.KnnGraphTester#run():742 [Interpreted code] 0.15% 640M knn.IndexerThread#_run():105 [JIT compiled code] at knn.IndexerThread#run():74 [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.16.10.08.30/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 1870210 JFR.dump name=1 to copy recording data to file. maxConn = 32 Vector Dimensions: 1024 numDocs = 8000000 beamWidth = 100 similarity = DOT_PRODUCT Seed = 3083541015438991 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 16, 2026 11:46:39 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: 138 segments, 15 merges 65.8s _18b: 8 segs, 181.4 K docs, 814.2 MB 57.0s _18r: 8 segs, 167.1 K docs, 750.3 MB 50.8s _196: 8 segs, 965.9 K docs, 4345.5 MB 49.0s _19c: 9 segs, 47.8 K docs, 213.4 MB 37.6s _1a3: 8 segs, 43.0 K docs, 191.8 MB 34.0s _1ac: 8 segs, 43.8 K docs, 195.4 MB 30.2s _1al: 8 segs, 41.7 K docs, 186.2 MB 26.2s _1au: 8 segs, 42.9 K docs, 191.3 MB 21.8s _1b4: 9 segs, 47.8 K docs, 213.4 MB 18.5s _1bc: 8 segs, 75.7 K docs, 339.1 MB 14.4s _1bl: 8 segs, 42.5 K docs, 189.7 MB 10.7s _1bs: 8 segs, 79.4 K docs, 355.5 MB 6.6s _1c2: 8 segs, 41.2 K docs, 184.1 MB 2.7s _1ca: 8 segs, 78.4 K docs, 351.2 MB 0.0s _1cb: 8 segs, 28.6 K docs, 127.7 MB 5.0 sec: 123 segments, 13 merges 70.8s _18b: 8 segs, 181.4 K docs, 814.2 MB 62.0s _18r: 8 segs, 167.1 K docs, 750.3 MB 55.8s _196: 8 segs, 965.9 K docs, 4345.5 MB 39.0s _1ac: 8 segs, 43.8 K docs, 195.4 MB 35.2s _1al: 8 segs, 41.7 K docs, 186.2 MB 31.2s _1au: 8 segs, 42.9 K docs, 191.3 MB 26.8s _1b4: 9 segs, 47.8 K docs, 213.4 MB 23.5s _1bc: 8 segs, 75.7 K docs, 339.1 MB 19.4s _1bl: 8 segs, 42.5 K docs, 189.7 MB 15.7s _1bs: 8 segs, 79.4 K docs, 355.5 MB 11.6s _1c2: 8 segs, 41.2 K docs, 184.1 MB 7.7s _1ca: 8 segs, 78.4 K docs, 351.2 MB 5.0s _1cb: 8 segs, 28.6 K docs, 127.7 MB 10.1 sec: 80 segments, 8 merges 60.9s _196: 8 segs, 965.9 K docs, 4345.5 MB 28.6s _1bc: 8 segs, 75.7 K docs, 339.1 MB 24.5s _1bl: 8 segs, 42.5 K docs, 189.7 MB 20.8s _1bs: 8 segs, 79.4 K docs, 355.5 MB 16.7s _1c2: 8 segs, 41.2 K docs, 184.1 MB 12.8s _1ca: 8 segs, 78.4 K docs, 351.2 MB 10.1s _1cb: 8 segs, 28.6 K docs, 127.7 MB 2.0s _1cc: 8 segs, 360.4 K docs, 1618.5 MB 15.1 sec: 38 segments, 3 merges 65.9s _196: 8 segs, 965.9 K docs, 4345.5 MB 7.0s _1cc: 8 segs, 360.4 K docs, 1618.5 MB 0.0s _1cd: 8 segs, 493.1 K docs, 2216.1 MB 20.0 sec: 38 segments, 3 merges 70.8s _196: 8 segs, 965.9 K docs, 4345.5 MB 11.9s _1cc: 8 segs, 360.4 K docs, 1618.5 MB 4.9s _1cd: 8 segs, 493.1 K docs, 2216.1 MB 25.0 sec: 38 segments, 3 merges 75.8s _196: 8 segs, 965.9 K docs, 4345.5 MB 16.9s _1cc: 8 segs, 360.4 K docs, 1618.5 MB 9.9s _1cd: 8 segs, 493.1 K docs, 2216.1 MB 30.0 sec: 38 segments, 3 merges 80.8s _196: 8 segs, 965.9 K docs, 4345.5 MB 21.9s _1cc: 8 segs, 360.4 K docs, 1618.5 MB 14.9s _1cd: 8 segs, 493.1 K docs, 2216.1 MB 35.0 sec: 38 segments, 3 merges 85.8s _196: 8 segs, 965.9 K docs, 4345.5 MB 26.9s _1cc: 8 segs, 360.4 K docs, 1618.5 MB 19.9s _1cd: 8 segs, 493.1 K docs, 2216.1 MB 40.0 sec: 38 segments, 3 merges 90.8s _196: 8 segs, 965.9 K docs, 4345.5 MB 31.9s _1cc: 8 segs, 360.4 K docs, 1618.5 MB 24.9s _1cd: 8 segs, 493.1 K docs, 2216.1 MB 45.0 sec: 38 segments, 3 merges 95.8s _196: 8 segs, 965.9 K docs, 4345.5 MB 36.9s _1cc: 8 segs, 360.4 K docs, 1618.5 MB 30.0s _1cd: 8 segs, 493.1 K docs, 2216.1 MB 50.0 sec: 38 segments, 3 merges 100.8s _196: 8 segs, 965.9 K docs, 4345.5 MB 41.9s _1cc: 8 segs, 360.4 K docs, 1618.5 MB 35.0s _1cd: 8 segs, 493.1 K docs, 2216.1 MB 55.0 sec: 38 segments, 3 merges 105.8s _196: 8 segs, 965.9 K docs, 4345.5 MB 46.9s _1cc: 8 segs, 360.4 K docs, 1618.5 MB 40.0s _1cd: 8 segs, 493.1 K docs, 2216.1 MB 60.0 sec: 38 segments, 3 merges 110.8s _196: 8 segs, 965.9 K docs, 4345.5 MB 51.9s _1cc: 8 segs, 360.4 K docs, 1618.5 MB 45.0s _1cd: 8 segs, 493.1 K docs, 2216.1 MB 65.0 sec: 38 segments, 3 merges 115.8s _196: 8 segs, 965.9 K docs, 4345.5 MB 56.9s _1cc: 8 segs, 360.4 K docs, 1618.5 MB 50.0s _1cd: 8 segs, 493.1 K docs, 2216.1 MB 70.1 sec: 38 segments, 3 merges 120.8s _196: 8 segs, 965.9 K docs, 4345.5 MB 61.9s _1cc: 8 segs, 360.4 K docs, 1618.5 MB 55.0s _1cd: 8 segs, 493.1 K docs, 2216.1 MB 75.1 sec: 38 segments, 3 merges 125.8s _196: 8 segs, 965.9 K docs, 4345.5 MB 66.9s _1cc: 8 segs, 360.4 K docs, 1618.5 MB 60.0s _1cd: 8 segs, 493.1 K docs, 2216.1 MB 80.1 sec: 38 segments, 3 merges 130.8s _196: 8 segs, 965.9 K docs, 4345.5 MB 71.9s _1cc: 8 segs, 360.4 K docs, 1618.5 MB 65.0s _1cd: 8 segs, 493.1 K docs, 2216.1 MB 85.1 sec: 38 segments, 3 merges 135.8s _196: 8 segs, 965.9 K docs, 4345.5 MB 76.9s _1cc: 8 segs, 360.4 K docs, 1618.5 MB 70.0s _1cd: 8 segs, 493.1 K docs, 2216.1 MB 90.1 sec: 38 segments, 3 merges 140.8s _196: 8 segs, 965.9 K docs, 4345.5 MB 81.9s _1cc: 8 segs, 360.4 K docs, 1618.5 MB 75.0s _1cd: 8 segs, 493.1 K docs, 2216.1 MB 95.1 sec: 38 segments, 3 merges 145.9s _196: 8 segs, 965.9 K docs, 4345.5 MB 86.9s _1cc: 8 segs, 360.4 K docs, 1618.5 MB 80.0s _1cd: 8 segs, 493.1 K docs, 2216.1 MB 100.1 sec: 38 segments, 3 merges 150.9s _196: 8 segs, 965.9 K docs, 4345.5 MB 91.9s _1cc: 8 segs, 360.4 K docs, 1618.5 MB 85.0s _1cd: 8 segs, 493.1 K docs, 2216.1 MB 105.1 sec: 31 segments, 2 merges 96.9s _1cc: 8 segs, 360.4 K docs, 1618.5 MB 90.0s _1cd: 8 segs, 493.1 K docs, 2216.1 MB 110.1 sec: 31 segments, 2 merges 102.0s _1cc: 8 segs, 360.4 K docs, 1618.5 MB 95.0s _1cd: 8 segs, 493.1 K docs, 2216.1 MB 115.1 sec: 31 segments, 2 merges 107.0s _1cc: 8 segs, 360.4 K docs, 1618.5 MB 100.0s _1cd: 8 segs, 493.1 K docs, 2216.1 MB 120.1 sec: 31 segments, 2 merges 112.0s _1cc: 8 segs, 360.4 K docs, 1618.5 MB 105.0s _1cd: 8 segs, 493.1 K docs, 2216.1 MB 125.0 sec: 31 segments, 2 merges 116.9s _1cc: 8 segs, 360.4 K docs, 1618.5 MB 109.9s _1cd: 8 segs, 493.1 K docs, 2216.1 MB 130.0 sec: 24 segments, 1 merges 114.9s _1cd: 8 segs, 493.1 K docs, 2216.1 MB 135.0 sec: 24 segments, 1 merges 119.9s _1cd: 8 segs, 493.1 K docs, 2216.1 MB 140.0 sec: 24 segments, 1 merges 124.9s _1cd: 8 segs, 493.1 K docs, 2216.1 MB 145.0 sec: 24 segments, 1 merges 129.9s _1cd: 8 segs, 493.1 K docs, 2216.1 MB 150.0 sec: 24 segments, 1 merges 135.0s _1cd: 8 segs, 493.1 K docs, 2216.1 MB 155.0 sec: 24 segments, 1 merges 140.0s _1cd: 8 segs, 493.1 K docs, 2216.1 MB 160.0 sec: 17 segments, 0 merges done first pass waiting for merges done second pass waiting for merges (CMS.sync()) Indexed 8000000 docs in 934 seconds reindex takes 934.01 sec Force merge index in knn-reuse/indices/dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-4-compressed-fm now wait for already running merges to finish 0.0 sec: 17 segments, 1 merges 5.0 sec: 17 segments, 1 merges 5.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 10.0 sec: 17 segments, 1 merges 10.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 15.0 sec: 17 segments, 1 merges 15.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 20.0 sec: 17 segments, 1 merges 20.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 25.0 sec: 17 segments, 1 merges 25.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 30.0 sec: 17 segments, 1 merges 30.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 35.0 sec: 17 segments, 1 merges 35.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 40.0 sec: 17 segments, 1 merges 40.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 45.0 sec: 17 segments, 1 merges 45.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 50.0 sec: 17 segments, 1 merges 50.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 55.0 sec: 17 segments, 1 merges 55.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 60.1 sec: 17 segments, 1 merges 60.1s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 65.1 sec: 17 segments, 1 merges 65.1s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 70.1 sec: 17 segments, 1 merges 70.1s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 75.1 sec: 17 segments, 1 merges 75.1s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 80.1 sec: 17 segments, 1 merges 80.1s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 85.1 sec: 17 segments, 1 merges 85.1s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 90.1 sec: 17 segments, 1 merges 90.1s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 95.1 sec: 17 segments, 1 merges 95.1s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 100.1 sec: 17 segments, 1 merges 100.1s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 105.1 sec: 17 segments, 1 merges 105.1s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 110.1 sec: 17 segments, 1 merges 110.1s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 115.0 sec: 17 segments, 1 merges 115.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 120.0 sec: 17 segments, 1 merges 120.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 125.0 sec: 17 segments, 1 merges 125.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 130.0 sec: 17 segments, 1 merges 130.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 135.0 sec: 17 segments, 1 merges 135.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 140.0 sec: 17 segments, 1 merges 140.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 145.0 sec: 17 segments, 1 merges 145.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 150.0 sec: 17 segments, 1 merges 150.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 155.0 sec: 17 segments, 1 merges 155.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 160.0 sec: 17 segments, 1 merges 160.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 165.0 sec: 17 segments, 1 merges 165.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 170.0 sec: 17 segments, 1 merges 170.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 175.0 sec: 17 segments, 1 merges 175.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 180.1 sec: 17 segments, 1 merges 180.1s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 185.1 sec: 17 segments, 1 merges 185.1s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 190.1 sec: 17 segments, 1 merges 190.1s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 195.1 sec: 17 segments, 1 merges 195.1s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 200.1 sec: 17 segments, 1 merges 200.1s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 205.1 sec: 17 segments, 1 merges 205.1s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 210.1 sec: 17 segments, 1 merges 210.1s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 215.1 sec: 17 segments, 1 merges 215.1s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 220.1 sec: 17 segments, 1 merges 220.1s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 225.1 sec: 17 segments, 1 merges 225.1s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 230.1 sec: 17 segments, 1 merges 230.1s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 235.0 sec: 17 segments, 1 merges 235.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 240.0 sec: 17 segments, 1 merges 240.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 245.0 sec: 17 segments, 1 merges 245.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 250.0 sec: 17 segments, 1 merges 250.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 255.0 sec: 17 segments, 1 merges 255.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 260.0 sec: 17 segments, 1 merges 260.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 265.0 sec: 17 segments, 1 merges 265.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 270.0 sec: 17 segments, 1 merges 270.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 275.0 sec: 17 segments, 1 merges 275.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 280.0 sec: 17 segments, 1 merges 280.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 285.0 sec: 17 segments, 1 merges 285.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 290.1 sec: 17 segments, 1 merges 290.1s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 295.1 sec: 17 segments, 1 merges 295.1s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 300.1 sec: 17 segments, 1 merges 300.1s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 305.1 sec: 17 segments, 1 merges 305.1s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 310.1 sec: 17 segments, 1 merges 310.1s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 315.1 sec: 17 segments, 1 merges 315.1s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 320.1 sec: 17 segments, 1 merges 320.1s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 325.1 sec: 17 segments, 1 merges 325.1s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 330.1 sec: 17 segments, 1 merges 330.1s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 335.1 sec: 17 segments, 1 merges 335.1s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 340.1 sec: 17 segments, 1 merges 340.1s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 345.0 sec: 17 segments, 1 merges 345.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 350.0 sec: 17 segments, 1 merges 350.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 355.0 sec: 17 segments, 1 merges 355.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 360.0 sec: 17 segments, 1 merges 360.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 365.0 sec: 17 segments, 1 merges 365.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 370.0 sec: 17 segments, 1 merges 370.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 375.0 sec: 17 segments, 1 merges 375.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 380.0 sec: 17 segments, 1 merges 380.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 385.0 sec: 17 segments, 1 merges 385.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 390.0 sec: 17 segments, 1 merges 390.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 395.0 sec: 17 segments, 1 merges 395.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 400.0 sec: 17 segments, 1 merges 400.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 405.1 sec: 17 segments, 1 merges 405.1s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 410.1 sec: 17 segments, 1 merges 410.1s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 415.1 sec: 17 segments, 1 merges 415.1s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 420.1 sec: 17 segments, 1 merges 420.1s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 425.1 sec: 17 segments, 1 merges 425.1s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 430.1 sec: 17 segments, 1 merges 430.1s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 435.1 sec: 17 segments, 1 merges 435.1s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 440.1 sec: 17 segments, 1 merges 440.1s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 445.1 sec: 17 segments, 1 merges 445.1s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 450.1 sec: 17 segments, 1 merges 450.1s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 455.1 sec: 17 segments, 1 merges 455.1s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 460.1 sec: 17 segments, 1 merges 460.1s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 465.0 sec: 17 segments, 1 merges 465.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 470.0 sec: 17 segments, 1 merges 470.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 475.0 sec: 17 segments, 1 merges 475.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 480.0 sec: 17 segments, 1 merges 480.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 485.0 sec: 17 segments, 1 merges 485.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 490.0 sec: 17 segments, 1 merges 490.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 495.0 sec: 17 segments, 1 merges 495.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 500.0 sec: 17 segments, 1 merges 500.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 505.0 sec: 17 segments, 1 merges 505.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 510.0 sec: 17 segments, 1 merges 510.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 515.0 sec: 17 segments, 1 merges 515.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 520.0 sec: 17 segments, 1 merges 520.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 525.0 sec: 17 segments, 1 merges 525.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 530.0 sec: 17 segments, 1 merges 530.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 535.0 sec: 17 segments, 1 merges 535.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 540.1 sec: 17 segments, 1 merges 540.1s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 545.1 sec: 17 segments, 1 merges 545.1s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 550.1 sec: 17 segments, 1 merges 550.1s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 555.1 sec: 17 segments, 1 merges 555.1s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 560.1 sec: 17 segments, 1 merges 560.1s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 565.0 sec: 17 segments, 1 merges 565.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 570.0 sec: 17 segments, 1 merges 570.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 575.0 sec: 17 segments, 1 merges 575.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 580.1 sec: 17 segments, 1 merges 580.1s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 585.1 sec: 17 segments, 1 merges 585.1s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 590.1 sec: 17 segments, 1 merges 590.1s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 595.1 sec: 17 segments, 1 merges 595.1s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 600.1 sec: 17 segments, 1 merges 600.1s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 605.1 sec: 17 segments, 1 merges 605.1s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 610.1 sec: 17 segments, 1 merges 610.1s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 615.1 sec: 17 segments, 1 merges 615.1s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 620.0 sec: 17 segments, 1 merges 620.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 625.0 sec: 17 segments, 1 merges 625.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 630.0 sec: 17 segments, 1 merges 630.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 635.0 sec: 17 segments, 1 merges 635.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 640.0 sec: 17 segments, 1 merges 640.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 645.0 sec: 17 segments, 1 merges 645.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 650.0 sec: 17 segments, 1 merges 650.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 655.1 sec: 17 segments, 1 merges 655.1s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 660.1 sec: 17 segments, 1 merges 660.1s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 665.1 sec: 17 segments, 1 merges 665.1s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 670.1 sec: 17 segments, 1 merges 670.1s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 675.1 sec: 17 segments, 1 merges 675.1s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 680.1 sec: 17 segments, 1 merges 680.1s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 685.1 sec: 17 segments, 1 merges 685.1s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 690.0 sec: 17 segments, 1 merges 690.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 695.0 sec: 17 segments, 1 merges 695.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 700.0 sec: 17 segments, 1 merges 700.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 705.0 sec: 17 segments, 1 merges 705.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 710.0 sec: 17 segments, 1 merges 710.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 715.0 sec: 17 segments, 1 merges 715.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 720.0 sec: 17 segments, 1 merges 720.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 725.0 sec: 17 segments, 1 merges 725.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 730.0 sec: 17 segments, 1 merges 730.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 735.0 sec: 17 segments, 1 merges 735.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 740.1 sec: 17 segments, 1 merges 740.1s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 745.1 sec: 17 segments, 1 merges 745.1s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 750.1 sec: 17 segments, 1 merges 750.1s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 755.0 sec: 17 segments, 1 merges 755.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 760.0 sec: 17 segments, 1 merges 760.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 765.0 sec: 17 segments, 1 merges 765.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 770.0 sec: 17 segments, 1 merges 770.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 775.0 sec: 17 segments, 1 merges 775.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 780.0 sec: 17 segments, 1 merges 780.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 785.0 sec: 17 segments, 1 merges 785.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 790.0 sec: 17 segments, 1 merges 790.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 795.1 sec: 17 segments, 1 merges 795.1s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 800.0 sec: 17 segments, 1 merges 800.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 805.0 sec: 17 segments, 1 merges 805.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 810.0 sec: 17 segments, 1 merges 810.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 815.0 sec: 17 segments, 1 merges 815.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 820.0 sec: 17 segments, 1 merges 820.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 825.0 sec: 17 segments, 1 merges 825.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 830.0 sec: 17 segments, 1 merges 830.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 835.0 sec: 17 segments, 1 merges 835.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 840.0 sec: 17 segments, 1 merges 840.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 845.0 sec: 17 segments, 1 merges 845.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 850.0 sec: 17 segments, 1 merges 850.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 855.1 sec: 17 segments, 1 merges 855.1s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 860.1 sec: 17 segments, 1 merges 860.1s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 865.1 sec: 17 segments, 1 merges 865.1s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 870.0 sec: 17 segments, 1 merges 870.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 875.0 sec: 17 segments, 1 merges 875.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 880.0 sec: 17 segments, 1 merges 880.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 885.0 sec: 17 segments, 1 merges 885.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 890.0 sec: 17 segments, 1 merges 890.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 895.0 sec: 17 segments, 1 merges 895.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 900.0 sec: 17 segments, 1 merges 900.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 905.0 sec: 17 segments, 1 merges 905.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 910.0 sec: 17 segments, 1 merges 910.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 915.1 sec: 17 segments, 1 merges 915.1s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 920.1 sec: 17 segments, 1 merges 920.1s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 925.0 sec: 17 segments, 1 merges 925.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 930.0 sec: 17 segments, 1 merges 930.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 935.0 sec: 17 segments, 1 merges 935.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 940.0 sec: 17 segments, 1 merges 940.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 945.0 sec: 17 segments, 1 merges 945.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 950.0 sec: 17 segments, 1 merges 950.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 955.0 sec: 17 segments, 1 merges 955.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 960.0 sec: 17 segments, 1 merges 960.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 965.0 sec: 17 segments, 1 merges 965.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 970.0 sec: 17 segments, 1 merges 970.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 975.0 sec: 17 segments, 1 merges 975.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 980.0 sec: 17 segments, 1 merges 980.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 985.0 sec: 17 segments, 1 merges 985.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 990.0 sec: 17 segments, 1 merges 990.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 995.0 sec: 17 segments, 1 merges 995.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 1000.0 sec: 17 segments, 1 merges 1000.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 1005.0 sec: 17 segments, 1 merges 1005.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 1010.0 sec: 17 segments, 1 merges 1010.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 1015.0 sec: 17 segments, 1 merges 1015.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 1020.0 sec: 17 segments, 1 merges 1020.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 1025.0 sec: 17 segments, 1 merges 1025.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 1030.0 sec: 17 segments, 1 merges 1030.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 1035.1 sec: 17 segments, 1 merges 1035.1s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 1040.0 sec: 17 segments, 1 merges 1040.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 1045.0 sec: 17 segments, 1 merges 1045.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 1050.0 sec: 17 segments, 1 merges 1050.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 1055.0 sec: 17 segments, 1 merges 1055.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 1060.0 sec: 17 segments, 1 merges 1060.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 1065.0 sec: 17 segments, 1 merges 1065.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 1070.0 sec: 17 segments, 1 merges 1070.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 1075.0 sec: 17 segments, 1 merges 1075.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 1080.0 sec: 17 segments, 1 merges 1080.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 1085.0 sec: 17 segments, 1 merges 1085.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB 1090.0 sec: 17 segments, 1 merges 1090.0s _1ce: 17 segs, 8000.0 K docs, 36036.4 MB done first pass waiting for merges done second pass waiting for merges (CMS.sync()) Force merge done in 1097.04 sec index has 1 segments: segments_3: _1ce(11.0.0):C8000000 _1ce: 36185.8 MB encodingByteSize=4 origByteSize=4 realEncodingByteSize=0.5 index disk usage is 36185.81 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=48204867955 cpu@end=50609885664 deltaMS=2405.017709 thread 14 name=Reference Handler cpu@start=1469445 cpu@end=1469445 deltaMS=0.0 thread 15 name=Finalizer cpu@start=123119 cpu@end=123119 deltaMS=0.0 thread 16 name=Signal Dispatcher cpu@start=52975 cpu@end=52975 deltaMS=0.0 thread 40 name=Common-Cleaner cpu@start=4779792 cpu@end=4779792 deltaMS=0.0 thread 41 name=JFR Recorder Thread cpu@start=19555288891 cpu@end=19555813366 deltaMS=0.524475 thread 42 name=JFR Periodic Tasks cpu@start=122725043963 cpu@end=122838174485 deltaMS=113.130522 thread 46 name=Notification Thread cpu@start=107728 cpu@end=107728 deltaMS=0.0 thread 57 name=hnsw-merge-1-thread-1 cpu@start=1734263898275 cpu@end=1734263898275 deltaMS=0.0 thread 58 name=hnsw-merge-1-thread-2 cpu@start=1737378905328 cpu@end=1737378905328 deltaMS=0.0 thread 59 name=hnsw-merge-1-thread-3 cpu@start=1737640837453 cpu@end=1737640837453 deltaMS=0.0 thread 60 name=hnsw-merge-1-thread-4 cpu@start=1738617544927 cpu@end=1738617544927 deltaMS=0.0 thread 61 name=hnsw-merge-1-thread-5 cpu@start=1734308330948 cpu@end=1734308330948 deltaMS=0.0 thread 62 name=hnsw-merge-1-thread-6 cpu@start=1734686826599 cpu@end=1734686826599 deltaMS=0.0 thread 63 name=hnsw-merge-1-thread-7 cpu@start=1733467243293 cpu@end=1733467243293 deltaMS=0.0 thread 64 name=hnsw-merge-1-thread-8 cpu@start=1734805316741 cpu@end=1734805316741 deltaMS=0.0 thread 65 name=hnsw-merge-1-thread-9 cpu@start=1734286481218 cpu@end=1734286481218 deltaMS=0.0 thread 66 name=hnsw-merge-1-thread-10 cpu@start=1732048680174 cpu@end=1732048680174 deltaMS=0.0 thread 67 name=hnsw-merge-1-thread-11 cpu@start=1738220124337 cpu@end=1738220124337 deltaMS=0.0 thread 68 name=hnsw-merge-1-thread-12 cpu@start=1738343539559 cpu@end=1738343539559 deltaMS=0.0 thread 69 name=hnsw-merge-1-thread-13 cpu@start=1735938588786 cpu@end=1735938588786 deltaMS=0.0 thread 70 name=hnsw-merge-1-thread-14 cpu@start=1739341275936 cpu@end=1739341275936 deltaMS=0.0 thread 71 name=hnsw-merge-1-thread-15 cpu@start=1738466165341 cpu@end=1738466165341 deltaMS=0.0 thread 72 name=hnsw-merge-1-thread-16 cpu@start=1737446202936 cpu@end=1737446202936 deltaMS=0.0 Average CPU cores used: 1.0433713970158438 completed 1000 searches in 2413 ms: 414 QPS CPU time=2517 ms checking results SUMMARY: 0.881 2.413 2.517 1.043 8000000 KNN 100 100 N/A N/A 100.000 32 100 4 bits 5733 934.01 8565.25 1097.04 1 36185.81 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=255, Fanout min=6, mean=16.06, max=32, meandelta=420918.94 % 0 10 20 30 40 50 60 70 80 90 100 0 10 12 13 14 15 17 18 20 23 32 Graph level=2 size=7676, Fanout min=7, mean=27.32, max=32, meandelta=268723.47 % 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=247188, Fanout min=2, mean=28.30, max=32, meandelta=258375.77 % 0 10 20 30 40 50 60 70 80 90 100 0 19 23 27 31 32 32 32 32 32 32 Graph level=0 size=8000000, Fanout min=1, mean=37.73, max=64, meandelta=194209.09 % 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=255, connectedness=1.00 Graph level=2 size=7676, connectedness=1.00 Graph level=1 size=247188, 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.16.10.08.30/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': 46,145,879.87 msec task-clock:u 177,641,912,998,918 cycles:u (36.36%) 175,711,643,891,835 instructions:u (36.36%) 4,247,701,460,389 cache-references:u (36.36%) 1,609,193,641,274 cache-misses:u (36.36%) 62,117,752,859,031 L1-dcache-loads:u (36.36%) 1,989,519,673,256 L1-dcache-load-misses:u (36.36%) 4,123,640,189,763 L1-icache-loads:u (36.37%) 15,301,298,187 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 9,411,197 faults:u 8,446,196 minor-faults:u 148 major-faults:u 15,354,212,591,991 branches:u (36.36%) 113,551,239,783 branch-misses:u (36.37%) 2,722,537,598,666 stalled-cycles-frontend:u (36.36%) stalled-cycles-backend:u 2267.437625656 seconds time elapsed 45563.906257000 seconds user 572.033346000 seconds sys took 0:37:47.469960 to run KnnGraphTester result: KNNResultV1(lucene_git_rev='cb87f1f45bae052cceb4d856c8745eb1e0c1f5e3', luceneutil_git_rev='ae8596d4197d6cab80ba267a11b748d4439834d8', 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.413, net_cpu_ms=2.517, avg_cpu_core_count=1.043, num_docs=8000000, top_k=100, fanout=100, max_conn=32, beam_width=100, quantize_desc='4 bits', total_visited=5733, index_time_sec=934.01, index_docs_per_sec=8565.25, force_merge_time_sec=1097.04, index_num_segments=1, index_size_on_disk_mb=36185.81, selectivity=None, pre_post_filter='null', vec_disk_mb=35278.32, vec_ram_mb=4028.32, graph_level_conn_p_values={3: (255, {0: 0, 10: 10, 20: 12, 30: 13, 40: 14, 50: 15, 60: 17, 70: 18, 80: 20, 90: 23, 100: 32}), 2: (7676, {0: 0, 10: 18, 20: 22, 30: 24, 40: 27, 50: 31, 60: 32, 70: 32, 80: 32, 90: 32, 100: 32}), 1: (247188, {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=2267, microseconds=469960)) Profiler summary for /l/logs.nightly/2026.04.16.10.08.30/bench-knn-q4-fmTrue.jfr Version: 2.1 Chunks: 115 Start: 2026-04-16 15:46:39 (UTC) Duration: 2255 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 44193225 757414365 jdk.FileWrite 23755857 501566283 jdk.FileRead 8003649 182238033 jdk.NativeMethodSample 250662 3302651 jdk.ObjectAllocationInNewTLAB 71780 1423865 jdk.BooleanFlag 57040 1804551 jdk.CPULoad 42176 842884 jdk.Checkpoint 7596 29692726 jdk.Compilation 6314 162731 jdk.UnsignedIntFlag 5520 187258 jdk.IntFlag 5060 184629 jdk.StringFlag 3910 151571 jdk.ObjectAllocationOutsideTLAB 1256 22482 jdk.CPUInformation 115 172726 jdk.GCConfiguration 115 2986 jdk.JVMInformation 115 109246 jdk.Metadata 115 12710602 jdk.GarbageCollection 58 1393 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 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.04.16.10.08.30/bench-knn-q4-fmTrue.jfr Profiler for cpu at stackSize=1 [/l/logs.nightly/2026.04.16.10.08.30/bench-knn-q4-fmTrue.jfr is 1422.88 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 250662 events (total: 250662) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 42.96% 107689 jdk.jfr.internal.JVM#emitEvent() [Native code] 34.23% 85800 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 16.03% 40186 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] 4.63% 11609 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] 1.18% 2963 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] 0.45% 1118 sun.nio.ch.UnixFileDispatcherImpl#force0() [Native code] 0.22% 546 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] 0.07% 164 jdk.jfr.internal.JVM#getStackTraceId() [Native code] 0.05% 117 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] 0.04% 111 jdk.internal.misc.Unsafe#park() [Native code] 0.04% 104 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] 0.02% 58 sun.nio.ch.NativeThread#current0() [Native code] 0.02% 39 jdk.internal.misc.Unsafe#unpark() [Native code] 0.01% 36 java.io.FileDescriptor#close0() [Native code] 0.01% 20 sun.nio.ch.UnixFileDispatcherImpl#size0() [Native code] 0.01% 19 sun.nio.fs.UnixNativeDispatcher#lstat0() [Native code] 0.00% 11 java.io.FileOutputStream#writeBytes() [Native code] 0.00% 10 java.util.zip.Inflater#inflateBytesBytes() [Native code] 0.00% 10 java.io.RandomAccessFile#open0() [Native code] 0.00% 7 java.lang.System#nanoTime() [Native code] 0.00% 6 jdk.jfr.internal.JVM#flush() [Native code] 0.00% 6 java.lang.reflect.Array#newArray() [Native code] 0.00% 5 jdk.internal.misc.VM#getNanoTimeAdjustment() [Native code] 0.00% 5 java.lang.Object#wait0() [Native code] 0.00% 4 sun.nio.fs.UnixNativeDispatcher#access0() [Native code] 0.00% 3 java.io.FileInputStream#readBytes() [Native code] 0.00% 3 java.io.UnixFileSystem#getBooleanAttributes0() [Native code] 0.00% 3 java.lang.Object#hashCode() [Native code] 0.00% 2 jdk.jfr.internal.JVM#shouldRotateDisk() [Native code] 0.00% 1 jdk.internal.misc.Unsafe#allocateInstance() [Native code] 0.00% 1 java.io.UnixFileSystem#createDirectory0() [Native code] 0.00% 1 java.lang.ClassLoader#defineClass1() [Native code] 0.00% 1 jdk.internal.loader.NativeLibraries#load() [Native code] 0.00% 1 java.lang.Thread#sleepNanos0() [Native code] 0.00% 1 sun.nio.fs.UnixNativeDispatcher#readdir0() [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=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.04.16.10.08.30/bench-knn-q4-fmTrue.jfr Profiler for cpu at stackSize=4 [/l/logs.nightly/2026.04.16.10.08.30/bench-knn-q4-fmTrue.jfr is 1422.88 MB /l/logs.nightly/2026.04.16.10.08.30/bench-knn-q4-fmTrue.jfr is 1422.88 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 250662 events (total: 250662) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 38.57% 96689 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Inlined code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [Inlined code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [JIT compiled code] 34.22% 85785 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] 16.02% 40156 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer():341 [Inlined code] at sun.nio.ch.IOUtil#read():307 [Inlined code] 4.09% 10256 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [JIT compiled code] 3.94% 9868 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] 0.92% 2300 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [JIT compiled code] 0.67% 1690 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] 0.37% 938 sun.nio.ch.UnixFileDispatcherImpl#force0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#force():85 [Inlined code] at sun.nio.ch.FileChannelImpl#implForce():620 [JIT compiled code] at sun.nio.ch.FileChannelImpl#force():635 [JIT compiled code] 0.28% 713 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Interpreted code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [Interpreted code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [Interpreted code] 0.20% 490 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [JIT compiled code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [JIT compiled code] 0.18% 457 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open():69 [Inlined code] at sun.nio.fs.UnixChannelFactory#open():242 [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel():132 [Inlined code] 0.07% 179 sun.nio.ch.UnixFileDispatcherImpl#force0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#force():85 [Interpreted code] at sun.nio.ch.FileChannelImpl#implForce():620 [Interpreted code] at sun.nio.ch.FileChannelImpl#force():635 [Interpreted code] 0.07% 163 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [Inlined code] 0.05% 127 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace():186 [Inlined code] at jdk.internal.event.FileReadEvent#commit() [JIT compiled code] at jdk.internal.event.FileReadEvent#offer():71 [Inlined code] 0.04% 96 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat():253 [Inlined code] at sun.nio.fs.UnixFileAttributes#get():77 [Inlined code] at sun.nio.fs.UnixFileAttributeViews$Basic#readAttributes():51 [Inlined code] 0.04% 94 jdk.internal.misc.Unsafe#park() [Native code] at java.util.concurrent.locks.LockSupport#park():223 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():410 [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] 0.03% 87 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map():144 [Inlined code] at sun.nio.ch.FileChannelImpl#mapInternal():1515 [JIT compiled code] at sun.nio.ch.FileChannelImpl#map():1453 [Inlined code] 0.02% 56 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open():69 [JIT compiled code] at sun.nio.fs.UnixChannelFactory#open():242 [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel():132 [JIT compiled code] 0.02% 52 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current():51 [Inlined code] at sun.nio.ch.NativeThreadSet#add():48 [Inlined code] at sun.nio.ch.FileChannelImpl#implRead():245 [Inlined code] 0.02% 51 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [Interpreted code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [Interpreted code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Interpreted code] 0.01% 37 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace():186 [Inlined code] at jdk.internal.event.FileWriteEvent#commit() [JIT compiled code] at jdk.internal.event.FileWriteEvent#offer():69 [Inlined code] 0.01% 36 jdk.internal.misc.Unsafe#unpark() [Native code] at java.util.concurrent.locks.LockSupport#unpark():183 [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():266 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#release():720 [Inlined code] 0.01% 35 java.io.FileDescriptor#close0() [Native code] at java.io.FileDescriptor#close():304 [Inlined code] at java.io.FileDescriptor$1#close():89 [Inlined code] at sun.nio.ch.FileChannelImpl$Closer#run():123 [JIT compiled code] 0.01% 30 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [JIT compiled code] at sun.nio.ch.IOUtil#readIntoNativeBuffer():341 [JIT compiled code] at sun.nio.ch.IOUtil#read():307 [JIT compiled code] 0.01% 28 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map():144 [JIT compiled code] at sun.nio.ch.FileChannelImpl#mapInternal():1515 [JIT compiled code] at sun.nio.ch.FileChannelImpl#map():1453 [JIT compiled code] 0.01% 20 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Interpreted code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [Interpreted code] 0.01% 18 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open():69 [Interpreted code] at sun.nio.fs.UnixChannelFactory#open():242 [Interpreted code] at sun.nio.fs.UnixChannelFactory#newFileChannel():132 [Interpreted code] 0.01% 18 sun.nio.fs.UnixNativeDispatcher#lstat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#lstat():273 [Inlined code] at sun.nio.fs.UnixFileAttributes#get():79 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete():254 [Inlined code] 0.01% 17 jdk.internal.misc.Unsafe#park() [Native code] at java.util.concurrent.locks.LockSupport#park():223 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():410 [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():650 [Inlined code] 0.01% 16 sun.nio.ch.UnixFileDispatcherImpl#size0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#size():93 [Inlined code] at sun.nio.ch.FileChannelImpl#size():496 [JIT compiled code] at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock#ensureValid():169 [JIT compiled code] 0.01% 15 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open():69 [JIT compiled code] at sun.nio.fs.UnixChannelFactory#open():242 [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel():132 [Inlined code] 0.01% 14 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [JIT compiled code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [JIT compiled code] at sun.nio.ch.IOUtil#write():102 [JIT compiled code] 0.00% 10 java.io.RandomAccessFile#open0() [Native code] at java.io.RandomAccessFile#open():338 [Interpreted code] at java.io.RandomAccessFile#():257 [Interpreted code] at java.io.RandomAccessFile#():211 [Interpreted code] 0.00% 10 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Interpreted code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [JIT compiled code] 0.00% 10 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Interpreted code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [Interpreted code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [Interpreted code] 0.00% 8 java.util.zip.Inflater#inflateBytesBytes() [Native code] at java.util.zip.Inflater#inflate():354 [JIT compiled code] at java.util.zip.InflaterInputStream#read():210 [JIT compiled code] at jdk.internal.loader.Resource#getBytes():106 [JIT compiled code] 0.00% 8 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat():253 [JIT compiled code] at sun.nio.fs.UnixFileAttributes#get():77 [Inlined code] at sun.nio.fs.UnixFileAttributeViews$Basic#readAttributes():51 [JIT compiled code] 0.00% 6 jdk.jfr.internal.JVM#flush() [Native code] at jdk.jfr.internal.event.EventWriter#flush():232 [JIT compiled code] at jdk.jfr.internal.event.EventWriter#isValidForSize():214 [Inlined code] at jdk.jfr.internal.event.EventWriter#putLong():120 [Inlined code] 0.00% 6 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current():51 [Inlined code] at sun.nio.ch.NativeThreadSet#add():48 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():349 [Inlined code] 0.00% 5 java.io.FileOutputStream#writeBytes() [Native code] at java.io.FileOutputStream#traceWriteBytes():311 [Interpreted code] at java.io.FileOutputStream#write():349 [Interpreted code] at java.lang.System$Out#write():1910 [Inlined code] 0.00% 4 java.io.FileOutputStream#writeBytes() [Native code] at java.io.FileOutputStream#traceWriteBytes():311 [JIT compiled code] at java.io.FileOutputStream#write():349 [JIT compiled code] at java.lang.System$Out#write():1910 [Inlined code] 0.00% 4 sun.nio.fs.UnixNativeDispatcher#access0() [Native code] at sun.nio.fs.UnixNativeDispatcher#access():437 [Interpreted code] at sun.nio.fs.UnixFileSystemProvider#exists():518 [Interpreted code] at java.nio.file.Files#exists():2289 [Interpreted code] 0.00% 4 java.lang.Object#wait0() [Native code] at java.lang.Object#wait():389 [Inlined code] at jdk.jfr.internal.PlatformRecorder#takeNap():540 [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#periodicTask():508 [Interpreted code] 0.00% 4 java.lang.System#nanoTime() [Native code] at knn.KnnIndexer#waitForMergesWithStatus():276 [Interpreted code] at knn.KnnGraphTester#forceMerge():1070 [Interpreted code] at knn.KnnGraphTester#run():715 [Interpreted code] 0.00% 3 jdk.internal.misc.VM#getNanoTimeAdjustment() [Native code] at java.time.Clock#currentInstant():496 [JIT compiled code] at java.time.Instant#now():277 [Inlined code] at org.apache.lucene.index.IndexWriter#setDiagnostics():5032 [JIT compiled code] 0.00% 3 java.lang.Object#hashCode() [Native code] at org.apache.lucene.index.ConcurrentApproximatePriorityQueue#add():77 [Inlined code] at org.apache.lucene.index.LockableConcurrentApproximatePriorityQueue#addAndUnlock():66 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThreadPool#marksAsFreeAndUnlock():152 [JIT compiled code] 0.00% 3 sun.nio.ch.UnixFileDispatcherImpl#size0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#size():93 [Inlined code] at sun.nio.ch.FileChannelImpl#size():496 [JIT compiled code] at org.apache.lucene.store.MMapDirectory#openInput():329 [JIT compiled code] 0.00% 2 java.lang.reflect.Array#newArray() [Native code] at java.lang.reflect.Array#newInstance():76 [Inlined code] at java.util.AbstractCollection#toArray():187 [JIT compiled code] at java.util.Map#copyOf():1746 [JIT compiled code] 0.00% 2 jdk.internal.misc.Unsafe#unpark() [Native code] at java.util.concurrent.locks.LockSupport#unpark():183 [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():266 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#releaseShared():807 [Inlined code] 0.00% 2 java.util.zip.Inflater#inflateBytesBytes() [Native code] at java.util.zip.Inflater#inflate():354 [Interpreted code] at java.util.zip.InflaterInputStream#read():210 [Interpreted code] at jdk.internal.loader.Resource#getBytes():106 [Interpreted code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.04.16.10.08.30/bench-knn-q4-fmTrue.jfr Profiler for cpu at stackSize=12 [/l/logs.nightly/2026.04.16.10.08.30/bench-knn-q4-fmTrue.jfr is 1422.88 MB /l/logs.nightly/2026.04.16.10.08.30/bench-knn-q4-fmTrue.jfr is 1422.88 MB /l/logs.nightly/2026.04.16.10.08.30/bench-knn-q4-fmTrue.jfr is 1422.88 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 250662 events (total: 250662) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 38.57% 96689 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Inlined code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [Inlined code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#periodicTask():502 [Interpreted code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0():428 [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000007807aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 31.61% 79222 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] at sun.nio.ch.IOUtil#write():72 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():355 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [Inlined code] at sun.nio.ch.ChannelOutputStream#write():105 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write():391 [Inlined code] at java.util.zip.CheckedOutputStream#write():73 [Inlined code] 15.78% 39546 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer():341 [Inlined code] at sun.nio.ch.IOUtil#read():307 [Inlined code] at sun.nio.ch.IOUtil#read():284 [JIT compiled code] at sun.nio.ch.FileChannelImpl#implRead():251 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead():269 [JIT compiled code] at sun.nio.ch.FileChannelImpl#read():229 [Inlined code] at knn.VectorReader#readNext():57 [Inlined code] at knn.VectorReaderFloat32#next():30 [Inlined code] at knn.IndexerThread#_run():102 [JIT compiled code] at knn.IndexerThread#run():74 [Interpreted code] 4.09% 10256 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#periodicTask():502 [Interpreted code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0():428 [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000007807aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 2.62% 6563 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] at sun.nio.ch.IOUtil#write():72 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():355 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [JIT compiled code] at sun.nio.ch.ChannelOutputStream#write():105 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write():391 [Inlined code] at java.util.zip.CheckedOutputStream#write():73 [JIT compiled code] 2.10% 5275 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [Inlined code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [Inlined code] at org.apache.lucene.util.FileDeleter#delete():234 [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete():227 [Inlined code] at org.apache.lucene.util.FileDeleter#decRef():109 [JIT compiled code] at org.apache.lucene.index.IndexFileDeleter#decRef():620 [Inlined code] 1.18% 2962 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [Inlined code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete():234 [Inlined code] at org.apache.lucene.util.FileDeleter#delete():227 [JIT compiled code] at org.apache.lucene.util.FileDeleter#decRef():109 [Interpreted code] at org.apache.lucene.index.IndexFileDeleter#decRef():620 [JIT compiled code] 0.92% 2300 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle():280 [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup():270 [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup():264 [Inlined code] at jdk.internal.foreign.SharedSession$SharedResourceList#cleanup():143 [Inlined code] at jdk.internal.foreign.MemorySessionImpl#close():241 [Inlined code] at jdk.internal.foreign.ArenaImpl#close():47 [Inlined code] at org.apache.lucene.store.RefCountedSharedArena#release():113 [Inlined code] at org.apache.lucene.store.RefCountedSharedArena#close():122 [Inlined code] 0.32% 808 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [Inlined code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [JIT compiled code] at org.apache.lucene.store.FilterDirectory#deleteFile():65 [JIT compiled code] at org.apache.lucene.store.TrackingDirectoryWrapper#deleteFile():35 [JIT compiled code] at org.apache.lucene.util.IOUtils#deleteFilesIgnoringExceptions():226 [Interpreted code] at org.apache.lucene.util.IOUtils#deleteFilesIgnoringExceptions():239 [Interpreted code] 0.29% 732 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete():234 [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete():227 [Inlined code] at org.apache.lucene.util.FileDeleter#decRef():109 [JIT compiled code] at org.apache.lucene.index.IndexFileDeleter#decRef():620 [Inlined code] 0.28% 713 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Interpreted code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [Interpreted code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [Interpreted code] at jdk.jfr.internal.PlatformRecorder#periodicTask():502 [Interpreted code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0():428 [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000007807aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 0.23% 581 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [Inlined code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete():234 [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete():227 [Inlined code] at org.apache.lucene.util.FileDeleter#decRef():109 [JIT compiled code] at org.apache.lucene.index.IndexFileDeleter#decRef():620 [Inlined code] 0.22% 562 sun.nio.ch.UnixFileDispatcherImpl#force0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#force():85 [Inlined code] at sun.nio.ch.FileChannelImpl#implForce():620 [JIT compiled code] at sun.nio.ch.FileChannelImpl#force():635 [JIT compiled code] at org.apache.lucene.util.IOUtils#fsync():537 [JIT compiled code] at org.apache.lucene.store.FSDirectory#fsync():296 [JIT compiled code] at org.apache.lucene.store.FSDirectory#sync():248 [Interpreted code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#sync():68 [Interpreted code] at org.apache.lucene.index.IndexWriter#startCommit():5663 [Interpreted code] at org.apache.lucene.index.IndexWriter#prepareCommitInternal():3789 [Interpreted code] at org.apache.lucene.index.IndexWriter#commitInternal():4131 [Interpreted code] at org.apache.lucene.index.IndexWriter#commit():4093 [Interpreted code] 0.16% 396 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer():341 [Inlined code] at sun.nio.ch.IOUtil#read():307 [Inlined code] at sun.nio.ch.IOUtil#read():284 [JIT compiled code] at sun.nio.ch.FileChannelImpl#implRead():251 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead():269 [JIT compiled code] at sun.nio.ch.FileChannelImpl#read():229 [Inlined code] at knn.VectorReader#readNext():57 [Inlined code] at knn.VectorReaderFloat32#next():30 [JIT compiled code] at knn.IndexerThread#_run():102 [JIT compiled code] at knn.IndexerThread#run():74 [Interpreted code] 0.15% 375 sun.nio.ch.UnixFileDispatcherImpl#force0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#force():85 [Inlined code] at sun.nio.ch.FileChannelImpl#implForce():620 [JIT compiled code] at sun.nio.ch.FileChannelImpl#force():635 [JIT compiled code] at org.apache.lucene.util.IOUtils#fsync():537 [JIT compiled code] at org.apache.lucene.store.FSDirectory#fsync():296 [JIT compiled code] at org.apache.lucene.store.FSDirectory#sync():248 [Interpreted code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#sync():68 [Interpreted code] at org.apache.lucene.index.IndexWriter#startCommit():5663 [Interpreted code] at org.apache.lucene.index.IndexWriter#prepareCommitInternal():3789 [Interpreted code] at org.apache.lucene.index.IndexWriter#commitInternal():4131 [Interpreted code] at org.apache.lucene.index.IndexWriter#shutdown():1325 [Interpreted code] 0.14% 350 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete():234 [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete():227 [Inlined code] at org.apache.lucene.util.FileDeleter#decRef():109 [JIT compiled code] at org.apache.lucene.index.IndexFileDeleter#decRef():620 [JIT compiled code] 0.14% 342 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete():234 [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete():227 [Interpreted code] at org.apache.lucene.util.FileDeleter#decRef():109 [JIT compiled code] at org.apache.lucene.index.IndexFileDeleter#decRef():620 [Interpreted code] 0.12% 313 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open():69 [Inlined code] at sun.nio.fs.UnixChannelFactory#open():242 [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel():132 [Inlined code] at sun.nio.fs.UnixChannelFactory#newFileChannel():145 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#newFileChannel():211 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#newByteChannel():244 [Inlined code] at java.nio.file.spi.FileSystemProvider#newOutputStream():426 [JIT compiled code] at java.nio.file.Files#newOutputStream():215 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#():385 [JIT compiled code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#():378 [Inlined code] at org.apache.lucene.store.FSDirectory#createOutput():215 [Inlined code] 0.08% 204 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [JIT compiled code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle():280 [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup():270 [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup():264 [Interpreted code] at jdk.internal.foreign.SharedSession$SharedResourceList#cleanup():143 [Interpreted code] at jdk.internal.foreign.MemorySessionImpl#close():241 [Inlined code] at jdk.internal.foreign.ArenaImpl#close():47 [JIT compiled code] at org.apache.lucene.store.RefCountedSharedArena#release():113 [JIT compiled code] at org.apache.lucene.store.RefCountedSharedArena#close():122 [JIT compiled code] 0.07% 184 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer():341 [Inlined code] at sun.nio.ch.IOUtil#read():307 [Inlined code] at sun.nio.ch.IOUtil#read():284 [JIT compiled code] at sun.nio.ch.FileChannelImpl#implRead():251 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead():269 [JIT compiled code] at sun.nio.ch.FileChannelImpl#read():229 [Inlined code] at knn.VectorReader#readNext():57 [Inlined code] at knn.VectorReaderFloat32#next():30 [JIT compiled code] at knn.IndexerThread#_run():102 [Interpreted code] at knn.IndexerThread#run():74 [Interpreted code] 0.07% 178 sun.nio.ch.UnixFileDispatcherImpl#force0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#force():85 [Interpreted code] at sun.nio.ch.FileChannelImpl#implForce():620 [Interpreted code] at sun.nio.ch.FileChannelImpl#force():635 [Interpreted code] at org.apache.lucene.util.IOUtils#fsync():537 [Interpreted code] at org.apache.lucene.store.FSDirectory#fsync():296 [Interpreted code] at org.apache.lucene.store.FSDirectory#sync():248 [Interpreted code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#sync():68 [Interpreted code] at org.apache.lucene.index.IndexWriter#startCommit():5663 [Interpreted code] at org.apache.lucene.index.IndexWriter#prepareCommitInternal():3789 [Interpreted code] at org.apache.lucene.index.IndexWriter#commitInternal():4131 [Interpreted code] at org.apache.lucene.index.IndexWriter#commit():4093 [Interpreted code] 0.07% 168 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [JIT compiled code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle():280 [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup():270 [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup():264 [Inlined code] at jdk.internal.foreign.SharedSession$SharedResourceList#cleanup():143 [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl#close():241 [Inlined code] at jdk.internal.foreign.ArenaImpl#close():47 [JIT compiled code] at org.apache.lucene.store.RefCountedSharedArena#release():113 [JIT compiled code] at org.apache.lucene.store.RefCountedSharedArena#close():122 [JIT compiled code] 0.05% 126 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace():186 [Inlined code] at jdk.internal.event.FileReadEvent#commit() [JIT compiled code] at jdk.internal.event.FileReadEvent#offer():71 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead():271 [JIT compiled code] at sun.nio.ch.FileChannelImpl#read():229 [Inlined code] at knn.VectorReader#readNext():57 [Inlined code] at knn.VectorReaderFloat32#next():30 [Inlined code] at knn.IndexerThread#_run():102 [JIT compiled code] at knn.IndexerThread#run():74 [Interpreted code] 0.05% 123 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [Inlined code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [JIT compiled code] at org.apache.lucene.store.FilterDirectory#deleteFile():65 [Interpreted code] at org.apache.lucene.store.TrackingDirectoryWrapper#deleteFile():35 [JIT compiled code] at org.apache.lucene.util.IOUtils#deleteFilesIgnoringExceptions():226 [Interpreted code] at org.apache.lucene.util.IOUtils#deleteFilesIgnoringExceptions():239 [Interpreted code] 0.05% 118 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [JIT compiled code] at org.apache.lucene.store.FilterDirectory#deleteFile():65 [Interpreted code] at org.apache.lucene.store.TrackingDirectoryWrapper#deleteFile():35 [JIT compiled code] at org.apache.lucene.util.IOUtils#deleteFilesIgnoringExceptions():226 [Interpreted code] at org.apache.lucene.util.IOUtils#deleteFilesIgnoringExceptions():239 [Interpreted code] 0.03% 68 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete():234 [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete():227 [Interpreted code] at org.apache.lucene.util.FileDeleter#decRef():109 [JIT compiled code] at org.apache.lucene.index.IndexFileDeleter#decRef():620 [JIT compiled code] 0.02% 62 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [Inlined code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [JIT compiled code] at org.apache.lucene.store.TrackingDirectoryWrapper#deleteFile():35 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.FieldsIndexWriter#finish():142 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#finish():480 [JIT compiled code] at org.apache.lucene.index.StoredFieldsConsumer#flush():106 [JIT compiled code] 0.02% 58 jdk.internal.misc.Unsafe#park() [Native code] at java.util.concurrent.locks.LockSupport#park():223 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():410 [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] 0.02% 52 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current():51 [Inlined code] at sun.nio.ch.NativeThreadSet#add():48 [Inlined code] at sun.nio.ch.FileChannelImpl#implRead():245 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead():269 [JIT compiled code] at sun.nio.ch.FileChannelImpl#read():229 [Inlined code] at knn.VectorReader#readNext():57 [Inlined code] at knn.VectorReaderFloat32#next():30 [Inlined code] at knn.IndexerThread#_run():102 [JIT compiled code] at knn.IndexerThread#run():74 [Interpreted code] 0.02% 50 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [JIT compiled code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle():280 [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup():270 [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup():264 [Interpreted code] at jdk.internal.foreign.SharedSession$SharedResourceList#cleanup():143 [Interpreted code] at jdk.internal.foreign.MemorySessionImpl#close():241 [Inlined code] at jdk.internal.foreign.ArenaImpl#close():47 [JIT compiled code] at org.apache.lucene.store.RefCountedSharedArena#release():113 [Interpreted code] at org.apache.lucene.store.RefCountedSharedArena#close():122 [Interpreted code] 0.02% 50 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open():69 [Inlined code] at sun.nio.fs.UnixChannelFactory#open():242 [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel():132 [Inlined code] at sun.nio.fs.UnixChannelFactory#newFileChannel():145 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#newFileChannel():211 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#newByteChannel():244 [Inlined code] at java.nio.file.spi.FileSystemProvider#newOutputStream():426 [JIT compiled code] at java.nio.file.Files#newOutputStream():215 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#():385 [JIT compiled code] at org.apache.lucene.store.FSDirectory#createTempOutput():229 [JIT compiled code] at org.apache.lucene.store.FilterDirectory#createTempOutput():81 [JIT compiled code] 0.02% 45 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [Interpreted code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [Interpreted code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Interpreted code] at java.nio.file.Files#delete():1052 [Interpreted code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [Interpreted code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [Interpreted code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [Interpreted code] at org.apache.lucene.util.FileDeleter#delete():234 [Interpreted code] at org.apache.lucene.util.FileDeleter#delete():227 [Interpreted code] at org.apache.lucene.util.FileDeleter#decRef():109 [Interpreted code] at org.apache.lucene.index.IndexFileDeleter#decRef():620 [Interpreted code] 0.02% 44 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open():69 [Inlined code] at sun.nio.fs.UnixChannelFactory#open():242 [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel():132 [Inlined code] at sun.nio.fs.UnixChannelFactory#newFileChannel():145 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#newFileChannel():211 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#newByteChannel():244 [Inlined code] at java.nio.file.spi.FileSystemProvider#newOutputStream():426 [JIT compiled code] at java.nio.file.Files#newOutputStream():215 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#():385 [JIT compiled code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#():378 [JIT compiled code] at org.apache.lucene.store.FSDirectory#createOutput():215 [JIT compiled code] 0.02% 43 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open():69 [JIT compiled code] at sun.nio.fs.UnixChannelFactory#open():242 [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel():132 [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel():145 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#newFileChannel():211 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#newByteChannel():244 [Inlined code] at java.nio.file.spi.FileSystemProvider#newOutputStream():426 [JIT compiled code] at java.nio.file.Files#newOutputStream():215 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#():385 [JIT compiled code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#():378 [JIT compiled code] at org.apache.lucene.store.FSDirectory#createOutput():215 [JIT compiled code] 0.02% 41 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete():234 [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete():227 [Inlined code] at org.apache.lucene.util.FileDeleter#decRef():109 [JIT compiled code] at org.apache.lucene.index.IndexFileDeleter#decRef():620 [Inlined code] 0.01% 37 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle():280 [Inlined code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup():115 [Inlined code] at jdk.internal.foreign.MemorySessionImpl#close():241 [Inlined code] at jdk.internal.foreign.ArenaImpl#close():47 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#close():698 [JIT compiled code] at org.apache.lucene.store.BufferedChecksumIndexInput#close():83 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.FieldsIndexWriter#finish():141 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#finish():480 [JIT compiled code] 0.01% 33 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace():186 [Inlined code] at jdk.internal.event.FileWriteEvent#commit() [JIT compiled code] at jdk.internal.event.FileWriteEvent#offer():69 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():376 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [Inlined code] at sun.nio.ch.ChannelOutputStream#write():105 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write():391 [Inlined code] at java.util.zip.CheckedOutputStream#write():73 [Inlined code] at java.io.BufferedOutputStream#flushBuffer():123 [JIT compiled code] at java.io.BufferedOutputStream#write():188 [Inlined code] 0.01% 30 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [JIT compiled code] at sun.nio.ch.IOUtil#readIntoNativeBuffer():341 [JIT compiled code] at sun.nio.ch.IOUtil#read():307 [JIT compiled code] at sun.nio.ch.IOUtil#read():284 [JIT compiled code] at sun.nio.ch.FileChannelImpl#implRead():251 [JIT compiled code] at sun.nio.ch.FileChannelImpl#traceImplRead():269 [JIT compiled code] at sun.nio.ch.FileChannelImpl#read():229 [Inlined code] at knn.VectorReader#readNext():57 [JIT compiled code] at knn.VectorReaderFloat32#next():30 [JIT compiled code] at knn.IndexerThread#_run():102 [Interpreted code] at knn.IndexerThread#run():74 [Interpreted code] 0.01% 28 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map():144 [Inlined code] at sun.nio.ch.FileChannelImpl#mapInternal():1515 [JIT compiled code] at sun.nio.ch.FileChannelImpl#map():1453 [Inlined code] at org.apache.lucene.store.MMapDirectory#map():376 [JIT compiled code] at org.apache.lucene.store.MMapDirectory#openInput():333 [JIT compiled code] at org.apache.lucene.store.FilterDirectory#openInput():101 [JIT compiled code] at org.apache.lucene.store.FilterDirectory#openInput():101 [Inlined code] at org.apache.lucene.store.Directory#openChecksumInput():156 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.FieldsIndexWriter#finish():120 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#finish():480 [JIT compiled code] at org.apache.lucene.index.StoredFieldsConsumer#flush():106 [JIT compiled code] 0.01% 27 jdk.internal.misc.Unsafe#park() [Native code] at java.util.concurrent.locks.LockSupport#park():223 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():410 [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] 0.01% 27 java.io.FileDescriptor#close0() [Native code] at java.io.FileDescriptor#close():304 [Inlined code] at java.io.FileDescriptor$1#close():89 [Inlined code] at sun.nio.ch.FileChannelImpl$Closer#run():123 [JIT compiled code] at jdk.internal.ref.CleanerImpl$PhantomCleanableRef#performCleanup():176 [Inlined code] at jdk.internal.ref.PhantomCleanable#clean():96 [Inlined code] at sun.nio.ch.FileChannelImpl#implCloseChannel():219 [Inlined code] at java.nio.channels.spi.AbstractInterruptibleChannel#close():129 [Inlined code] at sun.nio.ch.ChannelOutputStream#close():111 [JIT compiled code] at java.io.FilterOutputStream#close():190 [JIT compiled code] at java.io.FilterOutputStream#close():190 [JIT compiled code] at java.io.FilterOutputStream#close():190 [Inlined code] 0.01% 25 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete():234 [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete():227 [Interpreted code] at org.apache.lucene.util.FileDeleter#decRef():109 [Interpreted code] at org.apache.lucene.index.IndexFileDeleter#decRef():620 [Interpreted code] 0.01% 23 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [JIT compiled code] at org.apache.lucene.store.FilterDirectory#deleteFile():65 [Interpreted code] at org.apache.lucene.store.TrackingDirectoryWrapper#deleteFile():35 [Interpreted code] at org.apache.lucene.util.IOUtils#deleteFilesIgnoringExceptions():226 [Interpreted code] at org.apache.lucene.util.IOUtils#deleteFilesIgnoringExceptions():239 [Interpreted code] 0.01% 22 jdk.internal.misc.Unsafe#unpark() [Native code] at java.util.concurrent.locks.LockSupport#unpark():183 [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():266 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#release():720 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#unlock():1154 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():392 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.01% 22 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer():341 [Inlined code] at sun.nio.ch.IOUtil#read():307 [Inlined code] at sun.nio.ch.IOUtil#read():284 [Inlined code] at sun.nio.ch.FileChannelImpl#implRead():251 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead():269 [JIT compiled code] at sun.nio.ch.FileChannelImpl#read():229 [Inlined code] at knn.VectorReader#readNext():57 [Inlined code] at knn.VectorReaderFloat32#next():30 [JIT compiled code] at knn.IndexerThread#_run():102 [Interpreted code] at knn.IndexerThread#run():74 [Interpreted code] 0.01% 22 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle():280 [Inlined code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup():115 [Inlined code] at jdk.internal.foreign.MemorySessionImpl#close():241 [Inlined code] at jdk.internal.foreign.ArenaImpl#close():47 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#close():698 [JIT compiled code] at org.apache.lucene.store.BufferedChecksumIndexInput#close():83 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsReader#():125 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104HnswScalarQuantizedVectorsFormat#fieldsReader():204 [JIT compiled code] 0.01% 21 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle():280 [Inlined code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup():115 [Inlined code] at jdk.internal.foreign.MemorySessionImpl#close():241 [Inlined code] at jdk.internal.foreign.ArenaImpl#close():47 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#close():698 [JIT compiled code] at org.apache.lucene.store.BufferedChecksumIndexInput#close():83 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsReader#readMetadata():128 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsReader#():85 [JIT compiled code] 0.01% 20 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle():280 [Inlined code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup():115 [Inlined code] at jdk.internal.foreign.MemorySessionImpl#close():241 [Inlined code] at jdk.internal.foreign.ArenaImpl#close():47 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#close():698 [JIT compiled code] at org.apache.lucene.store.BufferedChecksumIndexInput#close():83 [Inlined code] at org.apache.lucene.codecs.lucene94.Lucene94FieldInfosFormat#read():248 [JIT compiled code] at org.apache.lucene.index.SegmentCoreReaders#():91 [JIT compiled code] 0.01% 20 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Interpreted code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [Interpreted code] at jdk.jfr.internal.PlatformRecorder#periodicTask():502 [Interpreted code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0():428 [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000007807aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 0.01% 18 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat():253 [Inlined code] at sun.nio.fs.UnixFileAttributes#get():77 [Inlined code] at sun.nio.fs.UnixFileAttributeViews$Basic#readAttributes():51 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#readAttributes():161 [Inlined code] at sun.nio.fs.LinuxFileSystemProvider#readAttributes():99 [Inlined code] at java.nio.file.Files#readAttributes():1702 [Inlined code] at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock#ensureValid():177 [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#createOutput():42 [Inlined code] at org.apache.lucene.store.TrackingDirectoryWrapper#createOutput():41 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.FieldsIndexWriter#finish():112 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#finish():480 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.04.16.10.08.30/bench-knn-q4-fmTrue.jfr Profiler for heap at stackSize=1 [/l/logs.nightly/2026.04.16.10.08.30/bench-knn-q4-fmTrue.jfr is 1422.88 MB /l/logs.nightly/2026.04.16.10.08.30/bench-knn-q4-fmTrue.jfr is 1422.88 MB /l/logs.nightly/2026.04.16.10.08.30/bench-knn-q4-fmTrue.jfr is 1422.88 MB /l/logs.nightly/2026.04.16.10.08.30/bench-knn-q4-fmTrue.jfr is 1422.88 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 73009 events (total: 556262M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 23.28% 129483M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] 23.00% 127955M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 22.96% 127735M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 11.43% 63571M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] 5.86% 32596M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] 4.04% 22472M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] 1.14% 6343M java.util.Arrays#copyOf():3478 [Inlined code] 0.93% 5189M java.lang.Integer#valueOf():1006 [Inlined code] 0.66% 3644M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] 0.64% 3558M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [JIT compiled code] 0.64% 3542M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] 0.64% 3538M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] 0.42% 2360M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():204 [JIT compiled code] 0.41% 2307M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] 0.31% 1749M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():345 [Interpreted code] 0.30% 1649M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():232 [JIT compiled code] 0.30% 1647M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] 0.25% 1374M knn.IndexerThread#_run():83 [Interpreted code] 0.23% 1288M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():283 [JIT compiled code] 0.18% 983M java.util.DualPivotQuicksort#tryMergeRuns():816 [JIT compiled code] 0.17% 918M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] 0.15% 851M java.util.ArrayList#grow():240 [Inlined code] 0.15% 837M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] 0.15% 825M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] 0.13% 748M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():269 [JIT compiled code] 0.13% 724M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] 0.11% 597M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] 0.09% 526M java.lang.reflect.Array#newInstance():76 [Inlined code] 0.09% 505M knn.IndexerThread#_run():105 [JIT compiled code] 0.08% 420M java.util.DualPivotQuicksort#sort():354 [JIT compiled code] 0.07% 409M java.util.List#of():935 [Inlined code] 0.07% 390M java.util.ArrayList#iterator():1030 [JIT compiled code] 0.07% 362M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():618 [JIT compiled code] 0.06% 355M knn.IndexerThread#_run():119 [JIT compiled code] 0.06% 343M org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Interpreted code] 0.06% 342M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [Inlined code] 0.06% 327M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():556 [JIT compiled code] 0.05% 257M org.apache.lucene.document.Document#():42 [Inlined code] 0.05% 254M java.util.HashMap#newNode():1910 [Inlined code] 0.04% 248M java.util.concurrent.locks.ReentrantReadWriteLock$Sync$ThreadLocalHoldCounter#initialValue():291 [Inlined code] 0.03% 178M knn.IndexerThread#_run():83 [JIT compiled code] 0.03% 171M java.util.concurrent.FutureTask#run():320 [Interpreted code] 0.03% 169M org.apache.lucene.util.SparseFixedBitSet#insertLong():230 [Inlined code] 0.03% 169M org.apache.lucene.util.SparseFixedBitSet#insertBlock():211 [JIT compiled code] 0.03% 159M java.io.BufferedOutputStream#():92 [Inlined code] 0.03% 154M org.apache.lucene.util.FixedBitSet#():148 [Inlined code] 0.03% 149M java.util.HashMap#resize():711 [JIT compiled code] 0.03% 142M org.apache.lucene.util.hnsw.OnHeapHnswGraph#():86 [JIT compiled code] 0.03% 142M org.apache.lucene.util.packed.DirectMonotonicWriter#():72 [Inlined code] 0.02% 116M org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#writeGraph():478 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.04.16.10.08.30/bench-knn-q4-fmTrue.jfr Profiler for heap at stackSize=4 [/l/logs.nightly/2026.04.16.10.08.30/bench-knn-q4-fmTrue.jfr is 1422.88 MB /l/logs.nightly/2026.04.16.10.08.30/bench-knn-q4-fmTrue.jfr is 1422.88 MB /l/logs.nightly/2026.04.16.10.08.30/bench-knn-q4-fmTrue.jfr is 1422.88 MB /l/logs.nightly/2026.04.16.10.08.30/bench-knn-q4-fmTrue.jfr is 1422.88 MB /l/logs.nightly/2026.04.16.10.08.30/bench-knn-q4-fmTrue.jfr is 1422.88 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 73009 events (total: 556262M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 18.68% 103933M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] 18.61% 103528M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] 12.91% 71804M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 9.44% 52525M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] 7.02% 39049M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollector#():44 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [JIT compiled code] 5.86% 32596M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():435 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():432 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():461 [Inlined code] 4.41% 24515M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#():44 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [Interpreted code] 4.39% 24427M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] 4.20% 23373M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] 2.88% 16020M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 1.16% 6452M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 1.07% 5945M java.util.Arrays#copyOf():3478 [Inlined code] at java.util.ArrayDeque#grow():146 [JIT compiled code] at java.util.ArrayDeque#addFirst():288 [Inlined code] at java.util.ArrayDeque#push():577 [Inlined code] 0.90% 5000M java.lang.Integer#valueOf():1006 [Inlined code] at knn.KnnGraphTester#printGraphConnectedNess():1098 [JIT compiled code] at knn.KnnGraphTester#printFanoutHist():1053 [Interpreted code] at knn.KnnGraphTester#printFanoutHist():1028 [Interpreted code] 0.66% 3644M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] 0.65% 3592M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] 0.47% 2630M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.40% 2233M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():204 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():332 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Interpreted code] 0.31% 1749M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():345 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.26% 1425M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.25% 1374M knn.IndexerThread#_run():83 [Interpreted code] at knn.IndexerThread#run():74 [Interpreted code] 0.24% 1360M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.21% 1154M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.19% 1084M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.18% 983M java.util.DualPivotQuicksort#tryMergeRuns():816 [JIT compiled code] at java.util.DualPivotQuicksort#sort():277 [JIT compiled code] at java.util.DualPivotQuicksort#sort():238 [Inlined code] at java.util.Arrays#sort():123 [Inlined code] 0.17% 928M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.17% 918M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] at java.lang.invoke.DirectMethodHandle$Holder#newInvokeSpecial() [Inlined code] at java.lang.invoke.Invokers$Holder#linkToTargetMethod() [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] 0.16% 867M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():332 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.15% 853M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():232 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():880 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():832 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():379 [JIT compiled code] 0.15% 851M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] 0.15% 825M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.15% 807M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] 0.13% 724M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] at org.apache.lucene.search.AbstractKnnVectorQuery#rewrite():106 [JIT compiled code] at org.apache.lucene.search.KnnFloatVectorQuery#rewrite():48 [Inlined code] at knn.KnnGraphTester$ProfiledKnnFloatVectorQuery#rewrite():2211 [JIT compiled code] 0.12% 649M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():880 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():832 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():379 [JIT compiled code] 0.11% 584M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] 0.10% 543M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.10% 532M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():232 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():207 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():178 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush():165 [JIT compiled code] 0.09% 527M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():283 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] 0.09% 523M java.lang.reflect.Array#newInstance():76 [Inlined code] at org.apache.lucene.util.ArrayUtil#growExact():216 [Inlined code] at org.apache.lucene.util.ArrayUtil#grow():234 [JIT compiled code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():152 [JIT compiled code] 0.09% 518M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.09% 505M knn.IndexerThread#_run():105 [JIT compiled code] at knn.IndexerThread#run():74 [Interpreted code] 0.09% 499M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.08% 462M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 0.08% 461M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():238 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] 0.08% 461M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():238 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] 0.08% 454M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] 0.08% 453M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.08% 443M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():738 [Inlined code] 0.07% 407M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():283 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] 0.06% 356M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():618 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader#serializedDocument():645 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#copyOneDoc():508 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#merge():630 [JIT compiled code] 0.06% 355M knn.IndexerThread#_run():119 [JIT compiled code] at knn.IndexerThread#run():74 [Interpreted code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.04.16.10.08.30/bench-knn-q4-fmTrue.jfr Profiler for heap at stackSize=12 [/l/logs.nightly/2026.04.16.10.08.30/bench-knn-q4-fmTrue.jfr is 1422.88 MB /l/logs.nightly/2026.04.16.10.08.30/bench-knn-q4-fmTrue.jfr is 1422.88 MB /l/logs.nightly/2026.04.16.10.08.30/bench-knn-q4-fmTrue.jfr is 1422.88 MB /l/logs.nightly/2026.04.16.10.08.30/bench-knn-q4-fmTrue.jfr is 1422.88 MB /l/logs.nightly/2026.04.16.10.08.30/bench-knn-q4-fmTrue.jfr is 1422.88 MB /l/logs.nightly/2026.04.16.10.08.30/bench-knn-q4-fmTrue.jfr is 1422.88 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 73009 events (total: 556262M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 8.42% 46832M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007819e268#call() [Inlined code] 8.41% 46798M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007819e268#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 8.33% 46363M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007819e268#call() [Inlined code] 7.01% 38985M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollector#():44 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Inlined code] at org.apache.lucene.search.IndexSearcher#search():741 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#searchAfter():590 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():613 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():1485 [JIT compiled code] at knn.KnnGraphTester#testSearch():1220 [Interpreted code] at knn.KnnGraphTester#run():742 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():270 [Interpreted code] 6.67% 37106M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 5.77% 32075M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():435 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():432 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():461 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$FieldWriter#addValue():757 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$FieldWriter#addValue():707 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():731 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1051 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():786 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():274 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 4.46% 24802M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007819e268#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 4.21% 23420M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007819e268#call() [Inlined code] 4.14% 23050M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007819e268#call() [Inlined code] 3.91% 21754M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():738 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1051 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():786 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():274 [Inlined code] 3.85% 21410M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():738 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1051 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():786 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():274 [Inlined code] 2.94% 16370M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#():44 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():741 [Interpreted code] at org.apache.lucene.search.IndexSearcher#searchAfter():590 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():613 [Interpreted code] at knn.KnnGraphTester#doFloatVectorQuery():1485 [Interpreted code] at knn.KnnGraphTester#testSearch():1220 [Interpreted code] at knn.KnnGraphTester#run():742 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():270 [Interpreted code] 2.72% 15148M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 1.52% 8428M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] 1.46% 8145M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#():44 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():741 [Interpreted code] at org.apache.lucene.search.IndexSearcher#searchAfter():590 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():613 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():1485 [JIT compiled code] at knn.KnnGraphTester#testSearch():1220 [Interpreted code] at knn.KnnGraphTester#run():742 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():270 [Interpreted code] 1.39% 7733M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] 1.32% 7333M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():255 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph():148 [Interpreted code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder():81 [Interpreted code] at org.apache.lucene.util.hnsw.IncrementalHnswGraphMerger#merge():212 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():444 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():128 [Interpreted code] 1.27% 7088M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():255 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph():148 [Interpreted code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder():81 [Interpreted code] at org.apache.lucene.util.hnsw.IncrementalHnswGraphMerger#merge():212 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():444 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():128 [Interpreted code] 1.07% 5945M java.util.Arrays#copyOf():3478 [Inlined code] at java.util.ArrayDeque#grow():146 [JIT compiled code] at java.util.ArrayDeque#addFirst():288 [Inlined code] at java.util.ArrayDeque#push():577 [Inlined code] at knn.KnnGraphTester#printGraphConnectedNess():1098 [JIT compiled code] at knn.KnnGraphTester#printFanoutHist():1053 [Interpreted code] at knn.KnnGraphTester#printFanoutHist():1028 [Interpreted code] at knn.KnnGraphTester#run():747 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():270 [Interpreted code] at knn.KnnGraphTester#main():265 [Interpreted code] 0.96% 5358M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():738 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1051 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():786 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():274 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] 0.95% 5298M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.95% 5293M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007819e268#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Inlined code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.90% 5000M java.lang.Integer#valueOf():1006 [Inlined code] at knn.KnnGraphTester#printGraphConnectedNess():1098 [JIT compiled code] at knn.KnnGraphTester#printFanoutHist():1053 [Interpreted code] at knn.KnnGraphTester#printFanoutHist():1028 [Interpreted code] at knn.KnnGraphTester#run():747 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():270 [Interpreted code] at knn.KnnGraphTester#main():265 [Interpreted code] 0.85% 4708M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.84% 4670M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007819e268#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.80% 4440M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] 0.79% 4370M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] 0.70% 3900M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():395 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():738 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1051 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():786 [JIT compiled code] 0.68% 3790M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():395 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():738 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1051 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():786 [JIT compiled code] 0.45% 2526M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#replayBufferedVectors():719 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():735 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1051 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():786 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] 0.45% 2500M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007819e268#call() [Inlined code] 0.45% 2494M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#replayBufferedVectors():719 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():735 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1051 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():786 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] 0.45% 2493M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.42% 2318M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.41% 2256M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007819e268#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [JIT compiled code] 0.40% 2233M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():204 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():332 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007819e268#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Interpreted code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x000000007819e7c0#run() [Interpreted code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1090 [Interpreted code] 0.40% 2230M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007819e268#call() [Inlined code] 0.32% 1795M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():738 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1051 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():786 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] 0.31% 1749M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():345 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.29% 1627M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():738 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1051 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():786 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] 0.26% 1445M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007819e268#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [Interpreted code] 0.25% 1374M knn.IndexerThread#_run():83 [Interpreted code] at knn.IndexerThread#run():74 [Interpreted code] 0.21% 1170M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007819e268#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Inlined code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.21% 1165M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007819e268#call() [Inlined code] 0.20% 1091M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007819e268#call() [Inlined code] 0.19% 1067M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007819e268#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.15% 851M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] at org.apache.lucene.document.Document#add():62 [Inlined code] at knn.IndexerThread#_run():105 [JIT compiled code] at knn.IndexerThread#run():74 [Interpreted code] 0.12% 692M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():738 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1051 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():786 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():274 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] 0.11% 615M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] at org.apache.lucene.search.AbstractKnnVectorQuery#rewrite():106 [JIT compiled code] at org.apache.lucene.search.KnnFloatVectorQuery#rewrite():48 [Inlined code] at knn.KnnGraphTester$ProfiledKnnFloatVectorQuery#rewrite():2211 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#rewrite():862 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#rewrite():873 [Inlined code] at org.apache.lucene.search.IndexSearcher#search():742 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#searchAfter():590 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():613 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():1485 [JIT compiled code] at knn.KnnGraphTester#testSearch():1220 [Interpreted code] at knn.KnnGraphTester#run():742 [Interpreted code] 0.11% 607M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007819e268#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Inlined code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x000000007819e7c0#run() [JIT compiled code] now remove KNN index knn-reuse/indices/dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-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.16.10.08.30/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 1893759 JFR.dump name=1 to copy recording data to file. maxConn = 32 Vector Dimensions: 1024 numDocs = 8000000 beamWidth = 100 similarity = DOT_PRODUCT Seed = 3085858417431429 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 16, 2026 12:25:16 PM org.apache.lucene.internal.vectorization.PanamaVectorizationProvider logIncubatorSetup INFO: Java vector incubator API enabled; uses preferredBitSize=256; FMA enabled creating index in knn-reuse/indices/dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-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: 140 segments, 14 merges 324.4s _14k: 8 segs, 855.1 K docs, 4264.5 MB 149.8s _1a0: 8 segs, 136.4 K docs, 678.4 MB 144.9s _1a7: 8 segs, 211.9 K docs, 1055.0 MB 107.9s _1bk: 8 segs, 147.9 K docs, 735.8 MB 102.7s _1bs: 8 segs, 847.8 K docs, 4227.7 MB 97.3s _1c0: 11 segs, 54.1 K docs, 267.7 MB 86.9s _1cb: 10 segs, 51.0 K docs, 252.4 MB 77.2s _1cl: 10 segs, 49.7 K docs, 246.2 MB 68.2s _1cu: 8 segs, 39.8 K docs, 197.2 MB 33.2s _1du: 8 segs, 37.1 K docs, 183.9 MB 23.7s _1e3: 8 segs, 40.8 K docs, 202.0 MB 13.9s _1eb: 8 segs, 71.3 K docs, 354.1 MB 7.9s _1ei: 8 segs, 107.1 K docs, 532.2 MB 0.0s _1eo: 13 segs, 53.3 K docs, 263.7 MB 5.0 sec: 140 segments, 14 merges 329.4s _14k: 8 segs, 855.1 K docs, 4264.5 MB 154.8s _1a0: 8 segs, 136.4 K docs, 678.4 MB 149.9s _1a7: 8 segs, 211.9 K docs, 1055.0 MB 113.0s _1bk: 8 segs, 147.9 K docs, 735.8 MB 107.7s _1bs: 8 segs, 847.8 K docs, 4227.7 MB 102.3s _1c0: 11 segs, 54.1 K docs, 267.7 MB 91.9s _1cb: 10 segs, 51.0 K docs, 252.4 MB 82.2s _1cl: 10 segs, 49.7 K docs, 246.2 MB 73.2s _1cu: 8 segs, 39.8 K docs, 197.2 MB 38.2s _1du: 8 segs, 37.1 K docs, 183.9 MB 28.7s _1e3: 8 segs, 40.8 K docs, 202.0 MB 18.9s _1eb: 8 segs, 71.3 K docs, 354.1 MB 12.9s _1ei: 8 segs, 107.1 K docs, 532.2 MB 5.0s _1eo: 13 segs, 53.3 K docs, 263.7 MB 10.0 sec: 133 segments, 13 merges 334.4s _14k: 8 segs, 855.1 K docs, 4264.5 MB 159.8s _1a0: 8 segs, 136.4 K docs, 678.4 MB 154.9s _1a7: 8 segs, 211.9 K docs, 1055.0 MB 118.0s _1bk: 8 segs, 147.9 K docs, 735.8 MB 112.7s _1bs: 8 segs, 847.8 K docs, 4227.7 MB 107.4s _1c0: 11 segs, 54.1 K docs, 267.7 MB 96.9s _1cb: 10 segs, 51.0 K docs, 252.4 MB 87.2s _1cl: 10 segs, 49.7 K docs, 246.2 MB 43.2s _1du: 8 segs, 37.1 K docs, 183.9 MB 33.7s _1e3: 8 segs, 40.8 K docs, 202.0 MB 23.9s _1eb: 8 segs, 71.3 K docs, 354.1 MB 17.9s _1ei: 8 segs, 107.1 K docs, 532.2 MB 10.0s _1eo: 13 segs, 53.3 K docs, 263.7 MB 15.0 sec: 123 segments, 12 merges 339.4s _14k: 8 segs, 855.1 K docs, 4264.5 MB 164.8s _1a0: 8 segs, 136.4 K docs, 678.4 MB 159.9s _1a7: 8 segs, 211.9 K docs, 1055.0 MB 123.0s _1bk: 8 segs, 147.9 K docs, 735.8 MB 117.7s _1bs: 8 segs, 847.8 K docs, 4227.7 MB 101.9s _1cb: 10 segs, 51.0 K docs, 252.4 MB 92.2s _1cl: 10 segs, 49.7 K docs, 246.2 MB 48.2s _1du: 8 segs, 37.1 K docs, 183.9 MB 38.7s _1e3: 8 segs, 40.8 K docs, 202.0 MB 28.9s _1eb: 8 segs, 71.3 K docs, 354.1 MB 22.9s _1ei: 8 segs, 107.1 K docs, 532.2 MB 15.0s _1eo: 13 segs, 53.3 K docs, 263.7 MB 20.0 sec: 123 segments, 12 merges 344.4s _14k: 8 segs, 855.1 K docs, 4264.5 MB 169.8s _1a0: 8 segs, 136.4 K docs, 678.4 MB 164.9s _1a7: 8 segs, 211.9 K docs, 1055.0 MB 128.0s _1bk: 8 segs, 147.9 K docs, 735.8 MB 122.7s _1bs: 8 segs, 847.8 K docs, 4227.7 MB 106.9s _1cb: 10 segs, 51.0 K docs, 252.4 MB 97.2s _1cl: 10 segs, 49.7 K docs, 246.2 MB 53.2s _1du: 8 segs, 37.1 K docs, 183.9 MB 43.7s _1e3: 8 segs, 40.8 K docs, 202.0 MB 33.9s _1eb: 8 segs, 71.3 K docs, 354.1 MB 27.9s _1ei: 8 segs, 107.1 K docs, 532.2 MB 20.0s _1eo: 13 segs, 53.3 K docs, 263.7 MB 25.0 sec: 109 segments, 10 merges 349.4s _14k: 8 segs, 855.1 K docs, 4264.5 MB 174.8s _1a0: 8 segs, 136.4 K docs, 678.4 MB 169.9s _1a7: 8 segs, 211.9 K docs, 1055.0 MB 133.0s _1bk: 8 segs, 147.9 K docs, 735.8 MB 127.7s _1bs: 8 segs, 847.8 K docs, 4227.7 MB 111.9s _1cb: 10 segs, 51.0 K docs, 252.4 MB 102.2s _1cl: 10 segs, 49.7 K docs, 246.2 MB 39.0s _1eb: 8 segs, 71.3 K docs, 354.1 MB 32.9s _1ei: 8 segs, 107.1 K docs, 532.2 MB 25.0s _1eo: 13 segs, 53.3 K docs, 263.7 MB 30.0 sec: 102 segments, 9 merges 354.4s _14k: 8 segs, 855.1 K docs, 4264.5 MB 174.9s _1a7: 8 segs, 211.9 K docs, 1055.0 MB 138.0s _1bk: 8 segs, 147.9 K docs, 735.8 MB 132.7s _1bs: 8 segs, 847.8 K docs, 4227.7 MB 116.9s _1cb: 10 segs, 51.0 K docs, 252.4 MB 107.2s _1cl: 10 segs, 49.7 K docs, 246.2 MB 43.9s _1eb: 8 segs, 71.3 K docs, 354.1 MB 37.9s _1ei: 8 segs, 107.1 K docs, 532.2 MB 30.0s _1eo: 13 segs, 53.3 K docs, 263.7 MB 35.0 sec: 79 segments, 7 merges 359.4s _14k: 8 segs, 855.1 K docs, 4264.5 MB 179.9s _1a7: 8 segs, 211.9 K docs, 1055.0 MB 137.7s _1bs: 8 segs, 847.8 K docs, 4227.7 MB 121.9s _1cb: 10 segs, 51.0 K docs, 252.4 MB 42.9s _1ei: 8 segs, 107.1 K docs, 532.2 MB 35.0s _1eo: 13 segs, 53.3 K docs, 263.7 MB 4.5s _1ep: 8 segs, 400.0 K docs, 1992.0 MB 40.0 sec: 79 segments, 7 merges 364.4s _14k: 8 segs, 855.1 K docs, 4264.5 MB 184.9s _1a7: 8 segs, 211.9 K docs, 1055.0 MB 142.7s _1bs: 8 segs, 847.8 K docs, 4227.7 MB 126.9s _1cb: 10 segs, 51.0 K docs, 252.4 MB 47.9s _1ei: 8 segs, 107.1 K docs, 532.2 MB 40.0s _1eo: 13 segs, 53.3 K docs, 263.7 MB 9.5s _1ep: 8 segs, 400.0 K docs, 1992.0 MB 45.0 sec: 72 segments, 6 merges 189.9s _1a7: 8 segs, 211.9 K docs, 1055.0 MB 147.7s _1bs: 8 segs, 847.8 K docs, 4227.7 MB 131.9s _1cb: 10 segs, 51.0 K docs, 252.4 MB 52.9s _1ei: 8 segs, 107.1 K docs, 532.2 MB 45.0s _1eo: 13 segs, 53.3 K docs, 263.7 MB 14.5s _1ep: 8 segs, 400.0 K docs, 1992.0 MB 50.0 sec: 60 segments, 5 merges 194.9s _1a7: 8 segs, 211.9 K docs, 1055.0 MB 152.7s _1bs: 8 segs, 847.8 K docs, 4227.7 MB 136.9s _1cb: 10 segs, 51.0 K docs, 252.4 MB 57.9s _1ei: 8 segs, 107.1 K docs, 532.2 MB 19.5s _1ep: 8 segs, 400.0 K docs, 1992.0 MB 55.0 sec: 60 segments, 5 merges 199.9s _1a7: 8 segs, 211.9 K docs, 1055.0 MB 157.7s _1bs: 8 segs, 847.8 K docs, 4227.7 MB 141.9s _1cb: 10 segs, 51.0 K docs, 252.4 MB 62.9s _1ei: 8 segs, 107.1 K docs, 532.2 MB 24.5s _1ep: 8 segs, 400.0 K docs, 1992.0 MB 60.0 sec: 44 segments, 3 merges 162.7s _1bs: 8 segs, 847.8 K docs, 4227.7 MB 67.9s _1ei: 8 segs, 107.1 K docs, 532.2 MB 29.5s _1ep: 8 segs, 400.0 K docs, 1992.0 MB 65.1 sec: 37 segments, 2 merges 167.8s _1bs: 8 segs, 847.8 K docs, 4227.7 MB 34.5s _1ep: 8 segs, 400.0 K docs, 1992.0 MB 70.1 sec: 37 segments, 2 merges 172.8s _1bs: 8 segs, 847.8 K docs, 4227.7 MB 39.5s _1ep: 8 segs, 400.0 K docs, 1992.0 MB 75.1 sec: 37 segments, 2 merges 177.8s _1bs: 8 segs, 847.8 K docs, 4227.7 MB 44.5s _1ep: 8 segs, 400.0 K docs, 1992.0 MB 80.1 sec: 37 segments, 2 merges 182.8s _1bs: 8 segs, 847.8 K docs, 4227.7 MB 49.5s _1ep: 8 segs, 400.0 K docs, 1992.0 MB 85.1 sec: 37 segments, 2 merges 187.8s _1bs: 8 segs, 847.8 K docs, 4227.7 MB 54.5s _1ep: 8 segs, 400.0 K docs, 1992.0 MB 90.1 sec: 37 segments, 2 merges 192.8s _1bs: 8 segs, 847.8 K docs, 4227.7 MB 59.5s _1ep: 8 segs, 400.0 K docs, 1992.0 MB 95.0 sec: 37 segments, 2 merges 197.7s _1bs: 8 segs, 847.8 K docs, 4227.7 MB 64.4s _1ep: 8 segs, 400.0 K docs, 1992.0 MB 100.0 sec: 37 segments, 2 merges 202.7s _1bs: 8 segs, 847.8 K docs, 4227.7 MB 69.4s _1ep: 8 segs, 400.0 K docs, 1992.0 MB 105.0 sec: 37 segments, 2 merges 207.7s _1bs: 8 segs, 847.8 K docs, 4227.7 MB 74.5s _1ep: 8 segs, 400.0 K docs, 1992.0 MB 110.0 sec: 37 segments, 2 merges 212.7s _1bs: 8 segs, 847.8 K docs, 4227.7 MB 79.5s _1ep: 8 segs, 400.0 K docs, 1992.0 MB 115.0 sec: 37 segments, 2 merges 217.7s _1bs: 8 segs, 847.8 K docs, 4227.7 MB 84.5s _1ep: 8 segs, 400.0 K docs, 1992.0 MB 120.1 sec: 37 segments, 2 merges 222.8s _1bs: 8 segs, 847.8 K docs, 4227.7 MB 89.5s _1ep: 8 segs, 400.0 K docs, 1992.0 MB 125.1 sec: 37 segments, 2 merges 227.8s _1bs: 8 segs, 847.8 K docs, 4227.7 MB 94.5s _1ep: 8 segs, 400.0 K docs, 1992.0 MB 130.1 sec: 37 segments, 2 merges 232.8s _1bs: 8 segs, 847.8 K docs, 4227.7 MB 99.5s _1ep: 8 segs, 400.0 K docs, 1992.0 MB 135.1 sec: 37 segments, 2 merges 237.8s _1bs: 8 segs, 847.8 K docs, 4227.7 MB 104.5s _1ep: 8 segs, 400.0 K docs, 1992.0 MB 140.0 sec: 37 segments, 2 merges 242.7s _1bs: 8 segs, 847.8 K docs, 4227.7 MB 109.4s _1ep: 8 segs, 400.0 K docs, 1992.0 MB 145.0 sec: 37 segments, 2 merges 247.7s _1bs: 8 segs, 847.8 K docs, 4227.7 MB 114.4s _1ep: 8 segs, 400.0 K docs, 1992.0 MB 150.0 sec: 37 segments, 2 merges 252.7s _1bs: 8 segs, 847.8 K docs, 4227.7 MB 119.5s _1ep: 8 segs, 400.0 K docs, 1992.0 MB 155.0 sec: 37 segments, 2 merges 257.7s _1bs: 8 segs, 847.8 K docs, 4227.7 MB 124.5s _1ep: 8 segs, 400.0 K docs, 1992.0 MB 160.0 sec: 37 segments, 2 merges 262.7s _1bs: 8 segs, 847.8 K docs, 4227.7 MB 129.5s _1ep: 8 segs, 400.0 K docs, 1992.0 MB 165.0 sec: 37 segments, 2 merges 267.7s _1bs: 8 segs, 847.8 K docs, 4227.7 MB 134.5s _1ep: 8 segs, 400.0 K docs, 1992.0 MB 170.0 sec: 37 segments, 2 merges 272.7s _1bs: 8 segs, 847.8 K docs, 4227.7 MB 139.5s _1ep: 8 segs, 400.0 K docs, 1992.0 MB 175.0 sec: 37 segments, 2 merges 277.7s _1bs: 8 segs, 847.8 K docs, 4227.7 MB 144.5s _1ep: 8 segs, 400.0 K docs, 1992.0 MB 180.1 sec: 37 segments, 2 merges 282.8s _1bs: 8 segs, 847.8 K docs, 4227.7 MB 149.5s _1ep: 8 segs, 400.0 K docs, 1992.0 MB 185.1 sec: 37 segments, 2 merges 287.8s _1bs: 8 segs, 847.8 K docs, 4227.7 MB 154.5s _1ep: 8 segs, 400.0 K docs, 1992.0 MB 190.1 sec: 30 segments, 2 merges 159.5s _1ep: 8 segs, 400.0 K docs, 1992.0 MB 4.6s _1eq: 7 segs, 1004.2 K docs, 5008.5 MB 195.1 sec: 30 segments, 2 merges 164.5s _1ep: 8 segs, 400.0 K docs, 1992.0 MB 9.6s _1eq: 7 segs, 1004.2 K docs, 5008.5 MB 200.1 sec: 30 segments, 2 merges 169.5s _1ep: 8 segs, 400.0 K docs, 1992.0 MB 14.6s _1eq: 7 segs, 1004.2 K docs, 5008.5 MB 205.1 sec: 30 segments, 2 merges 174.5s _1ep: 8 segs, 400.0 K docs, 1992.0 MB 19.6s _1eq: 7 segs, 1004.2 K docs, 5008.5 MB 210.1 sec: 30 segments, 2 merges 179.5s _1ep: 8 segs, 400.0 K docs, 1992.0 MB 24.6s _1eq: 7 segs, 1004.2 K docs, 5008.5 MB 215.1 sec: 30 segments, 2 merges 184.5s _1ep: 8 segs, 400.0 K docs, 1992.0 MB 29.6s _1eq: 7 segs, 1004.2 K docs, 5008.5 MB 220.1 sec: 23 segments, 1 merges 34.6s _1eq: 7 segs, 1004.2 K docs, 5008.5 MB 225.1 sec: 23 segments, 1 merges 39.6s _1eq: 7 segs, 1004.2 K docs, 5008.5 MB 230.0 sec: 23 segments, 1 merges 44.5s _1eq: 7 segs, 1004.2 K docs, 5008.5 MB 235.0 sec: 23 segments, 1 merges 49.5s _1eq: 7 segs, 1004.2 K docs, 5008.5 MB 240.1 sec: 23 segments, 1 merges 54.6s _1eq: 7 segs, 1004.2 K docs, 5008.5 MB 245.1 sec: 23 segments, 1 merges 59.6s _1eq: 7 segs, 1004.2 K docs, 5008.5 MB 250.1 sec: 23 segments, 1 merges 64.6s _1eq: 7 segs, 1004.2 K docs, 5008.5 MB 255.0 sec: 23 segments, 1 merges 69.5s _1eq: 7 segs, 1004.2 K docs, 5008.5 MB 260.0 sec: 23 segments, 1 merges 74.6s _1eq: 7 segs, 1004.2 K docs, 5008.5 MB 265.0 sec: 23 segments, 1 merges 79.6s _1eq: 7 segs, 1004.2 K docs, 5008.5 MB 270.0 sec: 23 segments, 1 merges 84.6s _1eq: 7 segs, 1004.2 K docs, 5008.5 MB 275.0 sec: 23 segments, 1 merges 89.6s _1eq: 7 segs, 1004.2 K docs, 5008.5 MB 280.0 sec: 23 segments, 1 merges 94.6s _1eq: 7 segs, 1004.2 K docs, 5008.5 MB 285.0 sec: 23 segments, 1 merges 99.6s _1eq: 7 segs, 1004.2 K docs, 5008.5 MB 290.0 sec: 23 segments, 1 merges 104.6s _1eq: 7 segs, 1004.2 K docs, 5008.5 MB 295.1 sec: 23 segments, 1 merges 109.6s _1eq: 7 segs, 1004.2 K docs, 5008.5 MB 300.1 sec: 23 segments, 1 merges 114.6s _1eq: 7 segs, 1004.2 K docs, 5008.5 MB 305.1 sec: 23 segments, 1 merges 119.6s _1eq: 7 segs, 1004.2 K docs, 5008.5 MB 310.1 sec: 23 segments, 1 merges 124.6s _1eq: 7 segs, 1004.2 K docs, 5008.5 MB 315.1 sec: 23 segments, 1 merges 129.6s _1eq: 7 segs, 1004.2 K docs, 5008.5 MB 320.1 sec: 23 segments, 1 merges 134.6s _1eq: 7 segs, 1004.2 K docs, 5008.5 MB 325.1 sec: 23 segments, 1 merges 139.6s _1eq: 7 segs, 1004.2 K docs, 5008.5 MB 330.1 sec: 23 segments, 1 merges 144.6s _1eq: 7 segs, 1004.2 K docs, 5008.5 MB 335.1 sec: 23 segments, 1 merges 149.6s _1eq: 7 segs, 1004.2 K docs, 5008.5 MB 340.0 sec: 23 segments, 1 merges 154.5s _1eq: 7 segs, 1004.2 K docs, 5008.5 MB 345.0 sec: 23 segments, 1 merges 159.6s _1eq: 7 segs, 1004.2 K docs, 5008.5 MB 350.0 sec: 23 segments, 1 merges 164.6s _1eq: 7 segs, 1004.2 K docs, 5008.5 MB 355.1 sec: 23 segments, 1 merges 169.6s _1eq: 7 segs, 1004.2 K docs, 5008.5 MB 360.1 sec: 23 segments, 1 merges 174.6s _1eq: 7 segs, 1004.2 K docs, 5008.5 MB 365.1 sec: 23 segments, 1 merges 179.6s _1eq: 7 segs, 1004.2 K docs, 5008.5 MB 370.0 sec: 23 segments, 1 merges 184.5s _1eq: 7 segs, 1004.2 K docs, 5008.5 MB 375.0 sec: 23 segments, 1 merges 189.6s _1eq: 7 segs, 1004.2 K docs, 5008.5 MB 380.0 sec: 23 segments, 1 merges 194.6s _1eq: 7 segs, 1004.2 K docs, 5008.5 MB done first pass waiting for merges done second pass waiting for merges (CMS.sync()) Indexed 8000000 docs in 1507 seconds reindex takes 1507.16 sec index has 17 segments: segments_2: _a9(11.0.0):C753882 _hq(11.0.0):C999631 _125(11.0.0):C1012529 _no(11.0.0):C490266 _v8(11.0.0):C543246 _14k(11.0.0):C855149 _tl(11.0.0):C263134 _x0(11.0.0):C322746 _z7(11.0.0):C245091 _1bs(11.0.0):C847756 _1eq(11.0.0):C1004208 _1ep(11.0.0):C399977 _1cb(11.0.0):C50959 _1cl(11.0.0):C49720 _1eb(11.0.0):C71304 _1du(11.0.0):C37137 _1eo(11.0.0):C53265 _a9: 3764.3 MB _hq: 4992.7 MB _125: 5057.3 MB _no: 2447.3 MB _v8: 2712.0 MB _14k: 4270.5 MB _tl: 1313.0 MB _x0: 1610.7 MB _z7: 1222.9 MB _1bs: 4233.5 MB _1eq: 5015.7 MB _1ep: 1996.3 MB _1cb: 253.8 MB _1cl: 247.6 MB _1eb: 355.3 MB _1du: 184.8 MB _1eo: 265.3 MB encodingByteSize=4 origByteSize=4 realEncodingByteSize=1.0 index disk usage is 39942.89 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=57120896669 cpu@end=70848256556 deltaMS=13727.359887 thread 14 name=Reference Handler cpu@start=2219040 cpu@end=2245158 deltaMS=0.026118 thread 15 name=Finalizer cpu@start=174440 cpu@end=174440 deltaMS=0.0 thread 16 name=Signal Dispatcher cpu@start=63669 cpu@end=63669 deltaMS=0.0 thread 40 name=Common-Cleaner cpu@start=8806918 cpu@end=8806918 deltaMS=0.0 thread 41 name=JFR Recorder Thread cpu@start=21167911197 cpu@end=21169587039 deltaMS=1.675842 thread 42 name=JFR Periodic Tasks cpu@start=127981834316 cpu@end=128645517614 deltaMS=663.683298 thread 46 name=Notification Thread cpu@start=114728 cpu@end=114728 deltaMS=0.0 thread 57 name=hnsw-merge-1-thread-1 cpu@start=1835960303077 cpu@end=1835960303077 deltaMS=0.0 thread 58 name=hnsw-merge-1-thread-2 cpu@start=1831291028412 cpu@end=1831291028412 deltaMS=0.0 thread 59 name=hnsw-merge-1-thread-3 cpu@start=1834305607153 cpu@end=1834305607153 deltaMS=0.0 thread 60 name=hnsw-merge-1-thread-4 cpu@start=1838326527161 cpu@end=1838326527161 deltaMS=0.0 thread 61 name=hnsw-merge-1-thread-5 cpu@start=1839105161054 cpu@end=1839105161054 deltaMS=0.0 thread 62 name=hnsw-merge-1-thread-6 cpu@start=1841717962950 cpu@end=1841717962950 deltaMS=0.0 thread 63 name=hnsw-merge-1-thread-7 cpu@start=1834935167718 cpu@end=1834935167718 deltaMS=0.0 thread 64 name=hnsw-merge-1-thread-8 cpu@start=1834099606831 cpu@end=1834099606831 deltaMS=0.0 thread 65 name=hnsw-merge-1-thread-9 cpu@start=1835706328671 cpu@end=1835706328671 deltaMS=0.0 thread 66 name=hnsw-merge-1-thread-10 cpu@start=1840532139597 cpu@end=1840532139597 deltaMS=0.0 thread 67 name=hnsw-merge-1-thread-11 cpu@start=1836508341816 cpu@end=1836508341816 deltaMS=0.0 thread 68 name=hnsw-merge-1-thread-12 cpu@start=1830769706369 cpu@end=1830769706369 deltaMS=0.0 thread 69 name=hnsw-merge-1-thread-13 cpu@start=1842981311841 cpu@end=1842981311841 deltaMS=0.0 thread 70 name=hnsw-merge-1-thread-14 cpu@start=1841885527750 cpu@end=1841885527750 deltaMS=0.0 thread 71 name=hnsw-merge-1-thread-15 cpu@start=1843185174573 cpu@end=1843185174573 deltaMS=0.0 thread 72 name=hnsw-merge-1-thread-16 cpu@start=1836304452738 cpu@end=1836304452738 deltaMS=0.0 Average CPU cores used: 1.047368139094284 completed 1000 searches in 13741 ms: 72 QPS CPU time=14391 ms checking results SUMMARY: 0.954 13.741 14.391 1.047 8000000 KNN 100 100 N/A N/A 100.000 32 100 7 bits 64376 1507.16 5308.00 0.00 17 39942.89 null N/A 1.000 39184.570 7934.570 false HNSW Leaf 0 has 4 layers Leaf 0 has 753882 documents Graph level=3 size=33, Fanout min=3, mean=6.67, max=11, meandelta=55824.94 % 0 10 20 30 40 50 60 70 80 90 100 0 4 5 5 6 6 7 7 8 10 11 Graph level=2 size=638, Fanout min=6, mean=21.77, max=32, meandelta=31548.65 % 0 10 20 30 40 50 60 70 80 90 100 0 13 15 17 19 21 23 26 30 32 32 Graph level=1 size=23134, Fanout min=4, mean=27.93, max=32, meandelta=24704.79 % 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=753882, Fanout min=1, mean=39.54, max=64, meandelta=17666.98 % 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=638, connectedness=1.00 Graph level=1 size=23134, connectedness=1.00 Graph level=0 size=753882, connectedness=1.00 Leaf 1 has 4 layers Leaf 1 has 999631 documents Graph level=3 size=53, Fanout min=4, mean=8.53, max=14, meandelta=83669.91 % 0 10 20 30 40 50 60 70 80 90 100 0 5 6 7 8 8 9 9 11 12 14 Graph level=2 size=812, Fanout min=8, mean=22.74, max=32, meandelta=39953.81 % 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=30377, Fanout min=2, mean=28.07, max=32, meandelta=32613.52 % 0 10 20 30 40 50 60 70 80 90 100 0 19 23 26 29 32 32 32 32 32 32 Graph level=0 size=999631, Fanout min=1, mean=39.49, max=64, meandelta=23443.92 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 32 37 42 49 60 64 64 Graph level=3 size=53, connectedness=1.00 Graph level=2 size=812, connectedness=1.00 Graph level=1 size=30377, connectedness=1.00 Graph level=0 size=999631, connectedness=1.00 Leaf 2 has 4 layers Leaf 2 has 1012529 documents Graph level=3 size=49, Fanout min=4, mean=8.57, max=15, meandelta=90709.44 % 0 10 20 30 40 50 60 70 80 90 100 0 5 6 7 7 8 8 9 11 12 15 Graph level=2 size=769, Fanout min=7, mean=22.13, max=32, meandelta=41858.76 % 0 10 20 30 40 50 60 70 80 90 100 0 13 16 18 20 22 24 26 29 32 32 Graph level=1 size=30604, Fanout min=3, mean=28.04, max=32, meandelta=33038.76 % 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=1012529, Fanout min=1, mean=39.52, max=64, meandelta=23723.97 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 32 37 42 49 60 64 64 Graph level=3 size=49, connectedness=1.00 Graph level=2 size=769, connectedness=1.00 Graph level=1 size=30604, connectedness=1.00 Graph level=0 size=1012529, connectedness=1.00 Leaf 3 has 4 layers Leaf 3 has 490266 documents Graph level=3 size=26, Fanout min=4, mean=5.69, max=12, meandelta=53174.13 % 0 10 20 30 40 50 60 70 80 90 100 0 4 4 4 5 5 5 6 6 8 12 Graph level=2 size=369, Fanout min=8, mean=18.56, max=32, meandelta=23384.76 % 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=14819, Fanout min=3, mean=27.71, max=32, meandelta=16202.16 % 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=490266, Fanout min=1, mean=39.61, max=64, meandelta=11480.92 % 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=369, connectedness=1.00 Graph level=1 size=14819, connectedness=1.00 Graph level=0 size=490266, connectedness=1.00 Leaf 4 has 4 layers Leaf 4 has 543246 documents Graph level=3 size=24, Fanout min=2, mean=4.33, max=8, meandelta=54710.03 % 0 10 20 30 40 50 60 70 80 90 100 0 2 3 4 4 4 4 5 5 6 8 Graph level=2 size=414, Fanout min=7, mean=19.23, max=32, meandelta=25410.13 % 0 10 20 30 40 50 60 70 80 90 100 0 12 13 15 17 18 20 22 25 28 32 Graph level=1 size=16506, Fanout min=5, mean=27.83, max=32, meandelta=17893.54 % 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=543246, Fanout min=1, mean=39.64, max=64, meandelta=12709.98 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 37 42 49 60 64 64 Graph level=3 size=24, connectedness=1.00 Graph level=2 size=414, connectedness=1.00 Graph level=1 size=16506, connectedness=1.00 Graph level=0 size=543246, connectedness=1.00 Leaf 5 has 4 layers Leaf 5 has 855149 documents Graph level=3 size=38, Fanout min=3, mean=6.58, max=13, meandelta=99102.30 % 0 10 20 30 40 50 60 70 80 90 100 0 4 5 5 5 6 6 7 8 9 13 Graph level=2 size=737, Fanout min=8, mean=22.19, max=32, meandelta=34944.18 % 0 10 20 30 40 50 60 70 80 90 100 0 13 16 18 20 22 24 26 30 32 32 Graph level=1 size=26183, Fanout min=3, mean=28.08, max=32, meandelta=27879.78 % 0 10 20 30 40 50 60 70 80 90 100 0 19 23 26 29 32 32 32 32 32 32 Graph level=0 size=855149, Fanout min=1, mean=39.55, max=64, meandelta=20031.81 % 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=38, connectedness=1.00 Graph level=2 size=737, connectedness=1.00 Graph level=1 size=26183, connectedness=1.00 Graph level=0 size=855149, connectedness=1.00 Leaf 6 has 4 layers Leaf 6 has 263134 documents Graph level=3 size=17, Fanout min=2, mean=4.35, max=8, meandelta=40623.93 % 0 10 20 30 40 50 60 70 80 90 100 0 2 3 3 3 4 4 4 6 7 8 Graph level=2 size=233, Fanout min=3, mean=15.30, max=31, meandelta=14688.98 % 0 10 20 30 40 50 60 70 80 90 100 0 9 11 12 13 15 16 17 19 23 31 Graph level=1 size=8041, Fanout min=8, mean=27.32, max=32, meandelta=8778.44 % 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=263134, Fanout min=1, mean=39.42, max=64, meandelta=6197.65 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 37 42 49 59 64 64 Graph level=3 size=17, connectedness=1.00 Graph level=2 size=233, connectedness=1.00 Graph level=1 size=8041, connectedness=1.00 Graph level=0 size=263134, connectedness=1.00 Leaf 7 has 4 layers Leaf 7 has 322746 documents Graph level=3 size=19, Fanout min=2, mean=4.74, max=9, meandelta=33635.87 % 0 10 20 30 40 50 60 70 80 90 100 0 2 3 3 4 4 5 5 6 7 9 Graph level=2 size=244, Fanout min=6, mean=16.19, max=31, meandelta=15217.90 % 0 10 20 30 40 50 60 70 80 90 100 0 10 12 13 14 15 17 19 21 22 31 Graph level=1 size=9806, Fanout min=1, mean=27.52, max=32, meandelta=10692.51 % 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=322746, Fanout min=1, mean=39.57, max=64, meandelta=7571.77 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 29 32 37 42 49 59 64 64 Graph level=3 size=19, connectedness=1.00 Graph level=2 size=244, connectedness=1.00 Graph level=1 size=9806, connectedness=1.00 Graph level=0 size=322746, connectedness=1.00 Leaf 8 has 4 layers Leaf 8 has 245091 documents Graph level=3 size=14, Fanout min=3, mean=4.71, max=7, meandelta=30798.00 % 0 10 20 30 40 50 60 70 80 90 100 0 3 3 4 4 4 5 5 6 6 7 Graph level=2 size=212, Fanout min=7, mean=15.48, max=31, meandelta=13421.60 % 0 10 20 30 40 50 60 70 80 90 100 0 10 12 13 14 15 16 17 19 22 31 Graph level=1 size=7574, Fanout min=9, mean=27.38, max=32, meandelta=8175.02 % 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=245091, Fanout min=1, mean=39.38, max=64, meandelta=5779.66 % 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=212, connectedness=1.00 Graph level=1 size=7574, connectedness=1.00 Graph level=0 size=245091, connectedness=1.00 Leaf 9 has 4 layers Leaf 9 has 847756 documents Graph level=3 size=43, Fanout min=5, mean=7.81, max=14, meandelta=80968.27 % 0 10 20 30 40 50 60 70 80 90 100 0 5 6 6 7 7 8 9 10 11 14 Graph level=2 size=708, Fanout min=9, mean=21.76, max=32, meandelta=35348.96 % 0 10 20 30 40 50 60 70 80 90 100 0 13 16 17 19 21 23 26 29 32 32 Graph level=1 size=25870, Fanout min=3, mean=28.02, max=32, meandelta=27737.70 % 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=847756, Fanout min=1, mean=39.52, max=64, meandelta=19870.95 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 32 37 42 49 60 64 64 Graph level=3 size=43, connectedness=1.00 Graph level=2 size=708, connectedness=1.00 Graph level=1 size=25870, connectedness=1.00 Graph level=0 size=847756, connectedness=1.00 Leaf 10 has 4 layers Leaf 10 has 1004208 documents Graph level=3 size=51, Fanout min=5, mean=8.90, max=14, meandelta=85336.85 % 0 10 20 30 40 50 60 70 80 90 100 0 5 7 8 8 8 9 10 10 13 14 Graph level=2 size=903, Fanout min=8, mean=23.11, max=32, meandelta=39707.13 % 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=30680, Fanout min=3, mean=28.05, max=32, meandelta=32798.55 % 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=1004208, Fanout min=1, mean=39.51, max=64, meandelta=23537.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=51, connectedness=1.00 Graph level=2 size=903, connectedness=1.00 Graph level=1 size=30680, connectedness=1.00 Graph level=0 size=1004208, connectedness=1.00 Leaf 11 has 4 layers Leaf 11 has 399977 documents Graph level=3 size=22, Fanout min=2, mean=5.00, max=8, meandelta=53219.05 % 0 10 20 30 40 50 60 70 80 90 100 0 3 4 4 4 5 5 6 6 7 8 Graph level=2 size=318, Fanout min=5, mean=18.16, max=32, meandelta=18942.56 % 0 10 20 30 40 50 60 70 80 90 100 0 11 13 15 16 17 19 21 23 26 32 Graph level=1 size=12235, Fanout min=5, mean=27.67, max=32, meandelta=13226.32 % 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=399977, Fanout min=1, mean=39.57, max=64, meandelta=9381.16 % 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=22, connectedness=1.00 Graph level=2 size=318, connectedness=1.00 Graph level=1 size=12235, connectedness=1.00 Graph level=0 size=399977, connectedness=1.00 Leaf 12 has 4 layers Leaf 12 has 50959 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=46, Fanout min=3, mean=9.00, max=15, meandelta=4627.15 % 0 10 20 30 40 50 60 70 80 90 100 0 5 6 7 8 9 10 11 12 13 15 Graph level=1 size=1569, Fanout min=8, mean=24.87, max=32, meandelta=1864.40 % 0 10 20 30 40 50 60 70 80 90 100 0 16 18 20 23 26 29 32 32 32 32 Graph level=0 size=50959, Fanout min=2, mean=38.23, max=64, meandelta=1236.69 % 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=46, connectedness=1.00 Graph level=1 size=1569, connectedness=1.00 Graph level=0 size=50959, connectedness=1.00 Leaf 13 has 4 layers Leaf 13 has 49720 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=4, mean=8.79, max=17, meandelta=4564.65 % 0 10 20 30 40 50 60 70 80 90 100 0 5 6 7 8 8 9 10 11 12 17 Graph level=1 size=1514, Fanout min=7, mean=24.88, max=32, meandelta=1805.27 % 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=49720, Fanout min=3, mean=38.14, max=64, meandelta=1208.55 % 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=1514, connectedness=1.00 Graph level=0 size=49720, connectedness=1.00 Leaf 14 has 4 layers Leaf 14 has 71304 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=56, Fanout min=5, mean=8.75, max=19, meandelta=6669.94 % 0 10 20 30 40 50 60 70 80 90 100 0 5 6 7 7 8 9 10 11 12 19 Graph level=1 size=2196, Fanout min=10, mean=25.73, max=32, meandelta=2525.73 % 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=71304, Fanout min=3, mean=38.53, max=64, meandelta=1716.68 % 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=56, connectedness=1.00 Graph level=1 size=2196, connectedness=1.00 Graph level=0 size=71304, connectedness=1.00 Leaf 15 has 4 layers Leaf 15 has 37137 documents Graph level=3 size=0, Fanout min=0, mean=NaN, max=0, meandelta=NaN % 0 10 20 30 40 50 60 70 80 90 100 1 Graph level=2 size=30, Fanout min=4, mean=6.67, max=11, meandelta=4421.23 % 0 10 20 30 40 50 60 70 80 90 100 0 4 5 6 6 7 7 7 8 9 11 Graph level=1 size=1154, Fanout min=7, mean=23.74, max=32, meandelta=1422.08 % 0 10 20 30 40 50 60 70 80 90 100 0 15 17 19 21 23 26 29 32 32 32 Graph level=0 size=37137, Fanout min=3, mean=37.92, max=64, meandelta=907.74 % 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=30, connectedness=1.00 Graph level=1 size=1154, connectedness=1.00 Graph level=0 size=37137, connectedness=1.00 Leaf 16 has 4 layers Leaf 16 has 53265 documents Graph level=3 size=4, Fanout min=1, mean=1.50, max=3, meandelta=6716.83 % 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=49, Fanout min=4, mean=8.37, max=16, meandelta=5302.27 % 0 10 20 30 40 50 60 70 80 90 100 0 5 6 6 7 8 8 9 11 11 16 Graph level=1 size=1625, Fanout min=8, mean=25.15, max=32, meandelta=1920.87 % 0 10 20 30 40 50 60 70 80 90 100 0 16 19 21 23 26 29 32 32 32 32 Graph level=0 size=53265, Fanout min=3, mean=38.24, max=64, meandelta=1291.54 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 27 31 35 40 46 55 64 64 Graph level=3 size=4, connectedness=1.00 Graph level=2 size=49, connectedness=1.00 Graph level=1 size=1625, connectedness=1.00 Graph level=0 size=53265, 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.16.10.08.30/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': 55,624,669.96 msec task-clock:u 213,053,194,137,170 cycles:u (36.36%) 116,140,650,637,387 instructions:u (36.36%) 3,462,199,740,421 cache-references:u (36.36%) 1,551,218,217,807 cache-misses:u (36.36%) 41,882,176,933,747 L1-dcache-loads:u (36.36%) 1,493,529,558,466 L1-dcache-load-misses:u (36.36%) 2,026,208,752,736 L1-icache-loads:u (36.36%) 12,159,011,831 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 5,550,748 faults:u 4,663,719 minor-faults:u 153 major-faults:u 11,762,544,485,193 branches:u (36.36%) 88,982,077,524 branch-misses:u (36.36%) 3,057,977,649,846 stalled-cycles-frontend:u (36.36%) stalled-cycles-backend:u 1982.476660469 seconds time elapsed 55052.848634000 seconds user 560.652110000 seconds sys took 0:33:02.493042 to run KnnGraphTester result: KNNResultV1(lucene_git_rev='cb87f1f45bae052cceb4d856c8745eb1e0c1f5e3', luceneutil_git_rev='ae8596d4197d6cab80ba267a11b748d4439834d8', 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=13.741, net_cpu_ms=14.391, 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=64376, index_time_sec=1507.16, index_docs_per_sec=5308.0, force_merge_time_sec=0.0, index_num_segments=17, index_size_on_disk_mb=39942.89, 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: 1, 40: 1, 50: 1, 60: 1, 70: 1, 80: 1, 90: 1, 100: 3}), 2: (49, {0: 0, 10: 5, 20: 6, 30: 6, 40: 7, 50: 8, 60: 8, 70: 9, 80: 11, 90: 11, 100: 16}), 1: (1625, {0: 0, 10: 16, 20: 19, 30: 21, 40: 23, 50: 26, 60: 29, 70: 32, 80: 32, 90: 32, 100: 32}), 0: (53265, {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=1982, microseconds=493042)) Profiler summary for /l/logs.nightly/2026.04.16.10.08.30/bench-knn-q7-fmFalse.jfr Version: 2.1 Chunks: 126 Start: 2026-04-16 16:25:16 (UTC) Duration: 1969 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 53118059 911597309 jdk.FileWrite 22861285 480588943 jdk.FileRead 8003651 183078286 jdk.NativeMethodSample 330621 4340032 jdk.ObjectAllocationInNewTLAB 63275 1260854 jdk.BooleanFlag 62496 1977350 jdk.CPULoad 36462 728604 jdk.Checkpoint 8387 34513719 jdk.UnsignedIntFlag 6048 205188 jdk.Compilation 5989 154709 jdk.IntFlag 5544 202306 jdk.StringFlag 4284 166217 jdk.ObjectAllocationOutsideTLAB 1050 18841 jdk.CPUInformation 126 189248 jdk.GCConfiguration 126 3272 jdk.JVMInformation 126 117176 jdk.Metadata 126 13926399 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 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.04.16.10.08.30/bench-knn-q7-fmFalse.jfr Profiler for cpu at stackSize=1 [/l/logs.nightly/2026.04.16.10.08.30/bench-knn-q7-fmFalse.jfr is 1557.42 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 330621 events (total: 330621) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 32.51% 107499 jdk.jfr.internal.JVM#emitEvent() [Native code] 31.32% 103561 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 30.83% 101926 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] 3.67% 12130 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] 1.05% 3455 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] 0.21% 707 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] 0.14% 453 sun.nio.ch.UnixFileDispatcherImpl#force0() [Native code] 0.05% 170 jdk.jfr.internal.JVM#getStackTraceId() [Native code] 0.05% 151 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] 0.04% 130 sun.nio.ch.NativeThread#current0() [Native code] 0.04% 130 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] 0.02% 72 jdk.internal.misc.Unsafe#park() [Native code] 0.01% 39 java.io.FileDescriptor#close0() [Native code] 0.01% 29 jdk.internal.misc.Unsafe#unpark() [Native code] 0.01% 24 java.io.RandomAccessFile#open0() [Native code] 0.01% 23 jdk.jfr.internal.JVM#flush() [Native code] 0.01% 20 sun.nio.fs.UnixNativeDispatcher#lstat0() [Native code] 0.01% 19 sun.nio.ch.UnixFileDispatcherImpl#size0() [Native code] 0.00% 14 java.lang.Object#wait0() [Native code] 0.00% 11 java.util.zip.Inflater#inflateBytesBytes() [Native code] 0.00% 10 java.lang.System#nanoTime() [Native code] 0.00% 8 java.io.FileOutputStream#writeBytes() [Native code] 0.00% 6 sun.nio.fs.UnixNativeDispatcher#access0() [Native code] 0.00% 5 java.lang.Object#hashCode() [Native code] 0.00% 5 java.lang.reflect.Array#newArray() [Native code] 0.00% 3 sun.nio.ch.UnixFileDispatcherImpl#allocationGranularity0() [Native code] 0.00% 2 jdk.internal.misc.VM#getNanoTimeAdjustment() [Native code] 0.00% 2 jdk.internal.misc.Unsafe#allocateInstance() [Native code] 0.00% 2 java.lang.ClassLoader#defineClass1() [Native code] 0.00% 2 jdk.jfr.internal.JVM#shouldRotateDisk() [Native code] 0.00% 2 java.lang.ClassLoader#defineClass0() [Native code] 0.00% 2 jdk.internal.misc.Unsafe#allocateMemory0() [Native code] 0.00% 2 jdk.jfr.internal.JVM#addStringConstant() [Native code] 0.00% 1 java.lang.String#intern() [Native code] 0.00% 1 java.io.FileInputStream#readBytes() [Native code] 0.00% 1 jdk.internal.misc.Unsafe#freeMemory0() [Native code] 0.00% 1 java.io.RandomAccessFile#readBytes0() [Native code] 0.00% 1 java.lang.Object#getClass() [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 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.04.16.10.08.30/bench-knn-q7-fmFalse.jfr Profiler for cpu at stackSize=4 [/l/logs.nightly/2026.04.16.10.08.30/bench-knn-q7-fmFalse.jfr is 1557.42 MB /l/logs.nightly/2026.04.16.10.08.30/bench-knn-q7-fmFalse.jfr is 1557.42 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 330621 events (total: 330621) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 31.32% 103535 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] 30.80% 101840 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer():341 [Inlined code] at sun.nio.ch.IOUtil#read():307 [Inlined code] 28.87% 95452 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Inlined code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [Inlined code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [JIT compiled code] 3.42% 11309 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [JIT compiled code] 3.01% 9959 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] 0.67% 2207 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [JIT compiled code] 0.64% 2111 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] 0.21% 705 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Interpreted code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [Interpreted code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [Interpreted code] 0.20% 666 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [Inlined code] 0.19% 617 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open():69 [JIT compiled code] at sun.nio.fs.UnixChannelFactory#open():242 [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel():132 [Inlined code] 0.17% 569 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [JIT compiled code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [JIT compiled code] 0.12% 392 sun.nio.ch.UnixFileDispatcherImpl#force0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#force():85 [Inlined code] at sun.nio.ch.FileChannelImpl#implForce():620 [JIT compiled code] at sun.nio.ch.FileChannelImpl#force():635 [JIT compiled code] 0.04% 143 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat():253 [JIT compiled code] at sun.nio.fs.UnixFileAttributes#get():77 [Inlined code] at sun.nio.fs.UnixFileAttributeViews$Basic#readAttributes():51 [Inlined code] 0.04% 126 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace():186 [Inlined code] at jdk.internal.event.FileReadEvent#commit() [JIT compiled code] at jdk.internal.event.FileReadEvent#offer():71 [Inlined code] 0.04% 124 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current():51 [Inlined code] at sun.nio.ch.NativeThreadSet#add():48 [Inlined code] at sun.nio.ch.FileChannelImpl#implRead():245 [Inlined code] 0.03% 93 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map():144 [Inlined code] at sun.nio.ch.FileChannelImpl#mapInternal():1515 [JIT compiled code] at sun.nio.ch.FileChannelImpl#map():1453 [Inlined code] 0.02% 80 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open():69 [JIT compiled code] at sun.nio.fs.UnixChannelFactory#open():242 [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel():132 [JIT compiled code] 0.02% 66 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [JIT compiled code] at sun.nio.ch.IOUtil#readIntoNativeBuffer():341 [JIT compiled code] at sun.nio.ch.IOUtil#read():307 [JIT compiled code] 0.02% 60 sun.nio.ch.UnixFileDispatcherImpl#force0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#force():85 [Interpreted code] at sun.nio.ch.FileChannelImpl#implForce():620 [Interpreted code] at sun.nio.ch.FileChannelImpl#force():635 [Interpreted code] 0.02% 58 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [Interpreted code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [Interpreted code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Interpreted code] 0.02% 58 jdk.internal.misc.Unsafe#park() [Native code] at java.util.concurrent.locks.LockSupport#park():223 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():410 [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] 0.01% 44 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace():186 [Inlined code] at jdk.internal.event.FileWriteEvent#commit() [JIT compiled code] at jdk.internal.event.FileWriteEvent#offer():69 [Inlined code] 0.01% 36 java.io.FileDescriptor#close0() [Native code] at java.io.FileDescriptor#close():304 [Inlined code] at java.io.FileDescriptor$1#close():89 [Inlined code] at sun.nio.ch.FileChannelImpl$Closer#run():123 [JIT compiled code] 0.01% 35 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map():144 [JIT compiled code] at sun.nio.ch.FileChannelImpl#mapInternal():1515 [JIT compiled code] at sun.nio.ch.FileChannelImpl#map():1453 [JIT compiled code] 0.01% 27 jdk.internal.misc.Unsafe#unpark() [Native code] at java.util.concurrent.locks.LockSupport#unpark():183 [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():266 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#release():720 [Inlined code] 0.01% 24 java.io.RandomAccessFile#open0() [Native code] at java.io.RandomAccessFile#open():338 [Interpreted code] at java.io.RandomAccessFile#():257 [Interpreted code] at java.io.RandomAccessFile#():211 [Interpreted code] 0.01% 23 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [JIT compiled code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [JIT compiled code] at sun.nio.ch.IOUtil#write():102 [JIT compiled code] 0.01% 20 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [Interpreted code] at sun.nio.ch.IOUtil#readIntoNativeBuffer():341 [Interpreted code] at sun.nio.ch.IOUtil#read():307 [Interpreted code] 0.01% 20 jdk.jfr.internal.JVM#flush() [Native code] at jdk.jfr.internal.event.EventWriter#flush():232 [JIT compiled code] at jdk.jfr.internal.event.EventWriter#isValidForSize():214 [Inlined code] at jdk.jfr.internal.event.EventWriter#putLong():120 [Inlined code] 0.01% 18 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Interpreted code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [JIT compiled code] 0.00% 16 sun.nio.ch.UnixFileDispatcherImpl#size0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#size():93 [Inlined code] at sun.nio.ch.FileChannelImpl#size():496 [JIT compiled code] at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock#ensureValid():169 [JIT compiled code] 0.00% 15 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Interpreted code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [Interpreted code] 0.00% 13 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Interpreted code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [Interpreted code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [Interpreted code] 0.00% 12 jdk.internal.misc.Unsafe#park() [Native code] at java.util.concurrent.locks.LockSupport#park():223 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():410 [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():650 [Inlined code] 0.00% 12 sun.nio.fs.UnixNativeDispatcher#lstat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#lstat():273 [JIT compiled code] at sun.nio.fs.UnixFileAttributes#get():79 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete():254 [Inlined code] 0.00% 12 java.lang.Object#wait0() [Native code] at java.lang.Object#wait():389 [Inlined code] at jdk.jfr.internal.PlatformRecorder#takeNap():540 [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#periodicTask():508 [Interpreted code] 0.00% 10 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open():69 [Interpreted code] at sun.nio.fs.UnixChannelFactory#open():242 [Interpreted code] at sun.nio.fs.UnixChannelFactory#newFileChannel():132 [Interpreted code] 0.00% 7 sun.nio.fs.UnixNativeDispatcher#lstat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#lstat():273 [JIT compiled code] at sun.nio.fs.UnixFileAttributes#get():79 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete():254 [JIT compiled code] 0.00% 7 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat():253 [JIT compiled code] at sun.nio.fs.UnixFileAttributes#get():77 [Inlined code] at sun.nio.fs.UnixFileAttributeViews$Basic#readAttributes():51 [JIT compiled code] 0.00% 6 sun.nio.fs.UnixNativeDispatcher#access0() [Native code] at sun.nio.fs.UnixNativeDispatcher#access():437 [Interpreted code] at sun.nio.fs.UnixFileSystemProvider#exists():518 [Interpreted code] at java.nio.file.Files#exists():2289 [Interpreted code] 0.00% 6 java.util.zip.Inflater#inflateBytesBytes() [Native code] at java.util.zip.Inflater#inflate():354 [JIT compiled code] at java.util.zip.InflaterInputStream#read():210 [JIT compiled code] at jdk.internal.loader.Resource#getBytes():106 [Interpreted code] 0.00% 6 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current():51 [Inlined code] at sun.nio.ch.NativeThreadSet#add():48 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():349 [Inlined code] 0.00% 5 java.lang.Object#hashCode() [Native code] at org.apache.lucene.index.ConcurrentApproximatePriorityQueue#add():77 [Inlined code] at org.apache.lucene.index.LockableConcurrentApproximatePriorityQueue#addAndUnlock():66 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThreadPool#marksAsFreeAndUnlock():152 [JIT compiled code] 0.00% 3 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Interpreted code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Interpreted code] at sun.nio.ch.IOUtil#write():102 [Interpreted code] 0.00% 3 java.util.zip.Inflater#inflateBytesBytes() [Native code] at java.util.zip.Inflater#inflate():354 [JIT compiled code] at java.util.zip.InflaterInputStream#read():210 [JIT compiled code] at jdk.internal.loader.Resource#getBytes():106 [JIT compiled code] 0.00% 3 java.io.FileOutputStream#writeBytes() [Native code] at java.io.FileOutputStream#traceWriteBytes():311 [JIT compiled code] at java.io.FileOutputStream#write():349 [JIT compiled code] at java.lang.System$Out#write():1910 [Inlined code] 0.00% 3 java.lang.System#nanoTime() [Native code] at knn.KnnIndexer#waitForMergesWithStatus():276 [Interpreted code] at knn.KnnIndexer#createIndex():259 [Interpreted code] at knn.KnnGraphTester#run():661 [Interpreted code] 0.00% 2 java.lang.System#nanoTime() [Native code] at org.apache.lucene.index.MergeRateLimiter#lambda$maybePause$0():133 [Interpreted code] at org.apache.lucene.index.MergeRateLimiter$$Lambda.0x000000000719c000#applyAsLong() [Interpreted code] at java.util.concurrent.atomic.AtomicLong#updateAndGet():283 [Interpreted code] 0.00% 2 java.io.FileOutputStream#writeBytes() [Native code] at java.io.FileOutputStream#traceWriteBytes():311 [Interpreted code] at java.io.FileOutputStream#write():349 [JIT compiled code] at java.lang.System$Out#write():1910 [Inlined code] 0.00% 2 java.lang.System#nanoTime() [Native code] at knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():345 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.04.16.10.08.30/bench-knn-q7-fmFalse.jfr Profiler for cpu at stackSize=12 [/l/logs.nightly/2026.04.16.10.08.30/bench-knn-q7-fmFalse.jfr is 1557.42 MB /l/logs.nightly/2026.04.16.10.08.30/bench-knn-q7-fmFalse.jfr is 1557.42 MB /l/logs.nightly/2026.04.16.10.08.30/bench-knn-q7-fmFalse.jfr is 1557.42 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 330621 events (total: 330621) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 30.64% 101302 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer():341 [Inlined code] at sun.nio.ch.IOUtil#read():307 [Inlined code] at sun.nio.ch.IOUtil#read():284 [Inlined code] at sun.nio.ch.FileChannelImpl#implRead():251 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead():269 [Inlined code] at sun.nio.ch.FileChannelImpl#read():229 [Inlined code] at knn.VectorReader#readNext():57 [Inlined code] at knn.VectorReaderFloat32#next():30 [JIT compiled code] at knn.IndexerThread#_run():102 [JIT compiled code] at knn.IndexerThread#run():74 [Interpreted code] 28.87% 95452 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Inlined code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [Inlined code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#periodicTask():502 [Interpreted code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0():428 [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000000707aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 27.90% 92230 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] at sun.nio.ch.IOUtil#write():72 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():355 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [Inlined code] at sun.nio.ch.ChannelOutputStream#write():105 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write():391 [Inlined code] at java.util.zip.CheckedOutputStream#write():73 [Inlined code] 3.42% 11309 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#periodicTask():502 [Interpreted code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0():428 [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000000707aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 3.42% 11304 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] at sun.nio.ch.IOUtil#write():72 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():355 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [JIT compiled code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [Inlined code] at sun.nio.ch.ChannelOutputStream#write():105 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write():391 [Inlined code] at java.util.zip.CheckedOutputStream#write():73 [JIT compiled code] 2.11% 6980 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [Inlined code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [Inlined code] at org.apache.lucene.util.FileDeleter#delete():234 [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete():227 [Inlined code] at org.apache.lucene.util.FileDeleter#decRef():109 [JIT compiled code] at org.apache.lucene.index.IndexFileDeleter#decRef():620 [Inlined code] 0.67% 2207 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle():280 [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup():270 [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup():264 [Inlined code] at jdk.internal.foreign.SharedSession$SharedResourceList#cleanup():143 [Inlined code] at jdk.internal.foreign.MemorySessionImpl#close():241 [Inlined code] at jdk.internal.foreign.ArenaImpl#close():47 [Inlined code] at org.apache.lucene.store.RefCountedSharedArena#release():113 [Inlined code] at org.apache.lucene.store.RefCountedSharedArena#close():122 [Inlined code] 0.38% 1259 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [Inlined code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [JIT compiled code] at org.apache.lucene.store.FilterDirectory#deleteFile():65 [JIT compiled code] at org.apache.lucene.store.TrackingDirectoryWrapper#deleteFile():35 [JIT compiled code] at org.apache.lucene.util.IOUtils#deleteFilesIgnoringExceptions():226 [Interpreted code] at org.apache.lucene.util.IOUtils#deleteFilesIgnoringExceptions():239 [Interpreted code] 0.32% 1063 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [Inlined code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete():234 [Inlined code] at org.apache.lucene.util.FileDeleter#delete():227 [JIT compiled code] at org.apache.lucene.util.FileDeleter#decRef():109 [Interpreted code] at org.apache.lucene.index.IndexFileDeleter#decRef():620 [JIT compiled code] 0.30% 997 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete():234 [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete():227 [Inlined code] at org.apache.lucene.util.FileDeleter#decRef():109 [JIT compiled code] at org.apache.lucene.index.IndexFileDeleter#decRef():620 [Inlined code] 0.21% 705 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Interpreted code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [Interpreted code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [Interpreted code] at jdk.jfr.internal.PlatformRecorder#periodicTask():502 [Interpreted code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0():428 [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000000707aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 0.13% 434 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle():280 [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup():270 [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup():264 [Inlined code] at jdk.internal.foreign.SharedSession$SharedResourceList#cleanup():143 [Inlined code] at jdk.internal.foreign.MemorySessionImpl#close():241 [Inlined code] at jdk.internal.foreign.ArenaImpl#close():47 [Inlined code] at org.apache.lucene.store.RefCountedSharedArena#release():113 [Inlined code] at org.apache.lucene.store.RefCountedSharedArena#close():122 [Inlined code] 0.13% 421 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open():69 [JIT compiled code] at sun.nio.fs.UnixChannelFactory#open():242 [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel():132 [Inlined code] at sun.nio.fs.UnixChannelFactory#newFileChannel():145 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#newFileChannel():211 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#newByteChannel():244 [Inlined code] at java.nio.file.spi.FileSystemProvider#newOutputStream():426 [JIT compiled code] at java.nio.file.Files#newOutputStream():215 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#():385 [JIT compiled code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#():378 [Inlined code] at org.apache.lucene.store.FSDirectory#createOutput():215 [Inlined code] 0.11% 352 sun.nio.ch.UnixFileDispatcherImpl#force0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#force():85 [Inlined code] at sun.nio.ch.FileChannelImpl#implForce():620 [JIT compiled code] at sun.nio.ch.FileChannelImpl#force():635 [JIT compiled code] at org.apache.lucene.util.IOUtils#fsync():537 [JIT compiled code] at org.apache.lucene.store.FSDirectory#fsync():296 [JIT compiled code] at org.apache.lucene.store.FSDirectory#sync():248 [Interpreted code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#sync():68 [Interpreted code] at org.apache.lucene.index.IndexWriter#startCommit():5663 [Interpreted code] at org.apache.lucene.index.IndexWriter#prepareCommitInternal():3789 [Interpreted code] at org.apache.lucene.index.IndexWriter#commitInternal():4131 [Interpreted code] at org.apache.lucene.index.IndexWriter#commit():4093 [Interpreted code] 0.10% 330 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer():341 [Inlined code] at sun.nio.ch.IOUtil#read():307 [Inlined code] at sun.nio.ch.IOUtil#read():284 [Inlined code] at sun.nio.ch.FileChannelImpl#implRead():251 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead():269 [Inlined code] at sun.nio.ch.FileChannelImpl#read():229 [Inlined code] at knn.VectorReader#readNext():57 [Inlined code] at knn.VectorReaderFloat32#next():30 [JIT compiled code] at knn.IndexerThread#_run():102 [Interpreted code] at knn.IndexerThread#run():74 [Interpreted code] 0.09% 305 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [Inlined code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete():234 [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete():227 [Inlined code] at org.apache.lucene.util.FileDeleter#decRef():109 [JIT compiled code] at org.apache.lucene.index.IndexFileDeleter#decRef():620 [Inlined code] 0.08% 278 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [JIT compiled code] at org.apache.lucene.store.FilterDirectory#deleteFile():65 [Interpreted code] at org.apache.lucene.store.TrackingDirectoryWrapper#deleteFile():35 [JIT compiled code] at org.apache.lucene.util.IOUtils#deleteFilesIgnoringExceptions():226 [Interpreted code] at org.apache.lucene.util.IOUtils#deleteFilesIgnoringExceptions():239 [Interpreted code] 0.08% 261 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete():234 [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete():227 [Inlined code] at org.apache.lucene.util.FileDeleter#decRef():109 [JIT compiled code] at org.apache.lucene.index.IndexFileDeleter#decRef():620 [JIT compiled code] 0.08% 253 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete():234 [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete():227 [Interpreted code] at org.apache.lucene.util.FileDeleter#decRef():109 [JIT compiled code] at org.apache.lucene.index.IndexFileDeleter#decRef():620 [Interpreted code] 0.07% 238 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [JIT compiled code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle():280 [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup():270 [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup():264 [Interpreted code] at jdk.internal.foreign.SharedSession$SharedResourceList#cleanup():143 [Interpreted code] at jdk.internal.foreign.MemorySessionImpl#close():241 [Inlined code] at jdk.internal.foreign.ArenaImpl#close():47 [JIT compiled code] at org.apache.lucene.store.RefCountedSharedArena#release():113 [JIT compiled code] at org.apache.lucene.store.RefCountedSharedArena#close():122 [JIT compiled code] 0.07% 235 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [JIT compiled code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle():280 [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup():270 [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup():264 [Inlined code] at jdk.internal.foreign.SharedSession$SharedResourceList#cleanup():143 [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl#close():241 [Inlined code] at jdk.internal.foreign.ArenaImpl#close():47 [JIT compiled code] at org.apache.lucene.store.RefCountedSharedArena#release():113 [JIT compiled code] at org.apache.lucene.store.RefCountedSharedArena#close():122 [JIT compiled code] 0.07% 220 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [Inlined code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [JIT compiled code] at org.apache.lucene.store.FilterDirectory#deleteFile():65 [Interpreted code] at org.apache.lucene.store.TrackingDirectoryWrapper#deleteFile():35 [JIT compiled code] at org.apache.lucene.util.IOUtils#deleteFilesIgnoringExceptions():226 [Interpreted code] at org.apache.lucene.util.IOUtils#deleteFilesIgnoringExceptions():239 [Interpreted code] 0.06% 197 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer():341 [Inlined code] at sun.nio.ch.IOUtil#read():307 [Inlined code] at sun.nio.ch.IOUtil#read():284 [Inlined code] at sun.nio.ch.FileChannelImpl#implRead():251 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead():269 [JIT compiled code] at sun.nio.ch.FileChannelImpl#read():229 [Inlined code] at knn.VectorReader#readNext():57 [Inlined code] at knn.VectorReaderFloat32#next():30 [JIT compiled code] at knn.IndexerThread#_run():102 [Interpreted code] at knn.IndexerThread#run():74 [Interpreted code] 0.04% 124 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current():51 [Inlined code] at sun.nio.ch.NativeThreadSet#add():48 [Inlined code] at sun.nio.ch.FileChannelImpl#implRead():245 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead():269 [Inlined code] at sun.nio.ch.FileChannelImpl#read():229 [Inlined code] at knn.VectorReader#readNext():57 [Inlined code] at knn.VectorReaderFloat32#next():30 [JIT compiled code] at knn.IndexerThread#_run():102 [JIT compiled code] at knn.IndexerThread#run():74 [Interpreted code] 0.04% 124 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace():186 [Inlined code] at jdk.internal.event.FileReadEvent#commit() [JIT compiled code] at jdk.internal.event.FileReadEvent#offer():71 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead():271 [Inlined code] at sun.nio.ch.FileChannelImpl#read():229 [Inlined code] at knn.VectorReader#readNext():57 [Inlined code] at knn.VectorReaderFloat32#next():30 [JIT compiled code] at knn.IndexerThread#_run():102 [JIT compiled code] at knn.IndexerThread#run():74 [Interpreted code] 0.03% 93 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete():234 [Inlined code] at org.apache.lucene.util.FileDeleter#delete():227 [JIT compiled code] at org.apache.lucene.util.FileDeleter#decRef():109 [JIT compiled code] at org.apache.lucene.index.IndexFileDeleter#decRef():620 [JIT compiled code] 0.03% 86 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete():234 [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete():227 [Interpreted code] at org.apache.lucene.util.FileDeleter#decRef():109 [Interpreted code] at org.apache.lucene.index.IndexFileDeleter#decRef():620 [Interpreted code] 0.02% 70 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open():69 [JIT compiled code] at sun.nio.fs.UnixChannelFactory#open():242 [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel():132 [Inlined code] at sun.nio.fs.UnixChannelFactory#newFileChannel():145 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#newFileChannel():211 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#newByteChannel():244 [Inlined code] at java.nio.file.spi.FileSystemProvider#newOutputStream():426 [JIT compiled code] at java.nio.file.Files#newOutputStream():215 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#():385 [JIT compiled code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#():378 [JIT compiled code] at org.apache.lucene.store.FSDirectory#createOutput():215 [JIT compiled code] 0.02% 68 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle():280 [Inlined code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup():115 [Inlined code] at jdk.internal.foreign.MemorySessionImpl#close():241 [Inlined code] at jdk.internal.foreign.ArenaImpl#close():47 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#close():698 [JIT compiled code] at org.apache.lucene.store.BufferedChecksumIndexInput#close():83 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.FieldsIndexWriter#finish():141 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#finish():480 [JIT compiled code] 0.02% 67 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete():234 [Inlined code] at org.apache.lucene.util.FileDeleter#delete():227 [JIT compiled code] at org.apache.lucene.util.FileDeleter#decRef():109 [JIT compiled code] at org.apache.lucene.index.IndexFileDeleter#decRef():620 [Interpreted code] 0.02% 66 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open():69 [JIT compiled code] at sun.nio.fs.UnixChannelFactory#open():242 [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel():132 [Inlined code] at sun.nio.fs.UnixChannelFactory#newFileChannel():145 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#newFileChannel():211 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#newByteChannel():244 [Inlined code] at java.nio.file.spi.FileSystemProvider#newOutputStream():426 [JIT compiled code] at java.nio.file.Files#newOutputStream():215 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#():385 [JIT compiled code] at org.apache.lucene.store.FSDirectory#createTempOutput():229 [JIT compiled code] at org.apache.lucene.store.FilterDirectory#createTempOutput():81 [JIT compiled code] 0.02% 60 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [JIT compiled code] at sun.nio.ch.IOUtil#readIntoNativeBuffer():341 [JIT compiled code] at sun.nio.ch.IOUtil#read():307 [JIT compiled code] at sun.nio.ch.IOUtil#read():284 [JIT compiled code] at sun.nio.ch.FileChannelImpl#implRead():251 [JIT compiled code] at sun.nio.ch.FileChannelImpl#traceImplRead():269 [JIT compiled code] at sun.nio.ch.FileChannelImpl#read():229 [Inlined code] at knn.VectorReader#readNext():57 [JIT compiled code] at knn.VectorReaderFloat32#next():30 [JIT compiled code] at knn.IndexerThread#_run():102 [Interpreted code] at knn.IndexerThread#run():74 [Interpreted code] 0.02% 60 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [Inlined code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [Inlined code] at org.apache.lucene.store.TrackingDirectoryWrapper#deleteFile():35 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.FieldsIndexWriter#finish():142 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#finish():480 [JIT compiled code] at org.apache.lucene.index.StoredFieldsConsumer#flush():106 [JIT compiled code] 0.02% 57 sun.nio.ch.UnixFileDispatcherImpl#force0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#force():85 [Interpreted code] at sun.nio.ch.FileChannelImpl#implForce():620 [Interpreted code] at sun.nio.ch.FileChannelImpl#force():635 [Interpreted code] at org.apache.lucene.util.IOUtils#fsync():537 [Interpreted code] at org.apache.lucene.store.FSDirectory#fsync():296 [Interpreted code] at org.apache.lucene.store.FSDirectory#sync():248 [Interpreted code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#sync():68 [Interpreted code] at org.apache.lucene.index.IndexWriter#startCommit():5663 [Interpreted code] at org.apache.lucene.index.IndexWriter#prepareCommitInternal():3789 [Interpreted code] at org.apache.lucene.index.IndexWriter#commitInternal():4131 [Interpreted code] at org.apache.lucene.index.IndexWriter#commit():4093 [Interpreted code] 0.02% 50 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open():69 [JIT compiled code] at sun.nio.fs.UnixChannelFactory#open():242 [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel():132 [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel():145 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#newFileChannel():211 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#newByteChannel():244 [Inlined code] at java.nio.file.spi.FileSystemProvider#newOutputStream():426 [JIT compiled code] at java.nio.file.Files#newOutputStream():215 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#():385 [JIT compiled code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#():378 [JIT compiled code] at org.apache.lucene.store.FSDirectory#createOutput():215 [JIT compiled code] 0.01% 47 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [Interpreted code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [Interpreted code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Interpreted code] at java.nio.file.Files#delete():1052 [Interpreted code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [Interpreted code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [Interpreted code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [Interpreted code] at org.apache.lucene.util.FileDeleter#delete():234 [Interpreted code] at org.apache.lucene.util.FileDeleter#delete():227 [Interpreted code] at org.apache.lucene.util.FileDeleter#decRef():109 [Interpreted code] at org.apache.lucene.index.IndexFileDeleter#decRef():620 [Interpreted code] 0.01% 40 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace():186 [Inlined code] at jdk.internal.event.FileWriteEvent#commit() [JIT compiled code] at jdk.internal.event.FileWriteEvent#offer():69 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():376 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [Inlined code] at sun.nio.ch.ChannelOutputStream#write():105 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write():391 [Inlined code] at java.util.zip.CheckedOutputStream#write():73 [Inlined code] at java.io.BufferedOutputStream#flushBuffer():123 [JIT compiled code] at java.io.BufferedOutputStream#write():188 [Inlined code] 0.01% 38 sun.nio.ch.UnixFileDispatcherImpl#force0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#force():85 [Inlined code] at sun.nio.ch.FileChannelImpl#implForce():620 [JIT compiled code] at sun.nio.ch.FileChannelImpl#force():635 [JIT compiled code] at org.apache.lucene.util.IOUtils#fsync():537 [JIT compiled code] at org.apache.lucene.store.FSDirectory#fsync():296 [JIT compiled code] at org.apache.lucene.store.FSDirectory#sync():248 [Interpreted code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#sync():68 [Interpreted code] at org.apache.lucene.index.IndexWriter#startCommit():5663 [Interpreted code] at org.apache.lucene.index.IndexWriter#prepareCommitInternal():3789 [Interpreted code] at org.apache.lucene.index.IndexWriter#commitInternal():4131 [Interpreted code] at org.apache.lucene.index.IndexWriter#shutdown():1325 [Interpreted code] 0.01% 37 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat():253 [JIT compiled code] at sun.nio.fs.UnixFileAttributes#get():77 [Inlined code] at sun.nio.fs.UnixFileAttributeViews$Basic#readAttributes():51 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#readAttributes():161 [Inlined code] at sun.nio.fs.LinuxFileSystemProvider#readAttributes():99 [Inlined code] at java.nio.file.Files#readAttributes():1702 [Inlined code] at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock#ensureValid():177 [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#createOutput():42 [Inlined code] at org.apache.lucene.store.TrackingDirectoryWrapper#createOutput():41 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.FieldsIndexWriter#finish():112 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#finish():480 [JIT compiled code] 0.01% 35 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [JIT compiled code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle():280 [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup():270 [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup():264 [Interpreted code] at jdk.internal.foreign.SharedSession$SharedResourceList#cleanup():143 [Interpreted code] at jdk.internal.foreign.MemorySessionImpl#close():241 [Inlined code] at jdk.internal.foreign.ArenaImpl#close():47 [JIT compiled code] at org.apache.lucene.store.RefCountedSharedArena#release():113 [Interpreted code] at org.apache.lucene.store.RefCountedSharedArena#close():122 [Interpreted code] 0.01% 34 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map():144 [Inlined code] at sun.nio.ch.FileChannelImpl#mapInternal():1515 [JIT compiled code] at sun.nio.ch.FileChannelImpl#map():1453 [Inlined code] at org.apache.lucene.store.MMapDirectory#map():376 [JIT compiled code] at org.apache.lucene.store.MMapDirectory#openInput():333 [JIT compiled code] at org.apache.lucene.store.FilterDirectory#openInput():101 [JIT compiled code] at org.apache.lucene.store.FilterDirectory#openInput():101 [Inlined code] at org.apache.lucene.store.Directory#openChecksumInput():156 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.FieldsIndexWriter#finish():120 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#finish():480 [JIT compiled code] at org.apache.lucene.index.StoredFieldsConsumer#flush():106 [JIT compiled code] 0.01% 34 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle():280 [Inlined code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup():115 [Inlined code] at jdk.internal.foreign.MemorySessionImpl#close():241 [Inlined code] at jdk.internal.foreign.ArenaImpl#close():47 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#close():698 [JIT compiled code] at org.apache.lucene.store.BufferedChecksumIndexInput#close():83 [Inlined code] at org.apache.lucene.codecs.lucene94.Lucene94FieldInfosFormat#read():248 [JIT compiled code] at org.apache.lucene.index.SegmentCoreReaders#():91 [JIT compiled code] 0.01% 31 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [JIT compiled code] at org.apache.lucene.store.FilterDirectory#deleteFile():65 [Interpreted code] at org.apache.lucene.store.TrackingDirectoryWrapper#deleteFile():35 [Interpreted code] at org.apache.lucene.util.IOUtils#deleteFilesIgnoringExceptions():226 [Interpreted code] at org.apache.lucene.util.IOUtils#deleteFilesIgnoringExceptions():239 [Interpreted code] 0.01% 30 java.io.FileDescriptor#close0() [Native code] at java.io.FileDescriptor#close():304 [Inlined code] at java.io.FileDescriptor$1#close():89 [Inlined code] at sun.nio.ch.FileChannelImpl$Closer#run():123 [JIT compiled code] at jdk.internal.ref.CleanerImpl$PhantomCleanableRef#performCleanup():176 [Inlined code] at jdk.internal.ref.PhantomCleanable#clean():96 [Inlined code] at sun.nio.ch.FileChannelImpl#implCloseChannel():219 [Inlined code] at java.nio.channels.spi.AbstractInterruptibleChannel#close():129 [Inlined code] at sun.nio.ch.ChannelOutputStream#close():111 [JIT compiled code] at java.io.FilterOutputStream#close():190 [JIT compiled code] at java.io.FilterOutputStream#close():190 [JIT compiled code] at java.io.FilterOutputStream#close():190 [Inlined code] 0.01% 28 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle():280 [Inlined code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup():115 [Inlined code] at jdk.internal.foreign.MemorySessionImpl#close():241 [Inlined code] at jdk.internal.foreign.ArenaImpl#close():47 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#close():698 [JIT compiled code] at org.apache.lucene.store.BufferedChecksumIndexInput#close():83 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsReader#readMetadata():128 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsReader#():85 [JIT compiled code] 0.01% 28 jdk.internal.misc.Unsafe#park() [Native code] at java.util.concurrent.locks.LockSupport#park():223 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():410 [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] 0.01% 27 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete():234 [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete():227 [Inlined code] at org.apache.lucene.util.FileDeleter#decRef():109 [JIT compiled code] at org.apache.lucene.index.IndexFileDeleter#decRef():620 [Inlined code] 0.01% 27 jdk.internal.misc.Unsafe#park() [Native code] at java.util.concurrent.locks.LockSupport#park():223 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():410 [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] 0.01% 27 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle():280 [Inlined code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup():115 [Inlined code] at jdk.internal.foreign.MemorySessionImpl#close():241 [Inlined code] at jdk.internal.foreign.ArenaImpl#close():47 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#close():698 [JIT compiled code] at org.apache.lucene.store.BufferedChecksumIndexInput#close():83 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsReader#():125 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104HnswScalarQuantizedVectorsFormat#fieldsReader():204 [JIT compiled code] 0.01% 24 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle():280 [Inlined code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup():115 [Inlined code] at jdk.internal.foreign.MemorySessionImpl#close():241 [Inlined code] at jdk.internal.foreign.ArenaImpl#close():47 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#close():698 [JIT compiled code] at org.apache.lucene.store.BufferedChecksumIndexInput#close():83 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.FieldsIndexWriter#finish():168 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#finish():480 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.04.16.10.08.30/bench-knn-q7-fmFalse.jfr Profiler for heap at stackSize=1 [/l/logs.nightly/2026.04.16.10.08.30/bench-knn-q7-fmFalse.jfr is 1557.42 MB /l/logs.nightly/2026.04.16.10.08.30/bench-knn-q7-fmFalse.jfr is 1557.42 MB /l/logs.nightly/2026.04.16.10.08.30/bench-knn-q7-fmFalse.jfr is 1557.42 MB /l/logs.nightly/2026.04.16.10.08.30/bench-knn-q7-fmFalse.jfr is 1557.42 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 64301 events (total: 450314M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 22.54% 101523M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 22.41% 100911M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 19.52% 87907M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] 14.32% 64466M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] 7.08% 31885M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] 4.09% 18436M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] 1.54% 6914M java.lang.Integer#valueOf():1006 [Inlined code] 0.84% 3783M java.util.Arrays#copyOf():3478 [Inlined code] 0.67% 3024M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] 0.66% 2956M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] 0.62% 2794M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [JIT compiled code] 0.58% 2604M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] 0.50% 2233M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [JIT compiled code] 0.41% 1824M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():345 [Interpreted code] 0.31% 1374M knn.IndexerThread#_run():83 [Interpreted code] 0.30% 1349M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [Inlined code] 0.26% 1187M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] 0.24% 1090M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():232 [JIT compiled code] 0.17% 784M org.apache.lucene.util.SparseFixedBitSet#insertLong():230 [Inlined code] 0.17% 754M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] 0.17% 746M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] 0.16% 736M java.util.ArrayList#grow():240 [Inlined code] 0.16% 719M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():283 [JIT compiled code] 0.16% 718M java.util.DualPivotQuicksort#tryMergeRuns():816 [JIT compiled code] 0.15% 690M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] 0.13% 594M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():269 [JIT compiled code] 0.12% 543M java.lang.reflect.Array#newInstance():76 [Inlined code] 0.11% 504M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [Inlined code] 0.10% 441M java.util.HashMap#newNode():1910 [Inlined code] 0.09% 393M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] 0.08% 380M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [Inlined code] 0.08% 371M knn.IndexerThread#_run():119 [JIT compiled code] 0.08% 370M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():618 [JIT compiled code] 0.08% 354M java.util.DualPivotQuicksort#sort():354 [JIT compiled code] 0.08% 343M org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Interpreted code] 0.07% 305M java.util.ArrayList#iterator():1030 [JIT compiled code] 0.07% 295M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():556 [JIT compiled code] 0.06% 272M java.util.List#of():935 [Inlined code] 0.04% 202M knn.IndexerThread#_run():83 [JIT compiled code] 0.04% 193M java.util.HashMap#resize():711 [JIT compiled code] 0.04% 184M org.apache.lucene.util.SparseFixedBitSet#():70 [Inlined code] 0.04% 184M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsReader#getFloatVectorValues():262 [Inlined code] 0.04% 178M org.apache.lucene.util.packed.DirectReader#getInstance():73 [Inlined code] 0.04% 174M knn.IndexerThread#_run():105 [JIT compiled code] 0.04% 171M java.util.concurrent.FutureTask#run():320 [Interpreted code] 0.04% 165M org.apache.lucene.document.Document#():42 [Inlined code] 0.03% 129M org.apache.lucene.util.FixedBitSet#():148 [Inlined code] 0.03% 127M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] 0.03% 115M java.util.concurrent.locks.ReentrantReadWriteLock$Sync$ThreadLocalHoldCounter#initialValue():291 [Inlined code] 0.02% 109M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.04.16.10.08.30/bench-knn-q7-fmFalse.jfr Profiler for heap at stackSize=4 [/l/logs.nightly/2026.04.16.10.08.30/bench-knn-q7-fmFalse.jfr is 1557.42 MB /l/logs.nightly/2026.04.16.10.08.30/bench-knn-q7-fmFalse.jfr is 1557.42 MB /l/logs.nightly/2026.04.16.10.08.30/bench-knn-q7-fmFalse.jfr is 1557.42 MB /l/logs.nightly/2026.04.16.10.08.30/bench-knn-q7-fmFalse.jfr is 1557.42 MB /l/logs.nightly/2026.04.16.10.08.30/bench-knn-q7-fmFalse.jfr is 1557.42 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 64301 events (total: 450314M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 18.26% 82249M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] 17.94% 80781M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] 11.29% 50832M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 8.81% 39660M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollector#():44 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [JIT compiled code] 7.26% 32674M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] 7.04% 31707M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():435 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():432 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():461 [Inlined code] 5.50% 24789M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#():44 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [Interpreted code] 4.42% 19886M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] 4.27% 19230M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] 4.09% 18436M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 1.52% 6825M java.lang.Integer#valueOf():1006 [Inlined code] at knn.KnnGraphTester#printGraphConnectedNess():1098 [JIT compiled code] at knn.KnnGraphTester#printFanoutHist():1053 [Interpreted code] at knn.KnnGraphTester#printFanoutHist():1028 [Interpreted code] 0.78% 3514M java.util.Arrays#copyOf():3478 [Inlined code] at java.util.ArrayDeque#grow():146 [JIT compiled code] at java.util.ArrayDeque#addFirst():288 [Inlined code] at java.util.ArrayDeque#push():577 [Inlined code] 0.58% 2622M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.58% 2604M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] 0.50% 2233M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():332 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [JIT compiled code] 0.44% 1976M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] 0.41% 1824M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():345 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.33% 1475M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.32% 1459M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.31% 1378M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():332 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.31% 1374M knn.IndexerThread#_run():83 [Interpreted code] at knn.IndexerThread#run():74 [Interpreted code] 0.26% 1183M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.21% 966M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.21% 947M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.17% 779M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():332 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [JIT compiled code] 0.17% 754M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] at org.apache.lucene.search.AbstractKnnVectorQuery#rewrite():106 [JIT compiled code] at org.apache.lucene.search.KnnFloatVectorQuery#rewrite():48 [Inlined code] at knn.KnnGraphTester$ProfiledKnnFloatVectorQuery#rewrite():2211 [JIT compiled code] 0.16% 736M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] 0.16% 718M java.util.DualPivotQuicksort#tryMergeRuns():816 [JIT compiled code] at java.util.DualPivotQuicksort#sort():277 [JIT compiled code] at java.util.DualPivotQuicksort#sort():238 [Inlined code] at java.util.Arrays#sort():123 [Inlined code] 0.15% 677M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():232 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():880 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():832 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():379 [JIT compiled code] 0.14% 650M org.apache.lucene.util.SparseFixedBitSet#insertLong():230 [Inlined code] at org.apache.lucene.util.SparseFixedBitSet#getAndSet():170 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.AbstractHnswGraphSearcher#search():83 [Inlined code] 0.13% 593M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] at java.lang.invoke.DirectMethodHandle$Holder#newInvokeSpecial() [Inlined code] at java.lang.invoke.Invokers$Holder#linkToTargetMethod() [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [Inlined code] 0.12% 543M java.lang.reflect.Array#newInstance():76 [Inlined code] at org.apache.lucene.util.ArrayUtil#growExact():216 [Inlined code] at org.apache.lucene.util.ArrayUtil#grow():234 [JIT compiled code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():152 [Inlined code] 0.11% 484M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():880 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():832 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():379 [JIT compiled code] 0.10% 457M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():238 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] 0.09% 400M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] 0.09% 400M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] 0.09% 393M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():238 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] 0.08% 371M knn.IndexerThread#_run():119 [JIT compiled code] at knn.IndexerThread#run():74 [Interpreted code] 0.08% 370M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():618 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader#serializedDocument():645 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#copyOneDoc():508 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#merge():630 [JIT compiled code] 0.08% 357M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [Inlined code] at java.lang.StringConcatHelper#newArray():578 [Inlined code] at java.lang.StringConcatHelper#newArrayWithSuffix():611 [Inlined code] at java.lang.String$$StringConcat.0x000000000717f400#concat() [Inlined code] 0.08% 353M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.08% 352M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():232 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():207 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():178 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush():165 [JIT compiled code] 0.08% 343M org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Interpreted code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x000000000719fd60#run() [Interpreted code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1090 [Interpreted code] at java.util.concurrent.ThreadPoolExecutor$Worker#run():614 [Interpreted code] 0.07% 337M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():738 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1051 [Inlined code] 0.07% 328M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():738 [Inlined code] 0.07% 312M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():238 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] 0.07% 295M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():556 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader#serializedDocument():645 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#copyOneDoc():508 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#merge():630 [JIT compiled code] 0.06% 272M java.util.List#of():935 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1847 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] at knn.IndexerThread#_run():120 [JIT compiled code] 0.06% 272M java.util.DualPivotQuicksort#sort():354 [JIT compiled code] at java.util.DualPivotQuicksort#sort():238 [Inlined code] at java.util.Arrays#sort():123 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#writeGraph():486 [JIT compiled code] 0.06% 265M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():241 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.04.16.10.08.30/bench-knn-q7-fmFalse.jfr Profiler for heap at stackSize=12 [/l/logs.nightly/2026.04.16.10.08.30/bench-knn-q7-fmFalse.jfr is 1557.42 MB /l/logs.nightly/2026.04.16.10.08.30/bench-knn-q7-fmFalse.jfr is 1557.42 MB /l/logs.nightly/2026.04.16.10.08.30/bench-knn-q7-fmFalse.jfr is 1557.42 MB /l/logs.nightly/2026.04.16.10.08.30/bench-knn-q7-fmFalse.jfr is 1557.42 MB /l/logs.nightly/2026.04.16.10.08.30/bench-knn-q7-fmFalse.jfr is 1557.42 MB /l/logs.nightly/2026.04.16.10.08.30/bench-knn-q7-fmFalse.jfr is 1557.42 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 64301 events (total: 450314M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 8.79% 39596M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollector#():44 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Inlined code] at org.apache.lucene.search.IndexSearcher#search():741 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#searchAfter():590 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():613 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():1485 [JIT compiled code] at knn.KnnGraphTester#testSearch():1220 [Interpreted code] at knn.KnnGraphTester#run():742 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():270 [Interpreted code] 7.04% 31707M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():435 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():432 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():461 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$FieldWriter#addValue():757 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$FieldWriter#addValue():707 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():731 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1051 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():786 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():274 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 5.77% 25999M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000719f808#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 5.63% 25366M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000719f808#call() [Inlined code] 5.60% 25231M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000719f808#call() [Inlined code] 5.45% 24561M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000719f808#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 5.37% 24192M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000719f808#call() [Inlined code] 5.22% 23523M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000719f808#call() [Inlined code] 4.91% 22124M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():738 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1051 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():786 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():274 [Inlined code] 4.81% 21660M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():738 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1051 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():786 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():274 [Inlined code] 3.85% 17338M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 3.66% 16464M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#():44 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():741 [Interpreted code] at org.apache.lucene.search.IndexSearcher#searchAfter():590 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():613 [Interpreted code] at knn.KnnGraphTester#doFloatVectorQuery():1485 [Interpreted code] at knn.KnnGraphTester#testSearch():1220 [Interpreted code] at knn.KnnGraphTester#run():742 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():270 [Interpreted code] 3.36% 15130M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 1.85% 8324M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#():44 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():741 [Interpreted code] at org.apache.lucene.search.IndexSearcher#searchAfter():590 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():613 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():1485 [JIT compiled code] at knn.KnnGraphTester#testSearch():1220 [Interpreted code] at knn.KnnGraphTester#run():742 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():270 [Interpreted code] 1.52% 6825M java.lang.Integer#valueOf():1006 [Inlined code] at knn.KnnGraphTester#printGraphConnectedNess():1098 [JIT compiled code] at knn.KnnGraphTester#printFanoutHist():1053 [Interpreted code] at knn.KnnGraphTester#printFanoutHist():1028 [Interpreted code] at knn.KnnGraphTester#run():747 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():270 [Interpreted code] at knn.KnnGraphTester#main():265 [Interpreted code] 1.42% 6382M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():255 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph():148 [Interpreted code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder():81 [Interpreted code] at org.apache.lucene.util.hnsw.IncrementalHnswGraphMerger#merge():212 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():444 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():128 [Interpreted code] 1.38% 6231M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():255 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph():148 [Interpreted code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder():81 [Interpreted code] at org.apache.lucene.util.hnsw.IncrementalHnswGraphMerger#merge():212 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():444 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():128 [Interpreted code] 1.34% 6026M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():738 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1051 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():786 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():274 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] 1.02% 4594M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] 1.00% 4483M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] 0.97% 4388M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] 0.95% 4263M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():395 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():738 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1051 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():786 [JIT compiled code] 0.91% 4106M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] 0.87% 3923M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():395 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():738 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1051 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():786 [JIT compiled code] 0.85% 3843M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000719f808#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.78% 3514M java.util.Arrays#copyOf():3478 [Inlined code] at java.util.ArrayDeque#grow():146 [JIT compiled code] at java.util.ArrayDeque#addFirst():288 [Inlined code] at java.util.ArrayDeque#push():577 [Inlined code] at knn.KnnGraphTester#printGraphConnectedNess():1098 [JIT compiled code] at knn.KnnGraphTester#printFanoutHist():1053 [Interpreted code] at knn.KnnGraphTester#printFanoutHist():1028 [Interpreted code] at knn.KnnGraphTester#run():747 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():270 [Interpreted code] at knn.KnnGraphTester#main():265 [Interpreted code] 0.68% 3072M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#replayBufferedVectors():719 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():735 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1051 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():786 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] 0.62% 2782M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.61% 2748M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.60% 2716M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.59% 2671M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#replayBufferedVectors():719 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():735 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1051 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():786 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] 0.59% 2654M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000719f808#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.55% 2496M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.50% 2233M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():332 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000719f808#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Interpreted code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x000000000719fd60#run() [Interpreted code] 0.49% 2204M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000719f808#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [JIT compiled code] 0.46% 2058M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000719f808#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [Interpreted code] 0.41% 1824M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():345 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.36% 1617M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():738 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1051 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():786 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] 0.32% 1456M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():738 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1051 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():786 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] 0.31% 1374M knn.IndexerThread#_run():83 [Interpreted code] at knn.IndexerThread#run():74 [Interpreted code] 0.26% 1176M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000719f808#call() [Inlined code] 0.25% 1125M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000719f808#call() [Inlined code] 0.23% 1032M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000719f808#call() [Inlined code] 0.21% 944M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000719f808#call() [Inlined code] 0.19% 865M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():332 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000719f808#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Interpreted code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x000000000719fd60#run() [Interpreted code] 0.18% 831M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():738 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1051 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():786 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():274 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] 0.17% 779M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():332 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000719f808#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Interpreted code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x000000000719fd60#run() [Interpreted code] 0.16% 736M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] at org.apache.lucene.document.Document#add():62 [Inlined code] at knn.IndexerThread#_run():105 [JIT compiled code] at knn.IndexerThread#run():74 [Interpreted code] 0.14% 650M org.apache.lucene.util.SparseFixedBitSet#insertLong():230 [Inlined code] at org.apache.lucene.util.SparseFixedBitSet#getAndSet():170 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.AbstractHnswGraphSearcher#search():83 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#search():36 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#search():162 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsReader#search():350 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsReader#search():305 [Inlined code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsReader#search():304 [Inlined code] at org.apache.lucene.index.CodecReader#searchNearestVectors():273 [Inlined code] at org.apache.lucene.search.KnnFloatVectorQuery#approximateSearch():118 [JIT compiled code] at org.apache.lucene.search.AbstractKnnVectorQuery#getLeafResults():196 [Inlined code] 0.14% 646M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] at org.apache.lucene.search.AbstractKnnVectorQuery#rewrite():106 [JIT compiled code] at org.apache.lucene.search.KnnFloatVectorQuery#rewrite():48 [Inlined code] at knn.KnnGraphTester$ProfiledKnnFloatVectorQuery#rewrite():2211 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#rewrite():862 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#rewrite():873 [Inlined code] at org.apache.lucene.search.IndexSearcher#search():742 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#searchAfter():590 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():613 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():1485 [JIT compiled code] at knn.KnnGraphTester#testSearch():1220 [Interpreted code] at knn.KnnGraphTester#run():742 [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.16.10.08.30/bench-knn-q7-fmTrue.jfr', 'knn.KnnGraphTester', '-maxConn', '32', '-dim', '1024', '-docs', '/big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec', '-ndoc', '8000000', '-topK', '100', '-numIndexThreads', '8', '-beamWidthIndex', '100', '-search-and-stats', '/lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec', '-metric', 'dot_product', '-numMergeThread', '16', '-numMergeWorker', '48', '-forceMerge', '-quantize', '-quantizeBits', '7'] WARNING: Using incubator modules: jdk.incubator.vector [0.213s][info][jfr,startup] Started recording 1. [0.213s][info][jfr,startup] [0.213s][info][jfr,startup] Use jcmd 1914319 JFR.dump name=1 to copy recording data to file. maxConn = 32 Vector Dimensions: 1024 numDocs = 8000000 beamWidth = 100 similarity = DOT_PRODUCT Seed = 3087893757780155 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 16, 2026 12:59:12 PM org.apache.lucene.internal.vectorization.PanamaVectorizationProvider logIncubatorSetup INFO: Java vector incubator API enabled; uses preferredBitSize=256; FMA enabled creating index in knn-reuse/indices/dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-7-fm 39709371 doc vectors in docsPath "/big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec" parentJoin=false Done indexing 25000 documents. Done indexing 50000 documents. Done indexing 75000 documents. Done indexing 100000 documents. Done indexing 125000 documents. Done indexing 150000 documents. Done indexing 175000 documents. Done indexing 200000 documents. Done indexing 225000 documents. Done indexing 250000 documents. Done indexing 275000 documents. Done indexing 300000 documents. Done indexing 325000 documents. Done indexing 350000 documents. Done indexing 375000 documents. Done indexing 400000 documents. Done indexing 425000 documents. Done indexing 450000 documents. Done indexing 475000 documents. Done indexing 500000 documents. Done indexing 525000 documents. Done indexing 550000 documents. Done indexing 575000 documents. Done indexing 600000 documents. Done indexing 625000 documents. Done indexing 650000 documents. Done indexing 675000 documents. Done indexing 700000 documents. Done indexing 725000 documents. Done indexing 750000 documents. Done indexing 775000 documents. Done indexing 800000 documents. Done indexing 825000 documents. Done indexing 850000 documents. Done indexing 875000 documents. Done indexing 900000 documents. Done indexing 925000 documents. Done indexing 950000 documents. Done indexing 975000 documents. Done indexing 1000000 documents. Done indexing 1025000 documents. Done indexing 1050000 documents. Done indexing 1075000 documents. Done indexing 1100000 documents. Done indexing 1125000 documents. Done indexing 1150000 documents. Done indexing 1175000 documents. Done indexing 1200000 documents. Done indexing 1225000 documents. Done indexing 1250000 documents. Done indexing 1275000 documents. Done indexing 1300000 documents. Done indexing 1325000 documents. Done indexing 1350000 documents. Done indexing 1375000 documents. Done indexing 1400000 documents. Done indexing 1425000 documents. Done indexing 1450000 documents. Done indexing 1475000 documents. Done indexing 1500000 documents. Done indexing 1525000 documents. Done indexing 1550000 documents. Done indexing 1575000 documents. Done indexing 1600000 documents. Done indexing 1625000 documents. Done indexing 1650000 documents. Done indexing 1675000 documents. Done indexing 1700000 documents. Done indexing 1725000 documents. Done indexing 1750000 documents. Done indexing 1775000 documents. Done indexing 1800000 documents. Done indexing 1825000 documents. Done indexing 1850000 documents. Done indexing 1875000 documents. Done indexing 1900000 documents. Done indexing 1925000 documents. Done indexing 1950000 documents. Done indexing 1975000 documents. Done indexing 2000000 documents. Done indexing 2025000 documents. Done indexing 2050000 documents. Done indexing 2075000 documents. Done indexing 2100000 documents. Done indexing 2125000 documents. Done indexing 2150000 documents. Done indexing 2175000 documents. Done indexing 2200000 documents. Done indexing 2225000 documents. Done indexing 2250000 documents. Done indexing 2275000 documents. Done indexing 2300000 documents. Done indexing 2325000 documents. Done indexing 2350000 documents. Done indexing 2375000 documents. Done indexing 2400000 documents. Done indexing 2425000 documents. Done indexing 2450000 documents. Done indexing 2475000 documents. Done indexing 2500000 documents. Done indexing 2525000 documents. Done indexing 2550000 documents. Done indexing 2575000 documents. Done indexing 2600000 documents. Done indexing 2625000 documents. Done indexing 2650000 documents. Done indexing 2675000 documents. Done indexing 2700000 documents. Done indexing 2725000 documents. Done indexing 2750000 documents. Done indexing 2775000 documents. Done indexing 2800000 documents. Done indexing 2825000 documents. Done indexing 2850000 documents. Done indexing 2875000 documents. Done indexing 2900000 documents. Done indexing 2925000 documents. Done indexing 2950000 documents. Done indexing 2975000 documents. Done indexing 3000000 documents. Done indexing 3025000 documents. Done indexing 3050000 documents. Done indexing 3075000 documents. Done indexing 3100000 documents. Done indexing 3125000 documents. Done indexing 3150000 documents. Done indexing 3175000 documents. Done indexing 3200000 documents. Done indexing 3225000 documents. Done indexing 3250000 documents. Done indexing 3275000 documents. Done indexing 3300000 documents. Done indexing 3325000 documents. Done indexing 3350000 documents. Done indexing 3375000 documents. Done indexing 3400000 documents. Done indexing 3425000 documents. Done indexing 3450000 documents. Done indexing 3475000 documents. Done indexing 3500000 documents. Done indexing 3525000 documents. Done indexing 3550000 documents. Done indexing 3575000 documents. Done indexing 3600000 documents. Done indexing 3625000 documents. Done indexing 3650000 documents. Done indexing 3675000 documents. Done indexing 3700000 documents. Done indexing 3725000 documents. Done indexing 3750000 documents. Done indexing 3775000 documents. Done indexing 3800000 documents. Done indexing 3825000 documents. Done indexing 3850000 documents. Done indexing 3875000 documents. Done indexing 3900000 documents. Done indexing 3925000 documents. Done indexing 3950000 documents. Done indexing 3975000 documents. Done indexing 4000000 documents. Done indexing 4025000 documents. Done indexing 4050000 documents. Done indexing 4075000 documents. Done indexing 4100000 documents. Done indexing 4125000 documents. Done indexing 4150000 documents. Done indexing 4175000 documents. Done indexing 4200000 documents. Done indexing 4225000 documents. Done indexing 4250000 documents. Done indexing 4275000 documents. Done indexing 4300000 documents. Done indexing 4325000 documents. Done indexing 4350000 documents. Done indexing 4375000 documents. Done indexing 4400000 documents. Done indexing 4425000 documents. Done indexing 4450000 documents. Done indexing 4475000 documents. Done indexing 4500000 documents. Done indexing 4525000 documents. Done indexing 4550000 documents. Done indexing 4575000 documents. Done indexing 4600000 documents. Done indexing 4625000 documents. Done indexing 4650000 documents. Done indexing 4675000 documents. Done indexing 4700000 documents. Done indexing 4725000 documents. Done indexing 4750000 documents. Done indexing 4775000 documents. Done indexing 4800000 documents. Done indexing 4825000 documents. Done indexing 4850000 documents. Done indexing 4875000 documents. Done indexing 4900000 documents. Done indexing 4925000 documents. Done indexing 4950000 documents. Done indexing 4975000 documents. Done indexing 5000000 documents. Done indexing 5025000 documents. Done indexing 5050000 documents. Done indexing 5075000 documents. Done indexing 5100000 documents. Done indexing 5125000 documents. Done indexing 5150000 documents. Done indexing 5175000 documents. Done indexing 5200000 documents. Done indexing 5225000 documents. Done indexing 5250000 documents. Done indexing 5275000 documents. Done indexing 5300000 documents. Done indexing 5325000 documents. Done indexing 5350000 documents. Done indexing 5375000 documents. Done indexing 5400000 documents. Done indexing 5425000 documents. Done indexing 5450000 documents. Done indexing 5475000 documents. Done indexing 5500000 documents. Done indexing 5525000 documents. Done indexing 5550000 documents. Done indexing 5575000 documents. Done indexing 5600000 documents. Done indexing 5625000 documents. Done indexing 5650000 documents. Done indexing 5675000 documents. Done indexing 5700000 documents. Done indexing 5725000 documents. Done indexing 5750000 documents. Done indexing 5775000 documents. Done indexing 5800000 documents. Done indexing 5825000 documents. Done indexing 5850000 documents. Done indexing 5875000 documents. Done indexing 5900000 documents. Done indexing 5925000 documents. Done indexing 5950000 documents. Done indexing 5975000 documents. Done indexing 6000000 documents. Done indexing 6025000 documents. Done indexing 6050000 documents. Done indexing 6075000 documents. Done indexing 6100000 documents. Done indexing 6125000 documents. Done indexing 6150000 documents. Done indexing 6175000 documents. Done indexing 6200000 documents. Done indexing 6225000 documents. Done indexing 6250000 documents. Done indexing 6275000 documents. Done indexing 6300000 documents. Done indexing 6325000 documents. Done indexing 6350000 documents. Done indexing 6375000 documents. Done indexing 6400000 documents. Done indexing 6425000 documents. Done indexing 6450000 documents. Done indexing 6475000 documents. Done indexing 6500000 documents. Done indexing 6525000 documents. Done indexing 6550000 documents. Done indexing 6575000 documents. Done indexing 6600000 documents. Done indexing 6625000 documents. Done indexing 6650000 documents. Done indexing 6675000 documents. Done indexing 6700000 documents. Done indexing 6725000 documents. Done indexing 6750000 documents. Done indexing 6775000 documents. Done indexing 6800000 documents. Done indexing 6825000 documents. Done indexing 6850000 documents. Done indexing 6875000 documents. Done indexing 6900000 documents. Done indexing 6925000 documents. Done indexing 6950000 documents. Done indexing 6975000 documents. Done indexing 7000000 documents. Done indexing 7025000 documents. Done indexing 7050000 documents. Done indexing 7075000 documents. Done indexing 7100000 documents. Done indexing 7125000 documents. Done indexing 7150000 documents. Done indexing 7175000 documents. Done indexing 7200000 documents. Done indexing 7225000 documents. Done indexing 7250000 documents. Done indexing 7275000 documents. Done indexing 7300000 documents. Done indexing 7325000 documents. Done indexing 7350000 documents. Done indexing 7375000 documents. Done indexing 7400000 documents. Done indexing 7425000 documents. Done indexing 7450000 documents. Done indexing 7475000 documents. Done indexing 7500000 documents. Done indexing 7525000 documents. Done indexing 7550000 documents. Done indexing 7575000 documents. Done indexing 7600000 documents. Done indexing 7625000 documents. Done indexing 7650000 documents. Done indexing 7675000 documents. Done indexing 7700000 documents. Done indexing 7725000 documents. Done indexing 7750000 documents. Done indexing 7775000 documents. Done indexing 7800000 documents. Done indexing 7825000 documents. Done indexing 7850000 documents. Done indexing 7875000 documents. Done indexing 7900000 documents. Done indexing 7925000 documents. Done indexing 7950000 documents. Done indexing 7975000 documents. Done indexing 8000000 documents. now IndexWriter.commit() now wait for already running merges to finish 0.0 sec: 101 segments, 10 merges 94.5s _1bc: 8 segs, 822.8 K docs, 4102.9 MB 63.5s _1cd: 8 segs, 320.7 K docs, 1597.7 MB 41.4s _1d8: 8 segs, 1012.4 K docs, 5049.9 MB 35.6s _1df: 10 segs, 49.0 K docs, 242.6 MB 27.6s _1dp: 9 segs, 43.7 K docs, 216.5 MB 22.8s _1dy: 8 segs, 40.7 K docs, 201.5 MB 17.2s _1e6: 8 segs, 75.9 K docs, 377.1 MB 11.6s _1ef: 8 segs, 39.6 K docs, 196.2 MB 5.6s _1en: 8 segs, 39.6 K docs, 196.1 MB 0.1s _1es: 11 segs, 42.4 K docs, 209.9 MB 5.0 sec: 101 segments, 10 merges 99.5s _1bc: 8 segs, 822.8 K docs, 4102.9 MB 68.5s _1cd: 8 segs, 320.7 K docs, 1597.7 MB 46.4s _1d8: 8 segs, 1012.4 K docs, 5049.9 MB 40.7s _1df: 10 segs, 49.0 K docs, 242.6 MB 32.6s _1dp: 9 segs, 43.7 K docs, 216.5 MB 27.8s _1dy: 8 segs, 40.7 K docs, 201.5 MB 22.2s _1e6: 8 segs, 75.9 K docs, 377.1 MB 16.6s _1ef: 8 segs, 39.6 K docs, 196.2 MB 10.6s _1en: 8 segs, 39.6 K docs, 196.1 MB 5.1s _1es: 11 segs, 42.4 K docs, 209.9 MB 10.0 sec: 94 segments, 9 merges 104.5s _1bc: 8 segs, 822.8 K docs, 4102.9 MB 51.4s _1d8: 8 segs, 1012.4 K docs, 5049.9 MB 45.7s _1df: 10 segs, 49.0 K docs, 242.6 MB 37.6s _1dp: 9 segs, 43.7 K docs, 216.5 MB 32.8s _1dy: 8 segs, 40.7 K docs, 201.5 MB 27.2s _1e6: 8 segs, 75.9 K docs, 377.1 MB 21.6s _1ef: 8 segs, 39.6 K docs, 196.2 MB 15.6s _1en: 8 segs, 39.6 K docs, 196.1 MB 10.1s _1es: 11 segs, 42.4 K docs, 209.9 MB 15.0 sec: 94 segments, 9 merges 109.5s _1bc: 8 segs, 822.8 K docs, 4102.9 MB 56.4s _1d8: 8 segs, 1012.4 K docs, 5049.9 MB 50.7s _1df: 10 segs, 49.0 K docs, 242.6 MB 42.6s _1dp: 9 segs, 43.7 K docs, 216.5 MB 37.8s _1dy: 8 segs, 40.7 K docs, 201.5 MB 32.2s _1e6: 8 segs, 75.9 K docs, 377.1 MB 26.6s _1ef: 8 segs, 39.6 K docs, 196.2 MB 20.6s _1en: 8 segs, 39.6 K docs, 196.1 MB 15.1s _1es: 11 segs, 42.4 K docs, 209.9 MB 20.0 sec: 70 segments, 6 merges 114.5s _1bc: 8 segs, 822.8 K docs, 4102.9 MB 61.4s _1d8: 8 segs, 1012.4 K docs, 5049.9 MB 37.2s _1e6: 8 segs, 75.9 K docs, 377.1 MB 31.6s _1ef: 8 segs, 39.6 K docs, 196.2 MB 25.6s _1en: 8 segs, 39.6 K docs, 196.1 MB 20.1s _1es: 11 segs, 42.4 K docs, 209.9 MB 25.0 sec: 63 segments, 5 merges 119.5s _1bc: 8 segs, 822.8 K docs, 4102.9 MB 66.4s _1d8: 8 segs, 1012.4 K docs, 5049.9 MB 42.2s _1e6: 8 segs, 75.9 K docs, 377.1 MB 30.6s _1en: 8 segs, 39.6 K docs, 196.1 MB 25.1s _1es: 11 segs, 42.4 K docs, 209.9 MB 30.0 sec: 56 segments, 4 merges 124.5s _1bc: 8 segs, 822.8 K docs, 4102.9 MB 71.4s _1d8: 8 segs, 1012.4 K docs, 5049.9 MB 47.2s _1e6: 8 segs, 75.9 K docs, 377.1 MB 30.1s _1es: 11 segs, 42.4 K docs, 209.9 MB 35.0 sec: 46 segments, 3 merges 129.5s _1bc: 8 segs, 822.8 K docs, 4102.9 MB 76.4s _1d8: 8 segs, 1012.4 K docs, 5049.9 MB 52.2s _1e6: 8 segs, 75.9 K docs, 377.1 MB 40.0 sec: 46 segments, 3 merges 134.5s _1bc: 8 segs, 822.8 K docs, 4102.9 MB 81.4s _1d8: 8 segs, 1012.4 K docs, 5049.9 MB 57.2s _1e6: 8 segs, 75.9 K docs, 377.1 MB 45.0 sec: 46 segments, 3 merges 139.5s _1bc: 8 segs, 822.8 K docs, 4102.9 MB 86.4s _1d8: 8 segs, 1012.4 K docs, 5049.9 MB 62.2s _1e6: 8 segs, 75.9 K docs, 377.1 MB 50.1 sec: 46 segments, 3 merges 144.5s _1bc: 8 segs, 822.8 K docs, 4102.9 MB 91.4s _1d8: 8 segs, 1012.4 K docs, 5049.9 MB 67.2s _1e6: 8 segs, 75.9 K docs, 377.1 MB 55.1 sec: 46 segments, 3 merges 149.5s _1bc: 8 segs, 822.8 K docs, 4102.9 MB 96.4s _1d8: 8 segs, 1012.4 K docs, 5049.9 MB 72.2s _1e6: 8 segs, 75.9 K docs, 377.1 MB 60.1 sec: 39 segments, 3 merges 154.5s _1bc: 8 segs, 822.8 K docs, 4102.9 MB 101.5s _1d8: 8 segs, 1012.4 K docs, 5049.9 MB 3.9s _1et: 8 segs, 329.7 K docs, 1641.3 MB 65.1 sec: 39 segments, 3 merges 159.5s _1bc: 8 segs, 822.8 K docs, 4102.9 MB 106.5s _1d8: 8 segs, 1012.4 K docs, 5049.9 MB 8.9s _1et: 8 segs, 329.7 K docs, 1641.3 MB 70.0 sec: 39 segments, 3 merges 164.5s _1bc: 8 segs, 822.8 K docs, 4102.9 MB 111.4s _1d8: 8 segs, 1012.4 K docs, 5049.9 MB 13.8s _1et: 8 segs, 329.7 K docs, 1641.3 MB 75.0 sec: 39 segments, 3 merges 169.5s _1bc: 8 segs, 822.8 K docs, 4102.9 MB 116.4s _1d8: 8 segs, 1012.4 K docs, 5049.9 MB 18.8s _1et: 8 segs, 329.7 K docs, 1641.3 MB 80.0 sec: 39 segments, 3 merges 174.5s _1bc: 8 segs, 822.8 K docs, 4102.9 MB 121.4s _1d8: 8 segs, 1012.4 K docs, 5049.9 MB 23.8s _1et: 8 segs, 329.7 K docs, 1641.3 MB 85.0 sec: 32 segments, 2 merges 126.4s _1d8: 8 segs, 1012.4 K docs, 5049.9 MB 28.8s _1et: 8 segs, 329.7 K docs, 1641.3 MB 90.0 sec: 32 segments, 2 merges 131.4s _1d8: 8 segs, 1012.4 K docs, 5049.9 MB 33.8s _1et: 8 segs, 329.7 K docs, 1641.3 MB 95.0 sec: 32 segments, 2 merges 136.4s _1d8: 8 segs, 1012.4 K docs, 5049.9 MB 38.8s _1et: 8 segs, 329.7 K docs, 1641.3 MB 100.0 sec: 32 segments, 2 merges 141.4s _1d8: 8 segs, 1012.4 K docs, 5049.9 MB 43.8s _1et: 8 segs, 329.7 K docs, 1641.3 MB 105.0 sec: 32 segments, 2 merges 146.4s _1d8: 8 segs, 1012.4 K docs, 5049.9 MB 48.8s _1et: 8 segs, 329.7 K docs, 1641.3 MB 110.0 sec: 32 segments, 2 merges 151.4s _1d8: 8 segs, 1012.4 K docs, 5049.9 MB 53.9s _1et: 8 segs, 329.7 K docs, 1641.3 MB 115.0 sec: 32 segments, 2 merges 156.4s _1d8: 8 segs, 1012.4 K docs, 5049.9 MB 58.9s _1et: 8 segs, 329.7 K docs, 1641.3 MB 120.0 sec: 32 segments, 2 merges 161.4s _1d8: 8 segs, 1012.4 K docs, 5049.9 MB 63.9s _1et: 8 segs, 329.7 K docs, 1641.3 MB 125.1 sec: 32 segments, 2 merges 166.4s _1d8: 8 segs, 1012.4 K docs, 5049.9 MB 68.9s _1et: 8 segs, 329.7 K docs, 1641.3 MB 130.1 sec: 32 segments, 2 merges 171.4s _1d8: 8 segs, 1012.4 K docs, 5049.9 MB 73.9s _1et: 8 segs, 329.7 K docs, 1641.3 MB 135.1 sec: 32 segments, 2 merges 176.5s _1d8: 8 segs, 1012.4 K docs, 5049.9 MB 78.9s _1et: 8 segs, 329.7 K docs, 1641.3 MB 140.1 sec: 32 segments, 2 merges 181.5s _1d8: 8 segs, 1012.4 K docs, 5049.9 MB 83.9s _1et: 8 segs, 329.7 K docs, 1641.3 MB 145.1 sec: 32 segments, 2 merges 186.5s _1d8: 8 segs, 1012.4 K docs, 5049.9 MB 88.9s _1et: 8 segs, 329.7 K docs, 1641.3 MB 150.1 sec: 32 segments, 2 merges 191.5s _1d8: 8 segs, 1012.4 K docs, 5049.9 MB 93.9s _1et: 8 segs, 329.7 K docs, 1641.3 MB 155.1 sec: 32 segments, 2 merges 196.5s _1d8: 8 segs, 1012.4 K docs, 5049.9 MB 98.9s _1et: 8 segs, 329.7 K docs, 1641.3 MB 160.1 sec: 32 segments, 2 merges 201.5s _1d8: 8 segs, 1012.4 K docs, 5049.9 MB 103.9s _1et: 8 segs, 329.7 K docs, 1641.3 MB 165.1 sec: 32 segments, 2 merges 206.5s _1d8: 8 segs, 1012.4 K docs, 5049.9 MB 108.9s _1et: 8 segs, 329.7 K docs, 1641.3 MB 170.1 sec: 32 segments, 2 merges 211.5s _1d8: 8 segs, 1012.4 K docs, 5049.9 MB 113.9s _1et: 8 segs, 329.7 K docs, 1641.3 MB 175.0 sec: 32 segments, 2 merges 216.4s _1d8: 8 segs, 1012.4 K docs, 5049.9 MB 118.8s _1et: 8 segs, 329.7 K docs, 1641.3 MB 180.0 sec: 32 segments, 2 merges 221.4s _1d8: 8 segs, 1012.4 K docs, 5049.9 MB 123.8s _1et: 8 segs, 329.7 K docs, 1641.3 MB 185.0 sec: 32 segments, 2 merges 226.4s _1d8: 8 segs, 1012.4 K docs, 5049.9 MB 128.8s _1et: 8 segs, 329.7 K docs, 1641.3 MB 190.0 sec: 32 segments, 2 merges 231.4s _1d8: 8 segs, 1012.4 K docs, 5049.9 MB 133.8s _1et: 8 segs, 329.7 K docs, 1641.3 MB 195.0 sec: 32 segments, 2 merges 236.4s _1d8: 8 segs, 1012.4 K docs, 5049.9 MB 138.8s _1et: 8 segs, 329.7 K docs, 1641.3 MB 200.0 sec: 32 segments, 2 merges 241.4s _1d8: 8 segs, 1012.4 K docs, 5049.9 MB 143.8s _1et: 8 segs, 329.7 K docs, 1641.3 MB 205.0 sec: 32 segments, 2 merges 246.4s _1d8: 8 segs, 1012.4 K docs, 5049.9 MB 148.8s _1et: 8 segs, 329.7 K docs, 1641.3 MB 210.0 sec: 32 segments, 2 merges 251.4s _1d8: 8 segs, 1012.4 K docs, 5049.9 MB 153.8s _1et: 8 segs, 329.7 K docs, 1641.3 MB 215.0 sec: 32 segments, 2 merges 256.4s _1d8: 8 segs, 1012.4 K docs, 5049.9 MB 158.9s _1et: 8 segs, 329.7 K docs, 1641.3 MB 220.0 sec: 32 segments, 2 merges 261.4s _1d8: 8 segs, 1012.4 K docs, 5049.9 MB 163.9s _1et: 8 segs, 329.7 K docs, 1641.3 MB 225.1 sec: 32 segments, 2 merges 266.4s _1d8: 8 segs, 1012.4 K docs, 5049.9 MB 168.9s _1et: 8 segs, 329.7 K docs, 1641.3 MB 230.1 sec: 25 segments, 1 merges 173.9s _1et: 8 segs, 329.7 K docs, 1641.3 MB 235.1 sec: 25 segments, 1 merges 178.9s _1et: 8 segs, 329.7 K docs, 1641.3 MB 240.1 sec: 25 segments, 1 merges 183.9s _1et: 8 segs, 329.7 K docs, 1641.3 MB 245.1 sec: 25 segments, 1 merges 188.9s _1et: 8 segs, 329.7 K docs, 1641.3 MB done first pass waiting for merges done second pass waiting for merges (CMS.sync()) Indexed 8000000 docs in 1423 seconds reindex takes 1423.50 sec Force merge index in knn-reuse/indices/dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-7-fm now wait for already running merges to finish 0.0 sec: 18 segments, 1 merges 5.0 sec: 18 segments, 1 merges 5.0s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 10.0 sec: 18 segments, 1 merges 10.0s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 15.0 sec: 18 segments, 1 merges 15.0s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 20.0 sec: 18 segments, 1 merges 20.0s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 25.0 sec: 18 segments, 1 merges 25.0s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 30.0 sec: 18 segments, 1 merges 30.0s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 35.0 sec: 18 segments, 1 merges 35.0s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 40.0 sec: 18 segments, 1 merges 40.0s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 45.0 sec: 18 segments, 1 merges 45.0s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 50.0 sec: 18 segments, 1 merges 50.0s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 55.0 sec: 18 segments, 1 merges 55.0s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 60.0 sec: 18 segments, 1 merges 60.0s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 65.0 sec: 18 segments, 1 merges 65.0s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 70.1 sec: 18 segments, 1 merges 70.1s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 75.1 sec: 18 segments, 1 merges 75.1s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 80.1 sec: 18 segments, 1 merges 80.1s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 85.1 sec: 18 segments, 1 merges 85.1s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 90.1 sec: 18 segments, 1 merges 90.1s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 95.1 sec: 18 segments, 1 merges 95.1s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 100.1 sec: 18 segments, 1 merges 100.1s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 105.1 sec: 18 segments, 1 merges 105.1s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 110.1 sec: 18 segments, 1 merges 110.1s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 115.1 sec: 18 segments, 1 merges 115.1s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 120.1 sec: 18 segments, 1 merges 120.1s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 125.1 sec: 18 segments, 1 merges 125.1s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 130.1 sec: 18 segments, 1 merges 130.1s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 135.0 sec: 18 segments, 1 merges 135.0s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 140.0 sec: 18 segments, 1 merges 140.0s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 145.0 sec: 18 segments, 1 merges 145.0s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 150.0 sec: 18 segments, 1 merges 150.0s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 155.0 sec: 18 segments, 1 merges 155.0s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 160.0 sec: 18 segments, 1 merges 160.0s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 165.0 sec: 18 segments, 1 merges 165.0s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 170.0 sec: 18 segments, 1 merges 170.0s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 175.0 sec: 18 segments, 1 merges 175.0s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 180.0 sec: 18 segments, 1 merges 180.0s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 185.0 sec: 18 segments, 1 merges 185.0s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 190.0 sec: 18 segments, 1 merges 190.0s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 195.1 sec: 18 segments, 1 merges 195.0s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 200.1 sec: 18 segments, 1 merges 200.1s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 205.1 sec: 18 segments, 1 merges 205.1s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 210.1 sec: 18 segments, 1 merges 210.1s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 215.1 sec: 18 segments, 1 merges 215.1s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 220.1 sec: 18 segments, 1 merges 220.1s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 225.1 sec: 18 segments, 1 merges 225.1s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 230.1 sec: 18 segments, 1 merges 230.1s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 235.1 sec: 18 segments, 1 merges 235.1s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 240.1 sec: 18 segments, 1 merges 240.1s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 245.1 sec: 18 segments, 1 merges 245.1s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 250.1 sec: 18 segments, 1 merges 250.1s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 255.1 sec: 18 segments, 1 merges 255.1s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 260.1 sec: 18 segments, 1 merges 260.1s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 265.0 sec: 18 segments, 1 merges 265.0s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 270.0 sec: 18 segments, 1 merges 270.0s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 275.0 sec: 18 segments, 1 merges 275.0s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 280.0 sec: 18 segments, 1 merges 280.0s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 285.0 sec: 18 segments, 1 merges 285.0s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 290.0 sec: 18 segments, 1 merges 290.0s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 295.0 sec: 18 segments, 1 merges 295.0s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 300.0 sec: 18 segments, 1 merges 300.0s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 305.0 sec: 18 segments, 1 merges 305.0s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 310.0 sec: 18 segments, 1 merges 310.0s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 315.0 sec: 18 segments, 1 merges 315.0s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 320.0 sec: 18 segments, 1 merges 320.0s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 325.0 sec: 18 segments, 1 merges 325.0s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 330.0 sec: 18 segments, 1 merges 330.0s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 335.0 sec: 18 segments, 1 merges 335.0s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 340.1 sec: 18 segments, 1 merges 340.1s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 345.1 sec: 18 segments, 1 merges 345.1s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 350.1 sec: 18 segments, 1 merges 350.1s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 355.1 sec: 18 segments, 1 merges 355.1s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 360.1 sec: 18 segments, 1 merges 360.1s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 365.1 sec: 18 segments, 1 merges 365.1s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 370.1 sec: 18 segments, 1 merges 370.1s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 375.0 sec: 18 segments, 1 merges 375.0s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 380.0 sec: 18 segments, 1 merges 380.0s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 385.0 sec: 18 segments, 1 merges 385.0s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 390.0 sec: 18 segments, 1 merges 390.0s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 395.1 sec: 18 segments, 1 merges 395.1s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 400.1 sec: 18 segments, 1 merges 400.1s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 405.1 sec: 18 segments, 1 merges 405.1s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 410.1 sec: 18 segments, 1 merges 410.1s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 415.1 sec: 18 segments, 1 merges 415.1s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 420.1 sec: 18 segments, 1 merges 420.1s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 425.1 sec: 18 segments, 1 merges 425.1s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 430.1 sec: 18 segments, 1 merges 430.1s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 435.1 sec: 18 segments, 1 merges 435.1s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 440.1 sec: 18 segments, 1 merges 440.1s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 445.1 sec: 18 segments, 1 merges 445.1s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 450.1 sec: 18 segments, 1 merges 450.1s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 455.1 sec: 18 segments, 1 merges 455.1s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 460.1 sec: 18 segments, 1 merges 460.1s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 465.1 sec: 18 segments, 1 merges 465.1s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 470.1 sec: 18 segments, 1 merges 470.1s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 475.1 sec: 18 segments, 1 merges 475.1s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 480.1 sec: 18 segments, 1 merges 480.1s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 485.1 sec: 18 segments, 1 merges 485.1s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 490.1 sec: 18 segments, 1 merges 490.1s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 495.0 sec: 18 segments, 1 merges 495.0s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 500.0 sec: 18 segments, 1 merges 500.0s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 505.0 sec: 18 segments, 1 merges 505.0s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 510.0 sec: 18 segments, 1 merges 510.0s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 515.0 sec: 18 segments, 1 merges 515.0s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 520.0 sec: 18 segments, 1 merges 520.0s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 525.0 sec: 18 segments, 1 merges 525.0s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 530.0 sec: 18 segments, 1 merges 530.0s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 535.1 sec: 18 segments, 1 merges 535.1s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 540.1 sec: 18 segments, 1 merges 540.1s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 545.1 sec: 18 segments, 1 merges 545.1s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 550.1 sec: 18 segments, 1 merges 550.1s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 555.1 sec: 18 segments, 1 merges 555.1s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 560.0 sec: 18 segments, 1 merges 560.0s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 565.0 sec: 18 segments, 1 merges 565.0s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 570.0 sec: 18 segments, 1 merges 570.0s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 575.0 sec: 18 segments, 1 merges 575.0s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 580.0 sec: 18 segments, 1 merges 580.0s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 585.0 sec: 18 segments, 1 merges 585.0s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 590.0 sec: 18 segments, 1 merges 590.0s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 595.0 sec: 18 segments, 1 merges 595.0s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 600.0 sec: 18 segments, 1 merges 600.0s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 605.0 sec: 18 segments, 1 merges 605.0s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 610.0 sec: 18 segments, 1 merges 610.0s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 615.0 sec: 18 segments, 1 merges 615.0s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 620.0 sec: 18 segments, 1 merges 620.0s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 625.0 sec: 18 segments, 1 merges 625.0s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 630.0 sec: 18 segments, 1 merges 630.0s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 635.0 sec: 18 segments, 1 merges 635.0s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 640.0 sec: 18 segments, 1 merges 640.0s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 645.0 sec: 18 segments, 1 merges 645.0s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 650.0 sec: 18 segments, 1 merges 650.0s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 655.0 sec: 18 segments, 1 merges 655.0s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 660.0 sec: 18 segments, 1 merges 660.0s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 665.1 sec: 18 segments, 1 merges 665.1s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 670.1 sec: 18 segments, 1 merges 670.1s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 675.1 sec: 18 segments, 1 merges 675.1s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 680.1 sec: 18 segments, 1 merges 680.1s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 685.0 sec: 18 segments, 1 merges 685.0s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 690.1 sec: 18 segments, 1 merges 690.1s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 695.1 sec: 18 segments, 1 merges 695.1s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 700.1 sec: 18 segments, 1 merges 700.1s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 705.1 sec: 18 segments, 1 merges 705.1s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 710.1 sec: 18 segments, 1 merges 710.1s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 715.1 sec: 18 segments, 1 merges 715.1s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 720.1 sec: 18 segments, 1 merges 720.1s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 725.1 sec: 18 segments, 1 merges 725.1s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 730.1 sec: 18 segments, 1 merges 730.1s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 735.1 sec: 18 segments, 1 merges 735.1s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 740.1 sec: 18 segments, 1 merges 740.1s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 745.1 sec: 18 segments, 1 merges 745.1s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 750.0 sec: 18 segments, 1 merges 750.0s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 755.0 sec: 18 segments, 1 merges 755.0s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 760.1 sec: 18 segments, 1 merges 760.1s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 765.1 sec: 18 segments, 1 merges 765.1s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 770.1 sec: 18 segments, 1 merges 770.1s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 775.1 sec: 18 segments, 1 merges 775.1s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 780.1 sec: 18 segments, 1 merges 780.1s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 785.1 sec: 18 segments, 1 merges 785.1s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 790.1 sec: 18 segments, 1 merges 790.1s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 795.1 sec: 18 segments, 1 merges 795.1s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 800.1 sec: 18 segments, 1 merges 800.1s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 805.1 sec: 18 segments, 1 merges 805.1s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 810.1 sec: 18 segments, 1 merges 810.1s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 815.1 sec: 18 segments, 1 merges 815.1s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 820.0 sec: 18 segments, 1 merges 820.0s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 825.0 sec: 18 segments, 1 merges 825.0s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 830.1 sec: 18 segments, 1 merges 830.1s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 835.1 sec: 18 segments, 1 merges 835.1s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 840.1 sec: 18 segments, 1 merges 840.1s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 845.0 sec: 18 segments, 1 merges 845.0s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 850.0 sec: 18 segments, 1 merges 850.0s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 855.0 sec: 18 segments, 1 merges 855.0s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 860.0 sec: 18 segments, 1 merges 860.0s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 865.0 sec: 18 segments, 1 merges 865.0s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 870.0 sec: 18 segments, 1 merges 870.0s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 875.0 sec: 18 segments, 1 merges 875.0s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 880.0 sec: 18 segments, 1 merges 880.0s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 885.0 sec: 18 segments, 1 merges 885.0s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 890.0 sec: 18 segments, 1 merges 890.0s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 895.0 sec: 18 segments, 1 merges 895.0s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 900.0 sec: 18 segments, 1 merges 900.0s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 905.1 sec: 18 segments, 1 merges 905.1s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 910.1 sec: 18 segments, 1 merges 910.1s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 915.1 sec: 18 segments, 1 merges 915.1s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 920.1 sec: 18 segments, 1 merges 920.1s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 925.1 sec: 18 segments, 1 merges 925.1s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 930.0 sec: 18 segments, 1 merges 930.0s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 935.0 sec: 18 segments, 1 merges 935.0s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 940.0 sec: 18 segments, 1 merges 940.0s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 945.0 sec: 18 segments, 1 merges 945.0s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 950.0 sec: 18 segments, 1 merges 950.0s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 955.0 sec: 18 segments, 1 merges 955.0s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 960.0 sec: 18 segments, 1 merges 960.0s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 965.0 sec: 18 segments, 1 merges 965.0s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 970.0 sec: 18 segments, 1 merges 970.0s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 975.0 sec: 18 segments, 1 merges 975.0s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 980.0 sec: 18 segments, 1 merges 980.0s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 985.0 sec: 18 segments, 1 merges 985.0s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 990.1 sec: 18 segments, 1 merges 990.1s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 995.1 sec: 18 segments, 1 merges 995.1s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 1000.1 sec: 18 segments, 1 merges 1000.1s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 1005.1 sec: 18 segments, 1 merges 1005.1s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 1010.1 sec: 18 segments, 1 merges 1010.1s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 1015.1 sec: 18 segments, 1 merges 1015.1s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 1020.1 sec: 18 segments, 1 merges 1020.1s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 1025.1 sec: 18 segments, 1 merges 1025.1s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 1030.1 sec: 18 segments, 1 merges 1030.1s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 1035.1 sec: 18 segments, 1 merges 1035.1s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 1040.1 sec: 18 segments, 1 merges 1040.1s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 1045.1 sec: 18 segments, 1 merges 1045.1s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 1050.1 sec: 18 segments, 1 merges 1050.1s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 1055.1 sec: 18 segments, 1 merges 1055.1s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 1060.1 sec: 18 segments, 1 merges 1060.1s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 1065.1 sec: 18 segments, 1 merges 1065.1s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 1070.1 sec: 18 segments, 1 merges 1070.1s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 1075.1 sec: 18 segments, 1 merges 1075.1s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 1080.1 sec: 18 segments, 1 merges 1080.1s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 1085.1 sec: 18 segments, 1 merges 1085.1s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 1090.0 sec: 18 segments, 1 merges 1090.0s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 1095.0 sec: 18 segments, 1 merges 1095.0s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 1100.0 sec: 18 segments, 1 merges 1100.0s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 1105.0 sec: 18 segments, 1 merges 1105.0s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 1110.0 sec: 18 segments, 1 merges 1110.0s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 1115.0 sec: 18 segments, 1 merges 1115.0s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 1120.0 sec: 18 segments, 1 merges 1120.0s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 1125.0 sec: 18 segments, 1 merges 1125.0s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 1130.0 sec: 18 segments, 1 merges 1130.0s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 1135.0 sec: 18 segments, 1 merges 1135.0s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 1140.1 sec: 18 segments, 1 merges 1140.1s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 1145.1 sec: 18 segments, 1 merges 1145.1s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 1150.1 sec: 18 segments, 1 merges 1150.1s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 1155.1 sec: 18 segments, 1 merges 1155.1s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 1160.1 sec: 18 segments, 1 merges 1160.1s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 1165.1 sec: 18 segments, 1 merges 1165.1s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 1170.1 sec: 18 segments, 1 merges 1170.1s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 1175.1 sec: 18 segments, 1 merges 1175.1s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 1180.1 sec: 18 segments, 1 merges 1180.1s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 1185.1 sec: 18 segments, 1 merges 1185.1s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 1190.1 sec: 18 segments, 1 merges 1190.1s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 1195.1 sec: 18 segments, 1 merges 1195.1s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 1200.1 sec: 18 segments, 1 merges 1200.1s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 1205.1 sec: 18 segments, 1 merges 1205.1s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 1210.1 sec: 18 segments, 1 merges 1210.1s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 1215.1 sec: 18 segments, 1 merges 1215.1s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 1220.1 sec: 18 segments, 1 merges 1220.1s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 1225.1 sec: 18 segments, 1 merges 1225.1s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 1230.1 sec: 18 segments, 1 merges 1230.1s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 1235.0 sec: 18 segments, 1 merges 1235.0s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 1240.0 sec: 18 segments, 1 merges 1240.0s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 1245.0 sec: 18 segments, 1 merges 1245.0s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 1250.0 sec: 18 segments, 1 merges 1250.0s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 1255.0 sec: 18 segments, 1 merges 1255.0s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 1260.0 sec: 18 segments, 1 merges 1260.0s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB 1265.0 sec: 18 segments, 1 merges 1265.0s _1eu: 18 segs, 8000.0 K docs, 39939.6 MB done first pass waiting for merges done second pass waiting for merges (CMS.sync()) Force merge done in 1272.56 sec index has 1 segments: segments_3: _1eu(11.0.0):C8000000 _1eu: 40090.8 MB encodingByteSize=4 origByteSize=4 realEncodingByteSize=1.0 index disk usage is 40090.83 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=48389288285 cpu@end=50937600032 deltaMS=2548.311747 thread 14 name=Reference Handler cpu@start=1332366 cpu@end=1332366 deltaMS=0.0 thread 15 name=Finalizer cpu@start=168923 cpu@end=168923 deltaMS=0.0 thread 16 name=Signal Dispatcher cpu@start=48840 cpu@end=48840 deltaMS=0.0 thread 40 name=Common-Cleaner cpu@start=8178601 cpu@end=8178601 deltaMS=0.0 thread 41 name=JFR Recorder Thread cpu@start=24267466584 cpu@end=24267829769 deltaMS=0.363185 thread 42 name=JFR Periodic Tasks cpu@start=179367012526 cpu@end=179490798534 deltaMS=123.786008 thread 46 name=Notification Thread cpu@start=110912 cpu@end=110912 deltaMS=0.0 thread 57 name=hnsw-merge-1-thread-1 cpu@start=2525249356799 cpu@end=2525249356799 deltaMS=0.0 thread 58 name=hnsw-merge-1-thread-2 cpu@start=2526102259363 cpu@end=2526102259363 deltaMS=0.0 thread 59 name=hnsw-merge-1-thread-3 cpu@start=2528339260114 cpu@end=2528339260114 deltaMS=0.0 thread 60 name=hnsw-merge-1-thread-4 cpu@start=2526519976833 cpu@end=2526519976833 deltaMS=0.0 thread 61 name=hnsw-merge-1-thread-5 cpu@start=2528535618274 cpu@end=2528535618274 deltaMS=0.0 thread 62 name=hnsw-merge-1-thread-6 cpu@start=2528936714990 cpu@end=2528936714990 deltaMS=0.0 thread 63 name=hnsw-merge-1-thread-7 cpu@start=2531753514543 cpu@end=2531753514543 deltaMS=0.0 thread 64 name=hnsw-merge-1-thread-8 cpu@start=2528198683759 cpu@end=2528198683759 deltaMS=0.0 thread 65 name=hnsw-merge-1-thread-9 cpu@start=2528513725087 cpu@end=2528513725087 deltaMS=0.0 thread 66 name=hnsw-merge-1-thread-10 cpu@start=2529325713805 cpu@end=2529325713805 deltaMS=0.0 thread 67 name=hnsw-merge-1-thread-11 cpu@start=2530671748508 cpu@end=2530671748508 deltaMS=0.0 thread 68 name=hnsw-merge-1-thread-12 cpu@start=2528256834258 cpu@end=2528256834258 deltaMS=0.0 thread 69 name=hnsw-merge-1-thread-13 cpu@start=2527545971677 cpu@end=2527545971677 deltaMS=0.0 thread 70 name=hnsw-merge-1-thread-14 cpu@start=2530998989107 cpu@end=2530998989107 deltaMS=0.0 thread 71 name=hnsw-merge-1-thread-15 cpu@start=2526125474471 cpu@end=2526125474471 deltaMS=0.0 thread 72 name=hnsw-merge-1-thread-16 cpu@start=2526368916809 cpu@end=2526368916809 deltaMS=0.0 Average CPU cores used: 1.0456535637939424 completed 1000 searches in 2555 ms: 391 QPS CPU time=2671 ms checking results SUMMARY: 0.928 2.555 2.671 1.045 8000000 KNN 100 100 N/A N/A 100.000 32 100 7 bits 5676 1423.50 5619.96 1272.56 1 40090.83 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=230, Fanout min=7, mean=15.72, max=30, meandelta=429411.19 % 0 10 20 30 40 50 60 70 80 90 100 0 10 12 13 14 15 16 18 20 23 30 Graph level=2 size=7569, Fanout min=7, mean=27.34, max=32, meandelta=268868.53 % 0 10 20 30 40 50 60 70 80 90 100 0 18 21 25 27 31 32 32 32 32 32 Graph level=1 size=247414, Fanout min=1, mean=28.29, max=32, meandelta=258756.17 % 0 10 20 30 40 50 60 70 80 90 100 0 19 23 27 31 32 32 32 32 32 32 Graph level=0 size=8000000, Fanout min=1, mean=37.67, max=64, meandelta=194561.08 % 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=230, connectedness=1.00 Graph level=2 size=7569, connectedness=1.00 Graph level=1 size=247414, 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.16.10.08.30/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': 68,406,571.61 msec task-clock:u 264,648,291,486,242 cycles:u (36.36%) 167,591,732,420,313 instructions:u (36.36%) 4,993,755,279,420 cache-references:u (36.36%) 2,243,869,202,189 cache-misses:u (36.36%) 58,663,198,313,412 L1-dcache-loads:u (36.36%) 2,025,092,959,471 L1-dcache-load-misses:u (36.36%) 2,827,616,069,908 L1-icache-loads:u (36.36%) 16,448,794,002 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 12,950,595 faults:u 11,816,644 minor-faults:u 186 major-faults:u 17,386,696,201,115 branches:u (36.36%) 115,990,110,567 branch-misses:u (36.36%) 3,669,979,597,534 stalled-cycles-frontend:u (36.36%) stalled-cycles-backend:u 3025.813435796 seconds time elapsed 67630.602332000 seconds user 761.773940000 seconds sys took 0:50:25.841335 to run KnnGraphTester result: KNNResultV1(lucene_git_rev='cb87f1f45bae052cceb4d856c8745eb1e0c1f5e3', luceneutil_git_rev='ae8596d4197d6cab80ba267a11b748d4439834d8', 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.928, cpu_time_ms=2.555, net_cpu_ms=2.671, 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=5676, index_time_sec=1423.5, index_docs_per_sec=5619.96, force_merge_time_sec=1272.56, index_num_segments=1, index_size_on_disk_mb=40090.83, selectivity=None, pre_post_filter='null', vec_disk_mb=39184.57, vec_ram_mb=7934.57, graph_level_conn_p_values={3: (230, {0: 0, 10: 10, 20: 12, 30: 13, 40: 14, 50: 15, 60: 16, 70: 18, 80: 20, 90: 23, 100: 30}), 2: (7569, {0: 0, 10: 18, 20: 21, 30: 25, 40: 27, 50: 31, 60: 32, 70: 32, 80: 32, 90: 32, 100: 32}), 1: (247414, {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=3025, microseconds=841335)) Profiler summary for /l/logs.nightly/2026.04.16.10.08.30/bench-knn-q7-fmTrue.jfr Version: 2.1 Chunks: 154 Start: 2026-04-16 16:59:12 (UTC) Duration: 3009 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 65429123 1122694858 jdk.FileWrite 29054482 635722770 jdk.FileRead 8003647 182894555 jdk.NativeMethodSample 345398 4580275 jdk.BooleanFlag 76384 2417202 jdk.ObjectAllocationInNewTLAB 74112 1472568 jdk.CPULoad 56099 1121345 jdk.Checkpoint 10508 36473620 jdk.UnsignedIntFlag 7392 250828 jdk.IntFlag 6776 247302 jdk.Compilation 6005 155057 jdk.StringFlag 5236 203051 jdk.ObjectAllocationOutsideTLAB 1224 21909 jdk.CPUInformation 154 231304 jdk.GCConfiguration 154 4000 jdk.JVMInformation 154 143524 jdk.Metadata 154 17021155 jdk.GarbageCollection 58 1394 jdk.ActiveRecording 0 0 jdk.ActiveSetting 0 0 jdk.AllocationRequiringGC 0 0 jdk.BooleanFlagChanged 0 0 jdk.CPUTimeSamplesLost 0 0 jdk.CPUTimeStampCounter 0 0 jdk.ClassDefine 0 0 jdk.ClassLoad 0 0 jdk.ClassLoaderStatistics 0 0 jdk.ClassLoadingStatistics 0 0 jdk.ClassRedefinition 0 0 jdk.ClassUnload 0 0 jdk.CodeCacheConfiguration 0 0 jdk.CodeCacheFull 0 0 jdk.CodeCacheStatistics 0 0 jdk.CompilationFailure 0 0 jdk.CompilerConfiguration 0 0 jdk.CompilerInlining 0 0 jdk.CompilerPhase 0 0 jdk.CompilerQueueUtilization 0 0 jdk.CompilerStatistics 0 0 jdk.ConcurrentModeFailure 0 0 jdk.ContainerCPUThrottling 0 0 jdk.ContainerCPUUsage 0 0 jdk.ContainerConfiguration 0 0 jdk.ContainerIOUsage 0 0 jdk.ContainerMemoryUsage 0 0 jdk.ContinuationFreeze 0 0 jdk.ContinuationFreezeFast 0 0 jdk.ContinuationFreezeSlow 0 0 jdk.ContinuationThaw 0 0 jdk.ContinuationThawFast 0 0 jdk.ContinuationThawSlow 0 0 jdk.DataLoss 0 0 jdk.Deoptimization 0 0 jdk.DeprecatedInvocation 0 0 jdk.Deserialization 0 0 jdk.DirectBufferStatistics 0 0 jdk.DoubleFlag 0 0 jdk.DoubleFlagChanged 0 0 jdk.DumpReason 0 0 jdk.EvacuationFailed 0 0 jdk.EvacuationInformation 0 0 jdk.ExceptionStatistics 0 0 jdk.ExecuteVMOperation 0 0 jdk.ExecutionSample 0 0 jdk.FileForce 0 0 jdk.FinalizerStatistics 0 0 jdk.Flush 0 0 jdk.G1AdaptiveIHOP 0 0 jdk.G1BasicIHOP 0 0 jdk.G1EvacuationOldStatistics 0 0 jdk.G1EvacuationYoungStatistics 0 0 jdk.G1GarbageCollection 0 0 jdk.G1HeapRegionInformation 0 0 jdk.G1HeapRegionTypeChange 0 0 jdk.G1HeapSummary 0 0 jdk.G1MMU 0 0 jdk.GCCPUTime 0 0 jdk.GCHeapConfiguration 0 0 jdk.GCHeapMemoryPoolUsage 0 0 jdk.GCHeapMemoryUsage 0 0 jdk.GCHeapSummary 0 0 jdk.GCPhaseConcurrent 0 0 jdk.GCPhaseConcurrentLevel1 0 0 jdk.GCPhaseConcurrentLevel2 0 0 jdk.GCPhaseParallel 0 0 jdk.GCPhasePause 0 0 jdk.GCPhasePauseLevel1 0 0 jdk.GCPhasePauseLevel2 0 0 jdk.GCPhasePauseLevel3 0 0 jdk.GCPhasePauseLevel4 0 0 jdk.GCReferenceStatistics 0 0 jdk.GCSurvivorConfiguration 0 0 jdk.GCTLABConfiguration 0 0 jdk.HeapDump 0 0 jdk.InitialEnvironmentVariable 0 0 jdk.InitialSecurityProperty 0 0 jdk.InitialSystemProperty 0 0 jdk.IntFlagChanged 0 0 jdk.JITRestart 0 0 jdk.JavaAgent 0 0 jdk.JavaErrorThrow 0 0 jdk.JavaExceptionThrow 0 0 jdk.JavaMonitorDeflate 0 0 jdk.JavaMonitorEnter 0 0 jdk.JavaMonitorInflate 0 0 jdk.JavaMonitorNotify 0 0 jdk.JavaMonitorStatistics 0 0 jdk.JavaMonitorWait 0 0 jdk.JavaThreadStatistics 0 0 jdk.LongFlag 0 0 jdk.LongFlagChanged 0 0 jdk.MetaspaceAllocationFailure 0 0 jdk.MetaspaceChunkFreeListSummary 0 0 jdk.MetaspaceGCThreshold 0 0 jdk.MetaspaceOOM 0 0 jdk.MetaspaceSummary 0 0 jdk.MethodTiming 0 0 jdk.MethodTrace 0 0 jdk.ModuleExport 0 0 jdk.ModuleRequire 0 0 jdk.NativeAgent 0 0 jdk.NativeLibrary 0 0 jdk.NativeLibraryLoad 0 0 jdk.NativeLibraryUnload 0 0 jdk.NativeMemoryUsage 0 0 jdk.NativeMemoryUsageTotal 0 0 jdk.NetworkUtilization 0 0 jdk.OSInformation 0 0 jdk.ObjectAllocationSample 0 0 jdk.ObjectCount 0 0 jdk.ObjectCountAfterGC 0 0 jdk.OldGarbageCollection 0 0 jdk.OldObjectSample 0 0 jdk.PSHeapSummary 0 0 jdk.ParallelOldGarbageCollection 0 0 jdk.PhysicalMemory 0 0 jdk.ProcessStart 0 0 jdk.PromoteObjectInNewPLAB 0 0 jdk.PromoteObjectOutsidePLAB 0 0 jdk.PromotionFailed 0 0 jdk.RedefineClasses 0 0 jdk.ReservedStackActivation 0 0 jdk.ResidentSetSize 0 0 jdk.RetransformClasses 0 0 jdk.SafepointBegin 0 0 jdk.SafepointEnd 0 0 jdk.SafepointLatency 0 0 jdk.SafepointStateSynchronization 0 0 jdk.SecurityPropertyModification 0 0 jdk.SecurityProviderService 0 0 jdk.SerializationMisdeclaration 0 0 jdk.ShenandoahEvacuationInformation 0 0 jdk.ShenandoahHeapRegionInformation 0 0 jdk.ShenandoahHeapRegionStateChange 0 0 jdk.Shutdown 0 0 jdk.SocketRead 0 0 jdk.SocketWrite 0 0 jdk.StringFlagChanged 0 0 jdk.StringTableStatistics 0 0 jdk.SwapSpace 0 0 jdk.SymbolTableStatistics 0 0 jdk.SyncOnValueBasedClass 0 0 jdk.SystemGC 0 0 jdk.SystemProcess 0 0 jdk.TLSHandshake 0 0 jdk.TenuringDistribution 0 0 jdk.ThreadAllocationStatistics 0 0 jdk.ThreadCPULoad 0 0 jdk.ThreadContextSwitchRate 0 0 jdk.ThreadDump 0 0 jdk.ThreadEnd 0 0 jdk.ThreadPark 0 0 jdk.ThreadSleep 0 0 jdk.ThreadStart 0 0 jdk.UnsignedIntFlagChanged 0 0 jdk.UnsignedLongFlag 0 0 jdk.UnsignedLongFlagChanged 0 0 jdk.VirtualThreadEnd 0 0 jdk.VirtualThreadPinned 0 0 jdk.VirtualThreadStart 0 0 jdk.VirtualThreadSubmitFailed 0 0 jdk.VirtualizationInformation 0 0 jdk.X509Certificate 0 0 jdk.X509Validation 0 0 jdk.YoungGarbageCollection 0 0 jdk.YoungGenerationConfiguration 0 0 jdk.ZAllocationStall 0 0 jdk.ZOldGarbageCollection 0 0 jdk.ZPageAllocation 0 0 jdk.ZRelocationSet 0 0 jdk.ZRelocationSetGroup 0 0 jdk.ZStatisticsCounter 0 0 jdk.ZStatisticsSampler 0 0 jdk.ZThreadPhase 0 0 jdk.ZUncommit 0 0 jdk.ZYoungGarbageCollection 0 0 profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.04.16.10.08.30/bench-knn-q7-fmTrue.jfr Profiler for cpu at stackSize=1 [/l/logs.nightly/2026.04.16.10.08.30/bench-knn-q7-fmTrue.jfr is 1912.75 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 345398 events (total: 345398) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 45.03% 155545 jdk.jfr.internal.JVM#emitEvent() [Native code] 39.00% 134713 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 9.24% 31931 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] 4.55% 15702 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] 1.21% 4181 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] 0.47% 1640 sun.nio.ch.UnixFileDispatcherImpl#force0() [Native code] 0.18% 638 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] 0.05% 174 jdk.jfr.internal.JVM#getStackTraceId() [Native code] 0.05% 161 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] 0.04% 147 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] 0.04% 137 sun.nio.ch.NativeThread#current0() [Native code] 0.03% 109 jdk.internal.misc.Unsafe#park() [Native code] 0.02% 60 jdk.internal.misc.Unsafe#unpark() [Native code] 0.02% 57 java.io.FileDescriptor#close0() [Native code] 0.01% 28 sun.nio.ch.UnixFileDispatcherImpl#size0() [Native code] 0.01% 24 jdk.jfr.internal.JVM#flush() [Native code] 0.01% 23 sun.nio.fs.UnixNativeDispatcher#lstat0() [Native code] 0.01% 20 java.io.RandomAccessFile#open0() [Native code] 0.00% 16 java.lang.Object#hashCode() [Native code] 0.00% 15 java.lang.Object#wait0() [Native code] 0.00% 14 java.io.FileOutputStream#writeBytes() [Native code] 0.00% 13 java.util.zip.Inflater#inflateBytesBytes() [Native code] 0.00% 12 sun.nio.fs.UnixNativeDispatcher#access0() [Native code] 0.00% 10 java.lang.System#nanoTime() [Native code] 0.00% 3 jdk.internal.misc.VM#getNanoTimeAdjustment() [Native code] 0.00% 3 sun.nio.ch.UnixFileDispatcherImpl#allocationGranularity0() [Native code] 0.00% 3 java.lang.reflect.Array#newArray() [Native code] 0.00% 2 jdk.internal.misc.Unsafe#allocateInstance() [Native code] 0.00% 2 jdk.internal.misc.Unsafe#freeMemory0() [Native code] 0.00% 2 java.lang.Object#getClass() [Native code] 0.00% 2 jdk.internal.misc.Unsafe#allocateMemory0() [Native code] 0.00% 1 java.lang.Thread#start0() [Native code] 0.00% 1 java.lang.ClassLoader#findBootstrapClass() [Native code] 0.00% 1 sun.nio.fs.UnixNativeDispatcher#fdopendir() [Native code] 0.00% 1 jdk.jfr.internal.JVM#shouldRotateDisk() [Native code] 0.00% 1 jdk.internal.loader.NativeLibraries#load() [Native code] 0.00% 1 java.io.RandomAccessFile#readBytes0() [Native code] 0.00% 1 java.lang.Thread#sleepNanos0() [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.internal.loader.NativeLibrary#findEntry0() [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 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.04.16.10.08.30/bench-knn-q7-fmTrue.jfr Profiler for cpu at stackSize=4 [/l/logs.nightly/2026.04.16.10.08.30/bench-knn-q7-fmTrue.jfr is 1912.75 MB /l/logs.nightly/2026.04.16.10.08.30/bench-knn-q7-fmTrue.jfr is 1912.75 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 345398 events (total: 345398) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 41.54% 143467 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Inlined code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [Inlined code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [JIT compiled code] 38.98% 134650 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] 9.24% 31922 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer():341 [Inlined code] at sun.nio.ch.IOUtil#read():307 [Inlined code] 3.94% 13594 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] 3.27% 11302 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [JIT compiled code] 0.97% 3366 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [JIT compiled code] 0.59% 2053 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] 0.28% 984 sun.nio.ch.UnixFileDispatcherImpl#force0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#force():85 [Inlined code] at sun.nio.ch.FileChannelImpl#implForce():620 [JIT compiled code] at sun.nio.ch.FileChannelImpl#force():635 [JIT compiled code] 0.21% 742 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Interpreted code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [Interpreted code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [Interpreted code] 0.19% 656 sun.nio.ch.UnixFileDispatcherImpl#force0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#force():85 [Interpreted code] at sun.nio.ch.FileChannelImpl#implForce():620 [Interpreted code] at sun.nio.ch.FileChannelImpl#force():635 [Interpreted code] 0.17% 570 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open():69 [JIT compiled code] at sun.nio.fs.UnixChannelFactory#open():242 [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel():132 [Inlined code] 0.16% 555 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [JIT compiled code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [JIT compiled code] 0.07% 245 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [Inlined code] 0.04% 143 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat():253 [JIT compiled code] at sun.nio.fs.UnixFileAttributes#get():77 [Inlined code] at sun.nio.fs.UnixFileAttributeViews$Basic#readAttributes():51 [Inlined code] 0.04% 130 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current():51 [Inlined code] at sun.nio.ch.NativeThreadSet#add():48 [Inlined code] at sun.nio.ch.FileChannelImpl#implRead():245 [Inlined code] 0.04% 125 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace():186 [Inlined code] at jdk.internal.event.FileReadEvent#commit() [JIT compiled code] at jdk.internal.event.FileReadEvent#offer():71 [Inlined code] 0.03% 111 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map():144 [Inlined code] at sun.nio.ch.FileChannelImpl#mapInternal():1515 [JIT compiled code] at sun.nio.ch.FileChannelImpl#map():1453 [Inlined code] 0.02% 80 jdk.internal.misc.Unsafe#park() [Native code] at java.util.concurrent.locks.LockSupport#park():223 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():410 [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] 0.02% 59 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open():69 [JIT compiled code] at sun.nio.fs.UnixChannelFactory#open():242 [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel():132 [JIT compiled code] 0.02% 58 jdk.internal.misc.Unsafe#unpark() [Native code] at java.util.concurrent.locks.LockSupport#unpark():183 [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():266 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#release():720 [Inlined code] 0.02% 52 java.io.FileDescriptor#close0() [Native code] at java.io.FileDescriptor#close():304 [Inlined code] at java.io.FileDescriptor$1#close():89 [Inlined code] at sun.nio.ch.FileChannelImpl$Closer#run():123 [JIT compiled code] 0.01% 49 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [Interpreted code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [Interpreted code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Interpreted code] 0.01% 48 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map():144 [JIT compiled code] at sun.nio.ch.FileChannelImpl#mapInternal():1515 [JIT compiled code] at sun.nio.ch.FileChannelImpl#map():1453 [JIT compiled code] 0.01% 48 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace():186 [Inlined code] at jdk.internal.event.FileWriteEvent#commit() [JIT compiled code] at jdk.internal.event.FileWriteEvent#offer():69 [Inlined code] 0.01% 37 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [JIT compiled code] at sun.nio.ch.IOUtil#write():102 [JIT compiled code] 0.01% 28 jdk.internal.misc.Unsafe#park() [Native code] at java.util.concurrent.locks.LockSupport#park():223 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():410 [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():650 [Inlined code] 0.01% 25 sun.nio.ch.UnixFileDispatcherImpl#size0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#size():93 [Inlined code] at sun.nio.ch.FileChannelImpl#size():496 [JIT compiled code] at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock#ensureValid():169 [JIT compiled code] 0.01% 23 jdk.jfr.internal.JVM#flush() [Native code] at jdk.jfr.internal.event.EventWriter#flush():232 [JIT compiled code] at jdk.jfr.internal.event.EventWriter#isValidForSize():214 [Inlined code] at jdk.jfr.internal.event.EventWriter#putLong():120 [Inlined code] 0.01% 21 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Interpreted code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [JIT compiled code] 0.01% 20 sun.nio.fs.UnixNativeDispatcher#lstat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#lstat():273 [JIT compiled code] at sun.nio.fs.UnixFileAttributes#get():79 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete():254 [Inlined code] 0.01% 20 java.io.RandomAccessFile#open0() [Native code] at java.io.RandomAccessFile#open():338 [Interpreted code] at java.io.RandomAccessFile#():257 [Interpreted code] at java.io.RandomAccessFile#():211 [Interpreted code] 0.00% 17 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [JIT compiled code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [JIT compiled code] at sun.nio.ch.IOUtil#write():102 [JIT compiled code] 0.00% 14 java.lang.Object#hashCode() [Native code] at org.apache.lucene.index.ConcurrentApproximatePriorityQueue#add():77 [Inlined code] at org.apache.lucene.index.LockableConcurrentApproximatePriorityQueue#addAndUnlock():66 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThreadPool#marksAsFreeAndUnlock():152 [JIT compiled code] 0.00% 14 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Interpreted code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [Interpreted code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [Interpreted code] 0.00% 13 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Interpreted code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [Interpreted code] 0.00% 11 java.lang.Object#wait0() [Native code] at java.lang.Object#wait():389 [Inlined code] at jdk.jfr.internal.PlatformRecorder#takeNap():540 [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#periodicTask():508 [Interpreted code] 0.00% 11 sun.nio.fs.UnixNativeDispatcher#access0() [Native code] at sun.nio.fs.UnixNativeDispatcher#access():437 [Interpreted code] at sun.nio.fs.UnixFileSystemProvider#exists():518 [Interpreted code] at java.nio.file.Files#exists():2289 [Interpreted code] 0.00% 8 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open():69 [Interpreted code] at sun.nio.fs.UnixChannelFactory#open():242 [Interpreted code] at sun.nio.fs.UnixChannelFactory#newFileChannel():132 [Interpreted code] 0.00% 8 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [JIT compiled code] at sun.nio.ch.IOUtil#readIntoNativeBuffer():341 [JIT compiled code] at sun.nio.ch.IOUtil#read():307 [JIT compiled code] 0.00% 7 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [JIT compiled code] 0.00% 7 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current():51 [Inlined code] at sun.nio.ch.NativeThreadSet#add():48 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():349 [Inlined code] 0.00% 6 java.io.FileOutputStream#writeBytes() [Native code] at java.io.FileOutputStream#traceWriteBytes():311 [Interpreted code] at java.io.FileOutputStream#write():349 [Interpreted code] at java.lang.System$Out#write():1910 [Inlined code] 0.00% 6 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [Interpreted code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] 0.00% 6 java.io.FileOutputStream#writeBytes() [Native code] at java.io.FileOutputStream#traceWriteBytes():311 [JIT compiled code] at java.io.FileOutputStream#write():349 [JIT compiled code] at java.lang.System$Out#write():1910 [Inlined code] 0.00% 6 java.util.zip.Inflater#inflateBytesBytes() [Native code] at java.util.zip.Inflater#inflate():354 [JIT compiled code] at java.util.zip.InflaterInputStream#read():210 [JIT compiled code] at jdk.internal.loader.Resource#getBytes():106 [Interpreted code] 0.00% 5 java.util.zip.Inflater#inflateBytesBytes() [Native code] at java.util.zip.Inflater#inflate():354 [Interpreted code] at java.util.zip.InflaterInputStream#read():210 [Interpreted code] at jdk.internal.loader.Resource#getBytes():106 [Interpreted code] 0.00% 4 java.lang.Object#wait0() [Native code] at java.lang.Object#wait():389 [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#takeNap():540 [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#periodicTask():508 [Interpreted code] 0.00% 4 java.io.FileDescriptor#close0() [Native code] at java.io.FileDescriptor#close():304 [JIT compiled code] at java.io.RandomAccessFile$1#close():760 [Interpreted code] at java.io.FileDescriptor#closeAll():361 [Interpreted code] 0.00% 4 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat():253 [JIT compiled code] at sun.nio.fs.UnixFileAttributes#get():77 [Inlined code] at sun.nio.fs.UnixFileAttributeViews$Basic#readAttributes():51 [JIT compiled code] 0.00% 3 sun.nio.fs.UnixNativeDispatcher#lstat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#lstat():273 [JIT compiled code] at sun.nio.fs.UnixFileAttributes#get():79 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete():254 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.04.16.10.08.30/bench-knn-q7-fmTrue.jfr Profiler for cpu at stackSize=12 [/l/logs.nightly/2026.04.16.10.08.30/bench-knn-q7-fmTrue.jfr is 1912.75 MB /l/logs.nightly/2026.04.16.10.08.30/bench-knn-q7-fmTrue.jfr is 1912.75 MB /l/logs.nightly/2026.04.16.10.08.30/bench-knn-q7-fmTrue.jfr is 1912.75 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 345398 events (total: 345398) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 41.54% 143467 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Inlined code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [Inlined code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#periodicTask():502 [Interpreted code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0():428 [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000001907aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 38.79% 133974 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] at sun.nio.ch.IOUtil#write():72 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():355 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [JIT compiled code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [Inlined code] at sun.nio.ch.ChannelOutputStream#write():105 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write():391 [JIT compiled code] at java.util.zip.CheckedOutputStream#write():73 [Inlined code] 9.21% 31828 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer():341 [Inlined code] at sun.nio.ch.IOUtil#read():307 [Inlined code] at sun.nio.ch.IOUtil#read():284 [Inlined code] at sun.nio.ch.FileChannelImpl#implRead():251 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead():269 [Inlined code] at sun.nio.ch.FileChannelImpl#read():229 [Inlined code] at knn.VectorReader#readNext():57 [Inlined code] at knn.VectorReaderFloat32#next():30 [JIT compiled code] at knn.IndexerThread#_run():102 [JIT compiled code] at knn.IndexerThread#run():74 [Interpreted code] 3.27% 11302 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#periodicTask():502 [Interpreted code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0():428 [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000001907aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 2.21% 7645 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [Inlined code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [Inlined code] at org.apache.lucene.util.FileDeleter#delete():234 [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete():227 [Inlined code] at org.apache.lucene.util.FileDeleter#decRef():109 [JIT compiled code] at org.apache.lucene.index.IndexFileDeleter#decRef():620 [Inlined code] 0.97% 3366 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle():280 [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup():270 [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup():264 [Inlined code] at jdk.internal.foreign.SharedSession$SharedResourceList#cleanup():143 [Inlined code] at jdk.internal.foreign.MemorySessionImpl#close():241 [Inlined code] at jdk.internal.foreign.ArenaImpl#close():47 [Inlined code] at org.apache.lucene.store.RefCountedSharedArena#release():113 [Inlined code] at org.apache.lucene.store.RefCountedSharedArena#close():122 [Inlined code] 0.93% 3211 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [Inlined code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete():234 [Inlined code] at org.apache.lucene.util.FileDeleter#delete():227 [JIT compiled code] at org.apache.lucene.util.FileDeleter#decRef():109 [Interpreted code] at org.apache.lucene.index.IndexFileDeleter#decRef():620 [JIT compiled code] 0.58% 1993 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [Inlined code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [JIT compiled code] at org.apache.lucene.store.FilterDirectory#deleteFile():65 [JIT compiled code] at org.apache.lucene.store.TrackingDirectoryWrapper#deleteFile():35 [JIT compiled code] at org.apache.lucene.util.IOUtils#deleteFilesIgnoringExceptions():226 [Interpreted code] at org.apache.lucene.util.IOUtils#deleteFilesIgnoringExceptions():239 [Interpreted code] 0.27% 926 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete():234 [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete():227 [Inlined code] at org.apache.lucene.util.FileDeleter#decRef():109 [JIT compiled code] at org.apache.lucene.index.IndexFileDeleter#decRef():620 [Inlined code] 0.21% 742 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Interpreted code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [Interpreted code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [Interpreted code] at jdk.jfr.internal.PlatformRecorder#periodicTask():502 [Interpreted code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0():428 [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000001907aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 0.19% 649 sun.nio.ch.UnixFileDispatcherImpl#force0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#force():85 [Interpreted code] at sun.nio.ch.FileChannelImpl#implForce():620 [Interpreted code] at sun.nio.ch.FileChannelImpl#force():635 [Interpreted code] at org.apache.lucene.util.IOUtils#fsync():537 [Interpreted code] at org.apache.lucene.store.FSDirectory#fsync():296 [Interpreted code] at org.apache.lucene.store.FSDirectory#sync():248 [Interpreted code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#sync():68 [Interpreted code] at org.apache.lucene.index.IndexWriter#startCommit():5663 [Interpreted code] at org.apache.lucene.index.IndexWriter#prepareCommitInternal():3789 [Interpreted code] at org.apache.lucene.index.IndexWriter#commitInternal():4131 [Interpreted code] at org.apache.lucene.index.IndexWriter#commit():4093 [Interpreted code] 0.16% 569 sun.nio.ch.UnixFileDispatcherImpl#force0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#force():85 [Inlined code] at sun.nio.ch.FileChannelImpl#implForce():620 [JIT compiled code] at sun.nio.ch.FileChannelImpl#force():635 [JIT compiled code] at org.apache.lucene.util.IOUtils#fsync():537 [JIT compiled code] at org.apache.lucene.store.FSDirectory#fsync():296 [JIT compiled code] at org.apache.lucene.store.FSDirectory#sync():248 [Interpreted code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#sync():68 [Interpreted code] at org.apache.lucene.index.IndexWriter#startCommit():5663 [Interpreted code] at org.apache.lucene.index.IndexWriter#prepareCommitInternal():3789 [Interpreted code] at org.apache.lucene.index.IndexWriter#commitInternal():4131 [Interpreted code] at org.apache.lucene.index.IndexWriter#commit():4093 [Interpreted code] 0.13% 448 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [Inlined code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete():234 [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete():227 [Inlined code] at org.apache.lucene.util.FileDeleter#decRef():109 [JIT compiled code] at org.apache.lucene.index.IndexFileDeleter#decRef():620 [Inlined code] 0.12% 413 sun.nio.ch.UnixFileDispatcherImpl#force0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#force():85 [Inlined code] at sun.nio.ch.FileChannelImpl#implForce():620 [JIT compiled code] at sun.nio.ch.FileChannelImpl#force():635 [JIT compiled code] at org.apache.lucene.util.IOUtils#fsync():537 [JIT compiled code] at org.apache.lucene.store.FSDirectory#fsync():296 [JIT compiled code] at org.apache.lucene.store.FSDirectory#sync():248 [Interpreted code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#sync():68 [Interpreted code] at org.apache.lucene.index.IndexWriter#startCommit():5663 [Interpreted code] at org.apache.lucene.index.IndexWriter#prepareCommitInternal():3789 [Interpreted code] at org.apache.lucene.index.IndexWriter#commitInternal():4131 [Interpreted code] at org.apache.lucene.index.IndexWriter#shutdown():1325 [Interpreted code] 0.12% 401 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open():69 [JIT compiled code] at sun.nio.fs.UnixChannelFactory#open():242 [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel():132 [Inlined code] at sun.nio.fs.UnixChannelFactory#newFileChannel():145 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#newFileChannel():211 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#newByteChannel():244 [Inlined code] at java.nio.file.spi.FileSystemProvider#newOutputStream():426 [Inlined code] at java.nio.file.Files#newOutputStream():215 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#():385 [JIT compiled code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#():378 [Inlined code] at org.apache.lucene.store.FSDirectory#createOutput():215 [Inlined code] 0.10% 350 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] at sun.nio.ch.IOUtil#write():72 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():355 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [JIT compiled code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [Inlined code] at sun.nio.ch.ChannelOutputStream#write():105 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write():391 [JIT compiled code] at java.util.zip.CheckedOutputStream#write():73 [JIT compiled code] 0.09% 304 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete():234 [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete():227 [Inlined code] at org.apache.lucene.util.FileDeleter#decRef():109 [JIT compiled code] at org.apache.lucene.index.IndexFileDeleter#decRef():620 [JIT compiled code] 0.07% 254 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [JIT compiled code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle():280 [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup():270 [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup():264 [Inlined code] at jdk.internal.foreign.SharedSession$SharedResourceList#cleanup():143 [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl#close():241 [Inlined code] at jdk.internal.foreign.ArenaImpl#close():47 [JIT compiled code] at org.apache.lucene.store.RefCountedSharedArena#release():113 [JIT compiled code] at org.apache.lucene.store.RefCountedSharedArena#close():122 [JIT compiled code] 0.07% 250 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete():234 [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete():227 [Interpreted code] at org.apache.lucene.util.FileDeleter#decRef():109 [JIT compiled code] at org.apache.lucene.index.IndexFileDeleter#decRef():620 [Interpreted code] 0.07% 242 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [JIT compiled code] at org.apache.lucene.store.FilterDirectory#deleteFile():65 [Interpreted code] at org.apache.lucene.store.TrackingDirectoryWrapper#deleteFile():35 [JIT compiled code] at org.apache.lucene.util.IOUtils#deleteFilesIgnoringExceptions():226 [Interpreted code] at org.apache.lucene.util.IOUtils#deleteFilesIgnoringExceptions():239 [Interpreted code] 0.06% 200 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [JIT compiled code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle():280 [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup():270 [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup():264 [Interpreted code] at jdk.internal.foreign.SharedSession$SharedResourceList#cleanup():143 [Interpreted code] at jdk.internal.foreign.MemorySessionImpl#close():241 [Inlined code] at jdk.internal.foreign.ArenaImpl#close():47 [JIT compiled code] at org.apache.lucene.store.RefCountedSharedArena#release():113 [JIT compiled code] at org.apache.lucene.store.RefCountedSharedArena#close():122 [JIT compiled code] 0.05% 165 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] at sun.nio.ch.IOUtil#write():72 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():355 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [Inlined code] at sun.nio.ch.ChannelOutputStream#write():105 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write():391 [Inlined code] at java.util.zip.CheckedOutputStream#write():73 [JIT compiled code] 0.04% 135 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [Inlined code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [JIT compiled code] at org.apache.lucene.store.FilterDirectory#deleteFile():65 [Interpreted code] at org.apache.lucene.store.TrackingDirectoryWrapper#deleteFile():35 [JIT compiled code] at org.apache.lucene.util.IOUtils#deleteFilesIgnoringExceptions():226 [Interpreted code] at org.apache.lucene.util.IOUtils#deleteFilesIgnoringExceptions():239 [Interpreted code] 0.04% 130 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current():51 [Inlined code] at sun.nio.ch.NativeThreadSet#add():48 [Inlined code] at sun.nio.ch.FileChannelImpl#implRead():245 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead():269 [Inlined code] at sun.nio.ch.FileChannelImpl#read():229 [Inlined code] at knn.VectorReader#readNext():57 [Inlined code] at knn.VectorReaderFloat32#next():30 [JIT compiled code] at knn.IndexerThread#_run():102 [JIT compiled code] at knn.IndexerThread#run():74 [Interpreted code] 0.04% 125 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] at sun.nio.ch.IOUtil#write():72 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():355 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [Inlined code] at sun.nio.ch.ChannelOutputStream#write():105 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write():391 [Inlined code] at java.util.zip.CheckedOutputStream#write():73 [Inlined code] 0.04% 125 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace():186 [Inlined code] at jdk.internal.event.FileReadEvent#commit() [JIT compiled code] at jdk.internal.event.FileReadEvent#offer():71 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead():271 [Inlined code] at sun.nio.ch.FileChannelImpl#read():229 [Inlined code] at knn.VectorReader#readNext():57 [Inlined code] at knn.VectorReaderFloat32#next():30 [JIT compiled code] at knn.IndexerThread#_run():102 [JIT compiled code] at knn.IndexerThread#run():74 [Interpreted code] 0.03% 103 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete():234 [Inlined code] at org.apache.lucene.util.FileDeleter#delete():227 [JIT compiled code] at org.apache.lucene.util.FileDeleter#decRef():109 [JIT compiled code] at org.apache.lucene.index.IndexFileDeleter#decRef():620 [JIT compiled code] 0.03% 91 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete():234 [Inlined code] at org.apache.lucene.util.FileDeleter#delete():227 [JIT compiled code] at org.apache.lucene.util.FileDeleter#decRef():109 [JIT compiled code] at org.apache.lucene.index.IndexFileDeleter#decRef():620 [Interpreted code] 0.02% 69 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer():341 [Inlined code] at sun.nio.ch.IOUtil#read():307 [Inlined code] at sun.nio.ch.IOUtil#read():284 [Inlined code] at sun.nio.ch.FileChannelImpl#implRead():251 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead():269 [Inlined code] at sun.nio.ch.FileChannelImpl#read():229 [Inlined code] at knn.VectorReader#readNext():57 [Inlined code] at knn.VectorReaderFloat32#next():30 [JIT compiled code] at knn.IndexerThread#_run():102 [Interpreted code] at knn.IndexerThread#run():74 [Interpreted code] 0.02% 68 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete():234 [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete():227 [Inlined code] at org.apache.lucene.util.FileDeleter#decRef():109 [JIT compiled code] at org.apache.lucene.index.IndexFileDeleter#decRef():620 [Inlined code] 0.02% 65 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle():280 [Inlined code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup():115 [Inlined code] at jdk.internal.foreign.MemorySessionImpl#close():241 [Inlined code] at jdk.internal.foreign.ArenaImpl#close():47 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#close():698 [JIT compiled code] at org.apache.lucene.store.BufferedChecksumIndexInput#close():83 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.FieldsIndexWriter#finish():141 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#finish():480 [JIT compiled code] 0.02% 64 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [Inlined code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [JIT compiled code] at org.apache.lucene.store.TrackingDirectoryWrapper#deleteFile():35 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.FieldsIndexWriter#finish():142 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#finish():480 [JIT compiled code] at org.apache.lucene.index.StoredFieldsConsumer#flush():106 [JIT compiled code] 0.02% 52 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open():69 [JIT compiled code] at sun.nio.fs.UnixChannelFactory#open():242 [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel():132 [Inlined code] at sun.nio.fs.UnixChannelFactory#newFileChannel():145 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#newFileChannel():211 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#newByteChannel():244 [Inlined code] at java.nio.file.spi.FileSystemProvider#newOutputStream():426 [Inlined code] at java.nio.file.Files#newOutputStream():215 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#():385 [JIT compiled code] at org.apache.lucene.store.FSDirectory#createTempOutput():229 [JIT compiled code] at org.apache.lucene.store.FilterDirectory#createTempOutput():81 [JIT compiled code] 0.01% 48 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open():69 [JIT compiled code] at sun.nio.fs.UnixChannelFactory#open():242 [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel():132 [Inlined code] at sun.nio.fs.UnixChannelFactory#newFileChannel():145 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#newFileChannel():211 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#newByteChannel():244 [Inlined code] at java.nio.file.spi.FileSystemProvider#newOutputStream():426 [JIT compiled code] at java.nio.file.Files#newOutputStream():215 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#():385 [JIT compiled code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#():378 [JIT compiled code] at org.apache.lucene.store.FSDirectory#createOutput():215 [JIT compiled code] 0.01% 48 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [JIT compiled code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle():280 [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup():270 [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup():264 [Interpreted code] at jdk.internal.foreign.SharedSession$SharedResourceList#cleanup():143 [Interpreted code] at jdk.internal.foreign.MemorySessionImpl#close():241 [Inlined code] at jdk.internal.foreign.ArenaImpl#close():47 [JIT compiled code] at org.apache.lucene.store.RefCountedSharedArena#release():113 [Interpreted code] at org.apache.lucene.store.RefCountedSharedArena#close():122 [Interpreted code] 0.01% 47 jdk.internal.misc.Unsafe#park() [Native code] at java.util.concurrent.locks.LockSupport#park():223 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():410 [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] 0.01% 44 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [Interpreted code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [Interpreted code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Interpreted code] at java.nio.file.Files#delete():1052 [Interpreted code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [Interpreted code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [Interpreted code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [Interpreted code] at org.apache.lucene.util.FileDeleter#delete():234 [Interpreted code] at org.apache.lucene.util.FileDeleter#delete():227 [Interpreted code] at org.apache.lucene.util.FileDeleter#decRef():109 [Interpreted code] at org.apache.lucene.index.IndexFileDeleter#decRef():620 [Interpreted code] 0.01% 44 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace():186 [Inlined code] at jdk.internal.event.FileWriteEvent#commit() [JIT compiled code] at jdk.internal.event.FileWriteEvent#offer():69 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():376 [JIT compiled code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [Inlined code] at sun.nio.ch.ChannelOutputStream#write():105 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write():391 [JIT compiled code] at java.util.zip.CheckedOutputStream#write():73 [Inlined code] at java.io.BufferedOutputStream#flushBuffer():123 [Inlined code] at java.io.BufferedOutputStream#write():188 [Inlined code] 0.01% 42 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open():69 [JIT compiled code] at sun.nio.fs.UnixChannelFactory#open():242 [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel():132 [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel():145 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#newFileChannel():211 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#newByteChannel():244 [Inlined code] at java.nio.file.spi.FileSystemProvider#newOutputStream():426 [JIT compiled code] at java.nio.file.Files#newOutputStream():215 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#():385 [JIT compiled code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#():378 [JIT compiled code] at org.apache.lucene.store.FSDirectory#createOutput():215 [JIT compiled code] 0.01% 39 jdk.internal.misc.Unsafe#unpark() [Native code] at java.util.concurrent.locks.LockSupport#unpark():183 [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():266 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#release():720 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#unlock():1154 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():392 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.01% 38 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [JIT compiled code] at org.apache.lucene.store.FilterDirectory#deleteFile():65 [Interpreted code] at org.apache.lucene.store.TrackingDirectoryWrapper#deleteFile():35 [Interpreted code] at org.apache.lucene.util.IOUtils#deleteFilesIgnoringExceptions():226 [Interpreted code] at org.apache.lucene.util.IOUtils#deleteFilesIgnoringExceptions():239 [Interpreted code] 0.01% 37 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map():144 [Inlined code] at sun.nio.ch.FileChannelImpl#mapInternal():1515 [JIT compiled code] at sun.nio.ch.FileChannelImpl#map():1453 [Inlined code] at org.apache.lucene.store.MMapDirectory#map():376 [JIT compiled code] at org.apache.lucene.store.MMapDirectory#openInput():333 [JIT compiled code] at org.apache.lucene.store.FilterDirectory#openInput():101 [JIT compiled code] at org.apache.lucene.store.FilterDirectory#openInput():101 [Inlined code] at org.apache.lucene.store.Directory#openChecksumInput():156 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.FieldsIndexWriter#finish():120 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#finish():480 [JIT compiled code] at org.apache.lucene.index.StoredFieldsConsumer#flush():106 [JIT compiled code] 0.01% 32 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete():234 [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete():227 [Interpreted code] at org.apache.lucene.util.FileDeleter#decRef():109 [Interpreted code] at org.apache.lucene.index.IndexFileDeleter#decRef():620 [Interpreted code] 0.01% 31 java.io.FileDescriptor#close0() [Native code] at java.io.FileDescriptor#close():304 [Inlined code] at java.io.FileDescriptor$1#close():89 [Inlined code] at sun.nio.ch.FileChannelImpl$Closer#run():123 [JIT compiled code] at jdk.internal.ref.CleanerImpl$PhantomCleanableRef#performCleanup():176 [Inlined code] at jdk.internal.ref.PhantomCleanable#clean():96 [Inlined code] at sun.nio.ch.FileChannelImpl#implCloseChannel():219 [Inlined code] at java.nio.channels.spi.AbstractInterruptibleChannel#close():129 [Inlined code] at sun.nio.ch.ChannelOutputStream#close():111 [JIT compiled code] at java.io.FilterOutputStream#close():190 [JIT compiled code] at java.io.FilterOutputStream#close():190 [JIT compiled code] at java.io.FilterOutputStream#close():190 [Inlined code] 0.01% 30 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle():280 [Inlined code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup():115 [Inlined code] at jdk.internal.foreign.MemorySessionImpl#close():241 [Inlined code] at jdk.internal.foreign.ArenaImpl#close():47 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#close():698 [JIT compiled code] at org.apache.lucene.store.BufferedChecksumIndexInput#close():83 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsReader#readMetadata():128 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsReader#():85 [JIT compiled code] 0.01% 29 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [JIT compiled code] at sun.nio.ch.IOUtil#write():102 [JIT compiled code] at sun.nio.ch.IOUtil#write():72 [JIT compiled code] at sun.nio.ch.FileChannelImpl#implWrite():355 [JIT compiled code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [JIT compiled code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [Inlined code] at sun.nio.ch.ChannelOutputStream#write():105 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write():391 [JIT compiled code] at java.util.zip.CheckedOutputStream#write():73 [Inlined code] 0.01% 29 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete():234 [Inlined code] at org.apache.lucene.util.FileDeleter#delete():227 [JIT compiled code] at org.apache.lucene.util.FileDeleter#decRef():109 [Interpreted code] at org.apache.lucene.index.IndexFileDeleter#decRef():620 [JIT compiled code] 0.01% 27 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat():253 [JIT compiled code] at sun.nio.fs.UnixFileAttributes#get():77 [Inlined code] at sun.nio.fs.UnixFileAttributeViews$Basic#readAttributes():51 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#readAttributes():161 [Inlined code] at sun.nio.fs.LinuxFileSystemProvider#readAttributes():99 [Inlined code] at java.nio.file.Files#readAttributes():1702 [Inlined code] at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock#ensureValid():177 [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#createOutput():42 [Inlined code] at org.apache.lucene.store.TrackingDirectoryWrapper#createOutput():41 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.FieldsIndexWriter#finish():112 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#finish():480 [JIT compiled code] 0.01% 26 jdk.internal.misc.Unsafe#park() [Native code] at java.util.concurrent.locks.LockSupport#park():223 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():410 [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] 0.01% 25 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle():280 [Inlined code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup():115 [Inlined code] at jdk.internal.foreign.MemorySessionImpl#close():241 [Inlined code] at jdk.internal.foreign.ArenaImpl#close():47 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#close():698 [JIT compiled code] at org.apache.lucene.store.BufferedChecksumIndexInput#close():83 [Inlined code] at org.apache.lucene.codecs.lucene94.Lucene94FieldInfosFormat#read():248 [JIT compiled code] at org.apache.lucene.index.SegmentCoreReaders#():91 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.04.16.10.08.30/bench-knn-q7-fmTrue.jfr Profiler for heap at stackSize=1 [/l/logs.nightly/2026.04.16.10.08.30/bench-knn-q7-fmTrue.jfr is 1912.75 MB /l/logs.nightly/2026.04.16.10.08.30/bench-knn-q7-fmTrue.jfr is 1912.75 MB /l/logs.nightly/2026.04.16.10.08.30/bench-knn-q7-fmTrue.jfr is 1912.75 MB /l/logs.nightly/2026.04.16.10.08.30/bench-knn-q7-fmTrue.jfr is 1912.75 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 75311 events (total: 559564M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 23.34% 130580M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 23.09% 129203M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] 22.93% 128295M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 11.35% 63513M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] 5.86% 32765M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] 4.13% 23097M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] 1.04% 5839M java.util.Arrays#copyOf():3478 [Inlined code] 1.04% 5812M java.lang.Integer#valueOf():1006 [Inlined code] 0.67% 3757M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [Inlined code] 0.67% 3730M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] 0.66% 3670M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] 0.65% 3634M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] 0.40% 2233M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [JIT compiled code] 0.33% 1844M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():345 [Interpreted code] 0.31% 1722M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] 0.29% 1625M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [Inlined code] 0.25% 1374M knn.IndexerThread#_run():83 [Interpreted code] 0.23% 1311M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():232 [JIT compiled code] 0.21% 1153M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [Inlined code] 0.20% 1131M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():283 [JIT compiled code] 0.18% 1021M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] 0.17% 925M java.util.DualPivotQuicksort#tryMergeRuns():816 [JIT compiled code] 0.16% 877M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] 0.13% 729M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] 0.12% 687M java.util.ArrayList#grow():240 [Inlined code] 0.11% 612M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():269 [JIT compiled code] 0.09% 481M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():556 [JIT compiled code] 0.08% 460M java.util.DualPivotQuicksort#sort():354 [JIT compiled code] 0.08% 432M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] 0.07% 379M java.util.ArrayList#iterator():1030 [JIT compiled code] 0.07% 365M knn.IndexerThread#_run():105 [JIT compiled code] 0.06% 343M org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Interpreted code] 0.06% 336M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] 0.06% 331M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [Inlined code] 0.06% 312M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():618 [JIT compiled code] 0.06% 308M java.lang.reflect.Array#newInstance():76 [Inlined code] 0.05% 305M java.util.HashMap#newNode():1910 [Inlined code] 0.05% 287M java.util.concurrent.locks.ReentrantReadWriteLock$Sync$ThreadLocalHoldCounter#initialValue():291 [Inlined code] 0.05% 257M knn.IndexerThread#_run():119 [JIT compiled code] 0.04% 238M knn.IndexerThread#_run():83 [JIT compiled code] 0.04% 231M java.util.List#of():935 [Inlined code] 0.04% 213M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] 0.04% 199M org.apache.lucene.document.Document#():42 [Inlined code] 0.03% 185M org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#writeGraph():478 [JIT compiled code] 0.03% 183M java.util.HashMap#resize():711 [JIT compiled code] 0.03% 171M java.util.concurrent.atomic.AtomicBoolean#compareAndSet():98 [Interpreted code] 0.03% 170M org.apache.lucene.util.SparseFixedBitSet#insertLong():230 [Inlined code] 0.03% 168M org.apache.lucene.search.DocAndScoreQuery#createDocAndScoreQuery():77 [JIT compiled code] 0.03% 159M java.io.BufferedOutputStream#():92 [Inlined code] 0.03% 152M org.apache.lucene.util.hnsw.OnHeapHnswGraph#():86 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.04.16.10.08.30/bench-knn-q7-fmTrue.jfr Profiler for heap at stackSize=4 [/l/logs.nightly/2026.04.16.10.08.30/bench-knn-q7-fmTrue.jfr is 1912.75 MB /l/logs.nightly/2026.04.16.10.08.30/bench-knn-q7-fmTrue.jfr is 1912.75 MB /l/logs.nightly/2026.04.16.10.08.30/bench-knn-q7-fmTrue.jfr is 1912.75 MB /l/logs.nightly/2026.04.16.10.08.30/bench-knn-q7-fmTrue.jfr is 1912.75 MB /l/logs.nightly/2026.04.16.10.08.30/bench-knn-q7-fmTrue.jfr is 1912.75 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 75311 events (total: 559564M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 18.81% 105274M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] 18.75% 104930M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] 13.08% 73212M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 9.22% 51569M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] 6.97% 39010M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollector#():44 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [JIT compiled code] 5.86% 32765M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():435 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():432 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():461 [Inlined code] 4.47% 25013M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] 4.38% 24499M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#():44 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [Interpreted code] 4.17% 23329M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] 4.13% 23097M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 1.01% 5644M java.lang.Integer#valueOf():1006 [Inlined code] at knn.KnnGraphTester#printGraphConnectedNess():1098 [JIT compiled code] at knn.KnnGraphTester#printFanoutHist():1053 [Interpreted code] at knn.KnnGraphTester#printFanoutHist():1028 [Interpreted code] 1.00% 5605M java.util.Arrays#copyOf():3478 [Inlined code] at java.util.ArrayDeque#grow():146 [JIT compiled code] at java.util.ArrayDeque#addFirst():288 [Inlined code] at java.util.ArrayDeque#push():577 [Inlined code] 0.67% 3757M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.65% 3634M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] 0.59% 3294M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] 0.34% 1893M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.34% 1889M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():332 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [JIT compiled code] 0.33% 1844M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():345 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.32% 1807M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.28% 1546M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.26% 1439M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.25% 1374M knn.IndexerThread#_run():83 [Interpreted code] at knn.IndexerThread#run():74 [Interpreted code] 0.20% 1139M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.17% 950M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] 0.17% 925M java.util.DualPivotQuicksort#tryMergeRuns():816 [JIT compiled code] at java.util.DualPivotQuicksort#sort():277 [JIT compiled code] at java.util.DualPivotQuicksort#sort():238 [Inlined code] at java.util.Arrays#sort():123 [Inlined code] 0.16% 896M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():232 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():880 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():832 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():379 [JIT compiled code] 0.16% 871M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():332 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.14% 783M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] at java.lang.invoke.DirectMethodHandle$Holder#newInvokeSpecial() [Inlined code] at java.lang.invoke.Invokers$Holder#linkToTargetMethod() [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [Inlined code] 0.13% 729M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] at org.apache.lucene.search.AbstractKnnVectorQuery#rewrite():106 [JIT compiled code] at org.apache.lucene.search.KnnFloatVectorQuery#rewrite():48 [Inlined code] at knn.KnnGraphTester$ProfiledKnnFloatVectorQuery#rewrite():2211 [JIT compiled code] 0.12% 687M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] 0.12% 669M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.11% 643M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():880 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():832 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():379 [JIT compiled code] 0.10% 540M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():283 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] 0.09% 481M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():556 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader#serializedDocument():645 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#copyOneDoc():508 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#merge():630 [JIT compiled code] 0.08% 453M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():738 [Inlined code] 0.08% 432M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():238 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] 0.08% 430M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():738 [Inlined code] 0.07% 375M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] 0.07% 366M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():238 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] 0.07% 365M knn.IndexerThread#_run():105 [JIT compiled code] at knn.IndexerThread#run():74 [Interpreted code] 0.06% 346M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():269 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] 0.06% 343M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():332 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Interpreted code] 0.06% 343M org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Interpreted code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x000000001919e558#run() [Interpreted code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1090 [Interpreted code] at java.util.concurrent.ThreadPoolExecutor$Worker#run():614 [Interpreted code] 0.06% 337M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():238 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] 0.06% 336M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] 0.06% 326M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():232 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():207 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():178 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush():165 [JIT compiled code] 0.06% 326M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [Inlined code] at java.lang.StringConcatHelper#newArray():578 [Inlined code] at java.lang.StringConcatHelper#newArrayWithSuffix():611 [Inlined code] at java.lang.String$$StringConcat.0x000000001917f400#concat() [Inlined code] 0.06% 312M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():618 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader#serializedDocument():645 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#copyOneDoc():508 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#merge():630 [JIT compiled code] 0.06% 311M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():738 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1051 [Inlined code] 0.05% 305M java.lang.reflect.Array#newInstance():76 [Inlined code] at org.apache.lucene.util.ArrayUtil#growExact():216 [Inlined code] at org.apache.lucene.util.ArrayUtil#grow():234 [JIT compiled code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():152 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.04.16.10.08.30/bench-knn-q7-fmTrue.jfr Profiler for heap at stackSize=12 [/l/logs.nightly/2026.04.16.10.08.30/bench-knn-q7-fmTrue.jfr is 1912.75 MB /l/logs.nightly/2026.04.16.10.08.30/bench-knn-q7-fmTrue.jfr is 1912.75 MB /l/logs.nightly/2026.04.16.10.08.30/bench-knn-q7-fmTrue.jfr is 1912.75 MB /l/logs.nightly/2026.04.16.10.08.30/bench-knn-q7-fmTrue.jfr is 1912.75 MB /l/logs.nightly/2026.04.16.10.08.30/bench-knn-q7-fmTrue.jfr is 1912.75 MB /l/logs.nightly/2026.04.16.10.08.30/bench-knn-q7-fmTrue.jfr is 1912.75 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 75311 events (total: 559564M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 9.13% 51091M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001919e000#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 9.02% 50449M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001919e000#call() [Inlined code] 8.84% 49455M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001919e000#call() [Inlined code] 6.96% 38946M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollector#():44 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Inlined code] at org.apache.lucene.search.IndexSearcher#search():741 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#searchAfter():590 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():613 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():1485 [JIT compiled code] at knn.KnnGraphTester#testSearch():1220 [Interpreted code] at knn.KnnGraphTester#run():742 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():270 [Interpreted code] 6.87% 38441M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 5.86% 32765M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():435 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():432 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():461 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$FieldWriter#addValue():757 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$FieldWriter#addValue():707 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():731 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1051 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():786 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():274 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 4.00% 22395M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():738 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1051 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():786 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():274 [Inlined code] 3.96% 22144M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():738 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1051 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():786 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():274 [Inlined code] 3.76% 21049M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001919e000#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 3.61% 20197M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001919e000#call() [Inlined code] 3.61% 20192M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001919e000#call() [Inlined code] 2.92% 16361M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#():44 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():741 [Interpreted code] at org.apache.lucene.search.IndexSearcher#searchAfter():590 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():613 [Interpreted code] at knn.KnnGraphTester#doFloatVectorQuery():1485 [Interpreted code] at knn.KnnGraphTester#testSearch():1220 [Interpreted code] at knn.KnnGraphTester#run():742 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():270 [Interpreted code] 2.30% 12851M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 1.57% 8760M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] 1.54% 8591M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] 1.45% 8137M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#():44 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():741 [Interpreted code] at org.apache.lucene.search.IndexSearcher#searchAfter():590 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():613 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():1485 [JIT compiled code] at knn.KnnGraphTester#testSearch():1220 [Interpreted code] at knn.KnnGraphTester#run():742 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():270 [Interpreted code] 1.39% 7802M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():255 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph():148 [Interpreted code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder():81 [Interpreted code] at org.apache.lucene.util.hnsw.IncrementalHnswGraphMerger#merge():212 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():444 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():128 [Interpreted code] 1.34% 7504M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():255 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph():148 [Interpreted code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder():81 [Interpreted code] at org.apache.lucene.util.hnsw.IncrementalHnswGraphMerger#merge():212 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():444 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():128 [Interpreted code] 1.33% 7437M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001919e000#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 1.01% 5644M java.lang.Integer#valueOf():1006 [Inlined code] at knn.KnnGraphTester#printGraphConnectedNess():1098 [JIT compiled code] at knn.KnnGraphTester#printFanoutHist():1053 [Interpreted code] at knn.KnnGraphTester#printFanoutHist():1028 [Interpreted code] at knn.KnnGraphTester#run():747 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():270 [Interpreted code] at knn.KnnGraphTester#main():265 [Interpreted code] 1.00% 5605M java.util.Arrays#copyOf():3478 [Inlined code] at java.util.ArrayDeque#grow():146 [JIT compiled code] at java.util.ArrayDeque#addFirst():288 [Inlined code] at java.util.ArrayDeque#push():577 [Inlined code] at knn.KnnGraphTester#printGraphConnectedNess():1098 [JIT compiled code] at knn.KnnGraphTester#printFanoutHist():1053 [Interpreted code] at knn.KnnGraphTester#printFanoutHist():1028 [Interpreted code] at knn.KnnGraphTester#run():747 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():270 [Interpreted code] at knn.KnnGraphTester#main():265 [Interpreted code] 0.96% 5362M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.96% 5348M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():738 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1051 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():786 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():274 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] 0.93% 5192M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.74% 4129M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] 0.72% 4033M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():395 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():738 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1051 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():786 [JIT compiled code] 0.63% 3510M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] 0.60% 3368M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001919e000#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.58% 3223M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():395 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():738 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1051 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():786 [JIT compiled code] 0.51% 2859M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#replayBufferedVectors():719 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():735 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1051 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():786 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] 0.45% 2532M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#replayBufferedVectors():719 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():735 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1051 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():786 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] 0.45% 2518M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001919e000#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [JIT compiled code] 0.44% 2438M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001919e000#call() [Inlined code] 0.43% 2423M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001919e000#call() [Inlined code] 0.41% 2320M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.39% 2172M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.34% 1889M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():332 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001919e000#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Interpreted code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x000000001919e558#run() [Interpreted code] 0.33% 1844M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():345 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.33% 1823M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():738 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1051 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():786 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] 0.28% 1567M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001919e000#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [Interpreted code] 0.26% 1443M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001919e000#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.25% 1374M knn.IndexerThread#_run():83 [Interpreted code] at knn.IndexerThread#run():74 [Interpreted code] 0.21% 1195M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():738 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1051 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():786 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] 0.18% 989M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001919e000#call() [Inlined code] 0.17% 953M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001919e000#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Interpreted code] 0.17% 938M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():738 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1051 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():786 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():274 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] 0.15% 835M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001919e000#call() [Inlined code] 0.15% 835M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001919e000#call() [Interpreted code] 0.13% 729M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001919e000#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.13% 725M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001919e000#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] now remove KNN index knn-reuse/indices/dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-7-fm cmd: ['/usr/sbin/perf', 'stat', '-dd', '-e', 'task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend', '/usr/lib/jvm/java-25-openjdk/bin/java', '--add-modules', 'jdk.incubator.vector', '-Xmx32g', '-Xms32g', '-server', '-XX:+UseParallelGC', '-Djava.io.tmpdir=/l/tmp', '--enable-native-access=ALL-UNNAMED', '-cp', '/l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build:/l/util.nightly/build', '--add-modules', 'jdk.incubator.vector', '--enable-native-access=ALL-UNNAMED', '-XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/2026.04.16.10.08.30/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.212s][info][jfr,startup] Started recording 1. [0.212s][info][jfr,startup] [0.212s][info][jfr,startup] Use jcmd 1945068 JFR.dump name=1 to copy recording data to file. maxConn = 32 Vector Dimensions: 1024 numDocs = 8000000 beamWidth = 100 similarity = DOT_PRODUCT Seed = 3090983979575858 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 16, 2026 1:50:42 PM org.apache.lucene.internal.vectorization.PanamaVectorizationProvider logIncubatorSetup INFO: Java vector incubator API enabled; uses preferredBitSize=256; FMA enabled creating index in knn-reuse/indices/dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-notfm 39709371 doc vectors in docsPath "/big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec" parentJoin=false Done indexing 25000 documents. Done indexing 50000 documents. Done indexing 75000 documents. Done indexing 100000 documents. Done indexing 125000 documents. Done indexing 150000 documents. Done indexing 175000 documents. Done indexing 200000 documents. Done indexing 225000 documents. Done indexing 250000 documents. Done indexing 275000 documents. Done indexing 300000 documents. Done indexing 325000 documents. Done indexing 350000 documents. Done indexing 375000 documents. Done indexing 400000 documents. Done indexing 425000 documents. Done indexing 450000 documents. Done indexing 475000 documents. Done indexing 500000 documents. Done indexing 525000 documents. Done indexing 550000 documents. Done indexing 575000 documents. Done indexing 600000 documents. Done indexing 625000 documents. Done indexing 650000 documents. Done indexing 675000 documents. Done indexing 700000 documents. Done indexing 725000 documents. Done indexing 750000 documents. Done indexing 775000 documents. Done indexing 800000 documents. Done indexing 825000 documents. Done indexing 850000 documents. Done indexing 875000 documents. Done indexing 900000 documents. Done indexing 925000 documents. Done indexing 950000 documents. Done indexing 975000 documents. Done indexing 1000000 documents. Done indexing 1025000 documents. Done indexing 1050000 documents. Done indexing 1075000 documents. Done indexing 1100000 documents. Done indexing 1125000 documents. Done indexing 1150000 documents. Done indexing 1175000 documents. Done indexing 1200000 documents. Done indexing 1225000 documents. Done indexing 1250000 documents. Done indexing 1275000 documents. Done indexing 1300000 documents. Done indexing 1325000 documents. Done indexing 1350000 documents. Done indexing 1375000 documents. Done indexing 1400000 documents. Done indexing 1425000 documents. Done indexing 1450000 documents. Done indexing 1475000 documents. Done indexing 1500000 documents. Done indexing 1525000 documents. Done indexing 1550000 documents. Done indexing 1575000 documents. Done indexing 1600000 documents. Done indexing 1625000 documents. Done indexing 1650000 documents. Done indexing 1675000 documents. Done indexing 1700000 documents. Done indexing 1725000 documents. Done indexing 1750000 documents. Done indexing 1775000 documents. Done indexing 1800000 documents. Done indexing 1825000 documents. Done indexing 1850000 documents. Done indexing 1875000 documents. Done indexing 1900000 documents. Done indexing 1925000 documents. Done indexing 1950000 documents. Done indexing 1975000 documents. Done indexing 2000000 documents. Done indexing 2025000 documents. Done indexing 2050000 documents. Done indexing 2075000 documents. Done indexing 2100000 documents. Done indexing 2125000 documents. Done indexing 2150000 documents. Done indexing 2175000 documents. Done indexing 2200000 documents. Done indexing 2225000 documents. Done indexing 2250000 documents. Done indexing 2275000 documents. Done indexing 2300000 documents. Done indexing 2325000 documents. Done indexing 2350000 documents. Done indexing 2375000 documents. Done indexing 2400000 documents. Done indexing 2425000 documents. Done indexing 2450000 documents. Done indexing 2475000 documents. Done indexing 2500000 documents. Done indexing 2525000 documents. Done indexing 2550000 documents. Done indexing 2575000 documents. Done indexing 2600000 documents. Done indexing 2625000 documents. Done indexing 2650000 documents. Done indexing 2675000 documents. Done indexing 2700000 documents. Done indexing 2725000 documents. Done indexing 2750000 documents. Done indexing 2775000 documents. Done indexing 2800000 documents. Done indexing 2825000 documents. Done indexing 2850000 documents. Done indexing 2875000 documents. Done indexing 2900000 documents. Done indexing 2925000 documents. Done indexing 2950000 documents. Done indexing 2975000 documents. Done indexing 3000000 documents. Done indexing 3025000 documents. Done indexing 3050000 documents. Done indexing 3075000 documents. Done indexing 3100000 documents. Done indexing 3125000 documents. Done indexing 3150000 documents. Done indexing 3175000 documents. Done indexing 3200000 documents. Done indexing 3225000 documents. Done indexing 3250000 documents. Done indexing 3275000 documents. Done indexing 3300000 documents. Done indexing 3325000 documents. Done indexing 3350000 documents. Done indexing 3375000 documents. Done indexing 3400000 documents. Done indexing 3425000 documents. Done indexing 3450000 documents. Done indexing 3475000 documents. Done indexing 3500000 documents. Done indexing 3525000 documents. Done indexing 3550000 documents. Done indexing 3575000 documents. Done indexing 3600000 documents. Done indexing 3625000 documents. Done indexing 3650000 documents. Done indexing 3675000 documents. Done indexing 3700000 documents. Done indexing 3725000 documents. Done indexing 3750000 documents. Done indexing 3775000 documents. Done indexing 3800000 documents. Done indexing 3825000 documents. Done indexing 3850000 documents. Done indexing 3875000 documents. Done indexing 3900000 documents. Done indexing 3925000 documents. Done indexing 3950000 documents. Done indexing 3975000 documents. Done indexing 4000000 documents. Done indexing 4025000 documents. Done indexing 4050000 documents. Done indexing 4075000 documents. Done indexing 4100000 documents. Done indexing 4125000 documents. Done indexing 4150000 documents. Done indexing 4175000 documents. Done indexing 4200000 documents. Done indexing 4225000 documents. Done indexing 4250000 documents. Done indexing 4275000 documents. Done indexing 4300000 documents. Done indexing 4325000 documents. Done indexing 4350000 documents. Done indexing 4375000 documents. Done indexing 4400000 documents. Done indexing 4425000 documents. Done indexing 4450000 documents. Done indexing 4475000 documents. Done indexing 4500000 documents. Done indexing 4525000 documents. Done indexing 4550000 documents. Done indexing 4575000 documents. Done indexing 4600000 documents. Done indexing 4625000 documents. Done indexing 4650000 documents. Done indexing 4675000 documents. Done indexing 4700000 documents. Done indexing 4725000 documents. Done indexing 4750000 documents. Done indexing 4775000 documents. Done indexing 4800000 documents. Done indexing 4825000 documents. Done indexing 4850000 documents. Done indexing 4875000 documents. Done indexing 4900000 documents. Done indexing 4925000 documents. Done indexing 4950000 documents. Done indexing 4975000 documents. Done indexing 5000000 documents. Done indexing 5025000 documents. Done indexing 5050000 documents. Done indexing 5075000 documents. Done indexing 5100000 documents. Done indexing 5125000 documents. Done indexing 5150000 documents. Done indexing 5175000 documents. Done indexing 5200000 documents. Done indexing 5225000 documents. Done indexing 5250000 documents. Done indexing 5275000 documents. Done indexing 5300000 documents. Done indexing 5325000 documents. Done indexing 5350000 documents. Done indexing 5375000 documents. Done indexing 5400000 documents. Done indexing 5425000 documents. Done indexing 5450000 documents. Done indexing 5475000 documents. Done indexing 5500000 documents. Done indexing 5525000 documents. Done indexing 5550000 documents. Done indexing 5575000 documents. Done indexing 5600000 documents. Done indexing 5625000 documents. Done indexing 5650000 documents. Done indexing 5675000 documents. Done indexing 5700000 documents. Done indexing 5725000 documents. Done indexing 5750000 documents. Done indexing 5775000 documents. Done indexing 5800000 documents. Done indexing 5825000 documents. Done indexing 5850000 documents. Done indexing 5875000 documents. Done indexing 5900000 documents. Done indexing 5925000 documents. Done indexing 5950000 documents. Done indexing 5975000 documents. Done indexing 6000000 documents. Done indexing 6025000 documents. Done indexing 6050000 documents. Done indexing 6075000 documents. Done indexing 6100000 documents. Done indexing 6125000 documents. Done indexing 6150000 documents. Done indexing 6175000 documents. Done indexing 6200000 documents. Done indexing 6225000 documents. Done indexing 6250000 documents. Done indexing 6275000 documents. Done indexing 6300000 documents. Done indexing 6325000 documents. Done indexing 6350000 documents. Done indexing 6375000 documents. Done indexing 6400000 documents. Done indexing 6425000 documents. Done indexing 6450000 documents. Done indexing 6475000 documents. Done indexing 6500000 documents. Done indexing 6525000 documents. Done indexing 6550000 documents. Done indexing 6575000 documents. Done indexing 6600000 documents. Done indexing 6625000 documents. Done indexing 6650000 documents. Done indexing 6675000 documents. Done indexing 6700000 documents. Done indexing 6725000 documents. Done indexing 6750000 documents. Done indexing 6775000 documents. Done indexing 6800000 documents. Done indexing 6825000 documents. Done indexing 6850000 documents. Done indexing 6875000 documents. Done indexing 6900000 documents. Done indexing 6925000 documents. Done indexing 6950000 documents. Done indexing 6975000 documents. Done indexing 7000000 documents. Done indexing 7025000 documents. Done indexing 7050000 documents. Done indexing 7075000 documents. Done indexing 7100000 documents. Done indexing 7125000 documents. Done indexing 7150000 documents. Done indexing 7175000 documents. Done indexing 7200000 documents. Done indexing 7225000 documents. Done indexing 7250000 documents. Done indexing 7275000 documents. Done indexing 7300000 documents. Done indexing 7325000 documents. Done indexing 7350000 documents. Done indexing 7375000 documents. Done indexing 7400000 documents. Done indexing 7425000 documents. Done indexing 7450000 documents. Done indexing 7475000 documents. Done indexing 7500000 documents. Done indexing 7525000 documents. Done indexing 7550000 documents. Done indexing 7575000 documents. Done indexing 7600000 documents. Done indexing 7625000 documents. Done indexing 7650000 documents. Done indexing 7675000 documents. Done indexing 7700000 documents. Done indexing 7725000 documents. Done indexing 7750000 documents. Done indexing 7775000 documents. Done indexing 7800000 documents. Done indexing 7825000 documents. Done indexing 7850000 documents. Done indexing 7875000 documents. Done indexing 7900000 documents. Done indexing 7925000 documents. Done indexing 7950000 documents. Done indexing 7975000 documents. Done indexing 8000000 documents. now IndexWriter.commit() now wait for already running merges to finish 0.0 sec: 220 segments, 25 merges 740.0s _152: 8 segs, 189.7 K docs, 756.3 MB 653.2s _16f: 8 segs, 1215.4 K docs, 4857.1 MB 636.2s _16o: 14 segs, 66.7 K docs, 263.9 MB 482.6s _18v: 8 segs, 104.9 K docs, 417.4 MB 472.2s _192: 8 segs, 173.8 K docs, 692.6 MB 425.0s _19s: 8 segs, 295.4 K docs, 1178.3 MB 351.4s _1am: 9 segs, 44.6 K docs, 176.7 MB 281.6s _1bl: 8 segs, 37.8 K docs, 149.8 MB 262.8s _1bv: 8 segs, 39.4 K docs, 156.0 MB 248.4s _1c2: 8 segs, 138.5 K docs, 551.5 MB 230.8s _1c9: 8 segs, 132.2 K docs, 526.6 MB 199.3s _1cq: 8 segs, 76.3 K docs, 303.2 MB 183.2s _1cy: 8 segs, 75.1 K docs, 298.2 MB 167.2s _1d6: 8 segs, 77.4 K docs, 307.6 MB 134.1s _1dm: 8 segs, 115.3 K docs, 459.0 MB 121.7s _1ds: 8 segs, 230.9 K docs, 920.6 MB 104.0s _1e1: 8 segs, 38.5 K docs, 152.6 MB 90.3s _1e9: 8 segs, 72.1 K docs, 286.6 MB 73.4s _1ei: 8 segs, 39.6 K docs, 156.6 MB 56.3s _1er: 8 segs, 39.2 K docs, 155.1 MB 43.4s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 30.1s _1f5: 9 segs, 45.0 K docs, 178.0 MB 15.3s _1fe: 8 segs, 38.3 K docs, 151.5 MB 2.0s _1fm: 8 segs, 74.0 K docs, 294.0 MB 5.0 sec: 207 segments, 24 merges 745.0s _152: 8 segs, 189.7 K docs, 756.3 MB 658.2s _16f: 8 segs, 1215.4 K docs, 4857.1 MB 487.6s _18v: 8 segs, 104.9 K docs, 417.4 MB 477.2s _192: 8 segs, 173.8 K docs, 692.6 MB 430.0s _19s: 8 segs, 295.4 K docs, 1178.3 MB 356.5s _1am: 9 segs, 44.6 K docs, 176.7 MB 286.6s _1bl: 8 segs, 37.8 K docs, 149.8 MB 267.9s _1bv: 8 segs, 39.4 K docs, 156.0 MB 253.4s _1c2: 8 segs, 138.5 K docs, 551.5 MB 235.8s _1c9: 8 segs, 132.2 K docs, 526.6 MB 204.4s _1cq: 8 segs, 76.3 K docs, 303.2 MB 188.2s _1cy: 8 segs, 75.1 K docs, 298.2 MB 172.2s _1d6: 8 segs, 77.4 K docs, 307.6 MB 139.2s _1dm: 8 segs, 115.3 K docs, 459.0 MB 126.7s _1ds: 8 segs, 230.9 K docs, 920.6 MB 109.0s _1e1: 8 segs, 38.5 K docs, 152.6 MB 95.4s _1e9: 8 segs, 72.1 K docs, 286.6 MB 78.5s _1ei: 8 segs, 39.6 K docs, 156.6 MB 61.3s _1er: 8 segs, 39.2 K docs, 155.1 MB 48.4s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 35.2s _1f5: 9 segs, 45.0 K docs, 178.0 MB 20.3s _1fe: 8 segs, 38.3 K docs, 151.5 MB 7.0s _1fm: 8 segs, 74.0 K docs, 294.0 MB 5.0s _1fn: 8 segs, 27.9 K docs, 110.5 MB 10.0 sec: 200 segments, 23 merges 750.0s _152: 8 segs, 189.7 K docs, 756.3 MB 663.2s _16f: 8 segs, 1215.4 K docs, 4857.1 MB 492.6s _18v: 8 segs, 104.9 K docs, 417.4 MB 482.2s _192: 8 segs, 173.8 K docs, 692.6 MB 435.0s _19s: 8 segs, 295.4 K docs, 1178.3 MB 361.5s _1am: 9 segs, 44.6 K docs, 176.7 MB 291.6s _1bl: 8 segs, 37.8 K docs, 149.8 MB 272.9s _1bv: 8 segs, 39.4 K docs, 156.0 MB 258.4s _1c2: 8 segs, 138.5 K docs, 551.5 MB 240.8s _1c9: 8 segs, 132.2 K docs, 526.6 MB 209.4s _1cq: 8 segs, 76.3 K docs, 303.2 MB 193.3s _1cy: 8 segs, 75.1 K docs, 298.2 MB 177.2s _1d6: 8 segs, 77.4 K docs, 307.6 MB 144.2s _1dm: 8 segs, 115.3 K docs, 459.0 MB 131.7s _1ds: 8 segs, 230.9 K docs, 920.6 MB 100.4s _1e9: 8 segs, 72.1 K docs, 286.6 MB 83.5s _1ei: 8 segs, 39.6 K docs, 156.6 MB 66.4s _1er: 8 segs, 39.2 K docs, 155.1 MB 53.4s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 40.2s _1f5: 9 segs, 45.0 K docs, 178.0 MB 25.4s _1fe: 8 segs, 38.3 K docs, 151.5 MB 12.0s _1fm: 8 segs, 74.0 K docs, 294.0 MB 10.0s _1fn: 8 segs, 27.9 K docs, 110.5 MB 15.0 sec: 193 segments, 22 merges 668.2s _16f: 8 segs, 1215.4 K docs, 4857.1 MB 497.6s _18v: 8 segs, 104.9 K docs, 417.4 MB 487.2s _192: 8 segs, 173.8 K docs, 692.6 MB 440.0s _19s: 8 segs, 295.4 K docs, 1178.3 MB 366.5s _1am: 9 segs, 44.6 K docs, 176.7 MB 296.6s _1bl: 8 segs, 37.8 K docs, 149.8 MB 277.9s _1bv: 8 segs, 39.4 K docs, 156.0 MB 263.5s _1c2: 8 segs, 138.5 K docs, 551.5 MB 245.8s _1c9: 8 segs, 132.2 K docs, 526.6 MB 214.4s _1cq: 8 segs, 76.3 K docs, 303.2 MB 198.3s _1cy: 8 segs, 75.1 K docs, 298.2 MB 182.2s _1d6: 8 segs, 77.4 K docs, 307.6 MB 149.2s _1dm: 8 segs, 115.3 K docs, 459.0 MB 136.7s _1ds: 8 segs, 230.9 K docs, 920.6 MB 105.4s _1e9: 8 segs, 72.1 K docs, 286.6 MB 88.5s _1ei: 8 segs, 39.6 K docs, 156.6 MB 71.4s _1er: 8 segs, 39.2 K docs, 155.1 MB 58.4s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 45.2s _1f5: 9 segs, 45.0 K docs, 178.0 MB 30.4s _1fe: 8 segs, 38.3 K docs, 151.5 MB 17.0s _1fm: 8 segs, 74.0 K docs, 294.0 MB 15.0s _1fn: 8 segs, 27.9 K docs, 110.5 MB 20.0 sec: 186 segments, 21 merges 673.2s _16f: 8 segs, 1215.4 K docs, 4857.1 MB 492.2s _192: 8 segs, 173.8 K docs, 692.6 MB 445.0s _19s: 8 segs, 295.4 K docs, 1178.3 MB 371.5s _1am: 9 segs, 44.6 K docs, 176.7 MB 301.6s _1bl: 8 segs, 37.8 K docs, 149.8 MB 282.9s _1bv: 8 segs, 39.4 K docs, 156.0 MB 268.5s _1c2: 8 segs, 138.5 K docs, 551.5 MB 250.8s _1c9: 8 segs, 132.2 K docs, 526.6 MB 219.4s _1cq: 8 segs, 76.3 K docs, 303.2 MB 203.3s _1cy: 8 segs, 75.1 K docs, 298.2 MB 187.2s _1d6: 8 segs, 77.4 K docs, 307.6 MB 154.2s _1dm: 8 segs, 115.3 K docs, 459.0 MB 141.8s _1ds: 8 segs, 230.9 K docs, 920.6 MB 110.4s _1e9: 8 segs, 72.1 K docs, 286.6 MB 93.5s _1ei: 8 segs, 39.6 K docs, 156.6 MB 76.4s _1er: 8 segs, 39.2 K docs, 155.1 MB 63.4s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 50.2s _1f5: 9 segs, 45.0 K docs, 178.0 MB 35.4s _1fe: 8 segs, 38.3 K docs, 151.5 MB 22.0s _1fm: 8 segs, 74.0 K docs, 294.0 MB 20.0s _1fn: 8 segs, 27.9 K docs, 110.5 MB 25.0 sec: 186 segments, 21 merges 678.2s _16f: 8 segs, 1215.4 K docs, 4857.1 MB 497.2s _192: 8 segs, 173.8 K docs, 692.6 MB 450.0s _19s: 8 segs, 295.4 K docs, 1178.3 MB 376.5s _1am: 9 segs, 44.6 K docs, 176.7 MB 306.6s _1bl: 8 segs, 37.8 K docs, 149.8 MB 287.9s _1bv: 8 segs, 39.4 K docs, 156.0 MB 273.5s _1c2: 8 segs, 138.5 K docs, 551.5 MB 255.8s _1c9: 8 segs, 132.2 K docs, 526.6 MB 224.4s _1cq: 8 segs, 76.3 K docs, 303.2 MB 208.3s _1cy: 8 segs, 75.1 K docs, 298.2 MB 192.3s _1d6: 8 segs, 77.4 K docs, 307.6 MB 159.2s _1dm: 8 segs, 115.3 K docs, 459.0 MB 146.8s _1ds: 8 segs, 230.9 K docs, 920.6 MB 115.4s _1e9: 8 segs, 72.1 K docs, 286.6 MB 98.5s _1ei: 8 segs, 39.6 K docs, 156.6 MB 81.4s _1er: 8 segs, 39.2 K docs, 155.1 MB 68.4s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 55.2s _1f5: 9 segs, 45.0 K docs, 178.0 MB 40.4s _1fe: 8 segs, 38.3 K docs, 151.5 MB 27.0s _1fm: 8 segs, 74.0 K docs, 294.0 MB 25.0s _1fn: 8 segs, 27.9 K docs, 110.5 MB 30.1 sec: 186 segments, 21 merges 683.2s _16f: 8 segs, 1215.4 K docs, 4857.1 MB 502.2s _192: 8 segs, 173.8 K docs, 692.6 MB 455.0s _19s: 8 segs, 295.4 K docs, 1178.3 MB 381.5s _1am: 9 segs, 44.6 K docs, 176.7 MB 311.6s _1bl: 8 segs, 37.8 K docs, 149.8 MB 292.9s _1bv: 8 segs, 39.4 K docs, 156.0 MB 278.5s _1c2: 8 segs, 138.5 K docs, 551.5 MB 260.8s _1c9: 8 segs, 132.2 K docs, 526.6 MB 229.4s _1cq: 8 segs, 76.3 K docs, 303.2 MB 213.3s _1cy: 8 segs, 75.1 K docs, 298.2 MB 197.3s _1d6: 8 segs, 77.4 K docs, 307.6 MB 164.2s _1dm: 8 segs, 115.3 K docs, 459.0 MB 151.8s _1ds: 8 segs, 230.9 K docs, 920.6 MB 120.4s _1e9: 8 segs, 72.1 K docs, 286.6 MB 103.5s _1ei: 8 segs, 39.6 K docs, 156.6 MB 86.4s _1er: 8 segs, 39.2 K docs, 155.1 MB 73.4s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 60.2s _1f5: 9 segs, 45.0 K docs, 178.0 MB 45.4s _1fe: 8 segs, 38.3 K docs, 151.5 MB 32.1s _1fm: 8 segs, 74.0 K docs, 294.0 MB 30.1s _1fn: 8 segs, 27.9 K docs, 110.5 MB 35.1 sec: 186 segments, 21 merges 688.3s _16f: 8 segs, 1215.4 K docs, 4857.1 MB 507.2s _192: 8 segs, 173.8 K docs, 692.6 MB 460.0s _19s: 8 segs, 295.4 K docs, 1178.3 MB 386.5s _1am: 9 segs, 44.6 K docs, 176.7 MB 316.6s _1bl: 8 segs, 37.8 K docs, 149.8 MB 297.9s _1bv: 8 segs, 39.4 K docs, 156.0 MB 283.5s _1c2: 8 segs, 138.5 K docs, 551.5 MB 265.8s _1c9: 8 segs, 132.2 K docs, 526.6 MB 234.4s _1cq: 8 segs, 76.3 K docs, 303.2 MB 218.3s _1cy: 8 segs, 75.1 K docs, 298.2 MB 202.3s _1d6: 8 segs, 77.4 K docs, 307.6 MB 169.2s _1dm: 8 segs, 115.3 K docs, 459.0 MB 156.8s _1ds: 8 segs, 230.9 K docs, 920.6 MB 125.4s _1e9: 8 segs, 72.1 K docs, 286.6 MB 108.5s _1ei: 8 segs, 39.6 K docs, 156.6 MB 91.4s _1er: 8 segs, 39.2 K docs, 155.1 MB 78.4s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 65.2s _1f5: 9 segs, 45.0 K docs, 178.0 MB 50.4s _1fe: 8 segs, 38.3 K docs, 151.5 MB 37.1s _1fm: 8 segs, 74.0 K docs, 294.0 MB 35.1s _1fn: 8 segs, 27.9 K docs, 110.5 MB 40.1 sec: 172 segments, 19 merges 693.3s _16f: 8 segs, 1215.4 K docs, 4857.1 MB 512.3s _192: 8 segs, 173.8 K docs, 692.6 MB 465.0s _19s: 8 segs, 295.4 K docs, 1178.3 MB 391.5s _1am: 9 segs, 44.6 K docs, 176.7 MB 321.6s _1bl: 8 segs, 37.8 K docs, 149.8 MB 302.9s _1bv: 8 segs, 39.4 K docs, 156.0 MB 288.5s _1c2: 8 segs, 138.5 K docs, 551.5 MB 270.8s _1c9: 8 segs, 132.2 K docs, 526.6 MB 239.4s _1cq: 8 segs, 76.3 K docs, 303.2 MB 223.3s _1cy: 8 segs, 75.1 K docs, 298.2 MB 207.3s _1d6: 8 segs, 77.4 K docs, 307.6 MB 174.2s _1dm: 8 segs, 115.3 K docs, 459.0 MB 161.8s _1ds: 8 segs, 230.9 K docs, 920.6 MB 130.4s _1e9: 8 segs, 72.1 K docs, 286.6 MB 83.4s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 70.2s _1f5: 9 segs, 45.0 K docs, 178.0 MB 55.4s _1fe: 8 segs, 38.3 K docs, 151.5 MB 42.1s _1fm: 8 segs, 74.0 K docs, 294.0 MB 40.1s _1fn: 8 segs, 27.9 K docs, 110.5 MB 45.1 sec: 172 segments, 19 merges 698.3s _16f: 8 segs, 1215.4 K docs, 4857.1 MB 517.3s _192: 8 segs, 173.8 K docs, 692.6 MB 470.0s _19s: 8 segs, 295.4 K docs, 1178.3 MB 396.5s _1am: 9 segs, 44.6 K docs, 176.7 MB 326.6s _1bl: 8 segs, 37.8 K docs, 149.8 MB 307.9s _1bv: 8 segs, 39.4 K docs, 156.0 MB 293.5s _1c2: 8 segs, 138.5 K docs, 551.5 MB 275.8s _1c9: 8 segs, 132.2 K docs, 526.6 MB 244.4s _1cq: 8 segs, 76.3 K docs, 303.2 MB 228.3s _1cy: 8 segs, 75.1 K docs, 298.2 MB 212.3s _1d6: 8 segs, 77.4 K docs, 307.6 MB 179.2s _1dm: 8 segs, 115.3 K docs, 459.0 MB 166.8s _1ds: 8 segs, 230.9 K docs, 920.6 MB 135.4s _1e9: 8 segs, 72.1 K docs, 286.6 MB 88.4s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 75.2s _1f5: 9 segs, 45.0 K docs, 178.0 MB 60.4s _1fe: 8 segs, 38.3 K docs, 151.5 MB 47.1s _1fm: 8 segs, 74.0 K docs, 294.0 MB 45.1s _1fn: 8 segs, 27.9 K docs, 110.5 MB 50.1 sec: 172 segments, 19 merges 703.3s _16f: 8 segs, 1215.4 K docs, 4857.1 MB 522.3s _192: 8 segs, 173.8 K docs, 692.6 MB 475.0s _19s: 8 segs, 295.4 K docs, 1178.3 MB 401.5s _1am: 9 segs, 44.6 K docs, 176.7 MB 331.6s _1bl: 8 segs, 37.8 K docs, 149.8 MB 312.9s _1bv: 8 segs, 39.4 K docs, 156.0 MB 298.5s _1c2: 8 segs, 138.5 K docs, 551.5 MB 280.9s _1c9: 8 segs, 132.2 K docs, 526.6 MB 249.4s _1cq: 8 segs, 76.3 K docs, 303.2 MB 233.3s _1cy: 8 segs, 75.1 K docs, 298.2 MB 217.3s _1d6: 8 segs, 77.4 K docs, 307.6 MB 184.2s _1dm: 8 segs, 115.3 K docs, 459.0 MB 171.8s _1ds: 8 segs, 230.9 K docs, 920.6 MB 140.4s _1e9: 8 segs, 72.1 K docs, 286.6 MB 93.5s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 80.2s _1f5: 9 segs, 45.0 K docs, 178.0 MB 65.4s _1fe: 8 segs, 38.3 K docs, 151.5 MB 52.1s _1fm: 8 segs, 74.0 K docs, 294.0 MB 50.1s _1fn: 8 segs, 27.9 K docs, 110.5 MB 55.1 sec: 172 segments, 19 merges 708.3s _16f: 8 segs, 1215.4 K docs, 4857.1 MB 527.3s _192: 8 segs, 173.8 K docs, 692.6 MB 480.1s _19s: 8 segs, 295.4 K docs, 1178.3 MB 406.5s _1am: 9 segs, 44.6 K docs, 176.7 MB 336.6s _1bl: 8 segs, 37.8 K docs, 149.8 MB 317.9s _1bv: 8 segs, 39.4 K docs, 156.0 MB 303.5s _1c2: 8 segs, 138.5 K docs, 551.5 MB 285.9s _1c9: 8 segs, 132.2 K docs, 526.6 MB 254.4s _1cq: 8 segs, 76.3 K docs, 303.2 MB 238.3s _1cy: 8 segs, 75.1 K docs, 298.2 MB 222.3s _1d6: 8 segs, 77.4 K docs, 307.6 MB 189.2s _1dm: 8 segs, 115.3 K docs, 459.0 MB 176.8s _1ds: 8 segs, 230.9 K docs, 920.6 MB 145.4s _1e9: 8 segs, 72.1 K docs, 286.6 MB 98.5s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 85.2s _1f5: 9 segs, 45.0 K docs, 178.0 MB 70.4s _1fe: 8 segs, 38.3 K docs, 151.5 MB 57.1s _1fm: 8 segs, 74.0 K docs, 294.0 MB 55.1s _1fn: 8 segs, 27.9 K docs, 110.5 MB 60.1 sec: 172 segments, 19 merges 713.3s _16f: 8 segs, 1215.4 K docs, 4857.1 MB 532.3s _192: 8 segs, 173.8 K docs, 692.6 MB 485.1s _19s: 8 segs, 295.4 K docs, 1178.3 MB 411.5s _1am: 9 segs, 44.6 K docs, 176.7 MB 341.6s _1bl: 8 segs, 37.8 K docs, 149.8 MB 322.9s _1bv: 8 segs, 39.4 K docs, 156.0 MB 308.5s _1c2: 8 segs, 138.5 K docs, 551.5 MB 290.9s _1c9: 8 segs, 132.2 K docs, 526.6 MB 259.4s _1cq: 8 segs, 76.3 K docs, 303.2 MB 243.3s _1cy: 8 segs, 75.1 K docs, 298.2 MB 227.3s _1d6: 8 segs, 77.4 K docs, 307.6 MB 194.2s _1dm: 8 segs, 115.3 K docs, 459.0 MB 181.8s _1ds: 8 segs, 230.9 K docs, 920.6 MB 150.4s _1e9: 8 segs, 72.1 K docs, 286.6 MB 103.5s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 90.2s _1f5: 9 segs, 45.0 K docs, 178.0 MB 75.4s _1fe: 8 segs, 38.3 K docs, 151.5 MB 62.1s _1fm: 8 segs, 74.0 K docs, 294.0 MB 60.1s _1fn: 8 segs, 27.9 K docs, 110.5 MB 65.1 sec: 172 segments, 19 merges 718.3s _16f: 8 segs, 1215.4 K docs, 4857.1 MB 537.3s _192: 8 segs, 173.8 K docs, 692.6 MB 490.1s _19s: 8 segs, 295.4 K docs, 1178.3 MB 416.5s _1am: 9 segs, 44.6 K docs, 176.7 MB 346.7s _1bl: 8 segs, 37.8 K docs, 149.8 MB 327.9s _1bv: 8 segs, 39.4 K docs, 156.0 MB 313.5s _1c2: 8 segs, 138.5 K docs, 551.5 MB 295.9s _1c9: 8 segs, 132.2 K docs, 526.6 MB 264.4s _1cq: 8 segs, 76.3 K docs, 303.2 MB 248.3s _1cy: 8 segs, 75.1 K docs, 298.2 MB 232.3s _1d6: 8 segs, 77.4 K docs, 307.6 MB 199.2s _1dm: 8 segs, 115.3 K docs, 459.0 MB 186.8s _1ds: 8 segs, 230.9 K docs, 920.6 MB 155.4s _1e9: 8 segs, 72.1 K docs, 286.6 MB 108.5s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 95.2s _1f5: 9 segs, 45.0 K docs, 178.0 MB 80.4s _1fe: 8 segs, 38.3 K docs, 151.5 MB 67.1s _1fm: 8 segs, 74.0 K docs, 294.0 MB 65.1s _1fn: 8 segs, 27.9 K docs, 110.5 MB 70.0 sec: 172 segments, 19 merges 723.2s _16f: 8 segs, 1215.4 K docs, 4857.1 MB 542.2s _192: 8 segs, 173.8 K docs, 692.6 MB 495.0s _19s: 8 segs, 295.4 K docs, 1178.3 MB 421.4s _1am: 9 segs, 44.6 K docs, 176.7 MB 351.6s _1bl: 8 segs, 37.8 K docs, 149.8 MB 332.8s _1bv: 8 segs, 39.4 K docs, 156.0 MB 318.4s _1c2: 8 segs, 138.5 K docs, 551.5 MB 300.8s _1c9: 8 segs, 132.2 K docs, 526.6 MB 269.3s _1cq: 8 segs, 76.3 K docs, 303.2 MB 253.2s _1cy: 8 segs, 75.1 K docs, 298.2 MB 237.2s _1d6: 8 segs, 77.4 K docs, 307.6 MB 204.1s _1dm: 8 segs, 115.3 K docs, 459.0 MB 191.7s _1ds: 8 segs, 230.9 K docs, 920.6 MB 160.3s _1e9: 8 segs, 72.1 K docs, 286.6 MB 113.4s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 100.1s _1f5: 9 segs, 45.0 K docs, 178.0 MB 85.3s _1fe: 8 segs, 38.3 K docs, 151.5 MB 72.0s _1fm: 8 segs, 74.0 K docs, 294.0 MB 70.0s _1fn: 8 segs, 27.9 K docs, 110.5 MB 75.0 sec: 172 segments, 19 merges 728.2s _16f: 8 segs, 1215.4 K docs, 4857.1 MB 547.2s _192: 8 segs, 173.8 K docs, 692.6 MB 500.0s _19s: 8 segs, 295.4 K docs, 1178.3 MB 426.5s _1am: 9 segs, 44.6 K docs, 176.7 MB 356.6s _1bl: 8 segs, 37.8 K docs, 149.8 MB 337.8s _1bv: 8 segs, 39.4 K docs, 156.0 MB 323.4s _1c2: 8 segs, 138.5 K docs, 551.5 MB 305.8s _1c9: 8 segs, 132.2 K docs, 526.6 MB 274.4s _1cq: 8 segs, 76.3 K docs, 303.2 MB 258.2s _1cy: 8 segs, 75.1 K docs, 298.2 MB 242.2s _1d6: 8 segs, 77.4 K docs, 307.6 MB 209.2s _1dm: 8 segs, 115.3 K docs, 459.0 MB 196.7s _1ds: 8 segs, 230.9 K docs, 920.6 MB 165.3s _1e9: 8 segs, 72.1 K docs, 286.6 MB 118.4s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 105.2s _1f5: 9 segs, 45.0 K docs, 178.0 MB 90.3s _1fe: 8 segs, 38.3 K docs, 151.5 MB 77.0s _1fm: 8 segs, 74.0 K docs, 294.0 MB 75.0s _1fn: 8 segs, 27.9 K docs, 110.5 MB 80.0 sec: 164 segments, 18 merges 733.2s _16f: 8 segs, 1215.4 K docs, 4857.1 MB 552.2s _192: 8 segs, 173.8 K docs, 692.6 MB 505.0s _19s: 8 segs, 295.4 K docs, 1178.3 MB 431.5s _1am: 9 segs, 44.6 K docs, 176.7 MB 361.6s _1bl: 8 segs, 37.8 K docs, 149.8 MB 342.9s _1bv: 8 segs, 39.4 K docs, 156.0 MB 328.4s _1c2: 8 segs, 138.5 K docs, 551.5 MB 310.8s _1c9: 8 segs, 132.2 K docs, 526.6 MB 279.4s _1cq: 8 segs, 76.3 K docs, 303.2 MB 263.2s _1cy: 8 segs, 75.1 K docs, 298.2 MB 247.2s _1d6: 8 segs, 77.4 K docs, 307.6 MB 214.2s _1dm: 8 segs, 115.3 K docs, 459.0 MB 201.7s _1ds: 8 segs, 230.9 K docs, 920.6 MB 170.4s _1e9: 8 segs, 72.1 K docs, 286.6 MB 123.4s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 95.3s _1fe: 8 segs, 38.3 K docs, 151.5 MB 82.0s _1fm: 8 segs, 74.0 K docs, 294.0 MB 80.0s _1fn: 8 segs, 27.9 K docs, 110.5 MB 85.0 sec: 164 segments, 18 merges 738.2s _16f: 8 segs, 1215.4 K docs, 4857.1 MB 557.2s _192: 8 segs, 173.8 K docs, 692.6 MB 510.0s _19s: 8 segs, 295.4 K docs, 1178.3 MB 436.5s _1am: 9 segs, 44.6 K docs, 176.7 MB 366.6s _1bl: 8 segs, 37.8 K docs, 149.8 MB 347.9s _1bv: 8 segs, 39.4 K docs, 156.0 MB 333.4s _1c2: 8 segs, 138.5 K docs, 551.5 MB 315.8s _1c9: 8 segs, 132.2 K docs, 526.6 MB 284.4s _1cq: 8 segs, 76.3 K docs, 303.2 MB 268.2s _1cy: 8 segs, 75.1 K docs, 298.2 MB 252.2s _1d6: 8 segs, 77.4 K docs, 307.6 MB 219.2s _1dm: 8 segs, 115.3 K docs, 459.0 MB 206.7s _1ds: 8 segs, 230.9 K docs, 920.6 MB 175.4s _1e9: 8 segs, 72.1 K docs, 286.6 MB 128.4s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 100.4s _1fe: 8 segs, 38.3 K docs, 151.5 MB 87.0s _1fm: 8 segs, 74.0 K docs, 294.0 MB 85.0s _1fn: 8 segs, 27.9 K docs, 110.5 MB 90.0 sec: 157 segments, 18 merges 743.2s _16f: 8 segs, 1215.4 K docs, 4857.1 MB 562.2s _192: 8 segs, 173.8 K docs, 692.6 MB 515.0s _19s: 8 segs, 295.4 K docs, 1178.3 MB 441.5s _1am: 9 segs, 44.6 K docs, 176.7 MB 371.6s _1bl: 8 segs, 37.8 K docs, 149.8 MB 352.9s _1bv: 8 segs, 39.4 K docs, 156.0 MB 338.5s _1c2: 8 segs, 138.5 K docs, 551.5 MB 289.4s _1cq: 8 segs, 76.3 K docs, 303.2 MB 273.3s _1cy: 8 segs, 75.1 K docs, 298.2 MB 257.2s _1d6: 8 segs, 77.4 K docs, 307.6 MB 224.2s _1dm: 8 segs, 115.3 K docs, 459.0 MB 211.7s _1ds: 8 segs, 230.9 K docs, 920.6 MB 180.4s _1e9: 8 segs, 72.1 K docs, 286.6 MB 133.4s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 105.4s _1fe: 8 segs, 38.3 K docs, 151.5 MB 92.0s _1fm: 8 segs, 74.0 K docs, 294.0 MB 90.0s _1fn: 8 segs, 27.9 K docs, 110.5 MB 1.0s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 95.0 sec: 157 segments, 18 merges 748.2s _16f: 8 segs, 1215.4 K docs, 4857.1 MB 567.2s _192: 8 segs, 173.8 K docs, 692.6 MB 520.0s _19s: 8 segs, 295.4 K docs, 1178.3 MB 446.5s _1am: 9 segs, 44.6 K docs, 176.7 MB 376.6s _1bl: 8 segs, 37.8 K docs, 149.8 MB 357.9s _1bv: 8 segs, 39.4 K docs, 156.0 MB 343.5s _1c2: 8 segs, 138.5 K docs, 551.5 MB 294.4s _1cq: 8 segs, 76.3 K docs, 303.2 MB 278.3s _1cy: 8 segs, 75.1 K docs, 298.2 MB 262.2s _1d6: 8 segs, 77.4 K docs, 307.6 MB 229.2s _1dm: 8 segs, 115.3 K docs, 459.0 MB 216.7s _1ds: 8 segs, 230.9 K docs, 920.6 MB 185.4s _1e9: 8 segs, 72.1 K docs, 286.6 MB 138.4s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 110.4s _1fe: 8 segs, 38.3 K docs, 151.5 MB 97.0s _1fm: 8 segs, 74.0 K docs, 294.0 MB 95.0s _1fn: 8 segs, 27.9 K docs, 110.5 MB 6.0s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 100.0 sec: 157 segments, 18 merges 753.2s _16f: 8 segs, 1215.4 K docs, 4857.1 MB 572.2s _192: 8 segs, 173.8 K docs, 692.6 MB 525.0s _19s: 8 segs, 295.4 K docs, 1178.3 MB 451.5s _1am: 9 segs, 44.6 K docs, 176.7 MB 381.6s _1bl: 8 segs, 37.8 K docs, 149.8 MB 362.9s _1bv: 8 segs, 39.4 K docs, 156.0 MB 348.5s _1c2: 8 segs, 138.5 K docs, 551.5 MB 299.4s _1cq: 8 segs, 76.3 K docs, 303.2 MB 283.3s _1cy: 8 segs, 75.1 K docs, 298.2 MB 267.2s _1d6: 8 segs, 77.4 K docs, 307.6 MB 234.2s _1dm: 8 segs, 115.3 K docs, 459.0 MB 221.7s _1ds: 8 segs, 230.9 K docs, 920.6 MB 190.4s _1e9: 8 segs, 72.1 K docs, 286.6 MB 143.4s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 115.4s _1fe: 8 segs, 38.3 K docs, 151.5 MB 102.0s _1fm: 8 segs, 74.0 K docs, 294.0 MB 100.0s _1fn: 8 segs, 27.9 K docs, 110.5 MB 11.0s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 105.0 sec: 150 segments, 17 merges 758.2s _16f: 8 segs, 1215.4 K docs, 4857.1 MB 577.2s _192: 8 segs, 173.8 K docs, 692.6 MB 530.0s _19s: 8 segs, 295.4 K docs, 1178.3 MB 456.5s _1am: 9 segs, 44.6 K docs, 176.7 MB 386.6s _1bl: 8 segs, 37.8 K docs, 149.8 MB 367.9s _1bv: 8 segs, 39.4 K docs, 156.0 MB 353.5s _1c2: 8 segs, 138.5 K docs, 551.5 MB 304.4s _1cq: 8 segs, 76.3 K docs, 303.2 MB 288.3s _1cy: 8 segs, 75.1 K docs, 298.2 MB 272.2s _1d6: 8 segs, 77.4 K docs, 307.6 MB 239.2s _1dm: 8 segs, 115.3 K docs, 459.0 MB 226.7s _1ds: 8 segs, 230.9 K docs, 920.6 MB 195.4s _1e9: 8 segs, 72.1 K docs, 286.6 MB 148.4s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 107.0s _1fm: 8 segs, 74.0 K docs, 294.0 MB 105.0s _1fn: 8 segs, 27.9 K docs, 110.5 MB 16.0s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 110.0 sec: 150 segments, 17 merges 763.2s _16f: 8 segs, 1215.4 K docs, 4857.1 MB 582.2s _192: 8 segs, 173.8 K docs, 692.6 MB 535.0s _19s: 8 segs, 295.4 K docs, 1178.3 MB 461.5s _1am: 9 segs, 44.6 K docs, 176.7 MB 391.6s _1bl: 8 segs, 37.8 K docs, 149.8 MB 372.9s _1bv: 8 segs, 39.4 K docs, 156.0 MB 358.5s _1c2: 8 segs, 138.5 K docs, 551.5 MB 309.4s _1cq: 8 segs, 76.3 K docs, 303.2 MB 293.3s _1cy: 8 segs, 75.1 K docs, 298.2 MB 277.2s _1d6: 8 segs, 77.4 K docs, 307.6 MB 244.2s _1dm: 8 segs, 115.3 K docs, 459.0 MB 231.8s _1ds: 8 segs, 230.9 K docs, 920.6 MB 200.4s _1e9: 8 segs, 72.1 K docs, 286.6 MB 153.4s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 112.0s _1fm: 8 segs, 74.0 K docs, 294.0 MB 110.0s _1fn: 8 segs, 27.9 K docs, 110.5 MB 21.0s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 115.0 sec: 143 segments, 16 merges 768.2s _16f: 8 segs, 1215.4 K docs, 4857.1 MB 587.2s _192: 8 segs, 173.8 K docs, 692.6 MB 540.0s _19s: 8 segs, 295.4 K docs, 1178.3 MB 466.5s _1am: 9 segs, 44.6 K docs, 176.7 MB 396.6s _1bl: 8 segs, 37.8 K docs, 149.8 MB 363.5s _1c2: 8 segs, 138.5 K docs, 551.5 MB 314.4s _1cq: 8 segs, 76.3 K docs, 303.2 MB 298.3s _1cy: 8 segs, 75.1 K docs, 298.2 MB 282.3s _1d6: 8 segs, 77.4 K docs, 307.6 MB 249.2s _1dm: 8 segs, 115.3 K docs, 459.0 MB 236.8s _1ds: 8 segs, 230.9 K docs, 920.6 MB 205.4s _1e9: 8 segs, 72.1 K docs, 286.6 MB 158.4s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 117.0s _1fm: 8 segs, 74.0 K docs, 294.0 MB 115.0s _1fn: 8 segs, 27.9 K docs, 110.5 MB 26.0s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 120.1 sec: 143 segments, 16 merges 773.2s _16f: 8 segs, 1215.4 K docs, 4857.1 MB 592.2s _192: 8 segs, 173.8 K docs, 692.6 MB 545.0s _19s: 8 segs, 295.4 K docs, 1178.3 MB 471.5s _1am: 9 segs, 44.6 K docs, 176.7 MB 401.6s _1bl: 8 segs, 37.8 K docs, 149.8 MB 368.5s _1c2: 8 segs, 138.5 K docs, 551.5 MB 319.4s _1cq: 8 segs, 76.3 K docs, 303.2 MB 303.3s _1cy: 8 segs, 75.1 K docs, 298.2 MB 287.3s _1d6: 8 segs, 77.4 K docs, 307.6 MB 254.2s _1dm: 8 segs, 115.3 K docs, 459.0 MB 241.8s _1ds: 8 segs, 230.9 K docs, 920.6 MB 210.4s _1e9: 8 segs, 72.1 K docs, 286.6 MB 163.4s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 122.0s _1fm: 8 segs, 74.0 K docs, 294.0 MB 120.1s _1fn: 8 segs, 27.9 K docs, 110.5 MB 31.0s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 125.1 sec: 143 segments, 16 merges 778.2s _16f: 8 segs, 1215.4 K docs, 4857.1 MB 597.2s _192: 8 segs, 173.8 K docs, 692.6 MB 550.0s _19s: 8 segs, 295.4 K docs, 1178.3 MB 476.5s _1am: 9 segs, 44.6 K docs, 176.7 MB 406.6s _1bl: 8 segs, 37.8 K docs, 149.8 MB 373.5s _1c2: 8 segs, 138.5 K docs, 551.5 MB 324.4s _1cq: 8 segs, 76.3 K docs, 303.2 MB 308.3s _1cy: 8 segs, 75.1 K docs, 298.2 MB 292.3s _1d6: 8 segs, 77.4 K docs, 307.6 MB 259.2s _1dm: 8 segs, 115.3 K docs, 459.0 MB 246.8s _1ds: 8 segs, 230.9 K docs, 920.6 MB 215.4s _1e9: 8 segs, 72.1 K docs, 286.6 MB 168.4s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 127.1s _1fm: 8 segs, 74.0 K docs, 294.0 MB 125.1s _1fn: 8 segs, 27.9 K docs, 110.5 MB 36.1s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 130.1 sec: 136 segments, 15 merges 783.3s _16f: 8 segs, 1215.4 K docs, 4857.1 MB 602.2s _192: 8 segs, 173.8 K docs, 692.6 MB 555.0s _19s: 8 segs, 295.4 K docs, 1178.3 MB 481.5s _1am: 9 segs, 44.6 K docs, 176.7 MB 411.6s _1bl: 8 segs, 37.8 K docs, 149.8 MB 378.5s _1c2: 8 segs, 138.5 K docs, 551.5 MB 329.4s _1cq: 8 segs, 76.3 K docs, 303.2 MB 313.3s _1cy: 8 segs, 75.1 K docs, 298.2 MB 297.3s _1d6: 8 segs, 77.4 K docs, 307.6 MB 264.2s _1dm: 8 segs, 115.3 K docs, 459.0 MB 251.8s _1ds: 8 segs, 230.9 K docs, 920.6 MB 220.4s _1e9: 8 segs, 72.1 K docs, 286.6 MB 173.4s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 132.1s _1fm: 8 segs, 74.0 K docs, 294.0 MB 41.1s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 135.1 sec: 136 segments, 15 merges 788.3s _16f: 8 segs, 1215.4 K docs, 4857.1 MB 607.3s _192: 8 segs, 173.8 K docs, 692.6 MB 560.0s _19s: 8 segs, 295.4 K docs, 1178.3 MB 486.5s _1am: 9 segs, 44.6 K docs, 176.7 MB 416.6s _1bl: 8 segs, 37.8 K docs, 149.8 MB 383.5s _1c2: 8 segs, 138.5 K docs, 551.5 MB 334.4s _1cq: 8 segs, 76.3 K docs, 303.2 MB 318.3s _1cy: 8 segs, 75.1 K docs, 298.2 MB 302.3s _1d6: 8 segs, 77.4 K docs, 307.6 MB 269.2s _1dm: 8 segs, 115.3 K docs, 459.0 MB 256.8s _1ds: 8 segs, 230.9 K docs, 920.6 MB 225.4s _1e9: 8 segs, 72.1 K docs, 286.6 MB 178.4s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 137.1s _1fm: 8 segs, 74.0 K docs, 294.0 MB 46.1s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 140.1 sec: 136 segments, 15 merges 793.3s _16f: 8 segs, 1215.4 K docs, 4857.1 MB 612.3s _192: 8 segs, 173.8 K docs, 692.6 MB 565.0s _19s: 8 segs, 295.4 K docs, 1178.3 MB 491.5s _1am: 9 segs, 44.6 K docs, 176.7 MB 421.6s _1bl: 8 segs, 37.8 K docs, 149.8 MB 388.5s _1c2: 8 segs, 138.5 K docs, 551.5 MB 339.4s _1cq: 8 segs, 76.3 K docs, 303.2 MB 323.3s _1cy: 8 segs, 75.1 K docs, 298.2 MB 307.3s _1d6: 8 segs, 77.4 K docs, 307.6 MB 274.2s _1dm: 8 segs, 115.3 K docs, 459.0 MB 261.8s _1ds: 8 segs, 230.9 K docs, 920.6 MB 230.4s _1e9: 8 segs, 72.1 K docs, 286.6 MB 183.4s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 142.1s _1fm: 8 segs, 74.0 K docs, 294.0 MB 51.1s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 145.1 sec: 136 segments, 15 merges 798.3s _16f: 8 segs, 1215.4 K docs, 4857.1 MB 617.3s _192: 8 segs, 173.8 K docs, 692.6 MB 570.0s _19s: 8 segs, 295.4 K docs, 1178.3 MB 496.5s _1am: 9 segs, 44.6 K docs, 176.7 MB 426.6s _1bl: 8 segs, 37.8 K docs, 149.8 MB 393.5s _1c2: 8 segs, 138.5 K docs, 551.5 MB 344.4s _1cq: 8 segs, 76.3 K docs, 303.2 MB 328.3s _1cy: 8 segs, 75.1 K docs, 298.2 MB 312.3s _1d6: 8 segs, 77.4 K docs, 307.6 MB 279.2s _1dm: 8 segs, 115.3 K docs, 459.0 MB 266.8s _1ds: 8 segs, 230.9 K docs, 920.6 MB 235.4s _1e9: 8 segs, 72.1 K docs, 286.6 MB 188.5s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 147.1s _1fm: 8 segs, 74.0 K docs, 294.0 MB 56.1s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 150.1 sec: 136 segments, 15 merges 803.3s _16f: 8 segs, 1215.4 K docs, 4857.1 MB 622.3s _192: 8 segs, 173.8 K docs, 692.6 MB 575.1s _19s: 8 segs, 295.4 K docs, 1178.3 MB 501.5s _1am: 9 segs, 44.6 K docs, 176.7 MB 431.6s _1bl: 8 segs, 37.8 K docs, 149.8 MB 398.5s _1c2: 8 segs, 138.5 K docs, 551.5 MB 349.4s _1cq: 8 segs, 76.3 K docs, 303.2 MB 333.3s _1cy: 8 segs, 75.1 K docs, 298.2 MB 317.3s _1d6: 8 segs, 77.4 K docs, 307.6 MB 284.2s _1dm: 8 segs, 115.3 K docs, 459.0 MB 271.8s _1ds: 8 segs, 230.9 K docs, 920.6 MB 240.4s _1e9: 8 segs, 72.1 K docs, 286.6 MB 193.5s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 152.1s _1fm: 8 segs, 74.0 K docs, 294.0 MB 61.1s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 155.1 sec: 129 segments, 14 merges 808.3s _16f: 8 segs, 1215.4 K docs, 4857.1 MB 580.1s _19s: 8 segs, 295.4 K docs, 1178.3 MB 506.5s _1am: 9 segs, 44.6 K docs, 176.7 MB 436.6s _1bl: 8 segs, 37.8 K docs, 149.8 MB 403.5s _1c2: 8 segs, 138.5 K docs, 551.5 MB 354.4s _1cq: 8 segs, 76.3 K docs, 303.2 MB 338.3s _1cy: 8 segs, 75.1 K docs, 298.2 MB 322.3s _1d6: 8 segs, 77.4 K docs, 307.6 MB 289.2s _1dm: 8 segs, 115.3 K docs, 459.0 MB 276.8s _1ds: 8 segs, 230.9 K docs, 920.6 MB 245.4s _1e9: 8 segs, 72.1 K docs, 286.6 MB 198.5s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 157.1s _1fm: 8 segs, 74.0 K docs, 294.0 MB 66.1s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 160.1 sec: 129 segments, 14 merges 813.3s _16f: 8 segs, 1215.4 K docs, 4857.1 MB 585.1s _19s: 8 segs, 295.4 K docs, 1178.3 MB 511.5s _1am: 9 segs, 44.6 K docs, 176.7 MB 441.7s _1bl: 8 segs, 37.8 K docs, 149.8 MB 408.5s _1c2: 8 segs, 138.5 K docs, 551.5 MB 359.4s _1cq: 8 segs, 76.3 K docs, 303.2 MB 343.3s _1cy: 8 segs, 75.1 K docs, 298.2 MB 327.3s _1d6: 8 segs, 77.4 K docs, 307.6 MB 294.2s _1dm: 8 segs, 115.3 K docs, 459.0 MB 281.8s _1ds: 8 segs, 230.9 K docs, 920.6 MB 250.4s _1e9: 8 segs, 72.1 K docs, 286.6 MB 203.5s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 162.1s _1fm: 8 segs, 74.0 K docs, 294.0 MB 71.1s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 165.0 sec: 129 segments, 14 merges 818.2s _16f: 8 segs, 1215.4 K docs, 4857.1 MB 590.0s _19s: 8 segs, 295.4 K docs, 1178.3 MB 516.4s _1am: 9 segs, 44.6 K docs, 176.7 MB 446.6s _1bl: 8 segs, 37.8 K docs, 149.8 MB 413.4s _1c2: 8 segs, 138.5 K docs, 551.5 MB 364.3s _1cq: 8 segs, 76.3 K docs, 303.2 MB 348.2s _1cy: 8 segs, 75.1 K docs, 298.2 MB 332.2s _1d6: 8 segs, 77.4 K docs, 307.6 MB 299.1s _1dm: 8 segs, 115.3 K docs, 459.0 MB 286.7s _1ds: 8 segs, 230.9 K docs, 920.6 MB 255.3s _1e9: 8 segs, 72.1 K docs, 286.6 MB 208.4s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 167.0s _1fm: 8 segs, 74.0 K docs, 294.0 MB 76.0s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 170.0 sec: 122 segments, 13 merges 823.2s _16f: 8 segs, 1215.4 K docs, 4857.1 MB 595.0s _19s: 8 segs, 295.4 K docs, 1178.3 MB 521.5s _1am: 9 segs, 44.6 K docs, 176.7 MB 451.6s _1bl: 8 segs, 37.8 K docs, 149.8 MB 418.4s _1c2: 8 segs, 138.5 K docs, 551.5 MB 369.4s _1cq: 8 segs, 76.3 K docs, 303.2 MB 353.2s _1cy: 8 segs, 75.1 K docs, 298.2 MB 304.2s _1dm: 8 segs, 115.3 K docs, 459.0 MB 291.7s _1ds: 8 segs, 230.9 K docs, 920.6 MB 260.4s _1e9: 8 segs, 72.1 K docs, 286.6 MB 213.4s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 172.0s _1fm: 8 segs, 74.0 K docs, 294.0 MB 81.0s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 175.0 sec: 122 segments, 13 merges 828.2s _16f: 8 segs, 1215.4 K docs, 4857.1 MB 600.0s _19s: 8 segs, 295.4 K docs, 1178.3 MB 526.5s _1am: 9 segs, 44.6 K docs, 176.7 MB 456.6s _1bl: 8 segs, 37.8 K docs, 149.8 MB 423.4s _1c2: 8 segs, 138.5 K docs, 551.5 MB 374.4s _1cq: 8 segs, 76.3 K docs, 303.2 MB 358.2s _1cy: 8 segs, 75.1 K docs, 298.2 MB 309.2s _1dm: 8 segs, 115.3 K docs, 459.0 MB 296.7s _1ds: 8 segs, 230.9 K docs, 920.6 MB 265.4s _1e9: 8 segs, 72.1 K docs, 286.6 MB 218.4s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 177.0s _1fm: 8 segs, 74.0 K docs, 294.0 MB 86.0s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 180.0 sec: 122 segments, 13 merges 833.2s _16f: 8 segs, 1215.4 K docs, 4857.1 MB 605.0s _19s: 8 segs, 295.4 K docs, 1178.3 MB 531.5s _1am: 9 segs, 44.6 K docs, 176.7 MB 461.6s _1bl: 8 segs, 37.8 K docs, 149.8 MB 428.5s _1c2: 8 segs, 138.5 K docs, 551.5 MB 379.4s _1cq: 8 segs, 76.3 K docs, 303.2 MB 363.3s _1cy: 8 segs, 75.1 K docs, 298.2 MB 314.2s _1dm: 8 segs, 115.3 K docs, 459.0 MB 301.7s _1ds: 8 segs, 230.9 K docs, 920.6 MB 270.4s _1e9: 8 segs, 72.1 K docs, 286.6 MB 223.4s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 182.0s _1fm: 8 segs, 74.0 K docs, 294.0 MB 91.0s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 185.0 sec: 122 segments, 13 merges 838.2s _16f: 8 segs, 1215.4 K docs, 4857.1 MB 610.0s _19s: 8 segs, 295.4 K docs, 1178.3 MB 536.5s _1am: 9 segs, 44.6 K docs, 176.7 MB 466.6s _1bl: 8 segs, 37.8 K docs, 149.8 MB 433.5s _1c2: 8 segs, 138.5 K docs, 551.5 MB 384.4s _1cq: 8 segs, 76.3 K docs, 303.2 MB 368.3s _1cy: 8 segs, 75.1 K docs, 298.2 MB 319.2s _1dm: 8 segs, 115.3 K docs, 459.0 MB 306.7s _1ds: 8 segs, 230.9 K docs, 920.6 MB 275.4s _1e9: 8 segs, 72.1 K docs, 286.6 MB 228.4s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 187.0s _1fm: 8 segs, 74.0 K docs, 294.0 MB 96.0s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 190.0 sec: 122 segments, 13 merges 843.2s _16f: 8 segs, 1215.4 K docs, 4857.1 MB 615.0s _19s: 8 segs, 295.4 K docs, 1178.3 MB 541.5s _1am: 9 segs, 44.6 K docs, 176.7 MB 471.6s _1bl: 8 segs, 37.8 K docs, 149.8 MB 438.5s _1c2: 8 segs, 138.5 K docs, 551.5 MB 389.4s _1cq: 8 segs, 76.3 K docs, 303.2 MB 373.3s _1cy: 8 segs, 75.1 K docs, 298.2 MB 324.2s _1dm: 8 segs, 115.3 K docs, 459.0 MB 311.7s _1ds: 8 segs, 230.9 K docs, 920.6 MB 280.4s _1e9: 8 segs, 72.1 K docs, 286.6 MB 233.4s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 192.0s _1fm: 8 segs, 74.0 K docs, 294.0 MB 101.0s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 195.0 sec: 115 segments, 12 merges 848.2s _16f: 8 segs, 1215.4 K docs, 4857.1 MB 620.0s _19s: 8 segs, 295.4 K docs, 1178.3 MB 546.5s _1am: 9 segs, 44.6 K docs, 176.7 MB 476.6s _1bl: 8 segs, 37.8 K docs, 149.8 MB 443.5s _1c2: 8 segs, 138.5 K docs, 551.5 MB 394.4s _1cq: 8 segs, 76.3 K docs, 303.2 MB 378.3s _1cy: 8 segs, 75.1 K docs, 298.2 MB 329.2s _1dm: 8 segs, 115.3 K docs, 459.0 MB 316.8s _1ds: 8 segs, 230.9 K docs, 920.6 MB 238.4s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 197.0s _1fm: 8 segs, 74.0 K docs, 294.0 MB 106.0s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 200.0 sec: 115 segments, 12 merges 853.2s _16f: 8 segs, 1215.4 K docs, 4857.1 MB 625.0s _19s: 8 segs, 295.4 K docs, 1178.3 MB 551.5s _1am: 9 segs, 44.6 K docs, 176.7 MB 481.6s _1bl: 8 segs, 37.8 K docs, 149.8 MB 448.5s _1c2: 8 segs, 138.5 K docs, 551.5 MB 399.4s _1cq: 8 segs, 76.3 K docs, 303.2 MB 383.3s _1cy: 8 segs, 75.1 K docs, 298.2 MB 334.2s _1dm: 8 segs, 115.3 K docs, 459.0 MB 321.8s _1ds: 8 segs, 230.9 K docs, 920.6 MB 243.4s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 202.0s _1fm: 8 segs, 74.0 K docs, 294.0 MB 111.0s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 205.1 sec: 115 segments, 12 merges 858.2s _16f: 8 segs, 1215.4 K docs, 4857.1 MB 630.0s _19s: 8 segs, 295.4 K docs, 1178.3 MB 556.5s _1am: 9 segs, 44.6 K docs, 176.7 MB 486.6s _1bl: 8 segs, 37.8 K docs, 149.8 MB 453.5s _1c2: 8 segs, 138.5 K docs, 551.5 MB 404.4s _1cq: 8 segs, 76.3 K docs, 303.2 MB 388.3s _1cy: 8 segs, 75.1 K docs, 298.2 MB 339.2s _1dm: 8 segs, 115.3 K docs, 459.0 MB 326.8s _1ds: 8 segs, 230.9 K docs, 920.6 MB 248.4s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 207.0s _1fm: 8 segs, 74.0 K docs, 294.0 MB 116.0s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 210.1 sec: 115 segments, 12 merges 863.2s _16f: 8 segs, 1215.4 K docs, 4857.1 MB 635.0s _19s: 8 segs, 295.4 K docs, 1178.3 MB 561.5s _1am: 9 segs, 44.6 K docs, 176.7 MB 491.6s _1bl: 8 segs, 37.8 K docs, 149.8 MB 458.5s _1c2: 8 segs, 138.5 K docs, 551.5 MB 409.4s _1cq: 8 segs, 76.3 K docs, 303.2 MB 393.3s _1cy: 8 segs, 75.1 K docs, 298.2 MB 344.2s _1dm: 8 segs, 115.3 K docs, 459.0 MB 331.8s _1ds: 8 segs, 230.9 K docs, 920.6 MB 253.4s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 212.1s _1fm: 8 segs, 74.0 K docs, 294.0 MB 121.1s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 215.1 sec: 115 segments, 12 merges 868.3s _16f: 8 segs, 1215.4 K docs, 4857.1 MB 640.0s _19s: 8 segs, 295.4 K docs, 1178.3 MB 566.5s _1am: 9 segs, 44.6 K docs, 176.7 MB 496.6s _1bl: 8 segs, 37.8 K docs, 149.8 MB 463.5s _1c2: 8 segs, 138.5 K docs, 551.5 MB 414.4s _1cq: 8 segs, 76.3 K docs, 303.2 MB 398.3s _1cy: 8 segs, 75.1 K docs, 298.2 MB 349.2s _1dm: 8 segs, 115.3 K docs, 459.0 MB 336.8s _1ds: 8 segs, 230.9 K docs, 920.6 MB 258.4s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 217.1s _1fm: 8 segs, 74.0 K docs, 294.0 MB 126.1s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 220.1 sec: 107 segments, 11 merges 873.3s _16f: 8 segs, 1215.4 K docs, 4857.1 MB 645.0s _19s: 8 segs, 295.4 K docs, 1178.3 MB 501.6s _1bl: 8 segs, 37.8 K docs, 149.8 MB 468.5s _1c2: 8 segs, 138.5 K docs, 551.5 MB 419.4s _1cq: 8 segs, 76.3 K docs, 303.2 MB 403.3s _1cy: 8 segs, 75.1 K docs, 298.2 MB 354.2s _1dm: 8 segs, 115.3 K docs, 459.0 MB 341.8s _1ds: 8 segs, 230.9 K docs, 920.6 MB 263.4s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 222.1s _1fm: 8 segs, 74.0 K docs, 294.0 MB 131.1s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 225.1 sec: 107 segments, 11 merges 878.3s _16f: 8 segs, 1215.4 K docs, 4857.1 MB 650.0s _19s: 8 segs, 295.4 K docs, 1178.3 MB 506.6s _1bl: 8 segs, 37.8 K docs, 149.8 MB 473.5s _1c2: 8 segs, 138.5 K docs, 551.5 MB 424.4s _1cq: 8 segs, 76.3 K docs, 303.2 MB 408.3s _1cy: 8 segs, 75.1 K docs, 298.2 MB 359.2s _1dm: 8 segs, 115.3 K docs, 459.0 MB 346.8s _1ds: 8 segs, 230.9 K docs, 920.6 MB 268.5s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 227.1s _1fm: 8 segs, 74.0 K docs, 294.0 MB 136.1s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 230.1 sec: 107 segments, 11 merges 883.3s _16f: 8 segs, 1215.4 K docs, 4857.1 MB 655.0s _19s: 8 segs, 295.4 K docs, 1178.3 MB 511.6s _1bl: 8 segs, 37.8 K docs, 149.8 MB 478.5s _1c2: 8 segs, 138.5 K docs, 551.5 MB 429.4s _1cq: 8 segs, 76.3 K docs, 303.2 MB 413.3s _1cy: 8 segs, 75.1 K docs, 298.2 MB 364.2s _1dm: 8 segs, 115.3 K docs, 459.0 MB 351.8s _1ds: 8 segs, 230.9 K docs, 920.6 MB 273.5s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 232.1s _1fm: 8 segs, 74.0 K docs, 294.0 MB 141.1s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 235.1 sec: 93 segments, 10 merges 888.3s _16f: 8 segs, 1215.4 K docs, 4857.1 MB 660.1s _19s: 8 segs, 295.4 K docs, 1178.3 MB 434.4s _1cq: 8 segs, 76.3 K docs, 303.2 MB 418.3s _1cy: 8 segs, 75.1 K docs, 298.2 MB 369.2s _1dm: 8 segs, 115.3 K docs, 459.0 MB 356.8s _1ds: 8 segs, 230.9 K docs, 920.6 MB 278.5s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 237.1s _1fm: 8 segs, 74.0 K docs, 294.0 MB 146.1s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 5.0s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 240.1 sec: 93 segments, 10 merges 893.3s _16f: 8 segs, 1215.4 K docs, 4857.1 MB 665.1s _19s: 8 segs, 295.4 K docs, 1178.3 MB 439.4s _1cq: 8 segs, 76.3 K docs, 303.2 MB 423.3s _1cy: 8 segs, 75.1 K docs, 298.2 MB 374.2s _1dm: 8 segs, 115.3 K docs, 459.0 MB 361.8s _1ds: 8 segs, 230.9 K docs, 920.6 MB 283.5s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 242.1s _1fm: 8 segs, 74.0 K docs, 294.0 MB 151.1s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 10.0s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 245.1 sec: 93 segments, 10 merges 898.3s _16f: 8 segs, 1215.4 K docs, 4857.1 MB 670.1s _19s: 8 segs, 295.4 K docs, 1178.3 MB 444.4s _1cq: 8 segs, 76.3 K docs, 303.2 MB 428.3s _1cy: 8 segs, 75.1 K docs, 298.2 MB 379.2s _1dm: 8 segs, 115.3 K docs, 459.0 MB 366.8s _1ds: 8 segs, 230.9 K docs, 920.6 MB 288.5s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 247.1s _1fm: 8 segs, 74.0 K docs, 294.0 MB 156.1s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 15.0s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 250.0 sec: 93 segments, 10 merges 903.2s _16f: 8 segs, 1215.4 K docs, 4857.1 MB 675.0s _19s: 8 segs, 295.4 K docs, 1178.3 MB 449.3s _1cq: 8 segs, 76.3 K docs, 303.2 MB 433.2s _1cy: 8 segs, 75.1 K docs, 298.2 MB 384.2s _1dm: 8 segs, 115.3 K docs, 459.0 MB 371.7s _1ds: 8 segs, 230.9 K docs, 920.6 MB 293.4s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 252.0s _1fm: 8 segs, 74.0 K docs, 294.0 MB 161.0s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 19.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 255.0 sec: 93 segments, 10 merges 908.2s _16f: 8 segs, 1215.4 K docs, 4857.1 MB 680.0s _19s: 8 segs, 295.4 K docs, 1178.3 MB 454.4s _1cq: 8 segs, 76.3 K docs, 303.2 MB 438.2s _1cy: 8 segs, 75.1 K docs, 298.2 MB 389.2s _1dm: 8 segs, 115.3 K docs, 459.0 MB 376.7s _1ds: 8 segs, 230.9 K docs, 920.6 MB 298.4s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 257.0s _1fm: 8 segs, 74.0 K docs, 294.0 MB 166.0s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 24.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 260.0 sec: 93 segments, 10 merges 913.2s _16f: 8 segs, 1215.4 K docs, 4857.1 MB 685.0s _19s: 8 segs, 295.4 K docs, 1178.3 MB 459.4s _1cq: 8 segs, 76.3 K docs, 303.2 MB 443.2s _1cy: 8 segs, 75.1 K docs, 298.2 MB 394.2s _1dm: 8 segs, 115.3 K docs, 459.0 MB 381.7s _1ds: 8 segs, 230.9 K docs, 920.6 MB 303.4s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 262.0s _1fm: 8 segs, 74.0 K docs, 294.0 MB 171.0s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 29.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 265.0 sec: 93 segments, 10 merges 918.2s _16f: 8 segs, 1215.4 K docs, 4857.1 MB 690.0s _19s: 8 segs, 295.4 K docs, 1178.3 MB 464.4s _1cq: 8 segs, 76.3 K docs, 303.2 MB 448.3s _1cy: 8 segs, 75.1 K docs, 298.2 MB 399.2s _1dm: 8 segs, 115.3 K docs, 459.0 MB 386.7s _1ds: 8 segs, 230.9 K docs, 920.6 MB 308.4s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 267.0s _1fm: 8 segs, 74.0 K docs, 294.0 MB 176.0s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 34.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 270.0 sec: 93 segments, 10 merges 923.2s _16f: 8 segs, 1215.4 K docs, 4857.1 MB 695.0s _19s: 8 segs, 295.4 K docs, 1178.3 MB 469.4s _1cq: 8 segs, 76.3 K docs, 303.2 MB 453.3s _1cy: 8 segs, 75.1 K docs, 298.2 MB 404.2s _1dm: 8 segs, 115.3 K docs, 459.0 MB 391.7s _1ds: 8 segs, 230.9 K docs, 920.6 MB 313.4s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 272.0s _1fm: 8 segs, 74.0 K docs, 294.0 MB 181.0s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 39.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 275.0 sec: 93 segments, 10 merges 928.2s _16f: 8 segs, 1215.4 K docs, 4857.1 MB 700.0s _19s: 8 segs, 295.4 K docs, 1178.3 MB 474.4s _1cq: 8 segs, 76.3 K docs, 303.2 MB 458.3s _1cy: 8 segs, 75.1 K docs, 298.2 MB 409.2s _1dm: 8 segs, 115.3 K docs, 459.0 MB 396.7s _1ds: 8 segs, 230.9 K docs, 920.6 MB 318.4s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 277.0s _1fm: 8 segs, 74.0 K docs, 294.0 MB 186.0s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 44.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 280.0 sec: 93 segments, 10 merges 933.2s _16f: 8 segs, 1215.4 K docs, 4857.1 MB 705.0s _19s: 8 segs, 295.4 K docs, 1178.3 MB 479.4s _1cq: 8 segs, 76.3 K docs, 303.2 MB 463.3s _1cy: 8 segs, 75.1 K docs, 298.2 MB 414.2s _1dm: 8 segs, 115.3 K docs, 459.0 MB 401.8s _1ds: 8 segs, 230.9 K docs, 920.6 MB 323.4s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 282.0s _1fm: 8 segs, 74.0 K docs, 294.0 MB 191.0s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 49.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 285.0 sec: 93 segments, 10 merges 938.2s _16f: 8 segs, 1215.4 K docs, 4857.1 MB 710.0s _19s: 8 segs, 295.4 K docs, 1178.3 MB 484.4s _1cq: 8 segs, 76.3 K docs, 303.2 MB 468.3s _1cy: 8 segs, 75.1 K docs, 298.2 MB 419.2s _1dm: 8 segs, 115.3 K docs, 459.0 MB 406.8s _1ds: 8 segs, 230.9 K docs, 920.6 MB 328.4s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 287.0s _1fm: 8 segs, 74.0 K docs, 294.0 MB 196.0s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 54.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 290.1 sec: 93 segments, 10 merges 943.2s _16f: 8 segs, 1215.4 K docs, 4857.1 MB 715.0s _19s: 8 segs, 295.4 K docs, 1178.3 MB 489.4s _1cq: 8 segs, 76.3 K docs, 303.2 MB 473.3s _1cy: 8 segs, 75.1 K docs, 298.2 MB 424.2s _1dm: 8 segs, 115.3 K docs, 459.0 MB 411.8s _1ds: 8 segs, 230.9 K docs, 920.6 MB 333.4s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 292.0s _1fm: 8 segs, 74.0 K docs, 294.0 MB 201.0s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 59.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 295.1 sec: 93 segments, 10 merges 948.2s _16f: 8 segs, 1215.4 K docs, 4857.1 MB 720.0s _19s: 8 segs, 295.4 K docs, 1178.3 MB 494.4s _1cq: 8 segs, 76.3 K docs, 303.2 MB 478.3s _1cy: 8 segs, 75.1 K docs, 298.2 MB 429.2s _1dm: 8 segs, 115.3 K docs, 459.0 MB 416.8s _1ds: 8 segs, 230.9 K docs, 920.6 MB 338.4s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 297.1s _1fm: 8 segs, 74.0 K docs, 294.0 MB 206.1s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 64.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 300.1 sec: 93 segments, 10 merges 953.3s _16f: 8 segs, 1215.4 K docs, 4857.1 MB 725.0s _19s: 8 segs, 295.4 K docs, 1178.3 MB 499.4s _1cq: 8 segs, 76.3 K docs, 303.2 MB 483.3s _1cy: 8 segs, 75.1 K docs, 298.2 MB 434.2s _1dm: 8 segs, 115.3 K docs, 459.0 MB 421.8s _1ds: 8 segs, 230.9 K docs, 920.6 MB 343.4s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 302.1s _1fm: 8 segs, 74.0 K docs, 294.0 MB 211.1s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 69.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 305.1 sec: 93 segments, 10 merges 958.3s _16f: 8 segs, 1215.4 K docs, 4857.1 MB 730.0s _19s: 8 segs, 295.4 K docs, 1178.3 MB 504.4s _1cq: 8 segs, 76.3 K docs, 303.2 MB 488.3s _1cy: 8 segs, 75.1 K docs, 298.2 MB 439.2s _1dm: 8 segs, 115.3 K docs, 459.0 MB 426.8s _1ds: 8 segs, 230.9 K docs, 920.6 MB 348.4s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 307.1s _1fm: 8 segs, 74.0 K docs, 294.0 MB 216.1s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 74.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 310.1 sec: 93 segments, 10 merges 963.3s _16f: 8 segs, 1215.4 K docs, 4857.1 MB 735.0s _19s: 8 segs, 295.4 K docs, 1178.3 MB 509.4s _1cq: 8 segs, 76.3 K docs, 303.2 MB 493.3s _1cy: 8 segs, 75.1 K docs, 298.2 MB 444.2s _1dm: 8 segs, 115.3 K docs, 459.0 MB 431.8s _1ds: 8 segs, 230.9 K docs, 920.6 MB 353.4s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 312.1s _1fm: 8 segs, 74.0 K docs, 294.0 MB 221.1s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 79.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 315.1 sec: 93 segments, 10 merges 968.3s _16f: 8 segs, 1215.4 K docs, 4857.1 MB 740.0s _19s: 8 segs, 295.4 K docs, 1178.3 MB 514.4s _1cq: 8 segs, 76.3 K docs, 303.2 MB 498.3s _1cy: 8 segs, 75.1 K docs, 298.2 MB 449.2s _1dm: 8 segs, 115.3 K docs, 459.0 MB 436.8s _1ds: 8 segs, 230.9 K docs, 920.6 MB 358.5s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 317.1s _1fm: 8 segs, 74.0 K docs, 294.0 MB 226.1s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 84.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 320.1 sec: 93 segments, 10 merges 973.3s _16f: 8 segs, 1215.4 K docs, 4857.1 MB 745.0s _19s: 8 segs, 295.4 K docs, 1178.3 MB 519.4s _1cq: 8 segs, 76.3 K docs, 303.2 MB 503.3s _1cy: 8 segs, 75.1 K docs, 298.2 MB 454.2s _1dm: 8 segs, 115.3 K docs, 459.0 MB 441.8s _1ds: 8 segs, 230.9 K docs, 920.6 MB 363.5s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 322.1s _1fm: 8 segs, 74.0 K docs, 294.0 MB 231.1s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 89.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 325.1 sec: 93 segments, 10 merges 978.3s _16f: 8 segs, 1215.4 K docs, 4857.1 MB 750.1s _19s: 8 segs, 295.4 K docs, 1178.3 MB 524.4s _1cq: 8 segs, 76.3 K docs, 303.2 MB 508.3s _1cy: 8 segs, 75.1 K docs, 298.2 MB 459.2s _1dm: 8 segs, 115.3 K docs, 459.0 MB 446.8s _1ds: 8 segs, 230.9 K docs, 920.6 MB 368.5s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 327.1s _1fm: 8 segs, 74.0 K docs, 294.0 MB 236.1s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 95.0s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 330.1 sec: 93 segments, 10 merges 983.3s _16f: 8 segs, 1215.4 K docs, 4857.1 MB 755.1s _19s: 8 segs, 295.4 K docs, 1178.3 MB 529.4s _1cq: 8 segs, 76.3 K docs, 303.2 MB 513.3s _1cy: 8 segs, 75.1 K docs, 298.2 MB 464.2s _1dm: 8 segs, 115.3 K docs, 459.0 MB 451.8s _1ds: 8 segs, 230.9 K docs, 920.6 MB 373.5s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 332.1s _1fm: 8 segs, 74.0 K docs, 294.0 MB 241.1s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 100.0s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 335.1 sec: 93 segments, 10 merges 988.3s _16f: 8 segs, 1215.4 K docs, 4857.1 MB 760.1s _19s: 8 segs, 295.4 K docs, 1178.3 MB 534.4s _1cq: 8 segs, 76.3 K docs, 303.2 MB 518.3s _1cy: 8 segs, 75.1 K docs, 298.2 MB 469.2s _1dm: 8 segs, 115.3 K docs, 459.0 MB 456.8s _1ds: 8 segs, 230.9 K docs, 920.6 MB 378.5s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 337.1s _1fm: 8 segs, 74.0 K docs, 294.0 MB 246.1s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 105.0s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 340.0 sec: 93 segments, 10 merges 993.2s _16f: 8 segs, 1215.4 K docs, 4857.1 MB 765.0s _19s: 8 segs, 295.4 K docs, 1178.3 MB 539.3s _1cq: 8 segs, 76.3 K docs, 303.2 MB 523.2s _1cy: 8 segs, 75.1 K docs, 298.2 MB 474.1s _1dm: 8 segs, 115.3 K docs, 459.0 MB 461.7s _1ds: 8 segs, 230.9 K docs, 920.6 MB 383.4s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 342.0s _1fm: 8 segs, 74.0 K docs, 294.0 MB 251.0s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 109.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 345.0 sec: 93 segments, 10 merges 998.2s _16f: 8 segs, 1215.4 K docs, 4857.1 MB 770.0s _19s: 8 segs, 295.4 K docs, 1178.3 MB 544.3s _1cq: 8 segs, 76.3 K docs, 303.2 MB 528.2s _1cy: 8 segs, 75.1 K docs, 298.2 MB 479.2s _1dm: 8 segs, 115.3 K docs, 459.0 MB 466.7s _1ds: 8 segs, 230.9 K docs, 920.6 MB 388.4s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 347.0s _1fm: 8 segs, 74.0 K docs, 294.0 MB 256.0s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 114.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 350.0 sec: 93 segments, 10 merges 1003.2s _16f: 8 segs, 1215.4 K docs, 4857.1 MB 775.0s _19s: 8 segs, 295.4 K docs, 1178.3 MB 549.4s _1cq: 8 segs, 76.3 K docs, 303.2 MB 533.2s _1cy: 8 segs, 75.1 K docs, 298.2 MB 484.2s _1dm: 8 segs, 115.3 K docs, 459.0 MB 471.7s _1ds: 8 segs, 230.9 K docs, 920.6 MB 393.4s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 352.0s _1fm: 8 segs, 74.0 K docs, 294.0 MB 261.0s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 119.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 355.0 sec: 93 segments, 10 merges 1008.2s _16f: 8 segs, 1215.4 K docs, 4857.1 MB 780.0s _19s: 8 segs, 295.4 K docs, 1178.3 MB 554.4s _1cq: 8 segs, 76.3 K docs, 303.2 MB 538.2s _1cy: 8 segs, 75.1 K docs, 298.2 MB 489.2s _1dm: 8 segs, 115.3 K docs, 459.0 MB 476.7s _1ds: 8 segs, 230.9 K docs, 920.6 MB 398.4s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 357.0s _1fm: 8 segs, 74.0 K docs, 294.0 MB 266.0s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 124.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 360.0 sec: 93 segments, 10 merges 1013.2s _16f: 8 segs, 1215.4 K docs, 4857.1 MB 785.0s _19s: 8 segs, 295.4 K docs, 1178.3 MB 559.4s _1cq: 8 segs, 76.3 K docs, 303.2 MB 543.2s _1cy: 8 segs, 75.1 K docs, 298.2 MB 494.2s _1dm: 8 segs, 115.3 K docs, 459.0 MB 481.7s _1ds: 8 segs, 230.9 K docs, 920.6 MB 403.4s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 362.0s _1fm: 8 segs, 74.0 K docs, 294.0 MB 271.0s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 129.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 365.0 sec: 93 segments, 10 merges 1018.2s _16f: 8 segs, 1215.4 K docs, 4857.1 MB 790.0s _19s: 8 segs, 295.4 K docs, 1178.3 MB 564.4s _1cq: 8 segs, 76.3 K docs, 303.2 MB 548.3s _1cy: 8 segs, 75.1 K docs, 298.2 MB 499.2s _1dm: 8 segs, 115.3 K docs, 459.0 MB 486.7s _1ds: 8 segs, 230.9 K docs, 920.6 MB 408.4s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 367.0s _1fm: 8 segs, 74.0 K docs, 294.0 MB 276.0s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 134.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 370.0 sec: 93 segments, 10 merges 1023.2s _16f: 8 segs, 1215.4 K docs, 4857.1 MB 795.0s _19s: 8 segs, 295.4 K docs, 1178.3 MB 569.4s _1cq: 8 segs, 76.3 K docs, 303.2 MB 553.3s _1cy: 8 segs, 75.1 K docs, 298.2 MB 504.2s _1dm: 8 segs, 115.3 K docs, 459.0 MB 491.7s _1ds: 8 segs, 230.9 K docs, 920.6 MB 413.4s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 372.0s _1fm: 8 segs, 74.0 K docs, 294.0 MB 281.0s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 139.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 375.0 sec: 93 segments, 10 merges 1028.2s _16f: 8 segs, 1215.4 K docs, 4857.1 MB 800.0s _19s: 8 segs, 295.4 K docs, 1178.3 MB 574.4s _1cq: 8 segs, 76.3 K docs, 303.2 MB 558.3s _1cy: 8 segs, 75.1 K docs, 298.2 MB 509.2s _1dm: 8 segs, 115.3 K docs, 459.0 MB 496.7s _1ds: 8 segs, 230.9 K docs, 920.6 MB 418.4s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 377.0s _1fm: 8 segs, 74.0 K docs, 294.0 MB 286.0s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 144.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 380.0 sec: 79 segments, 8 merges 1033.2s _16f: 8 segs, 1215.4 K docs, 4857.1 MB 805.0s _19s: 8 segs, 295.4 K docs, 1178.3 MB 579.4s _1cq: 8 segs, 76.3 K docs, 303.2 MB 514.2s _1dm: 8 segs, 115.3 K docs, 459.0 MB 423.4s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 382.0s _1fm: 8 segs, 74.0 K docs, 294.0 MB 291.0s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 149.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 385.0 sec: 79 segments, 8 merges 1038.2s _16f: 8 segs, 1215.4 K docs, 4857.1 MB 810.0s _19s: 8 segs, 295.4 K docs, 1178.3 MB 584.4s _1cq: 8 segs, 76.3 K docs, 303.2 MB 519.2s _1dm: 8 segs, 115.3 K docs, 459.0 MB 428.4s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 387.0s _1fm: 8 segs, 74.0 K docs, 294.0 MB 296.0s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 154.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 390.1 sec: 79 segments, 8 merges 1043.2s _16f: 8 segs, 1215.4 K docs, 4857.1 MB 815.0s _19s: 8 segs, 295.4 K docs, 1178.3 MB 589.4s _1cq: 8 segs, 76.3 K docs, 303.2 MB 524.2s _1dm: 8 segs, 115.3 K docs, 459.0 MB 433.4s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 392.0s _1fm: 8 segs, 74.0 K docs, 294.0 MB 301.0s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 159.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 395.1 sec: 79 segments, 8 merges 1048.2s _16f: 8 segs, 1215.4 K docs, 4857.1 MB 820.0s _19s: 8 segs, 295.4 K docs, 1178.3 MB 594.4s _1cq: 8 segs, 76.3 K docs, 303.2 MB 529.2s _1dm: 8 segs, 115.3 K docs, 459.0 MB 438.4s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 397.1s _1fm: 8 segs, 74.0 K docs, 294.0 MB 306.0s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 164.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 400.1 sec: 79 segments, 8 merges 1053.2s _16f: 8 segs, 1215.4 K docs, 4857.1 MB 825.0s _19s: 8 segs, 295.4 K docs, 1178.3 MB 599.4s _1cq: 8 segs, 76.3 K docs, 303.2 MB 534.2s _1dm: 8 segs, 115.3 K docs, 459.0 MB 443.4s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 402.1s _1fm: 8 segs, 74.0 K docs, 294.0 MB 311.1s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 169.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 405.1 sec: 79 segments, 8 merges 1058.3s _16f: 8 segs, 1215.4 K docs, 4857.1 MB 830.1s _19s: 8 segs, 295.4 K docs, 1178.3 MB 604.4s _1cq: 8 segs, 76.3 K docs, 303.2 MB 539.2s _1dm: 8 segs, 115.3 K docs, 459.0 MB 448.5s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 407.1s _1fm: 8 segs, 74.0 K docs, 294.0 MB 316.1s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 175.0s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 410.1 sec: 79 segments, 8 merges 1063.3s _16f: 8 segs, 1215.4 K docs, 4857.1 MB 835.1s _19s: 8 segs, 295.4 K docs, 1178.3 MB 609.4s _1cq: 8 segs, 76.3 K docs, 303.2 MB 544.2s _1dm: 8 segs, 115.3 K docs, 459.0 MB 453.5s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 412.1s _1fm: 8 segs, 74.0 K docs, 294.0 MB 321.1s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 180.0s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 415.1 sec: 79 segments, 8 merges 1068.3s _16f: 8 segs, 1215.4 K docs, 4857.1 MB 840.1s _19s: 8 segs, 295.4 K docs, 1178.3 MB 614.4s _1cq: 8 segs, 76.3 K docs, 303.2 MB 549.2s _1dm: 8 segs, 115.3 K docs, 459.0 MB 458.5s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 417.1s _1fm: 8 segs, 74.0 K docs, 294.0 MB 326.1s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 185.0s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 420.1 sec: 72 segments, 7 merges 1073.3s _16f: 8 segs, 1215.4 K docs, 4857.1 MB 845.1s _19s: 8 segs, 295.4 K docs, 1178.3 MB 554.2s _1dm: 8 segs, 115.3 K docs, 459.0 MB 463.5s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 422.1s _1fm: 8 segs, 74.0 K docs, 294.0 MB 331.1s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 190.0s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 425.0 sec: 65 segments, 6 merges 1078.2s _16f: 8 segs, 1215.4 K docs, 4857.1 MB 850.0s _19s: 8 segs, 295.4 K docs, 1178.3 MB 559.1s _1dm: 8 segs, 115.3 K docs, 459.0 MB 468.4s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 336.0s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 194.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 430.0 sec: 65 segments, 6 merges 1083.2s _16f: 8 segs, 1215.4 K docs, 4857.1 MB 855.0s _19s: 8 segs, 295.4 K docs, 1178.3 MB 564.2s _1dm: 8 segs, 115.3 K docs, 459.0 MB 473.4s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 341.0s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 199.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 435.0 sec: 65 segments, 6 merges 1088.2s _16f: 8 segs, 1215.4 K docs, 4857.1 MB 860.0s _19s: 8 segs, 295.4 K docs, 1178.3 MB 569.2s _1dm: 8 segs, 115.3 K docs, 459.0 MB 478.4s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 346.0s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 204.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 440.0 sec: 65 segments, 6 merges 1093.2s _16f: 8 segs, 1215.4 K docs, 4857.1 MB 865.0s _19s: 8 segs, 295.4 K docs, 1178.3 MB 574.2s _1dm: 8 segs, 115.3 K docs, 459.0 MB 483.4s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 351.0s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 209.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 445.0 sec: 65 segments, 6 merges 1098.2s _16f: 8 segs, 1215.4 K docs, 4857.1 MB 870.0s _19s: 8 segs, 295.4 K docs, 1178.3 MB 579.2s _1dm: 8 segs, 115.3 K docs, 459.0 MB 488.4s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 356.0s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 214.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 450.0 sec: 65 segments, 6 merges 1103.2s _16f: 8 segs, 1215.4 K docs, 4857.1 MB 875.0s _19s: 8 segs, 295.4 K docs, 1178.3 MB 584.2s _1dm: 8 segs, 115.3 K docs, 459.0 MB 493.4s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 361.0s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 219.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 455.0 sec: 65 segments, 6 merges 1108.2s _16f: 8 segs, 1215.4 K docs, 4857.1 MB 880.0s _19s: 8 segs, 295.4 K docs, 1178.3 MB 589.2s _1dm: 8 segs, 115.3 K docs, 459.0 MB 498.4s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 366.0s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 224.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 460.0 sec: 65 segments, 6 merges 1113.2s _16f: 8 segs, 1215.4 K docs, 4857.1 MB 885.0s _19s: 8 segs, 295.4 K docs, 1178.3 MB 594.2s _1dm: 8 segs, 115.3 K docs, 459.0 MB 503.4s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 371.0s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 229.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 465.0 sec: 65 segments, 6 merges 1118.2s _16f: 8 segs, 1215.4 K docs, 4857.1 MB 890.0s _19s: 8 segs, 295.4 K docs, 1178.3 MB 599.2s _1dm: 8 segs, 115.3 K docs, 459.0 MB 508.4s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 376.0s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 234.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 470.0 sec: 65 segments, 6 merges 1123.2s _16f: 8 segs, 1215.4 K docs, 4857.1 MB 895.0s _19s: 8 segs, 295.4 K docs, 1178.3 MB 604.2s _1dm: 8 segs, 115.3 K docs, 459.0 MB 513.4s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 381.0s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 239.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 475.0 sec: 65 segments, 6 merges 1128.2s _16f: 8 segs, 1215.4 K docs, 4857.1 MB 900.0s _19s: 8 segs, 295.4 K docs, 1178.3 MB 609.2s _1dm: 8 segs, 115.3 K docs, 459.0 MB 518.4s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 386.0s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 244.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 480.1 sec: 65 segments, 6 merges 1133.2s _16f: 8 segs, 1215.4 K docs, 4857.1 MB 905.0s _19s: 8 segs, 295.4 K docs, 1178.3 MB 614.2s _1dm: 8 segs, 115.3 K docs, 459.0 MB 523.4s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 391.0s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 249.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 485.1 sec: 65 segments, 6 merges 1138.2s _16f: 8 segs, 1215.4 K docs, 4857.1 MB 910.0s _19s: 8 segs, 295.4 K docs, 1178.3 MB 619.2s _1dm: 8 segs, 115.3 K docs, 459.0 MB 528.4s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 396.1s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 254.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 490.1 sec: 65 segments, 6 merges 1143.3s _16f: 8 segs, 1215.4 K docs, 4857.1 MB 915.0s _19s: 8 segs, 295.4 K docs, 1178.3 MB 624.2s _1dm: 8 segs, 115.3 K docs, 459.0 MB 533.4s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 401.1s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 259.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 495.1 sec: 65 segments, 6 merges 1148.3s _16f: 8 segs, 1215.4 K docs, 4857.1 MB 920.0s _19s: 8 segs, 295.4 K docs, 1178.3 MB 629.2s _1dm: 8 segs, 115.3 K docs, 459.0 MB 538.4s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 406.1s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 264.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 500.1 sec: 65 segments, 6 merges 1153.3s _16f: 8 segs, 1215.4 K docs, 4857.1 MB 925.0s _19s: 8 segs, 295.4 K docs, 1178.3 MB 634.2s _1dm: 8 segs, 115.3 K docs, 459.0 MB 543.4s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 411.1s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 269.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 505.1 sec: 65 segments, 6 merges 1158.3s _16f: 8 segs, 1215.4 K docs, 4857.1 MB 930.0s _19s: 8 segs, 295.4 K docs, 1178.3 MB 639.2s _1dm: 8 segs, 115.3 K docs, 459.0 MB 548.5s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 416.1s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 274.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 510.1 sec: 65 segments, 6 merges 1163.3s _16f: 8 segs, 1215.4 K docs, 4857.1 MB 935.0s _19s: 8 segs, 295.4 K docs, 1178.3 MB 644.2s _1dm: 8 segs, 115.3 K docs, 459.0 MB 553.5s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 421.1s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 279.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 515.1 sec: 65 segments, 6 merges 1168.3s _16f: 8 segs, 1215.4 K docs, 4857.1 MB 940.1s _19s: 8 segs, 295.4 K docs, 1178.3 MB 649.2s _1dm: 8 segs, 115.3 K docs, 459.0 MB 558.5s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 426.1s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 285.0s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 520.1 sec: 65 segments, 6 merges 1173.3s _16f: 8 segs, 1215.4 K docs, 4857.1 MB 945.1s _19s: 8 segs, 295.4 K docs, 1178.3 MB 654.2s _1dm: 8 segs, 115.3 K docs, 459.0 MB 563.5s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 431.1s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 290.0s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 525.1 sec: 65 segments, 6 merges 1178.3s _16f: 8 segs, 1215.4 K docs, 4857.1 MB 950.1s _19s: 8 segs, 295.4 K docs, 1178.3 MB 659.2s _1dm: 8 segs, 115.3 K docs, 459.0 MB 568.5s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 436.1s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 295.0s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 530.0 sec: 65 segments, 6 merges 1183.2s _16f: 8 segs, 1215.4 K docs, 4857.1 MB 955.0s _19s: 8 segs, 295.4 K docs, 1178.3 MB 664.1s _1dm: 8 segs, 115.3 K docs, 459.0 MB 573.4s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 441.0s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 299.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 535.0 sec: 65 segments, 6 merges 1188.2s _16f: 8 segs, 1215.4 K docs, 4857.1 MB 960.0s _19s: 8 segs, 295.4 K docs, 1178.3 MB 669.2s _1dm: 8 segs, 115.3 K docs, 459.0 MB 578.4s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 446.0s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 304.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 540.0 sec: 65 segments, 6 merges 1193.2s _16f: 8 segs, 1215.4 K docs, 4857.1 MB 965.0s _19s: 8 segs, 295.4 K docs, 1178.3 MB 674.2s _1dm: 8 segs, 115.3 K docs, 459.0 MB 583.4s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 451.0s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 309.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 545.0 sec: 65 segments, 6 merges 1198.2s _16f: 8 segs, 1215.4 K docs, 4857.1 MB 970.0s _19s: 8 segs, 295.4 K docs, 1178.3 MB 679.2s _1dm: 8 segs, 115.3 K docs, 459.0 MB 588.4s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 456.0s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 314.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 550.0 sec: 65 segments, 6 merges 1203.2s _16f: 8 segs, 1215.4 K docs, 4857.1 MB 975.0s _19s: 8 segs, 295.4 K docs, 1178.3 MB 684.2s _1dm: 8 segs, 115.3 K docs, 459.0 MB 593.4s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 461.0s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 319.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 555.0 sec: 65 segments, 6 merges 1208.2s _16f: 8 segs, 1215.4 K docs, 4857.1 MB 980.0s _19s: 8 segs, 295.4 K docs, 1178.3 MB 689.2s _1dm: 8 segs, 115.3 K docs, 459.0 MB 598.4s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 466.0s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 324.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 560.0 sec: 65 segments, 6 merges 1213.2s _16f: 8 segs, 1215.4 K docs, 4857.1 MB 985.0s _19s: 8 segs, 295.4 K docs, 1178.3 MB 694.2s _1dm: 8 segs, 115.3 K docs, 459.0 MB 603.4s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 471.0s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 329.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 565.0 sec: 65 segments, 6 merges 1218.2s _16f: 8 segs, 1215.4 K docs, 4857.1 MB 990.0s _19s: 8 segs, 295.4 K docs, 1178.3 MB 699.2s _1dm: 8 segs, 115.3 K docs, 459.0 MB 608.4s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 476.0s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 334.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 570.0 sec: 65 segments, 6 merges 1223.2s _16f: 8 segs, 1215.4 K docs, 4857.1 MB 995.0s _19s: 8 segs, 295.4 K docs, 1178.3 MB 704.2s _1dm: 8 segs, 115.3 K docs, 459.0 MB 613.4s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 481.0s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 339.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 575.0 sec: 65 segments, 6 merges 1228.2s _16f: 8 segs, 1215.4 K docs, 4857.1 MB 1000.0s _19s: 8 segs, 295.4 K docs, 1178.3 MB 709.2s _1dm: 8 segs, 115.3 K docs, 459.0 MB 618.4s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 486.0s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 344.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 580.1 sec: 65 segments, 6 merges 1233.2s _16f: 8 segs, 1215.4 K docs, 4857.1 MB 1005.0s _19s: 8 segs, 295.4 K docs, 1178.3 MB 714.2s _1dm: 8 segs, 115.3 K docs, 459.0 MB 623.4s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 491.0s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 349.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 585.1 sec: 65 segments, 6 merges 1238.2s _16f: 8 segs, 1215.4 K docs, 4857.1 MB 1010.0s _19s: 8 segs, 295.4 K docs, 1178.3 MB 719.2s _1dm: 8 segs, 115.3 K docs, 459.0 MB 628.4s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 496.0s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 354.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 590.1 sec: 65 segments, 6 merges 1243.2s _16f: 8 segs, 1215.4 K docs, 4857.1 MB 1015.0s _19s: 8 segs, 295.4 K docs, 1178.3 MB 724.2s _1dm: 8 segs, 115.3 K docs, 459.0 MB 633.4s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 501.1s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 359.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 595.1 sec: 65 segments, 6 merges 1248.3s _16f: 8 segs, 1215.4 K docs, 4857.1 MB 1020.0s _19s: 8 segs, 295.4 K docs, 1178.3 MB 729.2s _1dm: 8 segs, 115.3 K docs, 459.0 MB 638.4s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 506.1s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 364.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 600.1 sec: 58 segments, 5 merges 1253.3s _16f: 8 segs, 1215.4 K docs, 4857.1 MB 1025.0s _19s: 8 segs, 295.4 K docs, 1178.3 MB 643.4s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 511.1s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 369.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 605.1 sec: 58 segments, 5 merges 1258.3s _16f: 8 segs, 1215.4 K docs, 4857.1 MB 1030.0s _19s: 8 segs, 295.4 K docs, 1178.3 MB 648.4s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 516.1s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 374.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 610.1 sec: 58 segments, 5 merges 1263.3s _16f: 8 segs, 1215.4 K docs, 4857.1 MB 1035.0s _19s: 8 segs, 295.4 K docs, 1178.3 MB 653.5s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 521.1s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 379.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 615.1 sec: 58 segments, 5 merges 1268.3s _16f: 8 segs, 1215.4 K docs, 4857.1 MB 1040.1s _19s: 8 segs, 295.4 K docs, 1178.3 MB 658.5s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 526.1s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 385.0s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 620.1 sec: 58 segments, 5 merges 1273.3s _16f: 8 segs, 1215.4 K docs, 4857.1 MB 1045.1s _19s: 8 segs, 295.4 K docs, 1178.3 MB 663.5s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 531.1s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 390.0s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 625.1 sec: 58 segments, 5 merges 1278.3s _16f: 8 segs, 1215.4 K docs, 4857.1 MB 1050.1s _19s: 8 segs, 295.4 K docs, 1178.3 MB 668.5s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 536.1s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 395.0s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 630.1 sec: 58 segments, 5 merges 1283.3s _16f: 8 segs, 1215.4 K docs, 4857.1 MB 1055.1s _19s: 8 segs, 295.4 K docs, 1178.3 MB 673.5s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 541.1s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 400.0s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 635.0 sec: 51 segments, 4 merges 1060.0s _19s: 8 segs, 295.4 K docs, 1178.3 MB 678.4s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 546.0s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 404.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 640.0 sec: 51 segments, 4 merges 1065.0s _19s: 8 segs, 295.4 K docs, 1178.3 MB 683.4s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 551.0s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 409.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 645.0 sec: 51 segments, 4 merges 1070.0s _19s: 8 segs, 295.4 K docs, 1178.3 MB 688.4s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 556.0s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 414.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 650.0 sec: 51 segments, 4 merges 1075.0s _19s: 8 segs, 295.4 K docs, 1178.3 MB 693.4s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 561.0s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 419.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 655.0 sec: 51 segments, 4 merges 1080.0s _19s: 8 segs, 295.4 K docs, 1178.3 MB 698.4s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 566.0s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 424.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 660.0 sec: 51 segments, 4 merges 1085.0s _19s: 8 segs, 295.4 K docs, 1178.3 MB 703.4s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 571.0s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 429.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 665.0 sec: 51 segments, 4 merges 1090.0s _19s: 8 segs, 295.4 K docs, 1178.3 MB 708.4s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 576.0s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 434.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 670.0 sec: 51 segments, 4 merges 1095.0s _19s: 8 segs, 295.4 K docs, 1178.3 MB 713.4s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 581.0s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 439.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 675.0 sec: 51 segments, 4 merges 1100.0s _19s: 8 segs, 295.4 K docs, 1178.3 MB 718.4s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 586.0s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 444.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 680.0 sec: 51 segments, 4 merges 1105.0s _19s: 8 segs, 295.4 K docs, 1178.3 MB 723.4s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 591.0s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 449.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 685.1 sec: 51 segments, 4 merges 1110.0s _19s: 8 segs, 295.4 K docs, 1178.3 MB 728.4s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 596.0s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 454.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 690.1 sec: 51 segments, 4 merges 1115.0s _19s: 8 segs, 295.4 K docs, 1178.3 MB 733.4s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 601.1s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 459.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 695.1 sec: 44 segments, 4 merges 738.4s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 606.1s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 464.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 0.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 700.1 sec: 44 segments, 4 merges 743.4s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 611.1s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 469.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 5.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 705.1 sec: 44 segments, 4 merges 748.5s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 616.1s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 474.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 10.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 710.1 sec: 44 segments, 4 merges 753.5s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 621.1s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 480.0s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 15.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 715.1 sec: 44 segments, 4 merges 758.5s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 626.1s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 485.0s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 20.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 720.1 sec: 44 segments, 4 merges 763.5s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 631.1s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 490.0s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 25.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 725.1 sec: 44 segments, 4 merges 768.5s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 636.1s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 495.0s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 30.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 730.0 sec: 44 segments, 4 merges 773.4s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 641.0s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 499.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 35.7s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 735.0 sec: 44 segments, 4 merges 778.4s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 646.0s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 504.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 40.7s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 740.0 sec: 44 segments, 4 merges 783.4s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 651.0s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 509.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 45.7s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 745.0 sec: 44 segments, 4 merges 788.4s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 656.0s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 514.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 50.7s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 750.0 sec: 44 segments, 4 merges 793.4s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 661.0s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 519.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 55.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 755.0 sec: 44 segments, 4 merges 798.4s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 666.0s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 524.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 60.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 760.0 sec: 44 segments, 4 merges 803.4s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 671.0s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 529.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 65.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 765.0 sec: 44 segments, 4 merges 808.4s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 676.0s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 534.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 70.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 770.1 sec: 44 segments, 4 merges 813.4s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 681.0s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 539.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 75.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 775.1 sec: 44 segments, 4 merges 818.4s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 686.1s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 544.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 80.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 780.1 sec: 44 segments, 4 merges 823.4s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 691.1s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 549.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 85.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 785.1 sec: 44 segments, 4 merges 828.4s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 696.1s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 554.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 90.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 790.1 sec: 44 segments, 4 merges 833.4s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 701.1s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 559.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 95.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 795.1 sec: 44 segments, 4 merges 838.5s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 706.1s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 564.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 100.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 800.1 sec: 44 segments, 4 merges 843.5s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 711.1s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 570.0s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 105.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 805.1 sec: 44 segments, 4 merges 848.5s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 716.1s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 575.0s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 110.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 810.0 sec: 44 segments, 4 merges 853.4s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 721.0s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 579.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 115.7s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 815.0 sec: 44 segments, 4 merges 858.4s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 726.0s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 584.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 120.7s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 820.0 sec: 44 segments, 4 merges 863.4s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 731.0s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 589.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 125.7s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 825.0 sec: 44 segments, 4 merges 868.4s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 736.0s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 594.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 130.7s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 830.0 sec: 44 segments, 4 merges 873.4s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 741.0s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 599.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 135.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 835.0 sec: 44 segments, 4 merges 878.4s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 746.0s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 604.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 140.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 840.0 sec: 44 segments, 4 merges 883.4s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 751.0s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 609.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 145.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 845.0 sec: 44 segments, 4 merges 888.4s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 756.0s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 614.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 150.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 850.0 sec: 44 segments, 4 merges 893.4s _1ey: 8 segs, 745.6 K docs, 2978.7 MB 761.0s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 619.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 155.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 855.0 sec: 37 segments, 3 merges 766.0s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 624.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 160.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 860.1 sec: 37 segments, 3 merges 771.0s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 629.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 165.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 865.1 sec: 37 segments, 3 merges 776.1s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 634.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 170.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 870.1 sec: 37 segments, 3 merges 781.1s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 639.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 175.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 875.1 sec: 37 segments, 3 merges 786.1s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 644.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 180.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 880.1 sec: 37 segments, 3 merges 791.1s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 649.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 185.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 885.1 sec: 37 segments, 3 merges 796.1s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 654.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 190.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 890.1 sec: 37 segments, 3 merges 801.1s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 660.0s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 195.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 895.1 sec: 37 segments, 3 merges 806.1s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 665.0s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 200.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 900.1 sec: 37 segments, 3 merges 811.1s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 670.0s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 205.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 905.0 sec: 37 segments, 3 merges 816.0s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 674.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 210.7s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 910.0 sec: 37 segments, 3 merges 821.0s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 679.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 215.7s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 915.0 sec: 37 segments, 3 merges 826.0s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 684.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 220.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 920.0 sec: 37 segments, 3 merges 831.0s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 689.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 225.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 925.0 sec: 37 segments, 3 merges 836.0s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 694.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 230.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 930.0 sec: 37 segments, 3 merges 841.0s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 699.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 235.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 935.0 sec: 37 segments, 3 merges 846.0s _1fo: 8 segs, 511.8 K docs, 2042.4 MB 704.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 240.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 940.0 sec: 30 segments, 2 merges 709.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 245.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 945.0 sec: 30 segments, 2 merges 714.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 250.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 950.1 sec: 30 segments, 2 merges 719.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 255.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 955.1 sec: 30 segments, 2 merges 724.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 260.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 960.1 sec: 30 segments, 2 merges 729.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 265.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 965.1 sec: 30 segments, 2 merges 734.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 270.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 970.1 sec: 30 segments, 2 merges 739.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 275.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 975.1 sec: 30 segments, 2 merges 744.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 280.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 980.1 sec: 30 segments, 2 merges 749.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 285.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 985.1 sec: 30 segments, 2 merges 754.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 290.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 990.1 sec: 30 segments, 2 merges 760.0s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 295.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 995.1 sec: 30 segments, 2 merges 765.0s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 300.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 1000.1 sec: 30 segments, 2 merges 770.0s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 305.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 1005.1 sec: 30 segments, 2 merges 775.0s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 310.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 1010.1 sec: 30 segments, 2 merges 780.0s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 315.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 1015.0 sec: 30 segments, 2 merges 784.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 320.7s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 1020.0 sec: 30 segments, 2 merges 789.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 325.7s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 1025.0 sec: 30 segments, 2 merges 794.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 330.7s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 1030.0 sec: 30 segments, 2 merges 799.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 335.7s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 1035.0 sec: 30 segments, 2 merges 804.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 340.7s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 1040.0 sec: 30 segments, 2 merges 809.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 345.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 1045.0 sec: 30 segments, 2 merges 814.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 350.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 1050.0 sec: 30 segments, 2 merges 819.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 355.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 1055.0 sec: 30 segments, 2 merges 824.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 360.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 1060.0 sec: 30 segments, 2 merges 829.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 365.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 1065.0 sec: 30 segments, 2 merges 834.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 370.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 1070.0 sec: 30 segments, 2 merges 839.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 375.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 1075.0 sec: 30 segments, 2 merges 844.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 380.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 1080.1 sec: 30 segments, 2 merges 849.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 385.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 1085.1 sec: 30 segments, 2 merges 854.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 390.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 1090.1 sec: 30 segments, 2 merges 859.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 395.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 1095.1 sec: 30 segments, 2 merges 864.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 400.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 1100.1 sec: 30 segments, 2 merges 869.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 405.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 1105.1 sec: 30 segments, 2 merges 874.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 410.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 1110.0 sec: 30 segments, 2 merges 879.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 415.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 1115.1 sec: 30 segments, 2 merges 884.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 420.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 1120.1 sec: 30 segments, 2 merges 889.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 425.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 1125.1 sec: 30 segments, 2 merges 894.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 430.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 1130.1 sec: 30 segments, 2 merges 899.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 435.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 1135.1 sec: 30 segments, 2 merges 904.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 440.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 1140.1 sec: 30 segments, 2 merges 909.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 445.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 1145.1 sec: 30 segments, 2 merges 914.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 450.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 1150.1 sec: 30 segments, 2 merges 919.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 455.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 1155.1 sec: 30 segments, 2 merges 925.0s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 460.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 1160.1 sec: 30 segments, 2 merges 930.0s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 465.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 1165.1 sec: 30 segments, 2 merges 935.0s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 470.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 1170.1 sec: 30 segments, 2 merges 940.0s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 475.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 1175.1 sec: 30 segments, 2 merges 945.0s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 480.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 1180.0 sec: 30 segments, 2 merges 949.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 485.7s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 1185.0 sec: 30 segments, 2 merges 954.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 490.7s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 1190.0 sec: 30 segments, 2 merges 959.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 495.7s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 1195.0 sec: 30 segments, 2 merges 964.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 500.7s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 1200.0 sec: 30 segments, 2 merges 969.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 505.7s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 1205.0 sec: 30 segments, 2 merges 974.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 510.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 1210.0 sec: 30 segments, 2 merges 979.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 515.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 1215.0 sec: 30 segments, 2 merges 984.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 520.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 1220.0 sec: 30 segments, 2 merges 989.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 525.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 1225.0 sec: 30 segments, 2 merges 994.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 530.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 1230.0 sec: 30 segments, 2 merges 999.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 535.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 1235.0 sec: 30 segments, 2 merges 1004.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 540.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 1240.0 sec: 30 segments, 2 merges 1009.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 545.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 1245.1 sec: 30 segments, 2 merges 1014.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 550.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 1250.1 sec: 30 segments, 2 merges 1019.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 555.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 1255.1 sec: 30 segments, 2 merges 1024.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 560.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 1260.1 sec: 30 segments, 2 merges 1029.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 565.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 1265.1 sec: 30 segments, 2 merges 1034.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 570.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 1270.1 sec: 30 segments, 2 merges 1039.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 575.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 1275.1 sec: 30 segments, 2 merges 1044.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 580.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 1280.1 sec: 30 segments, 2 merges 1049.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 585.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 1285.1 sec: 30 segments, 2 merges 1055.0s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 590.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 1290.1 sec: 30 segments, 2 merges 1060.0s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 595.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 1295.1 sec: 30 segments, 2 merges 1065.0s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 600.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 1300.1 sec: 30 segments, 2 merges 1070.0s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 605.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 1305.0 sec: 30 segments, 2 merges 1074.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 610.7s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 1310.0 sec: 30 segments, 2 merges 1079.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 615.7s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 1315.0 sec: 30 segments, 2 merges 1084.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 620.7s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 1320.0 sec: 30 segments, 2 merges 1089.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 625.7s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 1325.0 sec: 30 segments, 2 merges 1094.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 630.7s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 1330.0 sec: 30 segments, 2 merges 1099.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 635.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 1335.0 sec: 30 segments, 2 merges 1104.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 640.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 1340.0 sec: 30 segments, 2 merges 1109.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 645.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 1345.0 sec: 30 segments, 2 merges 1114.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 650.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 1350.0 sec: 30 segments, 2 merges 1119.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 655.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 1355.0 sec: 30 segments, 2 merges 1124.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 660.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 1360.0 sec: 30 segments, 2 merges 1129.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 665.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 1365.1 sec: 30 segments, 2 merges 1134.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 670.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 1370.1 sec: 30 segments, 2 merges 1139.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 675.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 1375.1 sec: 30 segments, 2 merges 1144.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 680.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 1380.1 sec: 30 segments, 2 merges 1149.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 685.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 1385.1 sec: 30 segments, 2 merges 1154.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 690.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 1390.1 sec: 30 segments, 2 merges 1159.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 695.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 1395.1 sec: 30 segments, 2 merges 1164.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 700.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 1400.1 sec: 30 segments, 2 merges 1169.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 705.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 1405.1 sec: 30 segments, 2 merges 1175.0s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 710.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 1410.1 sec: 30 segments, 2 merges 1180.0s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 715.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 1415.1 sec: 30 segments, 2 merges 1185.0s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 720.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 1420.1 sec: 30 segments, 2 merges 1190.0s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 725.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 1425.0 sec: 30 segments, 2 merges 1194.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 730.7s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 1430.0 sec: 30 segments, 2 merges 1199.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 735.7s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 1435.0 sec: 30 segments, 2 merges 1204.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 740.7s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 1440.0 sec: 30 segments, 2 merges 1209.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 745.7s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 1445.0 sec: 30 segments, 2 merges 1214.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 750.7s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 1450.0 sec: 30 segments, 2 merges 1219.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 755.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 1455.0 sec: 30 segments, 2 merges 1224.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 760.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 1460.0 sec: 30 segments, 2 merges 1229.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 765.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 1465.0 sec: 30 segments, 2 merges 1234.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 770.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 1470.0 sec: 30 segments, 2 merges 1239.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 775.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 1475.0 sec: 30 segments, 2 merges 1244.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 780.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 1480.0 sec: 30 segments, 2 merges 1249.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 785.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 1485.1 sec: 30 segments, 2 merges 1254.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 790.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 1490.1 sec: 30 segments, 2 merges 1259.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 795.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 1495.1 sec: 30 segments, 2 merges 1264.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 800.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 1500.1 sec: 30 segments, 2 merges 1269.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 805.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 1505.1 sec: 30 segments, 2 merges 1274.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 810.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 1510.1 sec: 30 segments, 2 merges 1279.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 815.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 1515.1 sec: 30 segments, 2 merges 1284.9s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 820.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 1520.1 sec: 30 segments, 2 merges 1290.0s _1fp: 8 segs, 1196.8 K docs, 4782.4 MB 825.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 1525.1 sec: 23 segments, 1 merges 830.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 1530.1 sec: 23 segments, 1 merges 835.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 1535.1 sec: 23 segments, 1 merges 840.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 1540.0 sec: 23 segments, 1 merges 845.7s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 1545.0 sec: 23 segments, 1 merges 850.7s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 1550.0 sec: 23 segments, 1 merges 855.7s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 1555.0 sec: 23 segments, 1 merges 860.7s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 1560.0 sec: 23 segments, 1 merges 865.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 1565.0 sec: 23 segments, 1 merges 870.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 1570.0 sec: 23 segments, 1 merges 875.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 1575.0 sec: 23 segments, 1 merges 880.8s _1fq: 8 segs, 484.1 K docs, 1931.8 MB 1580.0 sec: 16 segments, 1 merges 0.6s _1fr: 2 segs, 1176.2 K docs, 4705.1 MB 1585.0 sec: 16 segments, 1 merges 5.6s _1fr: 2 segs, 1176.2 K docs, 4705.1 MB 1590.1 sec: 16 segments, 1 merges 10.6s _1fr: 2 segs, 1176.2 K docs, 4705.1 MB 1595.1 sec: 16 segments, 1 merges 15.6s _1fr: 2 segs, 1176.2 K docs, 4705.1 MB 1600.1 sec: 16 segments, 1 merges 20.6s _1fr: 2 segs, 1176.2 K docs, 4705.1 MB 1605.1 sec: 16 segments, 1 merges 25.6s _1fr: 2 segs, 1176.2 K docs, 4705.1 MB 1610.1 sec: 16 segments, 1 merges 30.6s _1fr: 2 segs, 1176.2 K docs, 4705.1 MB 1615.1 sec: 16 segments, 1 merges 35.7s _1fr: 2 segs, 1176.2 K docs, 4705.1 MB 1620.0 sec: 16 segments, 1 merges 40.6s _1fr: 2 segs, 1176.2 K docs, 4705.1 MB 1625.0 sec: 16 segments, 1 merges 45.6s _1fr: 2 segs, 1176.2 K docs, 4705.1 MB 1630.0 sec: 16 segments, 1 merges 50.6s _1fr: 2 segs, 1176.2 K docs, 4705.1 MB 1635.0 sec: 16 segments, 1 merges 55.6s _1fr: 2 segs, 1176.2 K docs, 4705.1 MB 1640.0 sec: 16 segments, 1 merges 60.6s _1fr: 2 segs, 1176.2 K docs, 4705.1 MB 1645.0 sec: 16 segments, 1 merges 65.6s _1fr: 2 segs, 1176.2 K docs, 4705.1 MB 1650.0 sec: 16 segments, 1 merges 70.6s _1fr: 2 segs, 1176.2 K docs, 4705.1 MB 1655.0 sec: 16 segments, 1 merges 75.6s _1fr: 2 segs, 1176.2 K docs, 4705.1 MB 1660.0 sec: 16 segments, 1 merges 80.6s _1fr: 2 segs, 1176.2 K docs, 4705.1 MB 1665.0 sec: 16 segments, 1 merges 85.6s _1fr: 2 segs, 1176.2 K docs, 4705.1 MB 1670.0 sec: 16 segments, 1 merges 90.6s _1fr: 2 segs, 1176.2 K docs, 4705.1 MB 1675.0 sec: 16 segments, 1 merges 95.6s _1fr: 2 segs, 1176.2 K docs, 4705.1 MB 1680.1 sec: 16 segments, 1 merges 100.6s _1fr: 2 segs, 1176.2 K docs, 4705.1 MB 1685.1 sec: 16 segments, 1 merges 105.6s _1fr: 2 segs, 1176.2 K docs, 4705.1 MB 1690.1 sec: 16 segments, 1 merges 110.6s _1fr: 2 segs, 1176.2 K docs, 4705.1 MB 1695.1 sec: 16 segments, 1 merges 115.6s _1fr: 2 segs, 1176.2 K docs, 4705.1 MB 1700.1 sec: 16 segments, 1 merges 120.6s _1fr: 2 segs, 1176.2 K docs, 4705.1 MB 1705.1 sec: 16 segments, 1 merges 125.6s _1fr: 2 segs, 1176.2 K docs, 4705.1 MB 1710.1 sec: 16 segments, 1 merges 130.6s _1fr: 2 segs, 1176.2 K docs, 4705.1 MB 1715.1 sec: 16 segments, 1 merges 135.6s _1fr: 2 segs, 1176.2 K docs, 4705.1 MB 1720.1 sec: 16 segments, 1 merges 140.6s _1fr: 2 segs, 1176.2 K docs, 4705.1 MB 1725.1 sec: 16 segments, 1 merges 145.6s _1fr: 2 segs, 1176.2 K docs, 4705.1 MB 1730.1 sec: 16 segments, 1 merges 150.7s _1fr: 2 segs, 1176.2 K docs, 4705.1 MB 1735.0 sec: 16 segments, 1 merges 155.6s _1fr: 2 segs, 1176.2 K docs, 4705.1 MB 1740.0 sec: 16 segments, 1 merges 160.6s _1fr: 2 segs, 1176.2 K docs, 4705.1 MB 1745.0 sec: 16 segments, 1 merges 165.6s _1fr: 2 segs, 1176.2 K docs, 4705.1 MB 1750.0 sec: 16 segments, 1 merges 170.6s _1fr: 2 segs, 1176.2 K docs, 4705.1 MB 1755.0 sec: 16 segments, 1 merges 175.6s _1fr: 2 segs, 1176.2 K docs, 4705.1 MB 1760.0 sec: 16 segments, 1 merges 180.6s _1fr: 2 segs, 1176.2 K docs, 4705.1 MB 1765.0 sec: 16 segments, 1 merges 185.6s _1fr: 2 segs, 1176.2 K docs, 4705.1 MB 1770.0 sec: 16 segments, 1 merges 190.6s _1fr: 2 segs, 1176.2 K docs, 4705.1 MB 1775.0 sec: 16 segments, 1 merges 195.6s _1fr: 2 segs, 1176.2 K docs, 4705.1 MB 1780.0 sec: 16 segments, 1 merges 200.6s _1fr: 2 segs, 1176.2 K docs, 4705.1 MB 1785.0 sec: 16 segments, 1 merges 205.6s _1fr: 2 segs, 1176.2 K docs, 4705.1 MB 1790.1 sec: 16 segments, 1 merges 210.6s _1fr: 2 segs, 1176.2 K docs, 4705.1 MB 1795.1 sec: 16 segments, 1 merges 215.6s _1fr: 2 segs, 1176.2 K docs, 4705.1 MB 1800.1 sec: 16 segments, 1 merges 220.6s _1fr: 2 segs, 1176.2 K docs, 4705.1 MB 1805.1 sec: 16 segments, 1 merges 225.6s _1fr: 2 segs, 1176.2 K docs, 4705.1 MB 1810.1 sec: 16 segments, 1 merges 230.6s _1fr: 2 segs, 1176.2 K docs, 4705.1 MB 1815.1 sec: 16 segments, 1 merges 235.6s _1fr: 2 segs, 1176.2 K docs, 4705.1 MB 1820.1 sec: 16 segments, 1 merges 240.6s _1fr: 2 segs, 1176.2 K docs, 4705.1 MB 1825.1 sec: 16 segments, 1 merges 245.7s _1fr: 2 segs, 1176.2 K docs, 4705.1 MB 1830.0 sec: 16 segments, 1 merges 250.6s _1fr: 2 segs, 1176.2 K docs, 4705.1 MB 1835.0 sec: 16 segments, 1 merges 255.6s _1fr: 2 segs, 1176.2 K docs, 4705.1 MB 1840.0 sec: 16 segments, 1 merges 260.6s _1fr: 2 segs, 1176.2 K docs, 4705.1 MB 1845.0 sec: 16 segments, 1 merges 265.6s _1fr: 2 segs, 1176.2 K docs, 4705.1 MB 1850.0 sec: 16 segments, 1 merges 270.6s _1fr: 2 segs, 1176.2 K docs, 4705.1 MB 1855.0 sec: 16 segments, 1 merges 275.6s _1fr: 2 segs, 1176.2 K docs, 4705.1 MB 1860.0 sec: 16 segments, 1 merges 280.6s _1fr: 2 segs, 1176.2 K docs, 4705.1 MB 1865.0 sec: 16 segments, 1 merges 285.6s _1fr: 2 segs, 1176.2 K docs, 4705.1 MB 1870.0 sec: 16 segments, 1 merges 290.6s _1fr: 2 segs, 1176.2 K docs, 4705.1 MB 1875.1 sec: 16 segments, 1 merges 295.6s _1fr: 2 segs, 1176.2 K docs, 4705.1 MB 1880.1 sec: 16 segments, 1 merges 300.6s _1fr: 2 segs, 1176.2 K docs, 4705.1 MB 1885.1 sec: 16 segments, 1 merges 305.6s _1fr: 2 segs, 1176.2 K docs, 4705.1 MB 1890.1 sec: 16 segments, 1 merges 310.6s _1fr: 2 segs, 1176.2 K docs, 4705.1 MB 1895.1 sec: 16 segments, 1 merges 315.6s _1fr: 2 segs, 1176.2 K docs, 4705.1 MB 1900.1 sec: 16 segments, 1 merges 320.6s _1fr: 2 segs, 1176.2 K docs, 4705.1 MB 1905.1 sec: 16 segments, 1 merges 325.6s _1fr: 2 segs, 1176.2 K docs, 4705.1 MB 1910.1 sec: 16 segments, 1 merges 330.6s _1fr: 2 segs, 1176.2 K docs, 4705.1 MB 1915.1 sec: 16 segments, 1 merges 335.6s _1fr: 2 segs, 1176.2 K docs, 4705.1 MB 1920.1 sec: 16 segments, 1 merges 340.6s _1fr: 2 segs, 1176.2 K docs, 4705.1 MB 1925.1 sec: 16 segments, 1 merges 345.6s _1fr: 2 segs, 1176.2 K docs, 4705.1 MB 1930.1 sec: 16 segments, 1 merges 350.7s _1fr: 2 segs, 1176.2 K docs, 4705.1 MB 1935.1 sec: 16 segments, 1 merges 355.7s _1fr: 2 segs, 1176.2 K docs, 4705.1 MB 1940.0 sec: 16 segments, 1 merges 360.6s _1fr: 2 segs, 1176.2 K docs, 4705.1 MB 1945.0 sec: 16 segments, 1 merges 365.6s _1fr: 2 segs, 1176.2 K docs, 4705.1 MB 1950.0 sec: 16 segments, 1 merges 370.6s _1fr: 2 segs, 1176.2 K docs, 4705.1 MB 1955.0 sec: 16 segments, 1 merges 375.6s _1fr: 2 segs, 1176.2 K docs, 4705.1 MB 1960.0 sec: 16 segments, 1 merges 380.6s _1fr: 2 segs, 1176.2 K docs, 4705.1 MB 1965.0 sec: 16 segments, 1 merges 385.6s _1fr: 2 segs, 1176.2 K docs, 4705.1 MB 1970.0 sec: 16 segments, 1 merges 390.6s _1fr: 2 segs, 1176.2 K docs, 4705.1 MB 1975.0 sec: 16 segments, 1 merges 395.6s _1fr: 2 segs, 1176.2 K docs, 4705.1 MB 1980.0 sec: 16 segments, 1 merges 400.6s _1fr: 2 segs, 1176.2 K docs, 4705.1 MB 1985.0 sec: 16 segments, 1 merges 405.6s _1fr: 2 segs, 1176.2 K docs, 4705.1 MB 1990.0 sec: 16 segments, 1 merges 410.6s _1fr: 2 segs, 1176.2 K docs, 4705.1 MB done first pass waiting for merges done second pass waiting for merges (CMS.sync()) Indexed 8000000 docs in 3015 seconds reindex takes 3015.48 sec index has 15 segments: segments_2: _6p(11.0.0):C254675 _93(11.0.0):C435252 _1fr(11.0.0):C1176157 _16f(11.0.0):C1215379 _ij(11.0.0):C338694 _rx(11.0.0):C256475 _101(11.0.0):C416294 _zp(11.0.0):C304001 _1fp(11.0.0):C1196805 _1ey(11.0.0):C745604 _19s(11.0.0):C295424 _1ds(11.0.0):C230857 _1fo(11.0.0):C511774 _1c2(11.0.0):C138477 _1fq(11.0.0):C484132 _6p: 1018.2 MB _93: 1740.8 MB _1fr: 4709.0 MB _16f: 4866.3 MB _ij: 1354.4 MB _rx: 1025.4 MB _101: 1664.9 MB _zp: 1215.6 MB _1fp: 4792.0 MB _1ey: 2983.5 MB _19s: 1181.2 MB _1ds: 922.9 MB _1fo: 2047.1 MB _1c2: 553.3 MB _1fq: 1936.5 MB encodingByteSize=4 origByteSize=4 realEncodingByteSize=4.0 index disk usage is 32010.97 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=55387895617 cpu@end=68060067117 deltaMS=12672.1715 thread 14 name=Reference Handler cpu@start=1700143 cpu@end=1700143 deltaMS=0.0 thread 15 name=Finalizer cpu@start=167865 cpu@end=167865 deltaMS=0.0 thread 16 name=Signal Dispatcher cpu@start=102416 cpu@end=102416 deltaMS=0.0 thread 40 name=Common-Cleaner cpu@start=26776450 cpu@end=26776450 deltaMS=0.0 thread 41 name=JFR Recorder Thread cpu@start=53912964879 cpu@end=53945947503 deltaMS=32.982624 thread 42 name=JFR Periodic Tasks cpu@start=361664000600 cpu@end=362291362189 deltaMS=627.361589 thread 46 name=Notification Thread cpu@start=109681 cpu@end=109681 deltaMS=0.0 thread 57 name=hnsw-merge-1-thread-1 cpu@start=4948497049324 cpu@end=4948497049324 deltaMS=0.0 thread 58 name=hnsw-merge-1-thread-2 cpu@start=4949241875151 cpu@end=4949241875151 deltaMS=0.0 thread 59 name=hnsw-merge-1-thread-3 cpu@start=4938733791023 cpu@end=4938733791023 deltaMS=0.0 thread 60 name=hnsw-merge-1-thread-4 cpu@start=4948896937805 cpu@end=4948896937805 deltaMS=0.0 thread 61 name=hnsw-merge-1-thread-5 cpu@start=4954860909134 cpu@end=4954860909134 deltaMS=0.0 thread 62 name=hnsw-merge-1-thread-6 cpu@start=4950750916004 cpu@end=4950750916004 deltaMS=0.0 thread 63 name=hnsw-merge-1-thread-7 cpu@start=4953917607519 cpu@end=4953917607519 deltaMS=0.0 thread 64 name=hnsw-merge-1-thread-8 cpu@start=4954682654740 cpu@end=4954682654740 deltaMS=0.0 thread 65 name=hnsw-merge-1-thread-9 cpu@start=4955130257786 cpu@end=4955130257786 deltaMS=0.0 thread 66 name=hnsw-merge-1-thread-10 cpu@start=4939787720146 cpu@end=4939787720146 deltaMS=0.0 thread 67 name=hnsw-merge-1-thread-11 cpu@start=4950553691957 cpu@end=4950553691957 deltaMS=0.0 thread 68 name=hnsw-merge-1-thread-12 cpu@start=4948125987458 cpu@end=4948125987458 deltaMS=0.0 thread 69 name=hnsw-merge-1-thread-13 cpu@start=4956914811668 cpu@end=4956914811668 deltaMS=0.0 thread 70 name=hnsw-merge-1-thread-14 cpu@start=4950399793284 cpu@end=4950399793284 deltaMS=0.0 thread 71 name=hnsw-merge-1-thread-15 cpu@start=4952027180212 cpu@end=4952027180212 deltaMS=0.0 thread 72 name=hnsw-merge-1-thread-16 cpu@start=4950307708681 cpu@end=4950307708681 deltaMS=0.0 Average CPU cores used: 1.0514221530756096 completed 1000 searches in 12680 ms: 78 QPS CPU time=13332 ms checking results SUMMARY: 0.975 12.680 13.332 1.051 8000000 KNN 100 100 N/A N/A 100.000 32 100 no 63289 3015.48 2652.97 0.00 15 32010.97 null N/A 1.000 31250.000 31250.000 false HNSW Leaf 0 has 4 layers Leaf 0 has 254675 documents Graph level=3 size=17, Fanout min=2, mean=4.94, max=10, meandelta=30453.80 % 0 10 20 30 40 50 60 70 80 90 100 0 2 4 4 4 4 4 5 6 7 10 Graph level=2 size=225, Fanout min=6, mean=15.70, max=31, meandelta=14033.69 % 0 10 20 30 40 50 60 70 80 90 100 0 10 11 13 14 15 17 18 20 22 31 Graph level=1 size=7879, Fanout min=6, mean=27.32, max=32, meandelta=8504.10 % 0 10 20 30 40 50 60 70 80 90 100 0 18 22 24 27 31 32 32 32 32 32 Graph level=0 size=254675, Fanout min=1, mean=39.43, max=64, meandelta=5996.94 % 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=17, connectedness=1.00 Graph level=2 size=225, connectedness=1.00 Graph level=1 size=7879, connectedness=1.00 Graph level=0 size=254675, connectedness=1.00 Leaf 1 has 4 layers Leaf 1 has 435252 documents Graph level=3 size=21, Fanout min=3, mean=5.52, max=8, meandelta=32938.16 % 0 10 20 30 40 50 60 70 80 90 100 0 3 4 4 6 6 6 6 6 7 8 Graph level=2 size=337, Fanout min=8, mean=18.39, max=32, meandelta=19336.19 % 0 10 20 30 40 50 60 70 80 90 100 0 11 14 15 16 18 19 21 23 27 32 Graph level=1 size=13251, Fanout min=6, mean=27.66, max=32, meandelta=14387.00 % 0 10 20 30 40 50 60 70 80 90 100 0 19 22 25 28 32 32 32 32 32 32 Graph level=0 size=435252, Fanout min=1, mean=39.55, max=64, meandelta=10210.49 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 37 42 49 59 64 64 Graph level=3 size=21, connectedness=1.00 Graph level=2 size=337, connectedness=1.00 Graph level=1 size=13251, connectedness=1.00 Graph level=0 size=435252, connectedness=1.00 Leaf 2 has 4 layers Leaf 2 has 1176157 documents Graph level=3 size=50, Fanout min=3, mean=7.88, max=13, meandelta=103916.74 % 0 10 20 30 40 50 60 70 80 90 100 0 5 5 6 7 7 8 9 11 12 13 Graph level=2 size=930, Fanout min=7, mean=22.80, max=32, meandelta=47052.32 % 0 10 20 30 40 50 60 70 80 90 100 0 14 16 18 20 23 25 28 31 32 32 Graph level=1 size=35788, Fanout min=3, mean=28.10, max=32, meandelta=38306.20 % 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=1176157, Fanout min=1, mean=39.43, max=64, meandelta=27606.12 % 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=50, connectedness=1.00 Graph level=2 size=930, connectedness=1.00 Graph level=1 size=35788, connectedness=1.00 Graph level=0 size=1176157, connectedness=1.00 Leaf 3 has 4 layers Leaf 3 has 1215379 documents Graph level=3 size=69, Fanout min=5, mean=9.65, max=18, meandelta=99505.39 % 0 10 20 30 40 50 60 70 80 90 100 0 6 7 8 8 9 10 11 12 14 18 Graph level=2 size=1120, Fanout min=6, mean=23.95, max=32, meandelta=46081.35 % 0 10 20 30 40 50 60 70 80 90 100 0 15 18 20 22 24 27 29 32 32 32 Graph level=1 size=37224, Fanout min=1, mean=28.13, max=32, meandelta=39637.16 % 0 10 20 30 40 50 60 70 80 90 100 0 19 23 26 30 32 32 32 32 32 32 Graph level=0 size=1215379, Fanout min=1, mean=39.43, max=64, meandelta=28530.49 % 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=69, connectedness=1.00 Graph level=2 size=1120, connectedness=1.00 Graph level=1 size=37224, connectedness=1.00 Graph level=0 size=1215379, connectedness=1.00 Leaf 4 has 4 layers Leaf 4 has 338694 documents Graph level=3 size=21, Fanout min=3, mean=5.90, max=10, meandelta=35691.71 % 0 10 20 30 40 50 60 70 80 90 100 0 3 4 4 5 6 6 7 7 7 10 Graph level=2 size=267, Fanout min=5, mean=16.97, max=32, meandelta=16085.38 % 0 10 20 30 40 50 60 70 80 90 100 0 11 12 13 15 16 18 19 21 25 32 Graph level=1 size=10254, Fanout min=8, mean=27.56, max=32, meandelta=11200.08 % 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=338694, Fanout min=1, mean=39.53, max=64, meandelta=7952.13 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 37 42 49 59 64 64 Graph level=3 size=21, connectedness=1.00 Graph level=2 size=267, connectedness=1.00 Graph level=1 size=10254, connectedness=1.00 Graph level=0 size=338694, connectedness=1.00 Leaf 5 has 4 layers Leaf 5 has 256475 documents Graph level=3 size=13, Fanout min=2, mean=4.31, max=8, meandelta=45010.02 % 0 10 20 30 40 50 60 70 80 90 100 0 2 3 3 4 4 4 4 5 5 8 Graph level=2 size=231, Fanout min=6, mean=15.34, max=32, meandelta=14341.99 % 0 10 20 30 40 50 60 70 80 90 100 0 9 11 12 14 15 16 17 19 22 32 Graph level=1 size=7877, Fanout min=7, mean=27.57, max=32, meandelta=8483.52 % 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=256475, Fanout min=1, mean=39.48, max=64, meandelta=6033.79 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 37 42 49 59 64 64 Graph level=3 size=13, connectedness=1.00 Graph level=2 size=231, connectedness=1.00 Graph level=1 size=7877, connectedness=1.00 Graph level=0 size=256475, connectedness=1.00 Leaf 6 has 4 layers Leaf 6 has 416294 documents Graph level=3 size=20, Fanout min=3, mean=5.90, max=10, meandelta=47502.07 % 0 10 20 30 40 50 60 70 80 90 100 0 3 4 5 5 6 6 6 7 8 10 Graph level=2 size=336, Fanout min=7, mean=17.81, max=32, meandelta=19045.79 % 0 10 20 30 40 50 60 70 80 90 100 0 11 12 14 15 17 18 20 23 26 32 Graph level=1 size=12709, Fanout min=7, mean=27.63, max=32, meandelta=13734.62 % 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=416294, Fanout min=1, mean=39.51, max=64, meandelta=9775.62 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 37 42 49 59 64 64 Graph level=3 size=20, connectedness=1.00 Graph level=2 size=336, connectedness=1.00 Graph level=1 size=12709, connectedness=1.00 Graph level=0 size=416294, connectedness=1.00 Leaf 7 has 4 layers Leaf 7 has 304001 documents Graph level=3 size=17, Fanout min=4, mean=6.12, max=12, meandelta=40632.88 % 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=272, Fanout min=7, mean=16.94, max=32, meandelta=15329.33 % 0 10 20 30 40 50 60 70 80 90 100 0 10 12 14 15 16 18 19 21 25 32 Graph level=1 size=9344, Fanout min=8, mean=27.60, max=32, meandelta=10053.24 % 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=304001, Fanout min=1, mean=39.51, max=64, meandelta=7142.22 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 37 42 49 59 64 64 Graph level=3 size=17, connectedness=1.00 Graph level=2 size=272, connectedness=1.00 Graph level=1 size=9344, connectedness=1.00 Graph level=0 size=304001, connectedness=1.00 Leaf 8 has 4 layers Leaf 8 has 1196805 documents Graph level=3 size=56, Fanout min=5, mean=9.21, max=19, meandelta=110921.16 % 0 10 20 30 40 50 60 70 80 90 100 0 6 6 7 8 9 10 10 11 14 19 Graph level=2 size=1078, Fanout min=8, mean=24.05, max=32, meandelta=45251.22 % 0 10 20 30 40 50 60 70 80 90 100 0 15 17 20 22 24 27 30 32 32 32 Graph level=1 size=36820, Fanout min=3, mean=28.14, max=32, meandelta=38986.09 % 0 10 20 30 40 50 60 70 80 90 100 0 19 23 26 30 32 32 32 32 32 32 Graph level=0 size=1196805, Fanout min=1, mean=39.45, max=64, meandelta=28076.21 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 32 37 42 49 60 64 64 Graph level=3 size=56, connectedness=1.00 Graph level=2 size=1078, connectedness=1.00 Graph level=1 size=36820, connectedness=1.00 Graph level=0 size=1196805, connectedness=1.00 Leaf 9 has 4 layers Leaf 9 has 745604 documents Graph level=3 size=31, Fanout min=3, mean=6.58, max=12, meandelta=77783.39 % 0 10 20 30 40 50 60 70 80 90 100 0 4 5 5 6 6 6 7 8 9 12 Graph level=2 size=619, Fanout min=7, mean=21.96, max=32, meandelta=30151.58 % 0 10 20 30 40 50 60 70 80 90 100 0 13 15 18 20 21 24 26 29 32 32 Graph level=1 size=22778, Fanout min=3, mean=27.98, max=32, meandelta=24344.25 % 0 10 20 30 40 50 60 70 80 90 100 0 19 23 26 29 32 32 32 32 32 32 Graph level=0 size=745604, Fanout min=1, mean=39.59, max=64, meandelta=17456.82 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 37 42 49 60 64 64 Graph level=3 size=31, connectedness=1.00 Graph level=2 size=619, connectedness=1.00 Graph level=1 size=22778, connectedness=1.00 Graph level=0 size=745604, connectedness=1.00 Leaf 10 has 4 layers Leaf 10 has 295424 documents Graph level=3 size=12, Fanout min=2, mean=4.00, max=7, meandelta=48048.79 % 0 10 20 30 40 50 60 70 80 90 100 0 2 3 3 3 4 4 4 5 5 7 Graph level=2 size=268, Fanout min=6, mean=17.40, max=32, meandelta=14914.70 % 0 10 20 30 40 50 60 70 80 90 100 0 11 12 14 15 17 18 20 22 25 32 Graph level=1 size=9161, Fanout min=6, mean=27.48, max=32, meandelta=9828.80 % 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=295424, Fanout min=1, mean=39.42, max=64, meandelta=6957.23 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 36 42 49 59 64 64 Graph level=3 size=12, connectedness=1.00 Graph level=2 size=268, connectedness=1.00 Graph level=1 size=9161, connectedness=1.00 Graph level=0 size=295424, connectedness=1.00 Leaf 11 has 4 layers Leaf 11 has 230857 documents Graph level=3 size=8, Fanout min=2, mean=3.00, max=4, meandelta=31060.79 % 0 10 20 30 40 50 60 70 80 90 100 0 1 2 2 3 3 3 3 3 4 4 Graph level=2 size=206, Fanout min=6, mean=15.43, max=32, meandelta=12798.11 % 0 10 20 30 40 50 60 70 80 90 100 0 9 10 12 13 15 17 18 20 22 32 Graph level=1 size=7161, Fanout min=8, mean=27.42, max=32, meandelta=7714.16 % 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=230857, Fanout min=1, mean=39.38, max=64, meandelta=5441.01 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 36 42 48 58 64 64 Graph level=3 size=8, connectedness=1.00 Graph level=2 size=206, connectedness=1.00 Graph level=1 size=7161, connectedness=1.00 Graph level=0 size=230857, connectedness=1.00 Leaf 12 has 4 layers Leaf 12 has 511774 documents Graph level=3 size=25, Fanout min=3, mean=6.32, max=9, meandelta=66241.38 % 0 10 20 30 40 50 60 70 80 90 100 0 4 4 5 6 6 7 7 8 9 9 Graph level=2 size=464, Fanout min=5, mean=19.85, max=32, meandelta=22677.01 % 0 10 20 30 40 50 60 70 80 90 100 0 12 14 16 17 19 21 23 26 29 32 Graph level=1 size=15703, Fanout min=4, mean=27.78, max=32, meandelta=16851.35 % 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=511774, Fanout min=1, mean=39.59, max=64, meandelta=11993.09 % 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=25, connectedness=1.00 Graph level=2 size=464, connectedness=1.00 Graph level=1 size=15703, connectedness=1.00 Graph level=0 size=511774, connectedness=1.00 Leaf 13 has 4 layers Leaf 13 has 138477 documents Graph level=3 size=8, Fanout min=1, mean=2.75, max=4, meandelta=16260.32 % 0 10 20 30 40 50 60 70 80 90 100 0 1 1 1 2 2 2 4 4 4 4 Graph level=2 size=132, Fanout min=5, mean=12.92, max=25, meandelta=8799.02 % 0 10 20 30 40 50 60 70 80 90 100 0 8 9 10 12 13 14 15 16 18 25 Graph level=1 size=4245, Fanout min=7, mean=26.82, max=32, meandelta=4718.64 % 0 10 20 30 40 50 60 70 80 90 100 0 18 21 23 26 30 32 32 32 32 32 Graph level=0 size=138477, Fanout min=2, mean=39.08, max=64, meandelta=3288.20 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 36 41 48 58 64 64 Graph level=3 size=8, connectedness=1.00 Graph level=2 size=132, connectedness=1.00 Graph level=1 size=4245, connectedness=1.00 Graph level=0 size=138477, connectedness=1.00 Leaf 14 has 4 layers Leaf 14 has 484132 documents Graph level=3 size=21, Fanout min=3, mean=5.71, max=10, meandelta=64033.20 % 0 10 20 30 40 50 60 70 80 90 100 0 4 4 4 5 5 6 6 7 7 10 Graph level=2 size=467, Fanout min=6, mean=19.70, max=32, meandelta=21819.79 % 0 10 20 30 40 50 60 70 80 90 100 0 12 14 16 17 19 20 22 25 30 32 Graph level=1 size=14954, Fanout min=4, mean=27.70, max=32, meandelta=15987.17 % 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=484132, Fanout min=1, mean=39.57, max=64, meandelta=11349.48 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 37 42 49 60 64 64 Graph level=3 size=21, connectedness=1.00 Graph level=2 size=467, connectedness=1.00 Graph level=1 size=14954, connectedness=1.00 Graph level=0 size=484132, 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.16.10.08.30/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': 171,475,660.12 msec task-clock:u 647,307,818,937,712 cycles:u (36.36%) 46,913,630,528,316 instructions:u (36.36%) 9,451,270,499,861 cache-references:u (36.36%) 2,282,680,921,154 cache-misses:u (36.36%) 26,118,561,671,602 L1-dcache-loads:u (36.36%) 2,678,715,062,158 L1-dcache-load-misses:u (36.36%) 2,995,602,777,589 L1-icache-loads:u (36.36%) 34,709,277,245 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 33,326,062 faults:u 7,673,922 minor-faults:u 232 major-faults:u 4,744,183,341,246 branches:u (36.36%) 82,444,011,702 branch-misses:u (36.36%) 9,596,175,158,786 stalled-cycles-frontend:u (36.36%) stalled-cycles-backend:u 5103.861193814 seconds time elapsed 170335.950889000 seconds user 1133.443226000 seconds sys took 1:25:03.889398 to run KnnGraphTester result: KNNResultV1(lucene_git_rev='cb87f1f45bae052cceb4d856c8745eb1e0c1f5e3', luceneutil_git_rev='ae8596d4197d6cab80ba267a11b748d4439834d8', index_vectors_file='/big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec', search_vectors_file='/lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec', vector_dims=1024, do_force_merge=False, recall=0.975, cpu_time_ms=12.68, net_cpu_ms=13.332, avg_cpu_core_count=1.051, num_docs=8000000, top_k=100, fanout=100, max_conn=32, beam_width=100, quantize_desc='no', total_visited=63289, index_time_sec=3015.48, index_docs_per_sec=2652.97, force_merge_time_sec=0.0, index_num_segments=15, index_size_on_disk_mb=32010.97, selectivity=None, pre_post_filter='null', vec_disk_mb=31250.0, vec_ram_mb=31250.0, graph_level_conn_p_values={3: (21, {0: 0, 10: 4, 20: 4, 30: 4, 40: 5, 50: 5, 60: 6, 70: 6, 80: 7, 90: 7, 100: 10}), 2: (467, {0: 0, 10: 12, 20: 14, 30: 16, 40: 17, 50: 19, 60: 20, 70: 22, 80: 25, 90: 30, 100: 32}), 1: (14954, {0: 0, 10: 19, 20: 22, 30: 25, 40: 28, 50: 32, 60: 32, 70: 32, 80: 32, 90: 32, 100: 32}), 0: (484132, {0: 0, 10: 20, 20: 25, 30: 28, 40: 32, 50: 37, 60: 42, 70: 49, 80: 60, 90: 64, 100: 64})}, combined_run_time=datetime.timedelta(seconds=5103, microseconds=889398)) Profiler summary for /l/logs.nightly/2026.04.16.10.08.30/bench-knn-q32-fmFalse.jfr Version: 2.1 Chunks: 165 Start: 2026-04-16 18:18:57 (UTC) Duration: 3392 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 97385646 1702631410 jdk.FileWrite 14053372 305160468 jdk.FileRead 2989970 70167319 jdk.NativeMethodSample 350928 4688549 jdk.BooleanFlag 81840 2600417 jdk.CPULoad 62687 1266754 jdk.ObjectAllocationInNewTLAB 38478 766800 jdk.Checkpoint 11193 33220110 jdk.UnsignedIntFlag 7920 269766 jdk.IntFlag 7260 265903 jdk.StringFlag 5610 218708 jdk.Compilation 1156 31589 jdk.ObjectAllocationOutsideTLAB 1026 19228 jdk.CPUInformation 165 247847 jdk.GCConfiguration 165 4307 jdk.JVMInformation 165 149342 jdk.Metadata 165 18236972 jdk.GarbageCollection 24 586 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 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.04.16.10.08.30/bench-knn-q32-fmFalse.jfr Profiler for cpu at stackSize=1 [/l/logs.nightly/2026.04.16.10.08.30/bench-knn-q32-fmFalse.jfr is 2040.82 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 350928 events (total: 350928) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 57.53% 201874 jdk.jfr.internal.JVM#emitEvent() [Native code] 24.69% 86651 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 13.43% 47146 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] 2.95% 10350 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] 0.88% 3072 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] 0.11% 401 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] 0.11% 390 jdk.jfr.internal.JVM#getStackTraceId() [Native code] 0.06% 222 sun.nio.ch.UnixFileDispatcherImpl#force0() [Native code] 0.06% 211 jdk.internal.misc.Unsafe#park() [Native code] 0.03% 120 sun.nio.ch.NativeThread#current0() [Native code] 0.03% 92 jdk.internal.misc.Unsafe#unpark() [Native code] 0.02% 85 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] 0.02% 80 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] 0.01% 32 java.io.RandomAccessFile#open0() [Native code] 0.01% 30 java.io.FileDescriptor#close0() [Native code] 0.01% 29 java.lang.Object#wait0() [Native code] 0.01% 21 jdk.jfr.internal.JVM#flush() [Native code] 0.01% 20 sun.nio.ch.UnixFileDispatcherImpl#size0() [Native code] 0.00% 16 java.lang.Object#hashCode() [Native code] 0.00% 15 sun.nio.fs.UnixNativeDispatcher#access0() [Native code] 0.00% 12 java.lang.System#nanoTime() [Native code] 0.00% 11 sun.nio.fs.UnixNativeDispatcher#lstat0() [Native code] 0.00% 9 java.io.FileOutputStream#writeBytes() [Native code] 0.00% 7 jdk.jfr.internal.JVM#shouldRotateDisk() [Native code] 0.00% 5 java.lang.invoke.LambdaForm$MH.0x00000000771a9400#invoke() [Inlined code] 0.00% 4 jdk.internal.misc.Unsafe#freeMemory0() [Native code] 0.00% 3 sun.nio.ch.UnixFileDispatcherImpl#allocationGranularity0() [Native code] 0.00% 3 java.lang.Thread#sleepNanos0() [Native code] 0.00% 3 java.lang.Object#notifyAll() [Native code] 0.00% 2 jdk.internal.misc.VM#getNanoTimeAdjustment() [Native code] 0.00% 2 java.util.zip.Inflater#inflateBytesBytes() [Native code] 0.00% 2 java.lang.reflect.Array#newArray() [Native code] 0.00% 2 java.lang.System#identityHashCode() [Native code] 0.00% 1 jdk.jfr.internal.JVM#nanosNow() [Native code] 0.00% 1 java.lang.Object#clone() [Native code] 0.00% 1 jdk.internal.misc.Unsafe#allocateMemory0() [Native code] 0.00% 1 java.lang.Object#getClass() [Native code] 0.00% 1 jdk.jfr.internal.JVM#addStringConstant() [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 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.04.16.10.08.30/bench-knn-q32-fmFalse.jfr Profiler for cpu at stackSize=4 [/l/logs.nightly/2026.04.16.10.08.30/bench-knn-q32-fmFalse.jfr is 2040.82 MB /l/logs.nightly/2026.04.16.10.08.30/bench-knn-q32-fmFalse.jfr is 2040.82 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 350928 events (total: 350928) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 57.43% 201550 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Inlined code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [Inlined code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [JIT compiled code] 24.69% 86651 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] 13.43% 47146 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer():341 [Inlined code] at sun.nio.ch.IOUtil#read():307 [JIT compiled code] 2.90% 10170 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] 0.45% 1578 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [JIT compiled code] 0.43% 1494 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [Inlined code] 0.11% 384 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open():69 [Inlined code] at sun.nio.fs.UnixChannelFactory#open():242 [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel():132 [Inlined code] 0.10% 352 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace():186 [Inlined code] at jdk.internal.event.FileReadEvent#commit() [JIT compiled code] at jdk.internal.event.FileReadEvent#offer():71 [Inlined code] 0.09% 322 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [Interpreted code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [Interpreted code] 0.06% 202 sun.nio.ch.UnixFileDispatcherImpl#force0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#force():85 [Inlined code] at sun.nio.ch.FileChannelImpl#implForce():620 [JIT compiled code] at sun.nio.ch.FileChannelImpl#force():635 [JIT compiled code] 0.05% 180 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] 0.05% 169 jdk.internal.misc.Unsafe#park() [Native code] at java.util.concurrent.locks.LockSupport#park():223 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():410 [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] 0.03% 110 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current():51 [Inlined code] at sun.nio.ch.NativeThreadSet#add():48 [Inlined code] at sun.nio.ch.FileChannelImpl#implRead():245 [JIT compiled code] 0.03% 89 jdk.internal.misc.Unsafe#unpark() [Native code] at java.util.concurrent.locks.LockSupport#unpark():183 [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():266 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#release():720 [Inlined code] 0.02% 85 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map():144 [Inlined code] at sun.nio.ch.FileChannelImpl#mapInternal():1515 [JIT compiled code] at sun.nio.ch.FileChannelImpl#map():1453 [Inlined code] 0.02% 80 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat():253 [Inlined code] at sun.nio.fs.UnixFileAttributes#get():77 [Inlined code] at sun.nio.fs.UnixFileAttributeViews$Basic#readAttributes():51 [Inlined code] 0.01% 38 jdk.internal.misc.Unsafe#park() [Native code] at java.util.concurrent.locks.LockSupport#park():223 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():410 [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():650 [Inlined code] 0.01% 37 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace():186 [Inlined code] at jdk.internal.event.FileWriteEvent#commit() [JIT compiled code] at jdk.internal.event.FileWriteEvent#offer():69 [Inlined code] 0.01% 29 java.io.RandomAccessFile#open0() [Native code] at java.io.RandomAccessFile#open():338 [Interpreted code] at java.io.RandomAccessFile#():257 [Interpreted code] at java.io.RandomAccessFile#():211 [Interpreted code] 0.01% 24 java.io.FileDescriptor#close0() [Native code] at java.io.FileDescriptor#close():304 [Inlined code] at java.io.FileDescriptor$1#close():89 [Inlined code] at sun.nio.ch.FileChannelImpl$Closer#run():123 [Inlined code] 0.01% 20 sun.nio.ch.UnixFileDispatcherImpl#force0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#force():85 [Interpreted code] at sun.nio.ch.FileChannelImpl#implForce():620 [Interpreted code] at sun.nio.ch.FileChannelImpl#force():635 [Interpreted code] 0.01% 19 java.lang.Object#wait0() [Native code] at java.lang.Object#wait():389 [Inlined code] at jdk.jfr.internal.PlatformRecorder#takeNap():540 [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#periodicTask():508 [Interpreted code] 0.01% 19 jdk.jfr.internal.JVM#flush() [Native code] at jdk.jfr.internal.event.EventWriter#flush():232 [JIT compiled code] at jdk.jfr.internal.event.EventWriter#isValidForSize():214 [Inlined code] at jdk.jfr.internal.event.EventWriter#putLong():120 [Inlined code] 0.01% 18 sun.nio.ch.UnixFileDispatcherImpl#size0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#size():93 [Inlined code] at sun.nio.ch.FileChannelImpl#size():496 [JIT compiled code] at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock#ensureValid():169 [JIT compiled code] 0.00% 16 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open():69 [JIT compiled code] at sun.nio.fs.UnixChannelFactory#open():242 [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel():132 [Inlined code] 0.00% 12 java.lang.System#nanoTime() [Native code] at knn.KnnIndexer#waitForMergesWithStatus():276 [Interpreted code] at knn.KnnIndexer#createIndex():259 [Interpreted code] at knn.KnnGraphTester#run():661 [Interpreted code] 0.00% 12 java.lang.Object#hashCode() [Native code] at org.apache.lucene.index.ConcurrentApproximatePriorityQueue#add():77 [Inlined code] at org.apache.lucene.index.LockableConcurrentApproximatePriorityQueue#addAndUnlock():66 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThreadPool#marksAsFreeAndUnlock():152 [Inlined code] 0.00% 10 java.lang.Object#wait0() [Native code] at java.lang.Object#wait():389 [Inlined code] at jdk.jfr.internal.PlatformRecorder#takeNap():540 [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#periodicTask():508 [JIT compiled code] 0.00% 10 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current():51 [Inlined code] at sun.nio.ch.NativeThreadSet#add():48 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():349 [Inlined code] 0.00% 10 sun.nio.fs.UnixNativeDispatcher#lstat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#lstat():273 [Inlined code] at sun.nio.fs.UnixFileAttributes#get():79 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete():254 [Inlined code] 0.00% 9 sun.nio.fs.UnixNativeDispatcher#access0() [Native code] at sun.nio.fs.UnixNativeDispatcher#access():437 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#exists():518 [Inlined code] at java.nio.file.Files#exists():2289 [JIT compiled code] 0.00% 7 java.io.FileOutputStream#writeBytes() [Native code] at java.io.FileOutputStream#traceWriteBytes():311 [JIT compiled code] at java.io.FileOutputStream#write():349 [JIT compiled code] at java.lang.System$Out#write():1910 [Inlined code] 0.00% 6 java.io.FileDescriptor#close0() [Native code] at java.io.FileDescriptor#close():304 [JIT compiled code] at java.io.RandomAccessFile$1#close():760 [Interpreted code] at java.io.FileDescriptor#closeAll():361 [Interpreted code] 0.00% 5 sun.nio.fs.UnixNativeDispatcher#access0() [Native code] at sun.nio.fs.UnixNativeDispatcher#access():437 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#exists():518 [JIT compiled code] at java.nio.file.Files#exists():2289 [Inlined code] 0.00% 5 java.lang.invoke.LambdaForm$MH.0x00000000771a9400#invoke() [Inlined code] at java.lang.invoke.LambdaForm$MH.0x0000000077194c00#invokeExact_MT() [Inlined code] at jdk.internal.foreign.abi.DowncallStub.0x0000000077142800#invoke() [Inlined code] at java.lang.invoke.LambdaForm$DMH.0x0000000077142c00#invokeStatic() [Inlined code] 0.00% 4 java.lang.Object#hashCode() [Native code] at org.apache.lucene.index.ConcurrentApproximatePriorityQueue#poll():103 [JIT compiled code] at org.apache.lucene.index.LockableConcurrentApproximatePriorityQueue#lockAndPoll():44 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThreadPool#getAndLock():117 [Inlined code] 0.00% 4 jdk.jfr.internal.JVM#shouldRotateDisk() [Native code] at jdk.jfr.internal.PlatformRecorder#periodicTask():495 [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0():428 [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000007707aa58#run() [Interpreted code] 0.00% 4 jdk.internal.misc.Unsafe#freeMemory0() [Native code] at jdk.internal.misc.Unsafe#freeMemory():930 [Inlined code] at sun.nio.ch.Util#free():343 [JIT compiled code] at sun.nio.ch.Util#getTemporaryDirectBuffer():242 [Inlined code] 0.00% 4 jdk.internal.misc.Unsafe#park() [Native code] at java.util.concurrent.locks.LockSupport#park():223 [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():410 [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] 0.00% 3 java.io.RandomAccessFile#open0() [Native code] at java.io.RandomAccessFile#open():338 [Interpreted code] at java.io.RandomAccessFile#():257 [Interpreted code] at java.io.RandomAccessFile#():211 [Inlined code] 0.00% 3 java.lang.Thread#sleepNanos0() [Native code] at java.lang.Thread#sleepNanos():509 [Inlined code] at java.lang.Thread#sleep():540 [JIT compiled code] at knn.KnnIndexer#waitForMergesWithStatus():294 [Interpreted code] 0.00% 3 jdk.jfr.internal.JVM#shouldRotateDisk() [Native code] at jdk.jfr.internal.PlatformRecorder#periodicTask():495 [Interpreted code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0():428 [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000007707aa58#run() [Interpreted code] 0.00% 3 java.lang.Object#notifyAll() [Native code] at jdk.jfr.internal.util.Utils#notifyFlush():360 [JIT compiled code] at jdk.jfr.internal.periodic.FlushTask#execute():51 [Inlined code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [JIT compiled code] 0.00% 3 sun.nio.ch.UnixFileDispatcherImpl#allocationGranularity0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#allocationGranularity():137 [Inlined code] at sun.nio.ch.FileChannelImpl#mapInternal():1510 [JIT compiled code] at sun.nio.ch.FileChannelImpl#map():1453 [Inlined code] 0.00% 3 jdk.internal.misc.Unsafe#unpark() [Native code] at java.util.concurrent.locks.LockSupport#unpark():183 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNextIfShared():276 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():376 [JIT compiled code] 0.00% 2 java.io.FileOutputStream#writeBytes() [Native code] at java.io.FileOutputStream#traceWriteBytes():311 [Interpreted code] at java.io.FileOutputStream#write():349 [JIT compiled code] at java.lang.System$Out#write():1910 [Inlined code] 0.00% 2 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Inlined code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [Interpreted code] 0.00% 2 jdk.jfr.internal.JVM#flush() [Native code] at jdk.jfr.internal.MetadataRepository#flush():373 [Inlined code] at jdk.jfr.internal.PlatformRecorder#flush():668 [JIT compiled code] at jdk.jfr.internal.periodic.FlushTask#execute():50 [Inlined code] 0.00% 2 java.util.zip.Inflater#inflateBytesBytes() [Native code] at java.util.zip.Inflater#inflate():354 [JIT compiled code] at java.util.zip.InflaterInputStream#read():210 [JIT compiled code] at jdk.internal.loader.Resource#getBytes():106 [JIT compiled code] 0.00% 2 java.lang.System#identityHashCode() [Native code] at java.util.IdentityHashMap#hash():307 [Inlined code] at java.util.IdentityHashMap#put():441 [JIT compiled code] at java.util.Collections$SetFromMap#add():6045 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.04.16.10.08.30/bench-knn-q32-fmFalse.jfr Profiler for cpu at stackSize=12 [/l/logs.nightly/2026.04.16.10.08.30/bench-knn-q32-fmFalse.jfr is 2040.82 MB /l/logs.nightly/2026.04.16.10.08.30/bench-knn-q32-fmFalse.jfr is 2040.82 MB /l/logs.nightly/2026.04.16.10.08.30/bench-knn-q32-fmFalse.jfr is 2040.82 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 350928 events (total: 350928) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 29.31% 102859 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Inlined code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [Inlined code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#periodicTask():502 [Interpreted code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0():428 [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000007707aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 28.12% 98691 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Inlined code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [Inlined code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#periodicTask():502 [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0():428 [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000007707aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 13.86% 48643 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] at sun.nio.ch.IOUtil#write():72 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():355 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [Inlined code] at sun.nio.ch.ChannelOutputStream#write():105 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write():391 [Inlined code] at java.util.zip.CheckedOutputStream#write():73 [Inlined code] 13.43% 47123 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer():341 [Inlined code] at sun.nio.ch.IOUtil#read():307 [JIT compiled code] at sun.nio.ch.IOUtil#read():284 [JIT compiled code] at sun.nio.ch.FileChannelImpl#implRead():251 [JIT compiled code] at sun.nio.ch.FileChannelImpl#traceImplRead():269 [Inlined code] at sun.nio.ch.FileChannelImpl#read():229 [Inlined code] at knn.VectorReader#readNext():57 [Inlined code] at knn.VectorReaderFloat32#next():30 [Inlined code] at knn.IndexerThread#_run():102 [JIT compiled code] at knn.IndexerThread#run():74 [Interpreted code] 10.83% 38008 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] at sun.nio.ch.IOUtil#write():72 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():355 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [JIT compiled code] at sun.nio.ch.ChannelOutputStream#write():105 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write():391 [Inlined code] at java.util.zip.CheckedOutputStream#write():73 [JIT compiled code] 1.28% 4489 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [Inlined code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [JIT compiled code] at org.apache.lucene.store.FilterDirectory#deleteFile():65 [JIT compiled code] at org.apache.lucene.store.TrackingDirectoryWrapper#deleteFile():35 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#lambda$mergeOneFieldToIndex$0():334 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$$Lambda.0x000000007719bdb0#close() [Interpreted code] 1.18% 4126 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [Inlined code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [Inlined code] at org.apache.lucene.util.FileDeleter#delete():234 [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete():227 [Inlined code] at org.apache.lucene.util.FileDeleter#decRef():109 [JIT compiled code] at org.apache.lucene.index.IndexFileDeleter#decRef():620 [Inlined code] 0.45% 1578 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle():280 [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup():270 [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup():264 [Inlined code] at jdk.internal.foreign.SharedSession$SharedResourceList#cleanup():143 [Inlined code] at jdk.internal.foreign.MemorySessionImpl#close():241 [Inlined code] at jdk.internal.foreign.ArenaImpl#close():47 [Inlined code] at org.apache.lucene.store.RefCountedSharedArena#release():113 [Inlined code] at org.apache.lucene.store.RefCountedSharedArena#close():122 [Inlined code] 0.42% 1478 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [Inlined code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete():234 [Inlined code] at org.apache.lucene.util.FileDeleter#delete():227 [JIT compiled code] at org.apache.lucene.util.FileDeleter#decRef():109 [Interpreted code] at org.apache.lucene.index.IndexFileDeleter#decRef():620 [JIT compiled code] 0.36% 1274 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle():280 [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup():270 [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup():264 [Inlined code] at jdk.internal.foreign.SharedSession$SharedResourceList#cleanup():143 [Inlined code] at jdk.internal.foreign.MemorySessionImpl#close():241 [Inlined code] at jdk.internal.foreign.ArenaImpl#close():47 [Inlined code] at org.apache.lucene.store.RefCountedSharedArena#release():113 [Inlined code] at org.apache.lucene.store.RefCountedSharedArena#close():122 [Inlined code] 0.10% 352 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace():186 [Inlined code] at jdk.internal.event.FileReadEvent#commit() [JIT compiled code] at jdk.internal.event.FileReadEvent#offer():71 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead():271 [Inlined code] at sun.nio.ch.FileChannelImpl#read():229 [Inlined code] at knn.VectorReader#readNext():57 [Inlined code] at knn.VectorReaderFloat32#next():30 [Inlined code] at knn.IndexerThread#_run():102 [JIT compiled code] at knn.IndexerThread#run():74 [Interpreted code] 0.09% 330 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open():69 [Inlined code] at sun.nio.fs.UnixChannelFactory#open():242 [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel():132 [Inlined code] at sun.nio.fs.UnixChannelFactory#newFileChannel():145 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#newFileChannel():211 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#newByteChannel():244 [Inlined code] at java.nio.file.spi.FileSystemProvider#newOutputStream():426 [JIT compiled code] at java.nio.file.Files#newOutputStream():215 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#():385 [JIT compiled code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#():378 [Inlined code] at org.apache.lucene.store.FSDirectory#createOutput():215 [Inlined code] 0.09% 322 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [Interpreted code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [Interpreted code] at jdk.jfr.internal.PlatformRecorder#periodicTask():502 [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0():428 [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000007707aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 0.04% 156 sun.nio.ch.UnixFileDispatcherImpl#force0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#force():85 [Inlined code] at sun.nio.ch.FileChannelImpl#implForce():620 [JIT compiled code] at sun.nio.ch.FileChannelImpl#force():635 [JIT compiled code] at org.apache.lucene.util.IOUtils#fsync():537 [JIT compiled code] at org.apache.lucene.store.FSDirectory#fsync():296 [JIT compiled code] at org.apache.lucene.store.FSDirectory#sync():248 [Interpreted code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#sync():68 [Interpreted code] at org.apache.lucene.index.IndexWriter#startCommit():5663 [Interpreted code] at org.apache.lucene.index.IndexWriter#prepareCommitInternal():3789 [Interpreted code] at org.apache.lucene.index.IndexWriter#commitInternal():4131 [Interpreted code] at org.apache.lucene.index.IndexWriter#commit():4093 [Interpreted code] 0.04% 155 jdk.internal.misc.Unsafe#park() [Native code] at java.util.concurrent.locks.LockSupport#park():223 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():410 [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] 0.03% 107 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current():51 [Inlined code] at sun.nio.ch.NativeThreadSet#add():48 [Inlined code] at sun.nio.ch.FileChannelImpl#implRead():245 [JIT compiled code] at sun.nio.ch.FileChannelImpl#traceImplRead():269 [Inlined code] at sun.nio.ch.FileChannelImpl#read():229 [Inlined code] at knn.VectorReader#readNext():57 [Inlined code] at knn.VectorReaderFloat32#next():30 [Inlined code] at knn.IndexerThread#_run():102 [JIT compiled code] at knn.IndexerThread#run():74 [Interpreted code] 0.03% 89 jdk.internal.misc.Unsafe#unpark() [Native code] at java.util.concurrent.locks.LockSupport#unpark():183 [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():266 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#release():720 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#unlock():1154 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():392 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.02% 83 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [JIT compiled code] at jdk.jfr.internal.RepositoryChunk#delete():96 [Interpreted code] at jdk.jfr.internal.RepositoryChunk#destroy():120 [Interpreted code] at jdk.jfr.internal.RepositoryChunk#release():137 [Interpreted code] at jdk.jfr.internal.PlatformRecording#removed():617 [Interpreted code] at jdk.jfr.internal.PlatformRecording#trimToSize():584 [Interpreted code] at jdk.jfr.internal.PlatformRecording#appendChunk():574 [Interpreted code] at jdk.jfr.internal.PlatformRecorder#finishChunk():437 [Interpreted code] 0.02% 71 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle():280 [Inlined code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup():115 [Inlined code] at jdk.internal.foreign.MemorySessionImpl#close():241 [Inlined code] at jdk.internal.foreign.ArenaImpl#close():47 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#close():698 [JIT compiled code] at org.apache.lucene.store.BufferedChecksumIndexInput#close():83 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.FieldsIndexWriter#finish():141 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#finish():480 [JIT compiled code] 0.02% 67 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [JIT compiled code] at jdk.jfr.internal.RepositoryChunk#delete():96 [Interpreted code] at jdk.jfr.internal.RepositoryChunk#destroy():120 [Interpreted code] at jdk.jfr.internal.RepositoryChunk#release():137 [JIT compiled code] at jdk.jfr.internal.PlatformRecording#removed():617 [Interpreted code] at jdk.jfr.internal.PlatformRecording#trimToSize():584 [Interpreted code] at jdk.jfr.internal.PlatformRecording#appendChunk():574 [Interpreted code] at jdk.jfr.internal.PlatformRecorder#finishChunk():437 [Interpreted code] 0.02% 61 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [Inlined code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [Inlined code] at org.apache.lucene.store.TrackingDirectoryWrapper#deleteFile():35 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.FieldsIndexWriter#finish():142 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#finish():480 [JIT compiled code] at org.apache.lucene.index.StoredFieldsConsumer#flush():106 [JIT compiled code] 0.01% 50 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map():144 [Inlined code] at sun.nio.ch.FileChannelImpl#mapInternal():1515 [JIT compiled code] at sun.nio.ch.FileChannelImpl#map():1453 [Inlined code] at org.apache.lucene.store.MMapDirectory#map():376 [JIT compiled code] at org.apache.lucene.store.MMapDirectory#openInput():333 [JIT compiled code] at org.apache.lucene.store.FilterDirectory#openInput():101 [JIT compiled code] at org.apache.lucene.store.FilterDirectory#openInput():101 [Inlined code] at org.apache.lucene.store.Directory#openChecksumInput():156 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.FieldsIndexWriter#finish():120 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#finish():480 [JIT compiled code] at org.apache.lucene.index.StoredFieldsConsumer#flush():106 [JIT compiled code] 0.01% 45 sun.nio.ch.UnixFileDispatcherImpl#force0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#force():85 [Inlined code] at sun.nio.ch.FileChannelImpl#implForce():620 [JIT compiled code] at sun.nio.ch.FileChannelImpl#force():635 [JIT compiled code] at org.apache.lucene.util.IOUtils#fsync():537 [JIT compiled code] at org.apache.lucene.store.FSDirectory#fsync():296 [JIT compiled code] at org.apache.lucene.store.FSDirectory#sync():248 [Interpreted code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#sync():68 [Interpreted code] at org.apache.lucene.index.IndexWriter#startCommit():5663 [Interpreted code] at org.apache.lucene.index.IndexWriter#prepareCommitInternal():3789 [Interpreted code] at org.apache.lucene.index.IndexWriter#commitInternal():4131 [Interpreted code] at org.apache.lucene.index.IndexWriter#shutdown():1325 [Interpreted code] 0.01% 37 jdk.internal.misc.Unsafe#park() [Native code] at java.util.concurrent.locks.LockSupport#park():223 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():410 [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():650 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#lock():966 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#write():48 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():382 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] 0.01% 35 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle():280 [Inlined code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup():115 [Inlined code] at jdk.internal.foreign.MemorySessionImpl#close():241 [Inlined code] at jdk.internal.foreign.ArenaImpl#close():47 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#close():698 [JIT compiled code] at org.apache.lucene.store.BufferedChecksumIndexInput#close():83 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.FieldsIndexWriter#finish():168 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#finish():480 [JIT compiled code] 0.01% 32 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle():280 [Inlined code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup():115 [Inlined code] at jdk.internal.foreign.MemorySessionImpl#close():241 [Inlined code] at jdk.internal.foreign.ArenaImpl#close():47 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#close():698 [JIT compiled code] at org.apache.lucene.store.BufferedChecksumIndexInput#close():83 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsReader#():125 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsFormat#fieldsReader():313 [JIT compiled code] 0.01% 28 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat():253 [Inlined code] at sun.nio.fs.UnixFileAttributes#get():77 [Inlined code] at sun.nio.fs.UnixFileAttributeViews$Basic#readAttributes():51 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#readAttributes():161 [Inlined code] at sun.nio.fs.LinuxFileSystemProvider#readAttributes():99 [Inlined code] at java.nio.file.Files#readAttributes():1702 [Inlined code] at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock#ensureValid():177 [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#createOutput():42 [Inlined code] at org.apache.lucene.store.TrackingDirectoryWrapper#createOutput():41 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.FieldsIndexWriter#finish():112 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#finish():480 [JIT compiled code] 0.01% 28 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [JIT compiled code] at jdk.jfr.internal.RepositoryChunk#delete():96 [Interpreted code] at jdk.jfr.internal.RepositoryChunk#destroy():120 [Interpreted code] at jdk.jfr.internal.RepositoryChunk#release():137 [JIT compiled code] at jdk.jfr.internal.PlatformRecording#removed():617 [Interpreted code] at jdk.jfr.internal.PlatformRecording#trimToSize():584 [JIT compiled code] at jdk.jfr.internal.PlatformRecording#appendChunk():574 [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#finishChunk():437 [JIT compiled code] 0.01% 26 java.io.RandomAccessFile#open0() [Native code] at java.io.RandomAccessFile#open():338 [Interpreted code] at java.io.RandomAccessFile#():257 [Interpreted code] at java.io.RandomAccessFile#():211 [Interpreted code] at jdk.jfr.internal.RepositoryChunk#():57 [Interpreted code] at jdk.jfr.internal.Repository#newChunk():99 [Interpreted code] at jdk.jfr.internal.PlatformRecorder#rotateDisk():383 [Interpreted code] at jdk.jfr.internal.PlatformRecorder#periodicTask():496 [Interpreted code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0():428 [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000007707aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 0.01% 26 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle():280 [Inlined code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup():115 [Inlined code] at jdk.internal.foreign.MemorySessionImpl#close():241 [Inlined code] at jdk.internal.foreign.ArenaImpl#close():47 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#close():698 [JIT compiled code] at org.apache.lucene.store.BufferedChecksumIndexInput#close():83 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsReader#readMetadata():128 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsReader#():85 [JIT compiled code] 0.01% 25 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open():69 [Inlined code] at sun.nio.fs.UnixChannelFactory#open():242 [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel():132 [Inlined code] at sun.nio.fs.UnixChannelFactory#newFileChannel():145 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#newFileChannel():211 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#newByteChannel():244 [Inlined code] at java.nio.file.spi.FileSystemProvider#newOutputStream():426 [JIT compiled code] at java.nio.file.Files#newOutputStream():215 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#():385 [JIT compiled code] at org.apache.lucene.store.FSDirectory#createTempOutput():229 [JIT compiled code] at org.apache.lucene.store.FilterDirectory#createTempOutput():81 [JIT compiled code] 0.01% 25 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle():280 [Inlined code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup():115 [Inlined code] at jdk.internal.foreign.MemorySessionImpl#close():241 [Inlined code] at jdk.internal.foreign.ArenaImpl#close():47 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#close():698 [JIT compiled code] at org.apache.lucene.store.BufferedChecksumIndexInput#close():83 [Inlined code] at org.apache.lucene.codecs.lucene94.Lucene94FieldInfosFormat#read():248 [JIT compiled code] at org.apache.lucene.index.SegmentCoreReaders#():91 [JIT compiled code] 0.01% 23 java.io.FileDescriptor#close0() [Native code] at java.io.FileDescriptor#close():304 [Inlined code] at java.io.FileDescriptor$1#close():89 [Inlined code] at sun.nio.ch.FileChannelImpl$Closer#run():123 [Inlined code] at jdk.internal.ref.CleanerImpl$PhantomCleanableRef#performCleanup():176 [Inlined code] at jdk.internal.ref.PhantomCleanable#clean():96 [Inlined code] at sun.nio.ch.FileChannelImpl#implCloseChannel():219 [Inlined code] at java.nio.channels.spi.AbstractInterruptibleChannel#close():129 [JIT compiled code] at sun.nio.ch.ChannelOutputStream#close():111 [JIT compiled code] at java.io.FilterOutputStream#close():190 [JIT compiled code] at java.io.FilterOutputStream#close():190 [JIT compiled code] at java.io.FilterOutputStream#close():190 [Inlined code] 0.01% 22 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle():280 [Inlined code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup():115 [Inlined code] at jdk.internal.foreign.MemorySessionImpl#close():241 [Inlined code] at jdk.internal.foreign.ArenaImpl#close():47 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#close():698 [JIT compiled code] at org.apache.lucene.store.BufferedChecksumIndexInput#close():83 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader#():226 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsFormat#fieldsReader():133 [JIT compiled code] 0.01% 22 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace():186 [Inlined code] at jdk.internal.event.FileWriteEvent#commit() [JIT compiled code] at jdk.internal.event.FileWriteEvent#offer():69 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():376 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [Inlined code] at sun.nio.ch.ChannelOutputStream#write():105 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write():391 [Inlined code] at java.util.zip.CheckedOutputStream#write():73 [Inlined code] at java.io.BufferedOutputStream#flushBuffer():123 [Inlined code] at java.io.BufferedOutputStream#write():188 [Inlined code] 0.01% 19 java.lang.Object#wait0() [Native code] at java.lang.Object#wait():389 [Inlined code] at jdk.jfr.internal.PlatformRecorder#takeNap():540 [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#periodicTask():508 [Interpreted code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0():428 [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000007707aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 0.01% 18 sun.nio.ch.UnixFileDispatcherImpl#force0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#force():85 [Interpreted code] at sun.nio.ch.FileChannelImpl#implForce():620 [Interpreted code] at sun.nio.ch.FileChannelImpl#force():635 [Interpreted code] at org.apache.lucene.util.IOUtils#fsync():537 [Interpreted code] at org.apache.lucene.store.FSDirectory#fsync():296 [Interpreted code] at org.apache.lucene.store.FSDirectory#sync():248 [Interpreted code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#sync():68 [Interpreted code] at org.apache.lucene.index.IndexWriter#startCommit():5663 [Interpreted code] at org.apache.lucene.index.IndexWriter#prepareCommitInternal():3789 [Interpreted code] at org.apache.lucene.index.IndexWriter#commitInternal():4131 [Interpreted code] at org.apache.lucene.index.IndexWriter#commit():4093 [Interpreted code] 0.00% 16 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer():341 [Inlined code] at sun.nio.ch.IOUtil#read():307 [JIT compiled code] at sun.nio.ch.IOUtil#read():284 [JIT compiled code] at sun.nio.ch.FileChannelImpl#implRead():251 [JIT compiled code] at sun.nio.ch.FileChannelImpl#traceImplRead():269 [Inlined code] at sun.nio.ch.FileChannelImpl#read():229 [Inlined code] at knn.VectorReader#readNext():57 [Inlined code] at knn.VectorReaderFloat32#next():30 [JIT compiled code] at knn.IndexerThread#_run():102 [Interpreted code] at knn.IndexerThread#run():74 [Interpreted code] 0.00% 14 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace():186 [Inlined code] at jdk.internal.event.FileWriteEvent#commit() [JIT compiled code] at jdk.internal.event.FileWriteEvent#offer():69 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():376 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [JIT compiled code] at sun.nio.ch.ChannelOutputStream#write():105 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write():391 [Inlined code] at java.util.zip.CheckedOutputStream#write():73 [JIT compiled code] at java.io.BufferedOutputStream#write():183 [Inlined code] at org.apache.lucene.store.OutputStreamIndexOutput#writeBytes():59 [Inlined code] 0.00% 13 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat():253 [Inlined code] at sun.nio.fs.UnixFileAttributes#get():77 [Inlined code] at sun.nio.fs.UnixFileAttributeViews$Basic#readAttributes():51 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#readAttributes():161 [Inlined code] at sun.nio.fs.LinuxFileSystemProvider#readAttributes():99 [Inlined code] at java.nio.file.Files#readAttributes():1702 [Inlined code] at java.nio.file.Files#size():2242 [Inlined code] at org.apache.lucene.store.FSDirectory#fileLength():203 [Inlined code] at org.apache.lucene.index.SegmentCommitInfo#sizeInBytes():230 [JIT compiled code] at org.apache.lucene.index.MergePolicy#size():721 [JIT compiled code] at org.apache.lucene.index.TieredMergePolicy#getSortedBySegmentSize():297 [Inlined code] 0.00% 13 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat():253 [Inlined code] at sun.nio.fs.UnixFileAttributes#get():77 [Inlined code] at sun.nio.fs.UnixFileAttributeViews$Basic#readAttributes():51 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#readAttributes():161 [Inlined code] at sun.nio.fs.LinuxFileSystemProvider#readAttributes():99 [Inlined code] at java.nio.file.Files#readAttributes():1702 [Inlined code] at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock#ensureValid():177 [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():36 [Inlined code] at org.apache.lucene.util.FileDeleter#delete():234 [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete():227 [Inlined code] at org.apache.lucene.util.FileDeleter#decRef():109 [JIT compiled code] 0.00% 12 java.lang.System#nanoTime() [Native code] at knn.KnnIndexer#waitForMergesWithStatus():276 [Interpreted code] at knn.KnnIndexer#createIndex():259 [Interpreted code] at knn.KnnGraphTester#run():661 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():270 [Interpreted code] at knn.KnnGraphTester#main():265 [Interpreted code] 0.00% 12 java.lang.Object#hashCode() [Native code] at org.apache.lucene.index.ConcurrentApproximatePriorityQueue#add():77 [Inlined code] at org.apache.lucene.index.LockableConcurrentApproximatePriorityQueue#addAndUnlock():66 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThreadPool#marksAsFreeAndUnlock():152 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():443 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] at knn.IndexerThread#_run():120 [JIT compiled code] at knn.IndexerThread#run():74 [Interpreted code] 0.00% 10 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [Inlined code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [JIT compiled code] at org.apache.lucene.store.TrackingDirectoryWrapper#deleteFile():35 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.FieldsIndexWriter#finish():169 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#finish():480 [JIT compiled code] at org.apache.lucene.index.StoredFieldsConsumer#flush():106 [JIT compiled code] 0.00% 10 java.lang.Object#wait0() [Native code] at java.lang.Object#wait():389 [Inlined code] at jdk.jfr.internal.PlatformRecorder#takeNap():540 [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#periodicTask():508 [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0():428 [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000007707aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 0.00% 10 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open():69 [Inlined code] at sun.nio.fs.UnixChannelFactory#open():242 [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel():132 [Inlined code] at sun.nio.fs.UnixChannelFactory#newFileChannel():145 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#newFileChannel():211 [JIT compiled code] at java.nio.channels.FileChannel#open():301 [Inlined code] at java.nio.channels.FileChannel#open():353 [JIT compiled code] at org.apache.lucene.store.MMapDirectory#openInput():328 [JIT compiled code] at org.apache.lucene.store.FilterDirectory#openInput():101 [JIT compiled code] at org.apache.lucene.store.FilterDirectory#openInput():101 [JIT compiled code] at org.apache.lucene.store.FilterDirectory#openInput():101 [JIT compiled code] 0.00% 9 sun.nio.fs.UnixNativeDispatcher#lstat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#lstat():273 [Inlined code] at sun.nio.fs.UnixFileAttributes#get():79 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete():254 [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [Inlined code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [Inlined code] at org.apache.lucene.util.FileDeleter#delete():234 [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete():227 [Inlined code] at org.apache.lucene.util.FileDeleter#decRef():109 [JIT compiled code] 0.00% 9 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map():144 [Inlined code] at sun.nio.ch.FileChannelImpl#mapInternal():1515 [JIT compiled code] at sun.nio.ch.FileChannelImpl#map():1453 [Inlined code] at org.apache.lucene.store.MMapDirectory#map():376 [JIT compiled code] at org.apache.lucene.store.MMapDirectory#openInput():333 [JIT compiled code] at org.apache.lucene.store.Directory#openChecksumInput():156 [JIT compiled code] at org.apache.lucene.codecs.lucene94.Lucene94FieldInfosFormat#read():134 [JIT compiled code] at org.apache.lucene.index.SegmentCoreReaders#():91 [JIT compiled code] at org.apache.lucene.index.SegmentReader#():95 [JIT compiled code] at org.apache.lucene.index.ReadersAndUpdates#getReader():180 [JIT compiled code] at org.apache.lucene.index.ReadersAndUpdates#getReaderForMerge():847 [JIT compiled code] 0.00% 7 jdk.internal.misc.Unsafe#park() [Native code] at java.util.concurrent.locks.LockSupport#park():223 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():410 [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] 0.00% 7 jdk.internal.misc.Unsafe#park() [Native code] at java.util.concurrent.locks.LockSupport#park():223 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():410 [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.04.16.10.08.30/bench-knn-q32-fmFalse.jfr Profiler for heap at stackSize=1 [/l/logs.nightly/2026.04.16.10.08.30/bench-knn-q32-fmFalse.jfr is 2040.82 MB /l/logs.nightly/2026.04.16.10.08.30/bench-knn-q32-fmFalse.jfr is 2040.82 MB /l/logs.nightly/2026.04.16.10.08.30/bench-knn-q32-fmFalse.jfr is 2040.82 MB /l/logs.nightly/2026.04.16.10.08.30/bench-knn-q32-fmFalse.jfr is 2040.82 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 39493 events (total: 222538M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 28.88% 64274M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] 25.11% 55870M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 24.96% 55544M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 5.26% 11711M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] 3.24% 7202M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] 3.15% 7016M java.lang.Integer#valueOf():1006 [Inlined code] 1.39% 3090M java.util.Arrays#copyOf():3478 [Inlined code] 0.81% 1794M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [JIT compiled code] 0.72% 1612M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] 0.69% 1530M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [JIT compiled code] 0.69% 1527M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] 0.45% 1001M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] 0.43% 963M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] 0.38% 856M org.apache.lucene.util.SparseFixedBitSet#insertLong():230 [Inlined code] 0.34% 747M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] 0.25% 549M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] 0.18% 404M java.util.DualPivotQuicksort#tryMergeRuns():816 [JIT compiled code] 0.17% 389M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():283 [JIT compiled code] 0.17% 374M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] 0.17% 370M org.apache.lucene.internal.hppc.IntIntHashMap#allocateBuffers():744 [Interpreted code] 0.17% 370M java.util.ArrayList#grow():240 [Inlined code] 0.16% 354M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():345 [Interpreted code] 0.14% 319M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] 0.14% 318M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():269 [JIT compiled code] 0.14% 311M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] 0.12% 258M java.util.HashMap#resize():711 [JIT compiled code] 0.11% 253M java.util.HashMap#newNode():1910 [Inlined code] 0.11% 236M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [Inlined code] 0.10% 215M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():556 [JIT compiled code] 0.10% 214M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():618 [JIT compiled code] 0.09% 211M java.util.DualPivotQuicksort#sort():354 [JIT compiled code] 0.09% 203M java.lang.reflect.Array#newInstance():76 [Inlined code] 0.08% 186M org.apache.lucene.internal.hppc.IntIntHashMap#allocateBuffers():743 [Interpreted code] 0.08% 176M knn.IndexerThread#_run():119 [JIT compiled code] 0.08% 170M org.apache.lucene.codecs.lucene95.OffHeapFloatVectorValues#():59 [Inlined code] 0.08% 166M org.apache.lucene.util.SparseFixedBitSet#():70 [Inlined code] 0.07% 165M knn.IndexerThread#_run():105 [JIT compiled code] 0.07% 160M java.util.List#of():935 [Inlined code] 0.05% 100M java.lang.Thread#beforeSleep():473 [Inlined code] 0.04% 98M java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject#await():1767 [Interpreted code] 0.04% 95M org.apache.lucene.util.hnsw.OnHeapHnswGraph#():86 [JIT compiled code] 0.04% 95M knn.KnnIndexer#createIndex():254 [Interpreted code] 0.04% 89M org.apache.lucene.document.Document#():42 [Inlined code] 0.04% 88M java.util.logging.LogManager#reset():1298 [Interpreted code] 0.04% 88M jdk.jfr.internal.ShutdownHook#run():48 [Interpreted code] 0.04% 84M org.apache.lucene.util.FixedBitSet#():148 [Inlined code] 0.03% 69M java.io.BufferedOutputStream#():92 [Inlined code] 0.03% 68M knn.IndexerThread#_run():83 [JIT compiled code] 0.02% 52M knn.KnnIndexer#waitForMergesWithStatus():287 [Interpreted code] 0.02% 52M org.apache.lucene.util.packed.DirectMonotonicWriter#():72 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.04.16.10.08.30/bench-knn-q32-fmFalse.jfr Profiler for heap at stackSize=4 [/l/logs.nightly/2026.04.16.10.08.30/bench-knn-q32-fmFalse.jfr is 2040.82 MB /l/logs.nightly/2026.04.16.10.08.30/bench-knn-q32-fmFalse.jfr is 2040.82 MB /l/logs.nightly/2026.04.16.10.08.30/bench-knn-q32-fmFalse.jfr is 2040.82 MB /l/logs.nightly/2026.04.16.10.08.30/bench-knn-q32-fmFalse.jfr is 2040.82 MB /l/logs.nightly/2026.04.16.10.08.30/bench-knn-q32-fmFalse.jfr is 2040.82 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 39493 events (total: 222538M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 20.23% 45020M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] 20.01% 44528M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] 17.76% 39524M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollector#():44 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [JIT compiled code] 11.12% 24749M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#():44 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [Interpreted code] 5.26% 11711M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():435 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():432 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():461 [Inlined code] 4.89% 10874M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] 4.88% 10850M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] 3.24% 7202M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 3.13% 6965M java.lang.Integer#valueOf():1006 [Inlined code] at knn.KnnGraphTester#printGraphConnectedNess():1098 [JIT compiled code] at knn.KnnGraphTester#printFanoutHist():1053 [Interpreted code] at knn.KnnGraphTester#printFanoutHist():1028 [Interpreted code] 1.35% 3015M java.util.Arrays#copyOf():3478 [Inlined code] at java.util.ArrayDeque#grow():146 [JIT compiled code] at java.util.ArrayDeque#addFirst():288 [Inlined code] at java.util.ArrayDeque#push():577 [Inlined code] 0.81% 1794M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] 0.69% 1530M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.40% 881M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] at org.apache.lucene.search.AbstractKnnVectorQuery#rewrite():106 [JIT compiled code] at org.apache.lucene.search.KnnFloatVectorQuery#rewrite():48 [Inlined code] at knn.KnnGraphTester$ProfiledKnnFloatVectorQuery#rewrite():2211 [JIT compiled code] 0.39% 874M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.38% 834M org.apache.lucene.util.SparseFixedBitSet#insertLong():230 [Inlined code] at org.apache.lucene.util.SparseFixedBitSet#getAndSet():170 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.AbstractHnswGraphSearcher#search():83 [Inlined code] 0.35% 773M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.29% 643M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.27% 592M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.21% 468M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] 0.21% 456M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.18% 404M java.util.DualPivotQuicksort#tryMergeRuns():816 [JIT compiled code] at java.util.DualPivotQuicksort#sort():277 [JIT compiled code] at java.util.DualPivotQuicksort#sort():238 [Inlined code] at java.util.Arrays#sort():123 [Inlined code] 0.17% 374M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] at java.lang.invoke.DirectMethodHandle$Holder#newInvokeSpecial() [Inlined code] at java.lang.invoke.Invokers$Holder#linkToTargetMethod() [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] 0.17% 370M org.apache.lucene.internal.hppc.IntIntHashMap#allocateBuffers():744 [Interpreted code] at org.apache.lucene.internal.hppc.IntIntHashMap#ensureCapacity():450 [Inlined code] at org.apache.lucene.internal.hppc.IntIntHashMap#():107 [Inlined code] at org.apache.lucene.internal.hppc.IntIntHashMap#():93 [Inlined code] 0.17% 370M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] 0.16% 356M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.16% 354M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():345 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.14% 319M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] 0.14% 311M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] 0.13% 285M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():283 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] 0.11% 236M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [Inlined code] at java.lang.StringConcatHelper#newArray():578 [Inlined code] at java.lang.StringConcatHelper#newArrayWithSuffix():611 [Inlined code] at java.lang.String$$StringConcat.0x0000000077180000#concat() [Inlined code] 0.10% 232M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():238 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] 0.10% 221M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():269 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] 0.09% 207M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():738 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1051 [Inlined code] 0.09% 203M java.lang.reflect.Array#newInstance():76 [Inlined code] at org.apache.lucene.util.ArrayUtil#growExact():216 [Inlined code] at org.apache.lucene.util.ArrayUtil#grow():234 [JIT compiled code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():152 [JIT compiled code] 0.09% 196M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():238 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] 0.09% 196M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():238 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] 0.08% 186M org.apache.lucene.internal.hppc.IntIntHashMap#allocateBuffers():743 [Interpreted code] at org.apache.lucene.internal.hppc.IntIntHashMap#ensureCapacity():450 [Inlined code] at org.apache.lucene.internal.hppc.IntIntHashMap#():107 [Inlined code] at org.apache.lucene.internal.hppc.IntIntHashMap#():93 [Inlined code] 0.08% 176M knn.IndexerThread#_run():119 [JIT compiled code] at knn.IndexerThread#run():74 [Interpreted code] 0.08% 169M java.util.DualPivotQuicksort#sort():354 [JIT compiled code] at java.util.DualPivotQuicksort#sort():238 [Inlined code] at java.util.Arrays#sort():123 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#writeGraph():486 [JIT compiled code] 0.08% 166M org.apache.lucene.codecs.lucene95.OffHeapFloatVectorValues#():59 [Inlined code] at org.apache.lucene.codecs.lucene95.OffHeapFloatVectorValues$DenseOffHeapVectorValues#():154 [Inlined code] at org.apache.lucene.codecs.lucene95.OffHeapFloatVectorValues#load():122 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsReader#getFloatVectorValues():229 [Inlined code] 0.08% 166M java.util.HashMap#resize():711 [JIT compiled code] at java.util.HashMap#putVal():670 [Inlined code] at java.util.HashMap#put():619 [Inlined code] at java.util.HashSet#add():230 [JIT compiled code] 0.08% 166M org.apache.lucene.util.SparseFixedBitSet#():70 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#createBitSet():70 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#search():150 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsReader#search():350 [JIT compiled code] 0.07% 166M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():556 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader#serializedDocument():645 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#copyOneDoc():508 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#merge():630 [JIT compiled code] 0.07% 165M knn.IndexerThread#_run():105 [JIT compiled code] at knn.IndexerThread#run():74 [Interpreted code] 0.07% 163M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():618 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader#serializedDocument():645 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#copyOneDoc():508 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#merge():630 [JIT compiled code] 0.07% 160M java.util.List#of():935 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1847 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] at knn.IndexerThread#_run():120 [JIT compiled code] 0.07% 158M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():738 [Inlined code] 0.06% 143M java.util.HashMap#newNode():1910 [Inlined code] at java.util.HashMap#putVal():638 [Inlined code] at java.util.HashMap#put():619 [Inlined code] at java.util.HashSet#add():230 [Inlined code] 0.06% 141M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.ArrayUtil#grow():377 [Inlined code] at org.apache.lucene.internal.hppc.IntArrayList#ensureBufferSpace():276 [Inlined code] 0.05% 101M java.util.HashMap#newNode():1910 [Inlined code] at java.util.HashMap#putVal():649 [Inlined code] at java.util.HashMap#put():619 [Inlined code] at java.util.HashSet#add():230 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.04.16.10.08.30/bench-knn-q32-fmFalse.jfr Profiler for heap at stackSize=12 [/l/logs.nightly/2026.04.16.10.08.30/bench-knn-q32-fmFalse.jfr is 2040.82 MB /l/logs.nightly/2026.04.16.10.08.30/bench-knn-q32-fmFalse.jfr is 2040.82 MB /l/logs.nightly/2026.04.16.10.08.30/bench-knn-q32-fmFalse.jfr is 2040.82 MB /l/logs.nightly/2026.04.16.10.08.30/bench-knn-q32-fmFalse.jfr is 2040.82 MB /l/logs.nightly/2026.04.16.10.08.30/bench-knn-q32-fmFalse.jfr is 2040.82 MB /l/logs.nightly/2026.04.16.10.08.30/bench-knn-q32-fmFalse.jfr is 2040.82 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 39493 events (total: 222538M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 17.73% 39460M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollector#():44 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Inlined code] at org.apache.lucene.search.IndexSearcher#search():741 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#searchAfter():590 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():613 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():1485 [JIT compiled code] at knn.KnnGraphTester#testSearch():1220 [Interpreted code] at knn.KnnGraphTester#run():742 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():270 [Interpreted code] 12.82% 28520M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007719dd20#call() [Inlined code] 12.77% 28413M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007719dd20#call() [Inlined code] 7.41% 16497M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#():44 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():741 [Interpreted code] at org.apache.lucene.search.IndexSearcher#searchAfter():590 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():613 [Interpreted code] at knn.KnnGraphTester#doFloatVectorQuery():1485 [Interpreted code] at knn.KnnGraphTester#testSearch():1220 [Interpreted code] at knn.KnnGraphTester#run():742 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():270 [Interpreted code] 5.26% 11711M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():435 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():432 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():461 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():731 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1051 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():786 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():274 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] 3.81% 8481M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():738 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1051 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():786 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():274 [Inlined code] 3.71% 8251M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#():44 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():741 [Interpreted code] at org.apache.lucene.search.IndexSearcher#searchAfter():590 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():613 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():1485 [JIT compiled code] at knn.KnnGraphTester#testSearch():1220 [Interpreted code] at knn.KnnGraphTester#run():742 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():270 [Interpreted code] 3.60% 8019M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():738 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1051 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():786 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():274 [Inlined code] 3.13% 6965M java.lang.Integer#valueOf():1006 [Inlined code] at knn.KnnGraphTester#printGraphConnectedNess():1098 [JIT compiled code] at knn.KnnGraphTester#printFanoutHist():1053 [Interpreted code] at knn.KnnGraphTester#printFanoutHist():1028 [Interpreted code] at knn.KnnGraphTester#run():747 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():270 [Interpreted code] at knn.KnnGraphTester#main():265 [Interpreted code] 2.33% 5185M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] 2.31% 5132M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] 1.69% 3759M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():255 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph():148 [Interpreted code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder():81 [Interpreted code] at org.apache.lucene.util.hnsw.IncrementalHnswGraphMerger#merge():212 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():444 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():128 [Interpreted code] 1.61% 3575M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():255 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph():148 [Interpreted code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder():81 [Interpreted code] at org.apache.lucene.util.hnsw.IncrementalHnswGraphMerger#merge():212 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():444 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():128 [Interpreted code] 1.45% 3217M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 1.43% 3193M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 1.35% 3015M java.util.Arrays#copyOf():3478 [Inlined code] at java.util.ArrayDeque#grow():146 [JIT compiled code] at java.util.ArrayDeque#addFirst():288 [Inlined code] at java.util.ArrayDeque#push():577 [Inlined code] at knn.KnnGraphTester#printGraphConnectedNess():1098 [JIT compiled code] at knn.KnnGraphTester#printFanoutHist():1053 [Interpreted code] at knn.KnnGraphTester#printFanoutHist():1028 [Interpreted code] at knn.KnnGraphTester#run():747 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():270 [Interpreted code] at knn.KnnGraphTester#main():265 [Interpreted code] 1.30% 2882M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007719dd20#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [JIT compiled code] 1.25% 2784M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007719dd20#call() [Inlined code] 1.20% 2675M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007719dd20#call() [Inlined code] 0.90% 2005M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007719dd20#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.79% 1757M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():738 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1051 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():786 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():274 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] 0.72% 1596M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007719dd20#call() [Inlined code] 0.70% 1558M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():395 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():738 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1051 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():786 [JIT compiled code] 0.60% 1339M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():395 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():738 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1051 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():786 [JIT compiled code] 0.52% 1147M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#replayBufferedVectors():719 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():735 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1051 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():786 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] 0.50% 1110M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#replayBufferedVectors():719 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():735 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1051 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():786 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] 0.38% 834M org.apache.lucene.util.SparseFixedBitSet#insertLong():230 [Inlined code] at org.apache.lucene.util.SparseFixedBitSet#getAndSet():170 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.AbstractHnswGraphSearcher#search():83 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#search():36 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#search():162 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsReader#search():350 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsReader#search():305 [Inlined code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsReader#search():304 [Inlined code] at org.apache.lucene.index.CodecReader#searchNearestVectors():273 [JIT compiled code] at org.apache.lucene.search.KnnFloatVectorQuery#approximateSearch():118 [JIT compiled code] at org.apache.lucene.search.AbstractKnnVectorQuery#getLeafResults():196 [Inlined code] 0.35% 767M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] at org.apache.lucene.search.AbstractKnnVectorQuery#rewrite():106 [JIT compiled code] at org.apache.lucene.search.KnnFloatVectorQuery#rewrite():48 [Inlined code] at knn.KnnGraphTester$ProfiledKnnFloatVectorQuery#rewrite():2211 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#rewrite():862 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#rewrite():873 [Inlined code] at org.apache.lucene.search.IndexSearcher#search():742 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#searchAfter():590 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():613 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():1485 [JIT compiled code] at knn.KnnGraphTester#testSearch():1220 [Interpreted code] at knn.KnnGraphTester#run():742 [Interpreted code] 0.29% 650M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():738 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1051 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():786 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] 0.29% 638M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():738 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1051 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():786 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] 0.27% 594M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007719dd20#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [JIT compiled code] 0.20% 442M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] 0.20% 436M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007719dd20#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.19% 422M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] 0.17% 370M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] at org.apache.lucene.document.Document#add():62 [Inlined code] at knn.IndexerThread#_run():105 [JIT compiled code] at knn.IndexerThread#run():74 [Interpreted code] 0.16% 354M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():345 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.16% 350M org.apache.lucene.internal.hppc.IntIntHashMap#allocateBuffers():744 [Interpreted code] at org.apache.lucene.internal.hppc.IntIntHashMap#ensureCapacity():450 [Inlined code] at org.apache.lucene.internal.hppc.IntIntHashMap#():107 [Inlined code] at org.apache.lucene.internal.hppc.IntIntHashMap#():93 [Inlined code] at knn.KnnGraphTester#printGraphConnectedNess():1084 [JIT compiled code] at knn.KnnGraphTester#printFanoutHist():1053 [Interpreted code] at knn.KnnGraphTester#printFanoutHist():1028 [Interpreted code] at knn.KnnGraphTester#run():747 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():270 [Interpreted code] at knn.KnnGraphTester#main():265 [Interpreted code] 0.15% 340M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007719dd20#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#build():93 [JIT compiled code] 0.15% 325M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():738 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1051 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():786 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():274 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] 0.14% 314M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.14% 305M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007719dd20#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [JIT compiled code] 0.13% 290M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.12% 273M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007719dd20#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.12% 273M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007719dd20#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [JIT compiled code] 0.12% 258M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():738 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1051 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():786 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():274 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] 0.11% 247M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007719dd20#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [JIT compiled code] 0.11% 241M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007719dd20#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x00000000771a0328#run() [JIT compiled code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1090 [Interpreted code] 0.11% 236M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():738 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1051 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():786 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():274 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] 0.10% 232M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007719dd20#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.10% 231M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007719dd20#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [JIT compiled code] 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.16.10.08.30/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.213s][info][jfr,startup] Started recording 1. [0.213s][info][jfr,startup] [0.213s][info][jfr,startup] Use jcmd 1995327 JFR.dump name=1 to copy recording data to file. maxConn = 32 Vector Dimensions: 1024 numDocs = 8000000 beamWidth = 100 similarity = DOT_PRODUCT Seed = 3096149764913717 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 16, 2026 3:16:48 PM org.apache.lucene.internal.vectorization.PanamaVectorizationProvider logIncubatorSetup INFO: Java vector incubator API enabled; uses preferredBitSize=256; FMA enabled creating index in knn-reuse/indices/dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-fm 39709371 doc vectors in docsPath "/big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec" parentJoin=false Done indexing 25000 documents. Done indexing 50000 documents. Done indexing 75000 documents. Done indexing 100000 documents. Done indexing 125000 documents. Done indexing 150000 documents. Done indexing 175000 documents. Done indexing 200000 documents. Done indexing 225000 documents. Done indexing 250000 documents. Done indexing 275000 documents. Done indexing 300000 documents. Done indexing 325000 documents. Done indexing 350000 documents. Done indexing 375000 documents. Done indexing 400000 documents. Done indexing 425000 documents. Done indexing 450000 documents. Done indexing 475000 documents. Done indexing 500000 documents. Done indexing 525000 documents. Done indexing 550000 documents. Done indexing 575000 documents. Done indexing 600000 documents. Done indexing 625000 documents. Done indexing 650000 documents. Done indexing 675000 documents. Done indexing 700000 documents. Done indexing 725000 documents. Done indexing 750000 documents. Done indexing 775000 documents. Done indexing 800000 documents. Done indexing 825000 documents. Done indexing 850000 documents. Done indexing 875000 documents. Done indexing 900000 documents. Done indexing 925000 documents. Done indexing 950000 documents. Done indexing 975000 documents. Done indexing 1000000 documents. Done indexing 1025000 documents. Done indexing 1050000 documents. Done indexing 1075000 documents. Done indexing 1100000 documents. Done indexing 1125000 documents. Done indexing 1150000 documents. Done indexing 1175000 documents. Done indexing 1200000 documents. Done indexing 1225000 documents. Done indexing 1250000 documents. Done indexing 1275000 documents. Done indexing 1300000 documents. Done indexing 1325000 documents. Done indexing 1350000 documents. Done indexing 1375000 documents. Done indexing 1400000 documents. Done indexing 1425000 documents. Done indexing 1450000 documents. Done indexing 1475000 documents. Done indexing 1500000 documents. Done indexing 1525000 documents. Done indexing 1550000 documents. Done indexing 1575000 documents. Done indexing 1600000 documents. Done indexing 1625000 documents. Done indexing 1650000 documents. Done indexing 1675000 documents. Done indexing 1700000 documents. Done indexing 1725000 documents. Done indexing 1750000 documents. Done indexing 1775000 documents. Done indexing 1800000 documents. Done indexing 1825000 documents. Done indexing 1850000 documents. Done indexing 1875000 documents. Done indexing 1900000 documents. Done indexing 1925000 documents. Done indexing 1950000 documents. Done indexing 1975000 documents. Done indexing 2000000 documents. Done indexing 2025000 documents. Done indexing 2050000 documents. Done indexing 2075000 documents. Done indexing 2100000 documents. Done indexing 2125000 documents. Done indexing 2150000 documents. Done indexing 2175000 documents. Done indexing 2200000 documents. Done indexing 2225000 documents. Done indexing 2250000 documents. Done indexing 2275000 documents. Done indexing 2300000 documents. Done indexing 2325000 documents. Done indexing 2350000 documents. Done indexing 2375000 documents. Done indexing 2400000 documents. Done indexing 2425000 documents. Done indexing 2450000 documents. Done indexing 2475000 documents. Done indexing 2500000 documents. Done indexing 2525000 documents. Done indexing 2550000 documents. Done indexing 2575000 documents. Done indexing 2600000 documents. Done indexing 2625000 documents. Done indexing 2650000 documents. Done indexing 2675000 documents. Done indexing 2700000 documents. Done indexing 2725000 documents. Done indexing 2750000 documents. Done indexing 2775000 documents. Done indexing 2800000 documents. Done indexing 2825000 documents. Done indexing 2850000 documents. Done indexing 2875000 documents. Done indexing 2900000 documents. Done indexing 2925000 documents. Done indexing 2950000 documents. Done indexing 2975000 documents. Done indexing 3000000 documents. Done indexing 3025000 documents. Done indexing 3050000 documents. Done indexing 3075000 documents. Done indexing 3100000 documents. Done indexing 3125000 documents. Done indexing 3150000 documents. Done indexing 3175000 documents. Done indexing 3200000 documents. Done indexing 3225000 documents. Done indexing 3250000 documents. Done indexing 3275000 documents. Done indexing 3300000 documents. Done indexing 3325000 documents. Done indexing 3350000 documents. Done indexing 3375000 documents. Done indexing 3400000 documents. Done indexing 3425000 documents. Done indexing 3450000 documents. Done indexing 3475000 documents. Done indexing 3500000 documents. Done indexing 3525000 documents. Done indexing 3550000 documents. Done indexing 3575000 documents. Done indexing 3600000 documents. Done indexing 3625000 documents. Done indexing 3650000 documents. Done indexing 3675000 documents. Done indexing 3700000 documents. Done indexing 3725000 documents. Done indexing 3750000 documents. Done indexing 3775000 documents. Done indexing 3800000 documents. Done indexing 3825000 documents. Done indexing 3850000 documents. Done indexing 3875000 documents. Done indexing 3900000 documents. Done indexing 3925000 documents. Done indexing 3950000 documents. Done indexing 3975000 documents. Done indexing 4000000 documents. Done indexing 4025000 documents. Done indexing 4050000 documents. Done indexing 4075000 documents. Done indexing 4100000 documents. Done indexing 4125000 documents. Done indexing 4150000 documents. Done indexing 4175000 documents. Done indexing 4200000 documents. Done indexing 4225000 documents. Done indexing 4250000 documents. Done indexing 4275000 documents. Done indexing 4300000 documents. Done indexing 4325000 documents. Done indexing 4350000 documents. Done indexing 4375000 documents. Done indexing 4400000 documents. Done indexing 4425000 documents. Done indexing 4450000 documents. Done indexing 4475000 documents. Done indexing 4500000 documents. Done indexing 4525000 documents. Done indexing 4550000 documents. Done indexing 4575000 documents. Done indexing 4600000 documents. Done indexing 4625000 documents. Done indexing 4650000 documents. Done indexing 4675000 documents. Done indexing 4700000 documents. Done indexing 4725000 documents. Done indexing 4750000 documents. Done indexing 4775000 documents. Done indexing 4800000 documents. Done indexing 4825000 documents. Done indexing 4850000 documents. Done indexing 4875000 documents. Done indexing 4900000 documents. Done indexing 4925000 documents. Done indexing 4950000 documents. Done indexing 4975000 documents. Done indexing 5000000 documents. Done indexing 5025000 documents. Done indexing 5050000 documents. Done indexing 5075000 documents. Done indexing 5100000 documents. Done indexing 5125000 documents. Done indexing 5150000 documents. Done indexing 5175000 documents. Done indexing 5200000 documents. Done indexing 5225000 documents. Done indexing 5250000 documents. Done indexing 5275000 documents. Done indexing 5300000 documents. Done indexing 5325000 documents. Done indexing 5350000 documents. Done indexing 5375000 documents. Done indexing 5400000 documents. Done indexing 5425000 documents. Done indexing 5450000 documents. Done indexing 5475000 documents. Done indexing 5500000 documents. Done indexing 5525000 documents. Done indexing 5550000 documents. Done indexing 5575000 documents. Done indexing 5600000 documents. Done indexing 5625000 documents. Done indexing 5650000 documents. Done indexing 5675000 documents. Done indexing 5700000 documents. Done indexing 5725000 documents. Done indexing 5750000 documents. Done indexing 5775000 documents. Done indexing 5800000 documents. Done indexing 5825000 documents. Done indexing 5850000 documents. Done indexing 5875000 documents. Done indexing 5900000 documents. Done indexing 5925000 documents. Done indexing 5950000 documents. Done indexing 5975000 documents. Done indexing 6000000 documents. Done indexing 6025000 documents. Done indexing 6050000 documents. Done indexing 6075000 documents. Done indexing 6100000 documents. Done indexing 6125000 documents. Done indexing 6150000 documents. Done indexing 6175000 documents. Done indexing 6200000 documents. Done indexing 6225000 documents. Done indexing 6250000 documents. Done indexing 6275000 documents. Done indexing 6300000 documents. Done indexing 6325000 documents. Done indexing 6350000 documents. Done indexing 6375000 documents. Done indexing 6400000 documents. Done indexing 6425000 documents. Done indexing 6450000 documents. Done indexing 6475000 documents. Done indexing 6500000 documents. Done indexing 6525000 documents. Done indexing 6550000 documents. Done indexing 6575000 documents. Done indexing 6600000 documents. Done indexing 6625000 documents. Done indexing 6650000 documents. Done indexing 6675000 documents. Done indexing 6700000 documents. Done indexing 6725000 documents. Done indexing 6750000 documents. Done indexing 6775000 documents. Done indexing 6800000 documents. Done indexing 6825000 documents. Done indexing 6850000 documents. Done indexing 6875000 documents. Done indexing 6900000 documents. Done indexing 6925000 documents. Done indexing 6950000 documents. Done indexing 6975000 documents. Done indexing 7000000 documents. Done indexing 7025000 documents. Done indexing 7050000 documents. Done indexing 7075000 documents. Done indexing 7100000 documents. Done indexing 7125000 documents. Done indexing 7150000 documents. Done indexing 7175000 documents. Done indexing 7200000 documents. Done indexing 7225000 documents. Done indexing 7250000 documents. Done indexing 7275000 documents. Done indexing 7300000 documents. Done indexing 7325000 documents. Done indexing 7350000 documents. Done indexing 7375000 documents. Done indexing 7400000 documents. Done indexing 7425000 documents. Done indexing 7450000 documents. Done indexing 7475000 documents. Done indexing 7500000 documents. Done indexing 7525000 documents. Done indexing 7550000 documents. Done indexing 7575000 documents. Done indexing 7600000 documents. Done indexing 7625000 documents. Done indexing 7650000 documents. Done indexing 7675000 documents. Done indexing 7700000 documents. Done indexing 7725000 documents. Done indexing 7750000 documents. Done indexing 7775000 documents. Done indexing 7800000 documents. Done indexing 7825000 documents. Done indexing 7850000 documents. Done indexing 7875000 documents. Done indexing 7900000 documents. Done indexing 7925000 documents. Done indexing 7950000 documents. Done indexing 7975000 documents. Done indexing 8000000 documents. now IndexWriter.commit() now wait for already running merges to finish 0.0 sec: 238 segments, 24 merges 724.5s _14x: 8 segs, 787.8 K docs, 3146.6 MB 609.1s _16l: 8 segs, 1079.6 K docs, 4313.7 MB 565.4s _177: 13 segs, 64.4 K docs, 254.8 MB 492.2s _18d: 8 segs, 39.4 K docs, 156.1 MB 468.0s _18s: 8 segs, 107.7 K docs, 428.6 MB 438.6s _198: 8 segs, 77.1 K docs, 306.5 MB 409.1s _19p: 8 segs, 177.8 K docs, 708.9 MB 367.4s _1ac: 8 segs, 177.0 K docs, 705.6 MB 337.9s _1as: 8 segs, 77.1 K docs, 306.5 MB 305.8s _1b8: 8 segs, 145.3 K docs, 578.9 MB 256.5s _1bu: 8 segs, 169.0 K docs, 673.1 MB 245.5s _1c1: 8 segs, 142.0 K docs, 565.7 MB 208.9s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 197.4s _1cr: 14 segs, 65.2 K docs, 258.2 MB 171.3s _1d6: 14 segs, 67.7 K docs, 268.1 MB 146.9s _1dk: 13 segs, 62.4 K docs, 246.9 MB 117.1s _1dx: 12 segs, 59.4 K docs, 235.2 MB 93.7s _1e7: 9 segs, 43.4 K docs, 171.7 MB 80.9s _1eg: 8 segs, 39.0 K docs, 154.6 MB 67.6s _1ep: 8 segs, 37.5 K docs, 148.4 MB 52.8s _1ey: 8 segs, 40.4 K docs, 160.1 MB 38.0s _1f5: 8 segs, 72.0 K docs, 285.9 MB 22.0s _1fe: 8 segs, 74.0 K docs, 294.1 MB 0.0s _1fm: 15 segs, 64.0 K docs, 253.3 MB 5.0 sec: 238 segments, 24 merges 729.5s _14x: 8 segs, 787.8 K docs, 3146.6 MB 614.1s _16l: 8 segs, 1079.6 K docs, 4313.7 MB 570.4s _177: 13 segs, 64.4 K docs, 254.8 MB 497.2s _18d: 8 segs, 39.4 K docs, 156.1 MB 473.0s _18s: 8 segs, 107.7 K docs, 428.6 MB 443.6s _198: 8 segs, 77.1 K docs, 306.5 MB 414.1s _19p: 8 segs, 177.8 K docs, 708.9 MB 372.4s _1ac: 8 segs, 177.0 K docs, 705.6 MB 342.9s _1as: 8 segs, 77.1 K docs, 306.5 MB 310.8s _1b8: 8 segs, 145.3 K docs, 578.9 MB 261.5s _1bu: 8 segs, 169.0 K docs, 673.1 MB 250.5s _1c1: 8 segs, 142.0 K docs, 565.7 MB 214.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 202.4s _1cr: 14 segs, 65.2 K docs, 258.2 MB 176.3s _1d6: 14 segs, 67.7 K docs, 268.1 MB 151.9s _1dk: 13 segs, 62.4 K docs, 246.9 MB 122.1s _1dx: 12 segs, 59.4 K docs, 235.2 MB 98.7s _1e7: 9 segs, 43.4 K docs, 171.7 MB 85.9s _1eg: 8 segs, 39.0 K docs, 154.6 MB 72.6s _1ep: 8 segs, 37.5 K docs, 148.4 MB 57.8s _1ey: 8 segs, 40.4 K docs, 160.1 MB 43.0s _1f5: 8 segs, 72.0 K docs, 285.9 MB 27.0s _1fe: 8 segs, 74.0 K docs, 294.1 MB 5.0s _1fm: 15 segs, 64.0 K docs, 253.3 MB 10.0 sec: 231 segments, 23 merges 734.5s _14x: 8 segs, 787.8 K docs, 3146.6 MB 619.1s _16l: 8 segs, 1079.6 K docs, 4313.7 MB 575.4s _177: 13 segs, 64.4 K docs, 254.8 MB 478.0s _18s: 8 segs, 107.7 K docs, 428.6 MB 448.6s _198: 8 segs, 77.1 K docs, 306.5 MB 419.1s _19p: 8 segs, 177.8 K docs, 708.9 MB 377.4s _1ac: 8 segs, 177.0 K docs, 705.6 MB 347.9s _1as: 8 segs, 77.1 K docs, 306.5 MB 315.8s _1b8: 8 segs, 145.3 K docs, 578.9 MB 266.5s _1bu: 8 segs, 169.0 K docs, 673.1 MB 255.5s _1c1: 8 segs, 142.0 K docs, 565.7 MB 219.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 207.5s _1cr: 14 segs, 65.2 K docs, 258.2 MB 181.3s _1d6: 14 segs, 67.7 K docs, 268.1 MB 156.9s _1dk: 13 segs, 62.4 K docs, 246.9 MB 127.1s _1dx: 12 segs, 59.4 K docs, 235.2 MB 103.7s _1e7: 9 segs, 43.4 K docs, 171.7 MB 90.9s _1eg: 8 segs, 39.0 K docs, 154.6 MB 77.6s _1ep: 8 segs, 37.5 K docs, 148.4 MB 62.8s _1ey: 8 segs, 40.4 K docs, 160.1 MB 48.0s _1f5: 8 segs, 72.0 K docs, 285.9 MB 32.0s _1fe: 8 segs, 74.0 K docs, 294.1 MB 10.0s _1fm: 15 segs, 64.0 K docs, 253.3 MB 15.0 sec: 231 segments, 23 merges 739.5s _14x: 8 segs, 787.8 K docs, 3146.6 MB 624.1s _16l: 8 segs, 1079.6 K docs, 4313.7 MB 580.5s _177: 13 segs, 64.4 K docs, 254.8 MB 483.0s _18s: 8 segs, 107.7 K docs, 428.6 MB 453.6s _198: 8 segs, 77.1 K docs, 306.5 MB 424.1s _19p: 8 segs, 177.8 K docs, 708.9 MB 382.4s _1ac: 8 segs, 177.0 K docs, 705.6 MB 352.9s _1as: 8 segs, 77.1 K docs, 306.5 MB 320.8s _1b8: 8 segs, 145.3 K docs, 578.9 MB 271.5s _1bu: 8 segs, 169.0 K docs, 673.1 MB 260.5s _1c1: 8 segs, 142.0 K docs, 565.7 MB 224.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 212.5s _1cr: 14 segs, 65.2 K docs, 258.2 MB 186.4s _1d6: 14 segs, 67.7 K docs, 268.1 MB 161.9s _1dk: 13 segs, 62.4 K docs, 246.9 MB 132.1s _1dx: 12 segs, 59.4 K docs, 235.2 MB 108.7s _1e7: 9 segs, 43.4 K docs, 171.7 MB 96.0s _1eg: 8 segs, 39.0 K docs, 154.6 MB 82.6s _1ep: 8 segs, 37.5 K docs, 148.4 MB 67.8s _1ey: 8 segs, 40.4 K docs, 160.1 MB 53.0s _1f5: 8 segs, 72.0 K docs, 285.9 MB 37.0s _1fe: 8 segs, 74.0 K docs, 294.1 MB 15.0s _1fm: 15 segs, 64.0 K docs, 253.3 MB 20.0 sec: 223 segments, 22 merges 744.5s _14x: 8 segs, 787.8 K docs, 3146.6 MB 629.1s _16l: 8 segs, 1079.6 K docs, 4313.7 MB 585.5s _177: 13 segs, 64.4 K docs, 254.8 MB 488.0s _18s: 8 segs, 107.7 K docs, 428.6 MB 458.6s _198: 8 segs, 77.1 K docs, 306.5 MB 429.2s _19p: 8 segs, 177.8 K docs, 708.9 MB 387.4s _1ac: 8 segs, 177.0 K docs, 705.6 MB 357.9s _1as: 8 segs, 77.1 K docs, 306.5 MB 325.8s _1b8: 8 segs, 145.3 K docs, 578.9 MB 276.5s _1bu: 8 segs, 169.0 K docs, 673.1 MB 265.5s _1c1: 8 segs, 142.0 K docs, 565.7 MB 229.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 217.5s _1cr: 14 segs, 65.2 K docs, 258.2 MB 191.4s _1d6: 14 segs, 67.7 K docs, 268.1 MB 166.9s _1dk: 13 segs, 62.4 K docs, 246.9 MB 137.1s _1dx: 12 segs, 59.4 K docs, 235.2 MB 101.0s _1eg: 8 segs, 39.0 K docs, 154.6 MB 87.6s _1ep: 8 segs, 37.5 K docs, 148.4 MB 72.8s _1ey: 8 segs, 40.4 K docs, 160.1 MB 58.0s _1f5: 8 segs, 72.0 K docs, 285.9 MB 42.0s _1fe: 8 segs, 74.0 K docs, 294.1 MB 20.0s _1fm: 15 segs, 64.0 K docs, 253.3 MB 25.0 sec: 223 segments, 22 merges 749.5s _14x: 8 segs, 787.8 K docs, 3146.6 MB 634.1s _16l: 8 segs, 1079.6 K docs, 4313.7 MB 590.5s _177: 13 segs, 64.4 K docs, 254.8 MB 493.0s _18s: 8 segs, 107.7 K docs, 428.6 MB 463.7s _198: 8 segs, 77.1 K docs, 306.5 MB 434.2s _19p: 8 segs, 177.8 K docs, 708.9 MB 392.4s _1ac: 8 segs, 177.0 K docs, 705.6 MB 362.9s _1as: 8 segs, 77.1 K docs, 306.5 MB 330.8s _1b8: 8 segs, 145.3 K docs, 578.9 MB 281.5s _1bu: 8 segs, 169.0 K docs, 673.1 MB 270.5s _1c1: 8 segs, 142.0 K docs, 565.7 MB 234.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 222.5s _1cr: 14 segs, 65.2 K docs, 258.2 MB 196.4s _1d6: 14 segs, 67.7 K docs, 268.1 MB 171.9s _1dk: 13 segs, 62.4 K docs, 246.9 MB 142.1s _1dx: 12 segs, 59.4 K docs, 235.2 MB 106.0s _1eg: 8 segs, 39.0 K docs, 154.6 MB 92.6s _1ep: 8 segs, 37.5 K docs, 148.4 MB 77.8s _1ey: 8 segs, 40.4 K docs, 160.1 MB 63.0s _1f5: 8 segs, 72.0 K docs, 285.9 MB 47.0s _1fe: 8 segs, 74.0 K docs, 294.1 MB 25.0s _1fm: 15 segs, 64.0 K docs, 253.3 MB 30.1 sec: 216 segments, 21 merges 754.5s _14x: 8 segs, 787.8 K docs, 3146.6 MB 639.1s _16l: 8 segs, 1079.6 K docs, 4313.7 MB 595.5s _177: 13 segs, 64.4 K docs, 254.8 MB 498.0s _18s: 8 segs, 107.7 K docs, 428.6 MB 439.2s _19p: 8 segs, 177.8 K docs, 708.9 MB 397.4s _1ac: 8 segs, 177.0 K docs, 705.6 MB 367.9s _1as: 8 segs, 77.1 K docs, 306.5 MB 335.8s _1b8: 8 segs, 145.3 K docs, 578.9 MB 286.6s _1bu: 8 segs, 169.0 K docs, 673.1 MB 275.6s _1c1: 8 segs, 142.0 K docs, 565.7 MB 239.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 227.5s _1cr: 14 segs, 65.2 K docs, 258.2 MB 201.4s _1d6: 14 segs, 67.7 K docs, 268.1 MB 177.0s _1dk: 13 segs, 62.4 K docs, 246.9 MB 147.1s _1dx: 12 segs, 59.4 K docs, 235.2 MB 111.0s _1eg: 8 segs, 39.0 K docs, 154.6 MB 97.6s _1ep: 8 segs, 37.5 K docs, 148.4 MB 82.8s _1ey: 8 segs, 40.4 K docs, 160.1 MB 68.0s _1f5: 8 segs, 72.0 K docs, 285.9 MB 52.0s _1fe: 8 segs, 74.0 K docs, 294.1 MB 30.1s _1fm: 15 segs, 64.0 K docs, 253.3 MB 35.1 sec: 216 segments, 21 merges 759.5s _14x: 8 segs, 787.8 K docs, 3146.6 MB 644.1s _16l: 8 segs, 1079.6 K docs, 4313.7 MB 600.5s _177: 13 segs, 64.4 K docs, 254.8 MB 503.0s _18s: 8 segs, 107.7 K docs, 428.6 MB 444.2s _19p: 8 segs, 177.8 K docs, 708.9 MB 402.4s _1ac: 8 segs, 177.0 K docs, 705.6 MB 372.9s _1as: 8 segs, 77.1 K docs, 306.5 MB 340.8s _1b8: 8 segs, 145.3 K docs, 578.9 MB 291.6s _1bu: 8 segs, 169.0 K docs, 673.1 MB 280.6s _1c1: 8 segs, 142.0 K docs, 565.7 MB 244.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 232.5s _1cr: 14 segs, 65.2 K docs, 258.2 MB 206.4s _1d6: 14 segs, 67.7 K docs, 268.1 MB 182.0s _1dk: 13 segs, 62.4 K docs, 246.9 MB 152.1s _1dx: 12 segs, 59.4 K docs, 235.2 MB 116.0s _1eg: 8 segs, 39.0 K docs, 154.6 MB 102.6s _1ep: 8 segs, 37.5 K docs, 148.4 MB 87.8s _1ey: 8 segs, 40.4 K docs, 160.1 MB 73.0s _1f5: 8 segs, 72.0 K docs, 285.9 MB 57.0s _1fe: 8 segs, 74.0 K docs, 294.1 MB 35.1s _1fm: 15 segs, 64.0 K docs, 253.3 MB 40.1 sec: 216 segments, 21 merges 764.6s _14x: 8 segs, 787.8 K docs, 3146.6 MB 649.1s _16l: 8 segs, 1079.6 K docs, 4313.7 MB 605.5s _177: 13 segs, 64.4 K docs, 254.8 MB 508.0s _18s: 8 segs, 107.7 K docs, 428.6 MB 449.2s _19p: 8 segs, 177.8 K docs, 708.9 MB 407.4s _1ac: 8 segs, 177.0 K docs, 705.6 MB 377.9s _1as: 8 segs, 77.1 K docs, 306.5 MB 345.8s _1b8: 8 segs, 145.3 K docs, 578.9 MB 296.6s _1bu: 8 segs, 169.0 K docs, 673.1 MB 285.6s _1c1: 8 segs, 142.0 K docs, 565.7 MB 249.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 237.5s _1cr: 14 segs, 65.2 K docs, 258.2 MB 211.4s _1d6: 14 segs, 67.7 K docs, 268.1 MB 187.0s _1dk: 13 segs, 62.4 K docs, 246.9 MB 157.2s _1dx: 12 segs, 59.4 K docs, 235.2 MB 121.0s _1eg: 8 segs, 39.0 K docs, 154.6 MB 107.6s _1ep: 8 segs, 37.5 K docs, 148.4 MB 92.8s _1ey: 8 segs, 40.4 K docs, 160.1 MB 78.0s _1f5: 8 segs, 72.0 K docs, 285.9 MB 62.0s _1fe: 8 segs, 74.0 K docs, 294.1 MB 40.1s _1fm: 15 segs, 64.0 K docs, 253.3 MB 45.1 sec: 216 segments, 21 merges 769.6s _14x: 8 segs, 787.8 K docs, 3146.6 MB 654.1s _16l: 8 segs, 1079.6 K docs, 4313.7 MB 610.5s _177: 13 segs, 64.4 K docs, 254.8 MB 513.1s _18s: 8 segs, 107.7 K docs, 428.6 MB 454.2s _19p: 8 segs, 177.8 K docs, 708.9 MB 412.5s _1ac: 8 segs, 177.0 K docs, 705.6 MB 382.9s _1as: 8 segs, 77.1 K docs, 306.5 MB 350.8s _1b8: 8 segs, 145.3 K docs, 578.9 MB 301.6s _1bu: 8 segs, 169.0 K docs, 673.1 MB 290.6s _1c1: 8 segs, 142.0 K docs, 565.7 MB 254.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 242.5s _1cr: 14 segs, 65.2 K docs, 258.2 MB 216.4s _1d6: 14 segs, 67.7 K docs, 268.1 MB 192.0s _1dk: 13 segs, 62.4 K docs, 246.9 MB 162.2s _1dx: 12 segs, 59.4 K docs, 235.2 MB 126.0s _1eg: 8 segs, 39.0 K docs, 154.6 MB 112.6s _1ep: 8 segs, 37.5 K docs, 148.4 MB 97.8s _1ey: 8 segs, 40.4 K docs, 160.1 MB 83.0s _1f5: 8 segs, 72.0 K docs, 285.9 MB 67.0s _1fe: 8 segs, 74.0 K docs, 294.1 MB 45.1s _1fm: 15 segs, 64.0 K docs, 253.3 MB 50.1 sec: 209 segments, 20 merges 774.6s _14x: 8 segs, 787.8 K docs, 3146.6 MB 659.1s _16l: 8 segs, 1079.6 K docs, 4313.7 MB 615.5s _177: 13 segs, 64.4 K docs, 254.8 MB 518.1s _18s: 8 segs, 107.7 K docs, 428.6 MB 459.2s _19p: 8 segs, 177.8 K docs, 708.9 MB 417.5s _1ac: 8 segs, 177.0 K docs, 705.6 MB 388.0s _1as: 8 segs, 77.1 K docs, 306.5 MB 355.8s _1b8: 8 segs, 145.3 K docs, 578.9 MB 306.6s _1bu: 8 segs, 169.0 K docs, 673.1 MB 259.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 247.5s _1cr: 14 segs, 65.2 K docs, 258.2 MB 221.4s _1d6: 14 segs, 67.7 K docs, 268.1 MB 197.0s _1dk: 13 segs, 62.4 K docs, 246.9 MB 167.2s _1dx: 12 segs, 59.4 K docs, 235.2 MB 131.0s _1eg: 8 segs, 39.0 K docs, 154.6 MB 117.7s _1ep: 8 segs, 37.5 K docs, 148.4 MB 102.8s _1ey: 8 segs, 40.4 K docs, 160.1 MB 88.0s _1f5: 8 segs, 72.0 K docs, 285.9 MB 72.0s _1fe: 8 segs, 74.0 K docs, 294.1 MB 50.1s _1fm: 15 segs, 64.0 K docs, 253.3 MB 55.1 sec: 209 segments, 20 merges 779.6s _14x: 8 segs, 787.8 K docs, 3146.6 MB 664.1s _16l: 8 segs, 1079.6 K docs, 4313.7 MB 620.5s _177: 13 segs, 64.4 K docs, 254.8 MB 523.1s _18s: 8 segs, 107.7 K docs, 428.6 MB 464.2s _19p: 8 segs, 177.8 K docs, 708.9 MB 422.5s _1ac: 8 segs, 177.0 K docs, 705.6 MB 393.0s _1as: 8 segs, 77.1 K docs, 306.5 MB 360.8s _1b8: 8 segs, 145.3 K docs, 578.9 MB 311.6s _1bu: 8 segs, 169.0 K docs, 673.1 MB 264.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 252.5s _1cr: 14 segs, 65.2 K docs, 258.2 MB 226.4s _1d6: 14 segs, 67.7 K docs, 268.1 MB 202.0s _1dk: 13 segs, 62.4 K docs, 246.9 MB 172.2s _1dx: 12 segs, 59.4 K docs, 235.2 MB 136.0s _1eg: 8 segs, 39.0 K docs, 154.6 MB 122.7s _1ep: 8 segs, 37.5 K docs, 148.4 MB 107.8s _1ey: 8 segs, 40.4 K docs, 160.1 MB 93.0s _1f5: 8 segs, 72.0 K docs, 285.9 MB 77.0s _1fe: 8 segs, 74.0 K docs, 294.1 MB 55.1s _1fm: 15 segs, 64.0 K docs, 253.3 MB 60.1 sec: 209 segments, 20 merges 784.6s _14x: 8 segs, 787.8 K docs, 3146.6 MB 669.2s _16l: 8 segs, 1079.6 K docs, 4313.7 MB 625.5s _177: 13 segs, 64.4 K docs, 254.8 MB 528.1s _18s: 8 segs, 107.7 K docs, 428.6 MB 469.2s _19p: 8 segs, 177.8 K docs, 708.9 MB 427.5s _1ac: 8 segs, 177.0 K docs, 705.6 MB 398.0s _1as: 8 segs, 77.1 K docs, 306.5 MB 365.9s _1b8: 8 segs, 145.3 K docs, 578.9 MB 316.6s _1bu: 8 segs, 169.0 K docs, 673.1 MB 269.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 257.5s _1cr: 14 segs, 65.2 K docs, 258.2 MB 231.4s _1d6: 14 segs, 67.7 K docs, 268.1 MB 207.0s _1dk: 13 segs, 62.4 K docs, 246.9 MB 177.2s _1dx: 12 segs, 59.4 K docs, 235.2 MB 141.0s _1eg: 8 segs, 39.0 K docs, 154.6 MB 127.7s _1ep: 8 segs, 37.5 K docs, 148.4 MB 112.9s _1ey: 8 segs, 40.4 K docs, 160.1 MB 98.1s _1f5: 8 segs, 72.0 K docs, 285.9 MB 82.1s _1fe: 8 segs, 74.0 K docs, 294.1 MB 60.1s _1fm: 15 segs, 64.0 K docs, 253.3 MB 65.1 sec: 209 segments, 20 merges 789.6s _14x: 8 segs, 787.8 K docs, 3146.6 MB 674.2s _16l: 8 segs, 1079.6 K docs, 4313.7 MB 630.5s _177: 13 segs, 64.4 K docs, 254.8 MB 533.1s _18s: 8 segs, 107.7 K docs, 428.6 MB 474.2s _19p: 8 segs, 177.8 K docs, 708.9 MB 432.5s _1ac: 8 segs, 177.0 K docs, 705.6 MB 403.0s _1as: 8 segs, 77.1 K docs, 306.5 MB 370.9s _1b8: 8 segs, 145.3 K docs, 578.9 MB 321.6s _1bu: 8 segs, 169.0 K docs, 673.1 MB 274.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 262.5s _1cr: 14 segs, 65.2 K docs, 258.2 MB 236.4s _1d6: 14 segs, 67.7 K docs, 268.1 MB 212.0s _1dk: 13 segs, 62.4 K docs, 246.9 MB 182.2s _1dx: 12 segs, 59.4 K docs, 235.2 MB 146.0s _1eg: 8 segs, 39.0 K docs, 154.6 MB 132.7s _1ep: 8 segs, 37.5 K docs, 148.4 MB 117.9s _1ey: 8 segs, 40.4 K docs, 160.1 MB 103.1s _1f5: 8 segs, 72.0 K docs, 285.9 MB 87.1s _1fe: 8 segs, 74.0 K docs, 294.1 MB 65.1s _1fm: 15 segs, 64.0 K docs, 253.3 MB 70.1 sec: 209 segments, 20 merges 794.6s _14x: 8 segs, 787.8 K docs, 3146.6 MB 679.2s _16l: 8 segs, 1079.6 K docs, 4313.7 MB 635.5s _177: 13 segs, 64.4 K docs, 254.8 MB 538.1s _18s: 8 segs, 107.7 K docs, 428.6 MB 479.2s _19p: 8 segs, 177.8 K docs, 708.9 MB 437.5s _1ac: 8 segs, 177.0 K docs, 705.6 MB 408.0s _1as: 8 segs, 77.1 K docs, 306.5 MB 375.9s _1b8: 8 segs, 145.3 K docs, 578.9 MB 326.6s _1bu: 8 segs, 169.0 K docs, 673.1 MB 279.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 267.5s _1cr: 14 segs, 65.2 K docs, 258.2 MB 241.4s _1d6: 14 segs, 67.7 K docs, 268.1 MB 217.0s _1dk: 13 segs, 62.4 K docs, 246.9 MB 187.2s _1dx: 12 segs, 59.4 K docs, 235.2 MB 151.0s _1eg: 8 segs, 39.0 K docs, 154.6 MB 137.7s _1ep: 8 segs, 37.5 K docs, 148.4 MB 122.9s _1ey: 8 segs, 40.4 K docs, 160.1 MB 108.1s _1f5: 8 segs, 72.0 K docs, 285.9 MB 92.1s _1fe: 8 segs, 74.0 K docs, 294.1 MB 70.1s _1fm: 15 segs, 64.0 K docs, 253.3 MB 75.0 sec: 209 segments, 20 merges 799.5s _14x: 8 segs, 787.8 K docs, 3146.6 MB 684.1s _16l: 8 segs, 1079.6 K docs, 4313.7 MB 640.4s _177: 13 segs, 64.4 K docs, 254.8 MB 543.0s _18s: 8 segs, 107.7 K docs, 428.6 MB 484.1s _19p: 8 segs, 177.8 K docs, 708.9 MB 442.4s _1ac: 8 segs, 177.0 K docs, 705.6 MB 412.9s _1as: 8 segs, 77.1 K docs, 306.5 MB 380.8s _1b8: 8 segs, 145.3 K docs, 578.9 MB 331.5s _1bu: 8 segs, 169.0 K docs, 673.1 MB 284.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 272.4s _1cr: 14 segs, 65.2 K docs, 258.2 MB 246.3s _1d6: 14 segs, 67.7 K docs, 268.1 MB 221.9s _1dk: 13 segs, 62.4 K docs, 246.9 MB 192.1s _1dx: 12 segs, 59.4 K docs, 235.2 MB 155.9s _1eg: 8 segs, 39.0 K docs, 154.6 MB 142.6s _1ep: 8 segs, 37.5 K docs, 148.4 MB 127.8s _1ey: 8 segs, 40.4 K docs, 160.1 MB 113.0s _1f5: 8 segs, 72.0 K docs, 285.9 MB 97.0s _1fe: 8 segs, 74.0 K docs, 294.1 MB 75.0s _1fm: 15 segs, 64.0 K docs, 253.3 MB 80.0 sec: 209 segments, 20 merges 804.5s _14x: 8 segs, 787.8 K docs, 3146.6 MB 689.1s _16l: 8 segs, 1079.6 K docs, 4313.7 MB 645.4s _177: 13 segs, 64.4 K docs, 254.8 MB 548.0s _18s: 8 segs, 107.7 K docs, 428.6 MB 489.1s _19p: 8 segs, 177.8 K docs, 708.9 MB 447.4s _1ac: 8 segs, 177.0 K docs, 705.6 MB 417.9s _1as: 8 segs, 77.1 K docs, 306.5 MB 385.8s _1b8: 8 segs, 145.3 K docs, 578.9 MB 336.5s _1bu: 8 segs, 169.0 K docs, 673.1 MB 289.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 277.5s _1cr: 14 segs, 65.2 K docs, 258.2 MB 251.3s _1d6: 14 segs, 67.7 K docs, 268.1 MB 226.9s _1dk: 13 segs, 62.4 K docs, 246.9 MB 197.1s _1dx: 12 segs, 59.4 K docs, 235.2 MB 160.9s _1eg: 8 segs, 39.0 K docs, 154.6 MB 147.6s _1ep: 8 segs, 37.5 K docs, 148.4 MB 132.8s _1ey: 8 segs, 40.4 K docs, 160.1 MB 118.0s _1f5: 8 segs, 72.0 K docs, 285.9 MB 102.0s _1fe: 8 segs, 74.0 K docs, 294.1 MB 80.0s _1fm: 15 segs, 64.0 K docs, 253.3 MB 85.0 sec: 202 segments, 19 merges 809.5s _14x: 8 segs, 787.8 K docs, 3146.6 MB 694.1s _16l: 8 segs, 1079.6 K docs, 4313.7 MB 650.5s _177: 13 segs, 64.4 K docs, 254.8 MB 553.0s _18s: 8 segs, 107.7 K docs, 428.6 MB 494.2s _19p: 8 segs, 177.8 K docs, 708.9 MB 452.4s _1ac: 8 segs, 177.0 K docs, 705.6 MB 422.9s _1as: 8 segs, 77.1 K docs, 306.5 MB 390.8s _1b8: 8 segs, 145.3 K docs, 578.9 MB 341.5s _1bu: 8 segs, 169.0 K docs, 673.1 MB 294.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 282.5s _1cr: 14 segs, 65.2 K docs, 258.2 MB 256.4s _1d6: 14 segs, 67.7 K docs, 268.1 MB 231.9s _1dk: 13 segs, 62.4 K docs, 246.9 MB 202.1s _1dx: 12 segs, 59.4 K docs, 235.2 MB 166.0s _1eg: 8 segs, 39.0 K docs, 154.6 MB 152.6s _1ep: 8 segs, 37.5 K docs, 148.4 MB 137.8s _1ey: 8 segs, 40.4 K docs, 160.1 MB 123.0s _1f5: 8 segs, 72.0 K docs, 285.9 MB 85.0s _1fm: 15 segs, 64.0 K docs, 253.3 MB 90.0 sec: 202 segments, 19 merges 814.5s _14x: 8 segs, 787.8 K docs, 3146.6 MB 699.1s _16l: 8 segs, 1079.6 K docs, 4313.7 MB 655.5s _177: 13 segs, 64.4 K docs, 254.8 MB 558.0s _18s: 8 segs, 107.7 K docs, 428.6 MB 499.2s _19p: 8 segs, 177.8 K docs, 708.9 MB 457.4s _1ac: 8 segs, 177.0 K docs, 705.6 MB 427.9s _1as: 8 segs, 77.1 K docs, 306.5 MB 395.8s _1b8: 8 segs, 145.3 K docs, 578.9 MB 346.5s _1bu: 8 segs, 169.0 K docs, 673.1 MB 299.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 287.5s _1cr: 14 segs, 65.2 K docs, 258.2 MB 261.4s _1d6: 14 segs, 67.7 K docs, 268.1 MB 236.9s _1dk: 13 segs, 62.4 K docs, 246.9 MB 207.1s _1dx: 12 segs, 59.4 K docs, 235.2 MB 171.0s _1eg: 8 segs, 39.0 K docs, 154.6 MB 157.6s _1ep: 8 segs, 37.5 K docs, 148.4 MB 142.8s _1ey: 8 segs, 40.4 K docs, 160.1 MB 128.0s _1f5: 8 segs, 72.0 K docs, 285.9 MB 90.0s _1fm: 15 segs, 64.0 K docs, 253.3 MB 95.0 sec: 195 segments, 18 merges 819.5s _14x: 8 segs, 787.8 K docs, 3146.6 MB 704.1s _16l: 8 segs, 1079.6 K docs, 4313.7 MB 660.5s _177: 13 segs, 64.4 K docs, 254.8 MB 563.0s _18s: 8 segs, 107.7 K docs, 428.6 MB 504.2s _19p: 8 segs, 177.8 K docs, 708.9 MB 462.4s _1ac: 8 segs, 177.0 K docs, 705.6 MB 432.9s _1as: 8 segs, 77.1 K docs, 306.5 MB 351.5s _1bu: 8 segs, 169.0 K docs, 673.1 MB 304.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 292.5s _1cr: 14 segs, 65.2 K docs, 258.2 MB 266.4s _1d6: 14 segs, 67.7 K docs, 268.1 MB 241.9s _1dk: 13 segs, 62.4 K docs, 246.9 MB 212.1s _1dx: 12 segs, 59.4 K docs, 235.2 MB 176.0s _1eg: 8 segs, 39.0 K docs, 154.6 MB 162.6s _1ep: 8 segs, 37.5 K docs, 148.4 MB 147.8s _1ey: 8 segs, 40.4 K docs, 160.1 MB 133.0s _1f5: 8 segs, 72.0 K docs, 285.9 MB 95.0s _1fm: 15 segs, 64.0 K docs, 253.3 MB 100.0 sec: 195 segments, 18 merges 824.5s _14x: 8 segs, 787.8 K docs, 3146.6 MB 709.1s _16l: 8 segs, 1079.6 K docs, 4313.7 MB 665.5s _177: 13 segs, 64.4 K docs, 254.8 MB 568.0s _18s: 8 segs, 107.7 K docs, 428.6 MB 509.2s _19p: 8 segs, 177.8 K docs, 708.9 MB 467.4s _1ac: 8 segs, 177.0 K docs, 705.6 MB 437.9s _1as: 8 segs, 77.1 K docs, 306.5 MB 356.5s _1bu: 8 segs, 169.0 K docs, 673.1 MB 309.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 297.5s _1cr: 14 segs, 65.2 K docs, 258.2 MB 271.4s _1d6: 14 segs, 67.7 K docs, 268.1 MB 246.9s _1dk: 13 segs, 62.4 K docs, 246.9 MB 217.1s _1dx: 12 segs, 59.4 K docs, 235.2 MB 181.0s _1eg: 8 segs, 39.0 K docs, 154.6 MB 167.6s _1ep: 8 segs, 37.5 K docs, 148.4 MB 152.8s _1ey: 8 segs, 40.4 K docs, 160.1 MB 138.0s _1f5: 8 segs, 72.0 K docs, 285.9 MB 100.0s _1fm: 15 segs, 64.0 K docs, 253.3 MB 105.1 sec: 195 segments, 18 merges 829.6s _14x: 8 segs, 787.8 K docs, 3146.6 MB 714.2s _16l: 8 segs, 1079.6 K docs, 4313.7 MB 670.5s _177: 13 segs, 64.4 K docs, 254.8 MB 573.1s _18s: 8 segs, 107.7 K docs, 428.6 MB 514.2s _19p: 8 segs, 177.8 K docs, 708.9 MB 472.5s _1ac: 8 segs, 177.0 K docs, 705.6 MB 443.0s _1as: 8 segs, 77.1 K docs, 306.5 MB 361.6s _1bu: 8 segs, 169.0 K docs, 673.1 MB 314.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 302.5s _1cr: 14 segs, 65.2 K docs, 258.2 MB 276.4s _1d6: 14 segs, 67.7 K docs, 268.1 MB 252.0s _1dk: 13 segs, 62.4 K docs, 246.9 MB 222.2s _1dx: 12 segs, 59.4 K docs, 235.2 MB 186.0s _1eg: 8 segs, 39.0 K docs, 154.6 MB 172.7s _1ep: 8 segs, 37.5 K docs, 148.4 MB 157.9s _1ey: 8 segs, 40.4 K docs, 160.1 MB 143.1s _1f5: 8 segs, 72.0 K docs, 285.9 MB 105.1s _1fm: 15 segs, 64.0 K docs, 253.3 MB 110.1 sec: 195 segments, 18 merges 834.6s _14x: 8 segs, 787.8 K docs, 3146.6 MB 719.2s _16l: 8 segs, 1079.6 K docs, 4313.7 MB 675.5s _177: 13 segs, 64.4 K docs, 254.8 MB 578.1s _18s: 8 segs, 107.7 K docs, 428.6 MB 519.2s _19p: 8 segs, 177.8 K docs, 708.9 MB 477.5s _1ac: 8 segs, 177.0 K docs, 705.6 MB 448.0s _1as: 8 segs, 77.1 K docs, 306.5 MB 366.6s _1bu: 8 segs, 169.0 K docs, 673.1 MB 319.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 307.5s _1cr: 14 segs, 65.2 K docs, 258.2 MB 281.4s _1d6: 14 segs, 67.7 K docs, 268.1 MB 257.0s _1dk: 13 segs, 62.4 K docs, 246.9 MB 227.2s _1dx: 12 segs, 59.4 K docs, 235.2 MB 191.0s _1eg: 8 segs, 39.0 K docs, 154.6 MB 177.7s _1ep: 8 segs, 37.5 K docs, 148.4 MB 162.9s _1ey: 8 segs, 40.4 K docs, 160.1 MB 148.1s _1f5: 8 segs, 72.0 K docs, 285.9 MB 110.1s _1fm: 15 segs, 64.0 K docs, 253.3 MB 115.0 sec: 188 segments, 17 merges 839.5s _14x: 8 segs, 787.8 K docs, 3146.6 MB 724.1s _16l: 8 segs, 1079.6 K docs, 4313.7 MB 680.4s _177: 13 segs, 64.4 K docs, 254.8 MB 583.0s _18s: 8 segs, 107.7 K docs, 428.6 MB 524.1s _19p: 8 segs, 177.8 K docs, 708.9 MB 452.9s _1as: 8 segs, 77.1 K docs, 306.5 MB 371.5s _1bu: 8 segs, 169.0 K docs, 673.1 MB 324.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 312.4s _1cr: 14 segs, 65.2 K docs, 258.2 MB 286.3s _1d6: 14 segs, 67.7 K docs, 268.1 MB 261.9s _1dk: 13 segs, 62.4 K docs, 246.9 MB 232.1s _1dx: 12 segs, 59.4 K docs, 235.2 MB 195.9s _1eg: 8 segs, 39.0 K docs, 154.6 MB 182.6s _1ep: 8 segs, 37.5 K docs, 148.4 MB 167.8s _1ey: 8 segs, 40.4 K docs, 160.1 MB 153.0s _1f5: 8 segs, 72.0 K docs, 285.9 MB 115.0s _1fm: 15 segs, 64.0 K docs, 253.3 MB 120.0 sec: 188 segments, 17 merges 844.5s _14x: 8 segs, 787.8 K docs, 3146.6 MB 729.1s _16l: 8 segs, 1079.6 K docs, 4313.7 MB 685.4s _177: 13 segs, 64.4 K docs, 254.8 MB 588.0s _18s: 8 segs, 107.7 K docs, 428.6 MB 529.1s _19p: 8 segs, 177.8 K docs, 708.9 MB 457.9s _1as: 8 segs, 77.1 K docs, 306.5 MB 376.5s _1bu: 8 segs, 169.0 K docs, 673.1 MB 329.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 317.4s _1cr: 14 segs, 65.2 K docs, 258.2 MB 291.3s _1d6: 14 segs, 67.7 K docs, 268.1 MB 266.9s _1dk: 13 segs, 62.4 K docs, 246.9 MB 237.1s _1dx: 12 segs, 59.4 K docs, 235.2 MB 200.9s _1eg: 8 segs, 39.0 K docs, 154.6 MB 187.6s _1ep: 8 segs, 37.5 K docs, 148.4 MB 172.8s _1ey: 8 segs, 40.4 K docs, 160.1 MB 158.0s _1f5: 8 segs, 72.0 K docs, 285.9 MB 120.0s _1fm: 15 segs, 64.0 K docs, 253.3 MB 125.0 sec: 168 segments, 16 merges 849.5s _14x: 8 segs, 787.8 K docs, 3146.6 MB 734.1s _16l: 8 segs, 1079.6 K docs, 4313.7 MB 690.4s _177: 13 segs, 64.4 K docs, 254.8 MB 593.0s _18s: 8 segs, 107.7 K docs, 428.6 MB 534.1s _19p: 8 segs, 177.8 K docs, 708.9 MB 381.5s _1bu: 8 segs, 169.0 K docs, 673.1 MB 334.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 322.5s _1cr: 14 segs, 65.2 K docs, 258.2 MB 271.9s _1dk: 13 segs, 62.4 K docs, 246.9 MB 242.1s _1dx: 12 segs, 59.4 K docs, 235.2 MB 205.9s _1eg: 8 segs, 39.0 K docs, 154.6 MB 192.6s _1ep: 8 segs, 37.5 K docs, 148.4 MB 177.8s _1ey: 8 segs, 40.4 K docs, 160.1 MB 163.0s _1f5: 8 segs, 72.0 K docs, 285.9 MB 125.0s _1fm: 15 segs, 64.0 K docs, 253.3 MB 0.1s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 130.0 sec: 168 segments, 16 merges 854.5s _14x: 8 segs, 787.8 K docs, 3146.6 MB 739.1s _16l: 8 segs, 1079.6 K docs, 4313.7 MB 695.5s _177: 13 segs, 64.4 K docs, 254.8 MB 598.0s _18s: 8 segs, 107.7 K docs, 428.6 MB 539.1s _19p: 8 segs, 177.8 K docs, 708.9 MB 386.5s _1bu: 8 segs, 169.0 K docs, 673.1 MB 339.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 327.5s _1cr: 14 segs, 65.2 K docs, 258.2 MB 276.9s _1dk: 13 segs, 62.4 K docs, 246.9 MB 247.1s _1dx: 12 segs, 59.4 K docs, 235.2 MB 210.9s _1eg: 8 segs, 39.0 K docs, 154.6 MB 197.6s _1ep: 8 segs, 37.5 K docs, 148.4 MB 182.8s _1ey: 8 segs, 40.4 K docs, 160.1 MB 168.0s _1f5: 8 segs, 72.0 K docs, 285.9 MB 130.0s _1fm: 15 segs, 64.0 K docs, 253.3 MB 5.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 135.0 sec: 168 segments, 16 merges 859.5s _14x: 8 segs, 787.8 K docs, 3146.6 MB 744.1s _16l: 8 segs, 1079.6 K docs, 4313.7 MB 700.5s _177: 13 segs, 64.4 K docs, 254.8 MB 603.0s _18s: 8 segs, 107.7 K docs, 428.6 MB 544.2s _19p: 8 segs, 177.8 K docs, 708.9 MB 391.5s _1bu: 8 segs, 169.0 K docs, 673.1 MB 344.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 332.5s _1cr: 14 segs, 65.2 K docs, 258.2 MB 281.9s _1dk: 13 segs, 62.4 K docs, 246.9 MB 252.1s _1dx: 12 segs, 59.4 K docs, 235.2 MB 216.0s _1eg: 8 segs, 39.0 K docs, 154.6 MB 202.6s _1ep: 8 segs, 37.5 K docs, 148.4 MB 187.8s _1ey: 8 segs, 40.4 K docs, 160.1 MB 173.0s _1f5: 8 segs, 72.0 K docs, 285.9 MB 135.0s _1fm: 15 segs, 64.0 K docs, 253.3 MB 10.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 140.0 sec: 168 segments, 16 merges 864.5s _14x: 8 segs, 787.8 K docs, 3146.6 MB 749.1s _16l: 8 segs, 1079.6 K docs, 4313.7 MB 705.5s _177: 13 segs, 64.4 K docs, 254.8 MB 608.0s _18s: 8 segs, 107.7 K docs, 428.6 MB 549.2s _19p: 8 segs, 177.8 K docs, 708.9 MB 396.5s _1bu: 8 segs, 169.0 K docs, 673.1 MB 349.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 337.5s _1cr: 14 segs, 65.2 K docs, 258.2 MB 286.9s _1dk: 13 segs, 62.4 K docs, 246.9 MB 257.1s _1dx: 12 segs, 59.4 K docs, 235.2 MB 221.0s _1eg: 8 segs, 39.0 K docs, 154.6 MB 207.6s _1ep: 8 segs, 37.5 K docs, 148.4 MB 192.8s _1ey: 8 segs, 40.4 K docs, 160.1 MB 178.0s _1f5: 8 segs, 72.0 K docs, 285.9 MB 140.0s _1fm: 15 segs, 64.0 K docs, 253.3 MB 15.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 145.0 sec: 168 segments, 16 merges 869.5s _14x: 8 segs, 787.8 K docs, 3146.6 MB 754.1s _16l: 8 segs, 1079.6 K docs, 4313.7 MB 710.5s _177: 13 segs, 64.4 K docs, 254.8 MB 613.0s _18s: 8 segs, 107.7 K docs, 428.6 MB 554.2s _19p: 8 segs, 177.8 K docs, 708.9 MB 401.5s _1bu: 8 segs, 169.0 K docs, 673.1 MB 354.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 342.5s _1cr: 14 segs, 65.2 K docs, 258.2 MB 291.9s _1dk: 13 segs, 62.4 K docs, 246.9 MB 262.1s _1dx: 12 segs, 59.4 K docs, 235.2 MB 226.0s _1eg: 8 segs, 39.0 K docs, 154.6 MB 212.6s _1ep: 8 segs, 37.5 K docs, 148.4 MB 197.8s _1ey: 8 segs, 40.4 K docs, 160.1 MB 183.0s _1f5: 8 segs, 72.0 K docs, 285.9 MB 145.0s _1fm: 15 segs, 64.0 K docs, 253.3 MB 20.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 150.0 sec: 168 segments, 16 merges 874.5s _14x: 8 segs, 787.8 K docs, 3146.6 MB 759.1s _16l: 8 segs, 1079.6 K docs, 4313.7 MB 715.5s _177: 13 segs, 64.4 K docs, 254.8 MB 618.0s _18s: 8 segs, 107.7 K docs, 428.6 MB 559.2s _19p: 8 segs, 177.8 K docs, 708.9 MB 406.5s _1bu: 8 segs, 169.0 K docs, 673.1 MB 359.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 347.5s _1cr: 14 segs, 65.2 K docs, 258.2 MB 296.9s _1dk: 13 segs, 62.4 K docs, 246.9 MB 267.1s _1dx: 12 segs, 59.4 K docs, 235.2 MB 231.0s _1eg: 8 segs, 39.0 K docs, 154.6 MB 217.6s _1ep: 8 segs, 37.5 K docs, 148.4 MB 202.8s _1ey: 8 segs, 40.4 K docs, 160.1 MB 188.0s _1f5: 8 segs, 72.0 K docs, 285.9 MB 150.0s _1fm: 15 segs, 64.0 K docs, 253.3 MB 25.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 155.0 sec: 168 segments, 16 merges 879.5s _14x: 8 segs, 787.8 K docs, 3146.6 MB 764.1s _16l: 8 segs, 1079.6 K docs, 4313.7 MB 720.5s _177: 13 segs, 64.4 K docs, 254.8 MB 623.0s _18s: 8 segs, 107.7 K docs, 428.6 MB 564.2s _19p: 8 segs, 177.8 K docs, 708.9 MB 411.6s _1bu: 8 segs, 169.0 K docs, 673.1 MB 364.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 352.5s _1cr: 14 segs, 65.2 K docs, 258.2 MB 302.0s _1dk: 13 segs, 62.4 K docs, 246.9 MB 272.1s _1dx: 12 segs, 59.4 K docs, 235.2 MB 236.0s _1eg: 8 segs, 39.0 K docs, 154.6 MB 222.6s _1ep: 8 segs, 37.5 K docs, 148.4 MB 207.8s _1ey: 8 segs, 40.4 K docs, 160.1 MB 193.0s _1f5: 8 segs, 72.0 K docs, 285.9 MB 155.0s _1fm: 15 segs, 64.0 K docs, 253.3 MB 30.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 160.1 sec: 168 segments, 16 merges 884.5s _14x: 8 segs, 787.8 K docs, 3146.6 MB 769.1s _16l: 8 segs, 1079.6 K docs, 4313.7 MB 725.5s _177: 13 segs, 64.4 K docs, 254.8 MB 628.0s _18s: 8 segs, 107.7 K docs, 428.6 MB 569.2s _19p: 8 segs, 177.8 K docs, 708.9 MB 416.6s _1bu: 8 segs, 169.0 K docs, 673.1 MB 369.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 357.5s _1cr: 14 segs, 65.2 K docs, 258.2 MB 307.0s _1dk: 13 segs, 62.4 K docs, 246.9 MB 277.1s _1dx: 12 segs, 59.4 K docs, 235.2 MB 241.0s _1eg: 8 segs, 39.0 K docs, 154.6 MB 227.6s _1ep: 8 segs, 37.5 K docs, 148.4 MB 212.8s _1ey: 8 segs, 40.4 K docs, 160.1 MB 198.0s _1f5: 8 segs, 72.0 K docs, 285.9 MB 160.1s _1fm: 15 segs, 64.0 K docs, 253.3 MB 35.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 165.1 sec: 168 segments, 16 merges 889.5s _14x: 8 segs, 787.8 K docs, 3146.6 MB 774.1s _16l: 8 segs, 1079.6 K docs, 4313.7 MB 730.5s _177: 13 segs, 64.4 K docs, 254.8 MB 633.0s _18s: 8 segs, 107.7 K docs, 428.6 MB 574.2s _19p: 8 segs, 177.8 K docs, 708.9 MB 421.6s _1bu: 8 segs, 169.0 K docs, 673.1 MB 374.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 362.5s _1cr: 14 segs, 65.2 K docs, 258.2 MB 312.0s _1dk: 13 segs, 62.4 K docs, 246.9 MB 282.1s _1dx: 12 segs, 59.4 K docs, 235.2 MB 246.0s _1eg: 8 segs, 39.0 K docs, 154.6 MB 232.6s _1ep: 8 segs, 37.5 K docs, 148.4 MB 217.8s _1ey: 8 segs, 40.4 K docs, 160.1 MB 203.0s _1f5: 8 segs, 72.0 K docs, 285.9 MB 165.1s _1fm: 15 segs, 64.0 K docs, 253.3 MB 40.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 170.1 sec: 156 segments, 15 merges 894.6s _14x: 8 segs, 787.8 K docs, 3146.6 MB 779.1s _16l: 8 segs, 1079.6 K docs, 4313.7 MB 735.5s _177: 13 segs, 64.4 K docs, 254.8 MB 638.0s _18s: 8 segs, 107.7 K docs, 428.6 MB 579.2s _19p: 8 segs, 177.8 K docs, 708.9 MB 426.6s _1bu: 8 segs, 169.0 K docs, 673.1 MB 379.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 367.5s _1cr: 14 segs, 65.2 K docs, 258.2 MB 287.1s _1dx: 12 segs, 59.4 K docs, 235.2 MB 251.0s _1eg: 8 segs, 39.0 K docs, 154.6 MB 237.6s _1ep: 8 segs, 37.5 K docs, 148.4 MB 222.8s _1ey: 8 segs, 40.4 K docs, 160.1 MB 208.0s _1f5: 8 segs, 72.0 K docs, 285.9 MB 170.1s _1fm: 15 segs, 64.0 K docs, 253.3 MB 45.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 175.1 sec: 156 segments, 15 merges 899.6s _14x: 8 segs, 787.8 K docs, 3146.6 MB 784.1s _16l: 8 segs, 1079.6 K docs, 4313.7 MB 740.5s _177: 13 segs, 64.4 K docs, 254.8 MB 643.1s _18s: 8 segs, 107.7 K docs, 428.6 MB 584.2s _19p: 8 segs, 177.8 K docs, 708.9 MB 431.6s _1bu: 8 segs, 169.0 K docs, 673.1 MB 384.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 372.5s _1cr: 14 segs, 65.2 K docs, 258.2 MB 292.2s _1dx: 12 segs, 59.4 K docs, 235.2 MB 256.0s _1eg: 8 segs, 39.0 K docs, 154.6 MB 242.6s _1ep: 8 segs, 37.5 K docs, 148.4 MB 227.8s _1ey: 8 segs, 40.4 K docs, 160.1 MB 213.0s _1f5: 8 segs, 72.0 K docs, 285.9 MB 175.1s _1fm: 15 segs, 64.0 K docs, 253.3 MB 50.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 180.1 sec: 156 segments, 15 merges 904.6s _14x: 8 segs, 787.8 K docs, 3146.6 MB 789.1s _16l: 8 segs, 1079.6 K docs, 4313.7 MB 745.5s _177: 13 segs, 64.4 K docs, 254.8 MB 648.1s _18s: 8 segs, 107.7 K docs, 428.6 MB 589.2s _19p: 8 segs, 177.8 K docs, 708.9 MB 436.6s _1bu: 8 segs, 169.0 K docs, 673.1 MB 389.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 377.5s _1cr: 14 segs, 65.2 K docs, 258.2 MB 297.2s _1dx: 12 segs, 59.4 K docs, 235.2 MB 261.0s _1eg: 8 segs, 39.0 K docs, 154.6 MB 247.6s _1ep: 8 segs, 37.5 K docs, 148.4 MB 232.8s _1ey: 8 segs, 40.4 K docs, 160.1 MB 218.0s _1f5: 8 segs, 72.0 K docs, 285.9 MB 180.1s _1fm: 15 segs, 64.0 K docs, 253.3 MB 55.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 185.1 sec: 156 segments, 15 merges 909.6s _14x: 8 segs, 787.8 K docs, 3146.6 MB 794.1s _16l: 8 segs, 1079.6 K docs, 4313.7 MB 750.5s _177: 13 segs, 64.4 K docs, 254.8 MB 653.1s _18s: 8 segs, 107.7 K docs, 428.6 MB 594.2s _19p: 8 segs, 177.8 K docs, 708.9 MB 441.6s _1bu: 8 segs, 169.0 K docs, 673.1 MB 394.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 382.5s _1cr: 14 segs, 65.2 K docs, 258.2 MB 302.2s _1dx: 12 segs, 59.4 K docs, 235.2 MB 266.0s _1eg: 8 segs, 39.0 K docs, 154.6 MB 252.7s _1ep: 8 segs, 37.5 K docs, 148.4 MB 237.8s _1ey: 8 segs, 40.4 K docs, 160.1 MB 223.0s _1f5: 8 segs, 72.0 K docs, 285.9 MB 185.1s _1fm: 15 segs, 64.0 K docs, 253.3 MB 60.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 190.1 sec: 145 segments, 14 merges 914.6s _14x: 8 segs, 787.8 K docs, 3146.6 MB 799.2s _16l: 8 segs, 1079.6 K docs, 4313.7 MB 755.5s _177: 13 segs, 64.4 K docs, 254.8 MB 658.1s _18s: 8 segs, 107.7 K docs, 428.6 MB 599.2s _19p: 8 segs, 177.8 K docs, 708.9 MB 446.6s _1bu: 8 segs, 169.0 K docs, 673.1 MB 399.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 387.5s _1cr: 14 segs, 65.2 K docs, 258.2 MB 271.0s _1eg: 8 segs, 39.0 K docs, 154.6 MB 257.7s _1ep: 8 segs, 37.5 K docs, 148.4 MB 242.8s _1ey: 8 segs, 40.4 K docs, 160.1 MB 228.0s _1f5: 8 segs, 72.0 K docs, 285.9 MB 190.1s _1fm: 15 segs, 64.0 K docs, 253.3 MB 65.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 195.1 sec: 145 segments, 14 merges 919.6s _14x: 8 segs, 787.8 K docs, 3146.6 MB 804.2s _16l: 8 segs, 1079.6 K docs, 4313.7 MB 760.5s _177: 13 segs, 64.4 K docs, 254.8 MB 663.1s _18s: 8 segs, 107.7 K docs, 428.6 MB 604.2s _19p: 8 segs, 177.8 K docs, 708.9 MB 451.6s _1bu: 8 segs, 169.0 K docs, 673.1 MB 404.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 392.5s _1cr: 14 segs, 65.2 K docs, 258.2 MB 276.0s _1eg: 8 segs, 39.0 K docs, 154.6 MB 262.7s _1ep: 8 segs, 37.5 K docs, 148.4 MB 247.8s _1ey: 8 segs, 40.4 K docs, 160.1 MB 233.1s _1f5: 8 segs, 72.0 K docs, 285.9 MB 195.1s _1fm: 15 segs, 64.0 K docs, 253.3 MB 70.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 200.1 sec: 145 segments, 14 merges 924.6s _14x: 8 segs, 787.8 K docs, 3146.6 MB 809.2s _16l: 8 segs, 1079.6 K docs, 4313.7 MB 765.5s _177: 13 segs, 64.4 K docs, 254.8 MB 668.1s _18s: 8 segs, 107.7 K docs, 428.6 MB 609.2s _19p: 8 segs, 177.8 K docs, 708.9 MB 456.6s _1bu: 8 segs, 169.0 K docs, 673.1 MB 409.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 397.5s _1cr: 14 segs, 65.2 K docs, 258.2 MB 281.0s _1eg: 8 segs, 39.0 K docs, 154.6 MB 267.7s _1ep: 8 segs, 37.5 K docs, 148.4 MB 252.9s _1ey: 8 segs, 40.4 K docs, 160.1 MB 238.1s _1f5: 8 segs, 72.0 K docs, 285.9 MB 200.1s _1fm: 15 segs, 64.0 K docs, 253.3 MB 75.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 205.1 sec: 145 segments, 14 merges 929.6s _14x: 8 segs, 787.8 K docs, 3146.6 MB 814.2s _16l: 8 segs, 1079.6 K docs, 4313.7 MB 770.5s _177: 13 segs, 64.4 K docs, 254.8 MB 673.1s _18s: 8 segs, 107.7 K docs, 428.6 MB 614.2s _19p: 8 segs, 177.8 K docs, 708.9 MB 461.6s _1bu: 8 segs, 169.0 K docs, 673.1 MB 414.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 402.5s _1cr: 14 segs, 65.2 K docs, 258.2 MB 286.0s _1eg: 8 segs, 39.0 K docs, 154.6 MB 272.7s _1ep: 8 segs, 37.5 K docs, 148.4 MB 257.9s _1ey: 8 segs, 40.4 K docs, 160.1 MB 243.1s _1f5: 8 segs, 72.0 K docs, 285.9 MB 205.1s _1fm: 15 segs, 64.0 K docs, 253.3 MB 80.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 210.0 sec: 133 segments, 13 merges 934.5s _14x: 8 segs, 787.8 K docs, 3146.6 MB 819.1s _16l: 8 segs, 1079.6 K docs, 4313.7 MB 678.0s _18s: 8 segs, 107.7 K docs, 428.6 MB 619.1s _19p: 8 segs, 177.8 K docs, 708.9 MB 466.5s _1bu: 8 segs, 169.0 K docs, 673.1 MB 418.9s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 407.4s _1cr: 14 segs, 65.2 K docs, 258.2 MB 290.9s _1eg: 8 segs, 39.0 K docs, 154.6 MB 277.6s _1ep: 8 segs, 37.5 K docs, 148.4 MB 262.8s _1ey: 8 segs, 40.4 K docs, 160.1 MB 248.0s _1f5: 8 segs, 72.0 K docs, 285.9 MB 210.0s _1fm: 15 segs, 64.0 K docs, 253.3 MB 85.1s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 215.0 sec: 133 segments, 13 merges 939.5s _14x: 8 segs, 787.8 K docs, 3146.6 MB 824.1s _16l: 8 segs, 1079.6 K docs, 4313.7 MB 683.0s _18s: 8 segs, 107.7 K docs, 428.6 MB 624.1s _19p: 8 segs, 177.8 K docs, 708.9 MB 471.5s _1bu: 8 segs, 169.0 K docs, 673.1 MB 424.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 412.4s _1cr: 14 segs, 65.2 K docs, 258.2 MB 295.9s _1eg: 8 segs, 39.0 K docs, 154.6 MB 282.6s _1ep: 8 segs, 37.5 K docs, 148.4 MB 267.8s _1ey: 8 segs, 40.4 K docs, 160.1 MB 253.0s _1f5: 8 segs, 72.0 K docs, 285.9 MB 215.0s _1fm: 15 segs, 64.0 K docs, 253.3 MB 90.1s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 220.0 sec: 133 segments, 13 merges 944.5s _14x: 8 segs, 787.8 K docs, 3146.6 MB 829.1s _16l: 8 segs, 1079.6 K docs, 4313.7 MB 688.0s _18s: 8 segs, 107.7 K docs, 428.6 MB 629.1s _19p: 8 segs, 177.8 K docs, 708.9 MB 476.5s _1bu: 8 segs, 169.0 K docs, 673.1 MB 429.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 417.4s _1cr: 14 segs, 65.2 K docs, 258.2 MB 300.9s _1eg: 8 segs, 39.0 K docs, 154.6 MB 287.6s _1ep: 8 segs, 37.5 K docs, 148.4 MB 272.8s _1ey: 8 segs, 40.4 K docs, 160.1 MB 258.0s _1f5: 8 segs, 72.0 K docs, 285.9 MB 220.0s _1fm: 15 segs, 64.0 K docs, 253.3 MB 95.1s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 225.0 sec: 133 segments, 13 merges 949.5s _14x: 8 segs, 787.8 K docs, 3146.6 MB 834.1s _16l: 8 segs, 1079.6 K docs, 4313.7 MB 693.0s _18s: 8 segs, 107.7 K docs, 428.6 MB 634.1s _19p: 8 segs, 177.8 K docs, 708.9 MB 481.5s _1bu: 8 segs, 169.0 K docs, 673.1 MB 434.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 422.5s _1cr: 14 segs, 65.2 K docs, 258.2 MB 305.9s _1eg: 8 segs, 39.0 K docs, 154.6 MB 292.6s _1ep: 8 segs, 37.5 K docs, 148.4 MB 277.8s _1ey: 8 segs, 40.4 K docs, 160.1 MB 263.0s _1f5: 8 segs, 72.0 K docs, 285.9 MB 225.0s _1fm: 15 segs, 64.0 K docs, 253.3 MB 100.1s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 230.0 sec: 126 segments, 12 merges 954.5s _14x: 8 segs, 787.8 K docs, 3146.6 MB 839.1s _16l: 8 segs, 1079.6 K docs, 4313.7 MB 698.0s _18s: 8 segs, 107.7 K docs, 428.6 MB 639.1s _19p: 8 segs, 177.8 K docs, 708.9 MB 486.5s _1bu: 8 segs, 169.0 K docs, 673.1 MB 439.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 427.5s _1cr: 14 segs, 65.2 K docs, 258.2 MB 310.9s _1eg: 8 segs, 39.0 K docs, 154.6 MB 282.8s _1ey: 8 segs, 40.4 K docs, 160.1 MB 268.0s _1f5: 8 segs, 72.0 K docs, 285.9 MB 230.0s _1fm: 15 segs, 64.0 K docs, 253.3 MB 105.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 235.0 sec: 126 segments, 12 merges 959.5s _14x: 8 segs, 787.8 K docs, 3146.6 MB 844.1s _16l: 8 segs, 1079.6 K docs, 4313.7 MB 703.0s _18s: 8 segs, 107.7 K docs, 428.6 MB 644.2s _19p: 8 segs, 177.8 K docs, 708.9 MB 491.5s _1bu: 8 segs, 169.0 K docs, 673.1 MB 444.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 432.5s _1cr: 14 segs, 65.2 K docs, 258.2 MB 316.0s _1eg: 8 segs, 39.0 K docs, 154.6 MB 287.8s _1ey: 8 segs, 40.4 K docs, 160.1 MB 273.0s _1f5: 8 segs, 72.0 K docs, 285.9 MB 235.0s _1fm: 15 segs, 64.0 K docs, 253.3 MB 110.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 240.0 sec: 126 segments, 12 merges 964.5s _14x: 8 segs, 787.8 K docs, 3146.6 MB 849.1s _16l: 8 segs, 1079.6 K docs, 4313.7 MB 708.0s _18s: 8 segs, 107.7 K docs, 428.6 MB 649.2s _19p: 8 segs, 177.8 K docs, 708.9 MB 496.5s _1bu: 8 segs, 169.0 K docs, 673.1 MB 449.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 437.5s _1cr: 14 segs, 65.2 K docs, 258.2 MB 321.0s _1eg: 8 segs, 39.0 K docs, 154.6 MB 292.8s _1ey: 8 segs, 40.4 K docs, 160.1 MB 278.0s _1f5: 8 segs, 72.0 K docs, 285.9 MB 240.0s _1fm: 15 segs, 64.0 K docs, 253.3 MB 115.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 245.0 sec: 126 segments, 12 merges 969.5s _14x: 8 segs, 787.8 K docs, 3146.6 MB 854.1s _16l: 8 segs, 1079.6 K docs, 4313.7 MB 713.0s _18s: 8 segs, 107.7 K docs, 428.6 MB 654.2s _19p: 8 segs, 177.8 K docs, 708.9 MB 501.5s _1bu: 8 segs, 169.0 K docs, 673.1 MB 454.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 442.5s _1cr: 14 segs, 65.2 K docs, 258.2 MB 326.0s _1eg: 8 segs, 39.0 K docs, 154.6 MB 297.8s _1ey: 8 segs, 40.4 K docs, 160.1 MB 283.0s _1f5: 8 segs, 72.0 K docs, 285.9 MB 245.0s _1fm: 15 segs, 64.0 K docs, 253.3 MB 120.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 250.0 sec: 126 segments, 12 merges 974.5s _14x: 8 segs, 787.8 K docs, 3146.6 MB 859.1s _16l: 8 segs, 1079.6 K docs, 4313.7 MB 718.0s _18s: 8 segs, 107.7 K docs, 428.6 MB 659.2s _19p: 8 segs, 177.8 K docs, 708.9 MB 506.5s _1bu: 8 segs, 169.0 K docs, 673.1 MB 459.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 447.5s _1cr: 14 segs, 65.2 K docs, 258.2 MB 331.0s _1eg: 8 segs, 39.0 K docs, 154.6 MB 302.8s _1ey: 8 segs, 40.4 K docs, 160.1 MB 288.0s _1f5: 8 segs, 72.0 K docs, 285.9 MB 250.0s _1fm: 15 segs, 64.0 K docs, 253.3 MB 125.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 255.0 sec: 126 segments, 12 merges 979.5s _14x: 8 segs, 787.8 K docs, 3146.6 MB 864.1s _16l: 8 segs, 1079.6 K docs, 4313.7 MB 723.0s _18s: 8 segs, 107.7 K docs, 428.6 MB 664.2s _19p: 8 segs, 177.8 K docs, 708.9 MB 511.6s _1bu: 8 segs, 169.0 K docs, 673.1 MB 464.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 452.5s _1cr: 14 segs, 65.2 K docs, 258.2 MB 336.0s _1eg: 8 segs, 39.0 K docs, 154.6 MB 307.8s _1ey: 8 segs, 40.4 K docs, 160.1 MB 293.0s _1f5: 8 segs, 72.0 K docs, 285.9 MB 255.0s _1fm: 15 segs, 64.0 K docs, 253.3 MB 130.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 260.1 sec: 119 segments, 11 merges 869.1s _16l: 8 segs, 1079.6 K docs, 4313.7 MB 728.0s _18s: 8 segs, 107.7 K docs, 428.6 MB 669.2s _19p: 8 segs, 177.8 K docs, 708.9 MB 516.6s _1bu: 8 segs, 169.0 K docs, 673.1 MB 469.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 457.5s _1cr: 14 segs, 65.2 K docs, 258.2 MB 341.0s _1eg: 8 segs, 39.0 K docs, 154.6 MB 312.8s _1ey: 8 segs, 40.4 K docs, 160.1 MB 298.0s _1f5: 8 segs, 72.0 K docs, 285.9 MB 260.1s _1fm: 15 segs, 64.0 K docs, 253.3 MB 135.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 265.1 sec: 112 segments, 10 merges 874.1s _16l: 8 segs, 1079.6 K docs, 4313.7 MB 733.0s _18s: 8 segs, 107.7 K docs, 428.6 MB 674.2s _19p: 8 segs, 177.8 K docs, 708.9 MB 521.6s _1bu: 8 segs, 169.0 K docs, 673.1 MB 474.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 462.5s _1cr: 14 segs, 65.2 K docs, 258.2 MB 317.8s _1ey: 8 segs, 40.4 K docs, 160.1 MB 303.0s _1f5: 8 segs, 72.0 K docs, 285.9 MB 265.1s _1fm: 15 segs, 64.0 K docs, 253.3 MB 140.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 270.1 sec: 112 segments, 10 merges 879.1s _16l: 8 segs, 1079.6 K docs, 4313.7 MB 738.1s _18s: 8 segs, 107.7 K docs, 428.6 MB 679.2s _19p: 8 segs, 177.8 K docs, 708.9 MB 526.6s _1bu: 8 segs, 169.0 K docs, 673.1 MB 479.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 467.5s _1cr: 14 segs, 65.2 K docs, 258.2 MB 322.8s _1ey: 8 segs, 40.4 K docs, 160.1 MB 308.0s _1f5: 8 segs, 72.0 K docs, 285.9 MB 270.1s _1fm: 15 segs, 64.0 K docs, 253.3 MB 145.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 275.1 sec: 112 segments, 10 merges 884.1s _16l: 8 segs, 1079.6 K docs, 4313.7 MB 743.1s _18s: 8 segs, 107.7 K docs, 428.6 MB 684.2s _19p: 8 segs, 177.8 K docs, 708.9 MB 531.6s _1bu: 8 segs, 169.0 K docs, 673.1 MB 484.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 472.5s _1cr: 14 segs, 65.2 K docs, 258.2 MB 327.8s _1ey: 8 segs, 40.4 K docs, 160.1 MB 313.0s _1f5: 8 segs, 72.0 K docs, 285.9 MB 275.1s _1fm: 15 segs, 64.0 K docs, 253.3 MB 150.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 280.1 sec: 112 segments, 10 merges 889.1s _16l: 8 segs, 1079.6 K docs, 4313.7 MB 748.1s _18s: 8 segs, 107.7 K docs, 428.6 MB 689.2s _19p: 8 segs, 177.8 K docs, 708.9 MB 536.6s _1bu: 8 segs, 169.0 K docs, 673.1 MB 489.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 477.5s _1cr: 14 segs, 65.2 K docs, 258.2 MB 332.8s _1ey: 8 segs, 40.4 K docs, 160.1 MB 318.0s _1f5: 8 segs, 72.0 K docs, 285.9 MB 280.1s _1fm: 15 segs, 64.0 K docs, 253.3 MB 155.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 285.1 sec: 105 segments, 9 merges 894.1s _16l: 8 segs, 1079.6 K docs, 4313.7 MB 753.1s _18s: 8 segs, 107.7 K docs, 428.6 MB 694.2s _19p: 8 segs, 177.8 K docs, 708.9 MB 541.6s _1bu: 8 segs, 169.0 K docs, 673.1 MB 494.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 482.5s _1cr: 14 segs, 65.2 K docs, 258.2 MB 337.8s _1ey: 8 segs, 40.4 K docs, 160.1 MB 285.1s _1fm: 15 segs, 64.0 K docs, 253.3 MB 160.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 290.1 sec: 98 segments, 9 merges 899.2s _16l: 8 segs, 1079.6 K docs, 4313.7 MB 758.1s _18s: 8 segs, 107.7 K docs, 428.6 MB 699.2s _19p: 8 segs, 177.8 K docs, 708.9 MB 546.6s _1bu: 8 segs, 169.0 K docs, 673.1 MB 499.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 487.5s _1cr: 14 segs, 65.2 K docs, 258.2 MB 290.1s _1fm: 15 segs, 64.0 K docs, 253.3 MB 165.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 0.4s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 295.1 sec: 98 segments, 9 merges 904.2s _16l: 8 segs, 1079.6 K docs, 4313.7 MB 763.1s _18s: 8 segs, 107.7 K docs, 428.6 MB 704.2s _19p: 8 segs, 177.8 K docs, 708.9 MB 551.6s _1bu: 8 segs, 169.0 K docs, 673.1 MB 504.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 492.5s _1cr: 14 segs, 65.2 K docs, 258.2 MB 295.1s _1fm: 15 segs, 64.0 K docs, 253.3 MB 170.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 5.4s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 300.1 sec: 98 segments, 9 merges 909.2s _16l: 8 segs, 1079.6 K docs, 4313.7 MB 768.1s _18s: 8 segs, 107.7 K docs, 428.6 MB 709.2s _19p: 8 segs, 177.8 K docs, 708.9 MB 556.6s _1bu: 8 segs, 169.0 K docs, 673.1 MB 509.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 497.5s _1cr: 14 segs, 65.2 K docs, 258.2 MB 300.1s _1fm: 15 segs, 64.0 K docs, 253.3 MB 175.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 10.4s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 305.0 sec: 98 segments, 9 merges 914.1s _16l: 8 segs, 1079.6 K docs, 4313.7 MB 773.0s _18s: 8 segs, 107.7 K docs, 428.6 MB 714.1s _19p: 8 segs, 177.8 K docs, 708.9 MB 561.5s _1bu: 8 segs, 169.0 K docs, 673.1 MB 514.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 502.4s _1cr: 14 segs, 65.2 K docs, 258.2 MB 305.0s _1fm: 15 segs, 64.0 K docs, 253.3 MB 180.1s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 15.3s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 310.0 sec: 98 segments, 9 merges 919.1s _16l: 8 segs, 1079.6 K docs, 4313.7 MB 778.0s _18s: 8 segs, 107.7 K docs, 428.6 MB 719.1s _19p: 8 segs, 177.8 K docs, 708.9 MB 566.5s _1bu: 8 segs, 169.0 K docs, 673.1 MB 519.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 507.4s _1cr: 14 segs, 65.2 K docs, 258.2 MB 310.0s _1fm: 15 segs, 64.0 K docs, 253.3 MB 185.1s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 20.3s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 315.0 sec: 98 segments, 9 merges 924.1s _16l: 8 segs, 1079.6 K docs, 4313.7 MB 783.0s _18s: 8 segs, 107.7 K docs, 428.6 MB 724.1s _19p: 8 segs, 177.8 K docs, 708.9 MB 571.5s _1bu: 8 segs, 169.0 K docs, 673.1 MB 524.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 512.5s _1cr: 14 segs, 65.2 K docs, 258.2 MB 315.0s _1fm: 15 segs, 64.0 K docs, 253.3 MB 190.1s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 25.3s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 320.0 sec: 85 segments, 8 merges 929.1s _16l: 8 segs, 1079.6 K docs, 4313.7 MB 788.0s _18s: 8 segs, 107.7 K docs, 428.6 MB 729.1s _19p: 8 segs, 177.8 K docs, 708.9 MB 576.5s _1bu: 8 segs, 169.0 K docs, 673.1 MB 529.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 320.0s _1fm: 15 segs, 64.0 K docs, 253.3 MB 195.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 30.3s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 325.0 sec: 78 segments, 7 merges 934.1s _16l: 8 segs, 1079.6 K docs, 4313.7 MB 734.1s _19p: 8 segs, 177.8 K docs, 708.9 MB 581.5s _1bu: 8 segs, 169.0 K docs, 673.1 MB 534.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 325.0s _1fm: 15 segs, 64.0 K docs, 253.3 MB 200.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 35.3s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 330.0 sec: 78 segments, 7 merges 939.1s _16l: 8 segs, 1079.6 K docs, 4313.7 MB 739.1s _19p: 8 segs, 177.8 K docs, 708.9 MB 586.5s _1bu: 8 segs, 169.0 K docs, 673.1 MB 539.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 330.0s _1fm: 15 segs, 64.0 K docs, 253.3 MB 205.1s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 40.3s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 335.0 sec: 78 segments, 7 merges 944.1s _16l: 8 segs, 1079.6 K docs, 4313.7 MB 744.1s _19p: 8 segs, 177.8 K docs, 708.9 MB 591.5s _1bu: 8 segs, 169.0 K docs, 673.1 MB 544.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 335.0s _1fm: 15 segs, 64.0 K docs, 253.3 MB 210.1s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 45.3s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 340.0 sec: 78 segments, 7 merges 949.1s _16l: 8 segs, 1079.6 K docs, 4313.7 MB 749.1s _19p: 8 segs, 177.8 K docs, 708.9 MB 596.5s _1bu: 8 segs, 169.0 K docs, 673.1 MB 549.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 340.0s _1fm: 15 segs, 64.0 K docs, 253.3 MB 215.1s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 50.3s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 345.0 sec: 78 segments, 7 merges 954.1s _16l: 8 segs, 1079.6 K docs, 4313.7 MB 754.1s _19p: 8 segs, 177.8 K docs, 708.9 MB 601.5s _1bu: 8 segs, 169.0 K docs, 673.1 MB 554.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 345.0s _1fm: 15 segs, 64.0 K docs, 253.3 MB 220.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 55.3s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 350.0 sec: 78 segments, 7 merges 959.1s _16l: 8 segs, 1079.6 K docs, 4313.7 MB 759.2s _19p: 8 segs, 177.8 K docs, 708.9 MB 606.5s _1bu: 8 segs, 169.0 K docs, 673.1 MB 559.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 350.0s _1fm: 15 segs, 64.0 K docs, 253.3 MB 225.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 60.3s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 355.0 sec: 78 segments, 7 merges 964.1s _16l: 8 segs, 1079.6 K docs, 4313.7 MB 764.2s _19p: 8 segs, 177.8 K docs, 708.9 MB 611.5s _1bu: 8 segs, 169.0 K docs, 673.1 MB 564.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 355.0s _1fm: 15 segs, 64.0 K docs, 253.3 MB 230.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 65.3s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 360.0 sec: 78 segments, 7 merges 969.1s _16l: 8 segs, 1079.6 K docs, 4313.7 MB 769.2s _19p: 8 segs, 177.8 K docs, 708.9 MB 616.5s _1bu: 8 segs, 169.0 K docs, 673.1 MB 569.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 360.0s _1fm: 15 segs, 64.0 K docs, 253.3 MB 235.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 70.3s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 365.0 sec: 71 segments, 6 merges 974.1s _16l: 8 segs, 1079.6 K docs, 4313.7 MB 774.2s _19p: 8 segs, 177.8 K docs, 708.9 MB 574.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 365.0s _1fm: 15 segs, 64.0 K docs, 253.3 MB 240.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 75.3s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 370.0 sec: 71 segments, 6 merges 979.1s _16l: 8 segs, 1079.6 K docs, 4313.7 MB 779.2s _19p: 8 segs, 177.8 K docs, 708.9 MB 579.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 370.0s _1fm: 15 segs, 64.0 K docs, 253.3 MB 245.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 80.3s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 375.1 sec: 71 segments, 6 merges 984.1s _16l: 8 segs, 1079.6 K docs, 4313.7 MB 784.2s _19p: 8 segs, 177.8 K docs, 708.9 MB 584.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 375.1s _1fm: 15 segs, 64.0 K docs, 253.3 MB 250.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 85.4s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 380.1 sec: 50 segments, 4 merges 989.1s _16l: 8 segs, 1079.6 K docs, 4313.7 MB 589.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 255.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 90.4s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 385.1 sec: 50 segments, 4 merges 994.1s _16l: 8 segs, 1079.6 K docs, 4313.7 MB 594.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 260.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 95.4s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 390.1 sec: 50 segments, 4 merges 999.1s _16l: 8 segs, 1079.6 K docs, 4313.7 MB 599.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 265.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 100.4s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 395.1 sec: 50 segments, 4 merges 1004.1s _16l: 8 segs, 1079.6 K docs, 4313.7 MB 604.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 270.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 105.4s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 400.1 sec: 50 segments, 4 merges 1009.1s _16l: 8 segs, 1079.6 K docs, 4313.7 MB 609.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 275.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 110.4s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 405.1 sec: 50 segments, 4 merges 1014.2s _16l: 8 segs, 1079.6 K docs, 4313.7 MB 614.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 280.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 115.4s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 410.1 sec: 50 segments, 4 merges 1019.2s _16l: 8 segs, 1079.6 K docs, 4313.7 MB 619.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 285.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 120.4s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 415.1 sec: 50 segments, 4 merges 1024.2s _16l: 8 segs, 1079.6 K docs, 4313.7 MB 624.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 290.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 125.4s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 420.0 sec: 50 segments, 4 merges 1029.1s _16l: 8 segs, 1079.6 K docs, 4313.7 MB 628.9s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 295.1s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 130.3s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 425.0 sec: 50 segments, 4 merges 1034.1s _16l: 8 segs, 1079.6 K docs, 4313.7 MB 634.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 300.1s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 135.3s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 430.0 sec: 50 segments, 4 merges 1039.1s _16l: 8 segs, 1079.6 K docs, 4313.7 MB 639.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 305.1s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 140.3s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 435.0 sec: 50 segments, 4 merges 1044.1s _16l: 8 segs, 1079.6 K docs, 4313.7 MB 644.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 310.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 145.3s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 440.0 sec: 50 segments, 4 merges 1049.1s _16l: 8 segs, 1079.6 K docs, 4313.7 MB 649.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 315.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 150.3s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 445.0 sec: 50 segments, 4 merges 1054.1s _16l: 8 segs, 1079.6 K docs, 4313.7 MB 654.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 320.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 155.3s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 450.0 sec: 50 segments, 4 merges 1059.1s _16l: 8 segs, 1079.6 K docs, 4313.7 MB 659.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 325.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 160.3s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 455.0 sec: 50 segments, 4 merges 1064.1s _16l: 8 segs, 1079.6 K docs, 4313.7 MB 664.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 330.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 165.3s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 460.0 sec: 50 segments, 4 merges 1069.1s _16l: 8 segs, 1079.6 K docs, 4313.7 MB 669.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 335.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 170.3s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 465.0 sec: 50 segments, 4 merges 1074.1s _16l: 8 segs, 1079.6 K docs, 4313.7 MB 674.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 340.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 175.3s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 470.1 sec: 50 segments, 4 merges 1079.1s _16l: 8 segs, 1079.6 K docs, 4313.7 MB 679.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 345.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 180.4s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 475.1 sec: 50 segments, 4 merges 1084.1s _16l: 8 segs, 1079.6 K docs, 4313.7 MB 684.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 350.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 185.4s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 480.1 sec: 50 segments, 4 merges 1089.1s _16l: 8 segs, 1079.6 K docs, 4313.7 MB 689.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 355.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 190.4s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 485.1 sec: 50 segments, 4 merges 1094.1s _16l: 8 segs, 1079.6 K docs, 4313.7 MB 694.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 360.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 195.4s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 490.1 sec: 50 segments, 4 merges 1099.1s _16l: 8 segs, 1079.6 K docs, 4313.7 MB 699.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 365.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 200.4s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 495.1 sec: 50 segments, 4 merges 1104.1s _16l: 8 segs, 1079.6 K docs, 4313.7 MB 704.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 370.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 205.4s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 500.1 sec: 50 segments, 4 merges 1109.2s _16l: 8 segs, 1079.6 K docs, 4313.7 MB 709.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 375.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 210.4s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 505.1 sec: 50 segments, 4 merges 1114.2s _16l: 8 segs, 1079.6 K docs, 4313.7 MB 714.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 380.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 215.4s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 510.1 sec: 50 segments, 4 merges 1119.2s _16l: 8 segs, 1079.6 K docs, 4313.7 MB 719.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 385.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 220.4s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 515.1 sec: 50 segments, 4 merges 1124.2s _16l: 8 segs, 1079.6 K docs, 4313.7 MB 724.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 390.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 225.4s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 520.0 sec: 50 segments, 4 merges 1129.1s _16l: 8 segs, 1079.6 K docs, 4313.7 MB 729.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 395.1s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 230.3s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 525.0 sec: 50 segments, 4 merges 1134.1s _16l: 8 segs, 1079.6 K docs, 4313.7 MB 734.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 400.1s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 235.3s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 530.0 sec: 50 segments, 4 merges 1139.1s _16l: 8 segs, 1079.6 K docs, 4313.7 MB 739.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 405.1s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 240.3s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 535.0 sec: 50 segments, 4 merges 1144.1s _16l: 8 segs, 1079.6 K docs, 4313.7 MB 744.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 410.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 245.3s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 540.0 sec: 50 segments, 4 merges 1149.1s _16l: 8 segs, 1079.6 K docs, 4313.7 MB 749.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 415.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 250.3s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 545.0 sec: 50 segments, 4 merges 1154.1s _16l: 8 segs, 1079.6 K docs, 4313.7 MB 754.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 420.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 255.3s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 550.0 sec: 50 segments, 4 merges 1159.1s _16l: 8 segs, 1079.6 K docs, 4313.7 MB 759.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 425.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 260.3s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 555.0 sec: 50 segments, 4 merges 1164.1s _16l: 8 segs, 1079.6 K docs, 4313.7 MB 764.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 430.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 265.3s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 560.0 sec: 50 segments, 4 merges 1169.1s _16l: 8 segs, 1079.6 K docs, 4313.7 MB 769.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 435.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 270.3s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 565.0 sec: 50 segments, 4 merges 1174.1s _16l: 8 segs, 1079.6 K docs, 4313.7 MB 774.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 440.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 275.3s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 570.0 sec: 50 segments, 4 merges 1179.1s _16l: 8 segs, 1079.6 K docs, 4313.7 MB 779.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 445.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 280.3s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 575.1 sec: 50 segments, 4 merges 1184.1s _16l: 8 segs, 1079.6 K docs, 4313.7 MB 784.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 450.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 285.4s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 580.1 sec: 50 segments, 4 merges 1189.1s _16l: 8 segs, 1079.6 K docs, 4313.7 MB 789.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 455.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 290.4s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 585.1 sec: 50 segments, 4 merges 1194.1s _16l: 8 segs, 1079.6 K docs, 4313.7 MB 794.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 460.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 295.4s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 590.1 sec: 50 segments, 4 merges 1199.1s _16l: 8 segs, 1079.6 K docs, 4313.7 MB 799.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 465.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 300.4s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 595.1 sec: 43 segments, 3 merges 804.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 470.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 305.4s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 600.1 sec: 43 segments, 3 merges 809.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 475.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 310.4s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 605.1 sec: 43 segments, 3 merges 814.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 480.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 315.4s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 610.1 sec: 43 segments, 3 merges 819.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 485.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 320.4s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 615.0 sec: 43 segments, 3 merges 824.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 490.1s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 325.3s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 620.0 sec: 43 segments, 3 merges 829.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 495.1s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 330.3s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 625.0 sec: 43 segments, 3 merges 834.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 500.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 335.3s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 630.0 sec: 43 segments, 3 merges 839.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 505.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 340.3s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 635.0 sec: 43 segments, 3 merges 844.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 510.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 345.3s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 640.0 sec: 43 segments, 3 merges 849.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 515.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 350.3s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 645.0 sec: 43 segments, 3 merges 854.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 520.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 355.3s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 650.1 sec: 43 segments, 3 merges 859.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 525.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 360.3s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 655.1 sec: 43 segments, 3 merges 864.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 530.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 365.4s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 660.1 sec: 43 segments, 3 merges 869.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 535.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 370.4s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 665.1 sec: 43 segments, 3 merges 874.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 540.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 375.4s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 670.1 sec: 43 segments, 3 merges 879.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 545.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 380.4s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 675.1 sec: 43 segments, 3 merges 884.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 550.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 385.4s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 680.1 sec: 43 segments, 3 merges 889.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 555.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 390.4s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 685.1 sec: 43 segments, 3 merges 894.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 560.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 395.4s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 690.1 sec: 43 segments, 3 merges 899.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 565.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 400.4s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 695.0 sec: 43 segments, 3 merges 904.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 570.1s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 405.3s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 700.0 sec: 43 segments, 3 merges 909.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 575.1s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 410.3s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 705.0 sec: 43 segments, 3 merges 914.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 580.1s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 415.3s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 710.0 sec: 43 segments, 3 merges 919.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 585.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 420.3s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 715.0 sec: 43 segments, 3 merges 924.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 590.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 425.3s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 720.0 sec: 43 segments, 3 merges 929.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 595.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 430.3s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 725.0 sec: 43 segments, 3 merges 934.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 600.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 435.3s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 730.0 sec: 43 segments, 3 merges 939.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 605.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 440.3s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 735.1 sec: 43 segments, 3 merges 944.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 610.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 445.3s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 740.1 sec: 43 segments, 3 merges 949.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 615.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 450.4s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 745.1 sec: 43 segments, 3 merges 954.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 620.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 455.4s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 750.1 sec: 43 segments, 3 merges 959.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 625.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 460.4s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 755.1 sec: 43 segments, 3 merges 964.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 630.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 465.4s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 760.1 sec: 43 segments, 3 merges 969.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 635.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 470.4s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 765.1 sec: 43 segments, 3 merges 974.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 640.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 475.4s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 770.1 sec: 43 segments, 3 merges 979.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 645.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 480.4s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 775.1 sec: 43 segments, 3 merges 984.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 650.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 485.4s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 780.0 sec: 43 segments, 3 merges 989.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 655.1s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 490.3s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 785.0 sec: 43 segments, 3 merges 994.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 660.1s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 495.3s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 790.0 sec: 43 segments, 3 merges 999.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 665.1s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 500.3s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 795.0 sec: 43 segments, 3 merges 1004.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 670.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 505.3s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 800.0 sec: 43 segments, 3 merges 1009.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 675.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 510.3s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 805.0 sec: 43 segments, 3 merges 1014.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 680.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 515.3s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 810.0 sec: 43 segments, 3 merges 1019.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 685.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 520.3s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 815.0 sec: 43 segments, 3 merges 1024.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 690.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 525.3s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 820.0 sec: 43 segments, 3 merges 1029.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 695.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 530.3s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 825.1 sec: 43 segments, 3 merges 1034.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 700.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 535.4s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 830.1 sec: 43 segments, 3 merges 1039.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 705.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 540.4s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 835.1 sec: 43 segments, 3 merges 1044.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 710.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 545.4s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 840.1 sec: 43 segments, 3 merges 1049.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 715.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 550.4s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 845.1 sec: 43 segments, 3 merges 1054.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 720.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 555.4s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 850.1 sec: 43 segments, 3 merges 1059.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 725.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 560.4s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 855.1 sec: 43 segments, 3 merges 1064.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 730.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 565.4s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 860.1 sec: 43 segments, 3 merges 1069.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 735.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 570.4s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 865.1 sec: 43 segments, 3 merges 1074.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 740.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 575.4s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 870.0 sec: 43 segments, 3 merges 1078.9s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 745.1s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 580.3s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 875.0 sec: 43 segments, 3 merges 1084.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 750.1s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 585.3s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 880.0 sec: 43 segments, 3 merges 1089.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 755.1s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 590.3s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 885.0 sec: 43 segments, 3 merges 1094.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 760.1s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 595.3s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 890.0 sec: 43 segments, 3 merges 1099.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 765.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 600.3s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 895.0 sec: 43 segments, 3 merges 1104.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 770.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 605.3s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 900.0 sec: 43 segments, 3 merges 1109.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 775.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 610.3s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 905.0 sec: 43 segments, 3 merges 1114.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 780.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 615.3s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 910.0 sec: 43 segments, 3 merges 1119.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 785.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 620.3s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 915.0 sec: 43 segments, 3 merges 1124.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 790.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 625.3s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 920.1 sec: 43 segments, 3 merges 1129.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 795.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 630.3s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 925.1 sec: 43 segments, 3 merges 1134.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 800.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 635.4s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 930.1 sec: 43 segments, 3 merges 1139.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 805.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 640.4s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 935.1 sec: 43 segments, 3 merges 1144.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 810.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 645.4s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 940.1 sec: 43 segments, 3 merges 1149.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 815.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 650.4s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 945.1 sec: 43 segments, 3 merges 1154.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 820.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 655.4s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 950.1 sec: 43 segments, 3 merges 1159.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 825.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 660.4s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 955.1 sec: 43 segments, 3 merges 1164.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 830.2s _1fn: 8 segs, 524.9 K docs, 2094.8 MB 665.4s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 960.1 sec: 36 segments, 2 merges 1169.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 670.4s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 965.0 sec: 36 segments, 2 merges 1174.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 675.3s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 970.0 sec: 36 segments, 2 merges 1179.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 680.3s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 975.0 sec: 36 segments, 2 merges 1184.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 685.3s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 980.0 sec: 36 segments, 2 merges 1189.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 690.3s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 985.0 sec: 36 segments, 2 merges 1194.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 695.3s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 990.0 sec: 36 segments, 2 merges 1199.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 700.3s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 995.0 sec: 36 segments, 2 merges 1204.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 705.3s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 1000.0 sec: 36 segments, 2 merges 1209.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 710.3s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 1005.1 sec: 36 segments, 2 merges 1214.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 715.4s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 1010.1 sec: 36 segments, 2 merges 1219.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 720.4s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 1015.1 sec: 36 segments, 2 merges 1224.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 725.4s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 1020.0 sec: 36 segments, 2 merges 1229.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 730.3s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 1025.0 sec: 36 segments, 2 merges 1234.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 735.3s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 1030.0 sec: 36 segments, 2 merges 1239.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 740.3s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 1035.0 sec: 36 segments, 2 merges 1244.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 745.3s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 1040.1 sec: 36 segments, 2 merges 1249.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 750.4s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 1045.1 sec: 36 segments, 2 merges 1254.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 755.4s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 1050.1 sec: 36 segments, 2 merges 1259.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 760.4s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 1055.1 sec: 36 segments, 2 merges 1264.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 765.4s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 1060.1 sec: 36 segments, 2 merges 1269.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 770.4s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 1065.1 sec: 36 segments, 2 merges 1274.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 775.4s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 1070.1 sec: 36 segments, 2 merges 1279.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 780.4s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 1075.1 sec: 36 segments, 2 merges 1284.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 785.4s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 1080.0 sec: 36 segments, 2 merges 1289.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 790.3s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 1085.0 sec: 36 segments, 2 merges 1294.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 795.3s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 1090.0 sec: 36 segments, 2 merges 1299.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 800.3s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 1095.0 sec: 36 segments, 2 merges 1304.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 805.3s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 1100.0 sec: 36 segments, 2 merges 1309.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 810.3s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 1105.0 sec: 36 segments, 2 merges 1314.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 815.3s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 1110.0 sec: 36 segments, 2 merges 1319.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 820.3s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 1115.0 sec: 36 segments, 2 merges 1324.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 825.3s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 1120.1 sec: 36 segments, 2 merges 1329.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 830.3s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 1125.1 sec: 36 segments, 2 merges 1334.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 835.4s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 1130.1 sec: 36 segments, 2 merges 1339.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 840.4s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 1135.1 sec: 36 segments, 2 merges 1344.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 845.4s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 1140.1 sec: 36 segments, 2 merges 1349.0s _1ci: 8 segs, 1147.4 K docs, 4585.0 MB 850.4s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 1145.1 sec: 29 segments, 2 merges 855.4s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 4.4s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1150.1 sec: 29 segments, 2 merges 860.4s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 9.4s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1155.0 sec: 29 segments, 2 merges 865.3s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 14.3s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1160.0 sec: 29 segments, 2 merges 870.3s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 19.3s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1165.0 sec: 29 segments, 2 merges 875.3s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 24.3s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1170.0 sec: 29 segments, 2 merges 880.3s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 29.3s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1175.0 sec: 29 segments, 2 merges 885.3s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 34.3s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1180.0 sec: 29 segments, 2 merges 890.3s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 39.3s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1185.0 sec: 29 segments, 2 merges 895.3s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 44.3s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1190.0 sec: 29 segments, 2 merges 900.3s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 49.3s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1195.0 sec: 29 segments, 2 merges 905.3s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 54.3s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1200.0 sec: 29 segments, 2 merges 910.3s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 59.3s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1205.1 sec: 29 segments, 2 merges 915.4s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 64.3s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1210.1 sec: 29 segments, 2 merges 920.4s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 69.3s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1215.1 sec: 29 segments, 2 merges 925.4s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 74.3s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1220.1 sec: 29 segments, 2 merges 930.4s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 79.3s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1225.1 sec: 29 segments, 2 merges 935.4s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 84.4s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1230.1 sec: 29 segments, 2 merges 940.4s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 89.4s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1235.1 sec: 29 segments, 2 merges 945.4s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 94.4s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1240.1 sec: 29 segments, 2 merges 950.4s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 99.4s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1245.1 sec: 29 segments, 2 merges 955.4s _1fo: 8 segs, 454.1 K docs, 1811.6 MB 104.4s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1250.0 sec: 22 segments, 1 merges 109.3s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1255.0 sec: 22 segments, 1 merges 114.3s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1260.0 sec: 22 segments, 1 merges 119.3s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1265.0 sec: 22 segments, 1 merges 124.3s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1270.0 sec: 22 segments, 1 merges 129.3s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1275.0 sec: 22 segments, 1 merges 134.3s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1280.0 sec: 22 segments, 1 merges 139.3s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1285.0 sec: 22 segments, 1 merges 144.3s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1290.0 sec: 22 segments, 1 merges 149.3s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1295.0 sec: 22 segments, 1 merges 154.3s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1300.1 sec: 22 segments, 1 merges 159.3s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1305.1 sec: 22 segments, 1 merges 164.3s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1310.1 sec: 22 segments, 1 merges 169.3s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1315.1 sec: 22 segments, 1 merges 174.3s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1320.1 sec: 22 segments, 1 merges 179.3s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1325.1 sec: 22 segments, 1 merges 184.4s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1330.1 sec: 22 segments, 1 merges 189.4s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1335.1 sec: 22 segments, 1 merges 194.4s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1340.1 sec: 22 segments, 1 merges 199.4s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1345.0 sec: 22 segments, 1 merges 204.3s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1350.0 sec: 22 segments, 1 merges 209.3s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1355.0 sec: 22 segments, 1 merges 214.3s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1360.0 sec: 22 segments, 1 merges 219.3s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1365.0 sec: 22 segments, 1 merges 224.3s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1370.0 sec: 22 segments, 1 merges 229.3s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1375.0 sec: 22 segments, 1 merges 234.3s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1380.0 sec: 22 segments, 1 merges 239.3s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1385.0 sec: 22 segments, 1 merges 244.3s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1390.1 sec: 22 segments, 1 merges 249.3s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1395.1 sec: 22 segments, 1 merges 254.3s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1400.1 sec: 22 segments, 1 merges 259.3s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1405.1 sec: 22 segments, 1 merges 264.3s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1410.1 sec: 22 segments, 1 merges 269.4s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1415.1 sec: 22 segments, 1 merges 274.4s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1420.1 sec: 22 segments, 1 merges 279.4s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1425.1 sec: 22 segments, 1 merges 284.4s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1430.0 sec: 22 segments, 1 merges 289.3s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1435.0 sec: 22 segments, 1 merges 294.3s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1440.0 sec: 22 segments, 1 merges 299.3s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1445.0 sec: 22 segments, 1 merges 304.3s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1450.0 sec: 22 segments, 1 merges 309.3s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1455.0 sec: 22 segments, 1 merges 314.3s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1460.0 sec: 22 segments, 1 merges 319.3s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1465.0 sec: 22 segments, 1 merges 324.3s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1470.1 sec: 22 segments, 1 merges 329.3s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1475.1 sec: 22 segments, 1 merges 334.3s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1480.1 sec: 22 segments, 1 merges 339.3s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1485.1 sec: 22 segments, 1 merges 344.3s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1490.1 sec: 22 segments, 1 merges 349.3s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1495.1 sec: 22 segments, 1 merges 354.4s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1500.1 sec: 22 segments, 1 merges 359.4s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1505.1 sec: 22 segments, 1 merges 364.4s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1510.1 sec: 22 segments, 1 merges 369.4s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1515.0 sec: 22 segments, 1 merges 374.3s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1520.0 sec: 22 segments, 1 merges 379.3s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1525.0 sec: 22 segments, 1 merges 384.3s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1530.0 sec: 22 segments, 1 merges 389.3s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1535.0 sec: 22 segments, 1 merges 394.3s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1540.0 sec: 22 segments, 1 merges 399.3s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1545.0 sec: 22 segments, 1 merges 404.3s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1550.1 sec: 22 segments, 1 merges 409.3s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1555.1 sec: 22 segments, 1 merges 414.3s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1560.1 sec: 22 segments, 1 merges 419.3s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1565.1 sec: 22 segments, 1 merges 424.3s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1570.1 sec: 22 segments, 1 merges 429.3s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1575.1 sec: 22 segments, 1 merges 434.4s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1580.1 sec: 22 segments, 1 merges 439.4s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1585.1 sec: 22 segments, 1 merges 444.4s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1590.1 sec: 22 segments, 1 merges 449.4s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1595.0 sec: 22 segments, 1 merges 454.3s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1600.0 sec: 22 segments, 1 merges 459.3s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1605.0 sec: 22 segments, 1 merges 464.3s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1610.0 sec: 22 segments, 1 merges 469.3s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1615.0 sec: 22 segments, 1 merges 474.3s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1620.0 sec: 22 segments, 1 merges 479.3s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1625.0 sec: 22 segments, 1 merges 484.3s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1630.0 sec: 22 segments, 1 merges 489.3s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1635.0 sec: 22 segments, 1 merges 494.3s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1640.0 sec: 22 segments, 1 merges 499.3s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1645.1 sec: 22 segments, 1 merges 504.3s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1650.1 sec: 22 segments, 1 merges 509.3s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1655.1 sec: 22 segments, 1 merges 514.3s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1660.1 sec: 22 segments, 1 merges 519.3s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1665.1 sec: 22 segments, 1 merges 524.3s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1670.1 sec: 22 segments, 1 merges 529.4s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1675.1 sec: 22 segments, 1 merges 534.4s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1680.1 sec: 22 segments, 1 merges 539.4s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1685.1 sec: 22 segments, 1 merges 544.4s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1690.0 sec: 22 segments, 1 merges 549.3s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1695.0 sec: 22 segments, 1 merges 554.3s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1700.0 sec: 22 segments, 1 merges 559.3s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1705.0 sec: 22 segments, 1 merges 564.3s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1710.0 sec: 22 segments, 1 merges 569.3s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1715.0 sec: 22 segments, 1 merges 574.3s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1720.0 sec: 22 segments, 1 merges 579.3s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1725.0 sec: 22 segments, 1 merges 584.3s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1730.0 sec: 22 segments, 1 merges 589.3s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1735.1 sec: 22 segments, 1 merges 594.3s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1740.1 sec: 22 segments, 1 merges 599.3s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1745.1 sec: 22 segments, 1 merges 604.3s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1750.1 sec: 22 segments, 1 merges 609.3s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1755.1 sec: 22 segments, 1 merges 614.4s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1760.1 sec: 22 segments, 1 merges 619.4s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1765.1 sec: 22 segments, 1 merges 624.4s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1770.1 sec: 22 segments, 1 merges 629.4s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1775.0 sec: 22 segments, 1 merges 634.3s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1780.0 sec: 22 segments, 1 merges 639.3s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1785.0 sec: 22 segments, 1 merges 644.3s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1790.0 sec: 22 segments, 1 merges 649.3s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1795.0 sec: 22 segments, 1 merges 654.3s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1800.0 sec: 22 segments, 1 merges 659.3s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1805.0 sec: 22 segments, 1 merges 664.3s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1810.0 sec: 22 segments, 1 merges 669.3s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1815.0 sec: 22 segments, 1 merges 674.3s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1820.1 sec: 22 segments, 1 merges 679.3s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1825.1 sec: 22 segments, 1 merges 684.3s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1830.1 sec: 22 segments, 1 merges 689.3s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1835.1 sec: 22 segments, 1 merges 694.3s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1840.1 sec: 22 segments, 1 merges 699.3s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1845.1 sec: 22 segments, 1 merges 704.4s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1850.1 sec: 22 segments, 1 merges 709.4s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1855.1 sec: 22 segments, 1 merges 714.4s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1860.1 sec: 22 segments, 1 merges 719.4s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1865.0 sec: 22 segments, 1 merges 724.3s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1870.0 sec: 22 segments, 1 merges 729.3s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1875.0 sec: 22 segments, 1 merges 734.3s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1880.0 sec: 22 segments, 1 merges 739.3s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB 1885.0 sec: 22 segments, 1 merges 744.3s _1fp: 7 segs, 1237.4 K docs, 4945.3 MB done first pass waiting for merges done second pass waiting for merges (CMS.sync()) Indexed 8000000 docs in 3168 seconds reindex takes 3168.37 sec Force merge index in knn-reuse/indices/dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-fm now wait for already running merges to finish 0.0 sec: 16 segments, 1 merges 5.0 sec: 16 segments, 1 merges 5.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 10.0 sec: 16 segments, 1 merges 10.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 15.0 sec: 16 segments, 1 merges 15.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 20.0 sec: 16 segments, 1 merges 20.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 25.0 sec: 16 segments, 1 merges 25.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 30.0 sec: 16 segments, 1 merges 30.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 35.0 sec: 16 segments, 1 merges 35.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 40.1 sec: 16 segments, 1 merges 40.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 45.1 sec: 16 segments, 1 merges 45.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 50.1 sec: 16 segments, 1 merges 50.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 55.1 sec: 16 segments, 1 merges 55.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 60.1 sec: 16 segments, 1 merges 60.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 65.1 sec: 16 segments, 1 merges 65.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 70.1 sec: 16 segments, 1 merges 70.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 75.0 sec: 16 segments, 1 merges 75.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 80.0 sec: 16 segments, 1 merges 80.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 85.0 sec: 16 segments, 1 merges 85.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 90.0 sec: 16 segments, 1 merges 90.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 95.0 sec: 16 segments, 1 merges 95.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 100.0 sec: 16 segments, 1 merges 100.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 105.0 sec: 16 segments, 1 merges 105.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 110.0 sec: 16 segments, 1 merges 110.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 115.0 sec: 16 segments, 1 merges 115.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 120.1 sec: 16 segments, 1 merges 120.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 125.1 sec: 16 segments, 1 merges 125.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 130.1 sec: 16 segments, 1 merges 130.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 135.1 sec: 16 segments, 1 merges 135.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 140.1 sec: 16 segments, 1 merges 140.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 145.1 sec: 16 segments, 1 merges 145.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 150.1 sec: 16 segments, 1 merges 150.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 155.1 sec: 16 segments, 1 merges 155.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 160.1 sec: 16 segments, 1 merges 160.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 165.1 sec: 16 segments, 1 merges 165.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 170.1 sec: 16 segments, 1 merges 170.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 175.0 sec: 16 segments, 1 merges 175.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 180.0 sec: 16 segments, 1 merges 180.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 185.0 sec: 16 segments, 1 merges 185.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 190.0 sec: 16 segments, 1 merges 190.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 195.0 sec: 16 segments, 1 merges 195.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 200.0 sec: 16 segments, 1 merges 200.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 205.1 sec: 16 segments, 1 merges 205.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 210.1 sec: 16 segments, 1 merges 210.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 215.1 sec: 16 segments, 1 merges 215.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 220.1 sec: 16 segments, 1 merges 220.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 225.1 sec: 16 segments, 1 merges 225.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 230.1 sec: 16 segments, 1 merges 230.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 235.1 sec: 16 segments, 1 merges 235.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 240.1 sec: 16 segments, 1 merges 240.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 245.0 sec: 16 segments, 1 merges 245.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 250.0 sec: 16 segments, 1 merges 250.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 255.0 sec: 16 segments, 1 merges 255.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 260.0 sec: 16 segments, 1 merges 260.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 265.0 sec: 16 segments, 1 merges 265.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 270.1 sec: 16 segments, 1 merges 270.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 275.1 sec: 16 segments, 1 merges 275.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 280.1 sec: 16 segments, 1 merges 280.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 285.1 sec: 16 segments, 1 merges 285.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 290.1 sec: 16 segments, 1 merges 290.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 295.1 sec: 16 segments, 1 merges 295.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 300.1 sec: 16 segments, 1 merges 300.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 305.0 sec: 16 segments, 1 merges 305.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 310.0 sec: 16 segments, 1 merges 310.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 315.0 sec: 16 segments, 1 merges 315.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 320.0 sec: 16 segments, 1 merges 320.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 325.0 sec: 16 segments, 1 merges 325.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 330.0 sec: 16 segments, 1 merges 330.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 335.0 sec: 16 segments, 1 merges 335.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 340.0 sec: 16 segments, 1 merges 340.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 345.1 sec: 16 segments, 1 merges 345.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 350.1 sec: 16 segments, 1 merges 350.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 355.1 sec: 16 segments, 1 merges 355.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 360.1 sec: 16 segments, 1 merges 360.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 365.1 sec: 16 segments, 1 merges 365.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 370.1 sec: 16 segments, 1 merges 370.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 375.1 sec: 16 segments, 1 merges 375.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 380.1 sec: 16 segments, 1 merges 380.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 385.0 sec: 16 segments, 1 merges 385.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 390.0 sec: 16 segments, 1 merges 390.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 395.0 sec: 16 segments, 1 merges 395.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 400.0 sec: 16 segments, 1 merges 400.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 405.0 sec: 16 segments, 1 merges 405.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 410.0 sec: 16 segments, 1 merges 410.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 415.0 sec: 16 segments, 1 merges 415.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 420.0 sec: 16 segments, 1 merges 420.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 425.0 sec: 16 segments, 1 merges 425.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 430.1 sec: 16 segments, 1 merges 430.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 435.1 sec: 16 segments, 1 merges 435.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 440.1 sec: 16 segments, 1 merges 440.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 445.1 sec: 16 segments, 1 merges 445.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 450.1 sec: 16 segments, 1 merges 450.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 455.1 sec: 16 segments, 1 merges 455.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 460.1 sec: 16 segments, 1 merges 460.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 465.1 sec: 16 segments, 1 merges 465.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 470.0 sec: 16 segments, 1 merges 470.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 475.0 sec: 16 segments, 1 merges 475.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 480.0 sec: 16 segments, 1 merges 480.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 485.0 sec: 16 segments, 1 merges 485.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 490.0 sec: 16 segments, 1 merges 490.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 495.0 sec: 16 segments, 1 merges 495.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 500.0 sec: 16 segments, 1 merges 500.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 505.0 sec: 16 segments, 1 merges 505.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 510.1 sec: 16 segments, 1 merges 510.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 515.1 sec: 16 segments, 1 merges 515.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 520.1 sec: 16 segments, 1 merges 520.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 525.1 sec: 16 segments, 1 merges 525.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 530.1 sec: 16 segments, 1 merges 530.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 535.1 sec: 16 segments, 1 merges 535.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 540.1 sec: 16 segments, 1 merges 540.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 545.1 sec: 16 segments, 1 merges 545.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 550.0 sec: 16 segments, 1 merges 550.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 555.0 sec: 16 segments, 1 merges 555.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 560.0 sec: 16 segments, 1 merges 560.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 565.0 sec: 16 segments, 1 merges 565.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 570.0 sec: 16 segments, 1 merges 570.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 575.0 sec: 16 segments, 1 merges 575.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 580.0 sec: 16 segments, 1 merges 580.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 585.1 sec: 16 segments, 1 merges 585.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 590.1 sec: 16 segments, 1 merges 590.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 595.1 sec: 16 segments, 1 merges 595.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 600.1 sec: 16 segments, 1 merges 600.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 605.1 sec: 16 segments, 1 merges 605.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 610.1 sec: 16 segments, 1 merges 610.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 615.1 sec: 16 segments, 1 merges 615.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 620.1 sec: 16 segments, 1 merges 620.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 625.0 sec: 16 segments, 1 merges 625.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 630.0 sec: 16 segments, 1 merges 630.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 635.0 sec: 16 segments, 1 merges 635.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 640.0 sec: 16 segments, 1 merges 640.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 645.0 sec: 16 segments, 1 merges 645.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 650.0 sec: 16 segments, 1 merges 650.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 655.0 sec: 16 segments, 1 merges 655.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 660.0 sec: 16 segments, 1 merges 660.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 665.0 sec: 16 segments, 1 merges 665.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 670.1 sec: 16 segments, 1 merges 670.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 675.1 sec: 16 segments, 1 merges 675.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 680.1 sec: 16 segments, 1 merges 680.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 685.1 sec: 16 segments, 1 merges 685.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 690.1 sec: 16 segments, 1 merges 690.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 695.1 sec: 16 segments, 1 merges 695.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 700.1 sec: 16 segments, 1 merges 700.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 705.1 sec: 16 segments, 1 merges 705.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 710.0 sec: 16 segments, 1 merges 710.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 715.0 sec: 16 segments, 1 merges 715.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 720.0 sec: 16 segments, 1 merges 720.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 725.0 sec: 16 segments, 1 merges 725.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 730.0 sec: 16 segments, 1 merges 730.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 735.0 sec: 16 segments, 1 merges 735.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 740.0 sec: 16 segments, 1 merges 740.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 745.1 sec: 16 segments, 1 merges 745.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 750.1 sec: 16 segments, 1 merges 750.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 755.1 sec: 16 segments, 1 merges 755.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 760.1 sec: 16 segments, 1 merges 760.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 765.1 sec: 16 segments, 1 merges 765.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 770.1 sec: 16 segments, 1 merges 770.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 775.1 sec: 16 segments, 1 merges 775.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 780.1 sec: 16 segments, 1 merges 780.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 785.1 sec: 16 segments, 1 merges 785.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 790.0 sec: 16 segments, 1 merges 790.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 795.0 sec: 16 segments, 1 merges 795.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 800.0 sec: 16 segments, 1 merges 800.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 805.0 sec: 16 segments, 1 merges 805.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 810.0 sec: 16 segments, 1 merges 810.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 815.0 sec: 16 segments, 1 merges 815.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 820.0 sec: 16 segments, 1 merges 820.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 825.0 sec: 16 segments, 1 merges 825.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 830.0 sec: 16 segments, 1 merges 830.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 835.1 sec: 16 segments, 1 merges 835.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 840.1 sec: 16 segments, 1 merges 840.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 845.1 sec: 16 segments, 1 merges 845.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 850.1 sec: 16 segments, 1 merges 850.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 855.1 sec: 16 segments, 1 merges 855.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 860.1 sec: 16 segments, 1 merges 860.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 865.1 sec: 16 segments, 1 merges 865.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 870.1 sec: 16 segments, 1 merges 870.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 875.0 sec: 16 segments, 1 merges 875.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 880.0 sec: 16 segments, 1 merges 880.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 885.0 sec: 16 segments, 1 merges 885.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 890.0 sec: 16 segments, 1 merges 890.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 895.0 sec: 16 segments, 1 merges 895.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 900.0 sec: 16 segments, 1 merges 900.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 905.0 sec: 16 segments, 1 merges 905.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 910.0 sec: 16 segments, 1 merges 910.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 915.0 sec: 16 segments, 1 merges 915.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 920.1 sec: 16 segments, 1 merges 920.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 925.1 sec: 16 segments, 1 merges 925.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 930.1 sec: 16 segments, 1 merges 930.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 935.0 sec: 16 segments, 1 merges 935.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 940.0 sec: 16 segments, 1 merges 940.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 945.0 sec: 16 segments, 1 merges 945.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 950.0 sec: 16 segments, 1 merges 950.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 955.0 sec: 16 segments, 1 merges 955.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 960.0 sec: 16 segments, 1 merges 960.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 965.0 sec: 16 segments, 1 merges 965.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 970.1 sec: 16 segments, 1 merges 970.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 975.1 sec: 16 segments, 1 merges 975.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 980.1 sec: 16 segments, 1 merges 980.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 985.1 sec: 16 segments, 1 merges 985.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 990.1 sec: 16 segments, 1 merges 990.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 995.1 sec: 16 segments, 1 merges 995.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1000.1 sec: 16 segments, 1 merges 1000.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1005.1 sec: 16 segments, 1 merges 1005.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1010.0 sec: 16 segments, 1 merges 1010.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1015.0 sec: 16 segments, 1 merges 1015.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1020.0 sec: 16 segments, 1 merges 1020.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1025.0 sec: 16 segments, 1 merges 1025.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1030.0 sec: 16 segments, 1 merges 1030.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1035.0 sec: 16 segments, 1 merges 1035.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1040.0 sec: 16 segments, 1 merges 1040.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1045.0 sec: 16 segments, 1 merges 1045.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1050.1 sec: 16 segments, 1 merges 1050.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1055.1 sec: 16 segments, 1 merges 1055.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1060.1 sec: 16 segments, 1 merges 1060.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1065.1 sec: 16 segments, 1 merges 1065.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1070.1 sec: 16 segments, 1 merges 1070.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1075.1 sec: 16 segments, 1 merges 1075.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1080.0 sec: 16 segments, 1 merges 1080.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1085.0 sec: 16 segments, 1 merges 1085.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1090.0 sec: 16 segments, 1 merges 1090.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1095.0 sec: 16 segments, 1 merges 1095.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1100.0 sec: 16 segments, 1 merges 1100.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1105.0 sec: 16 segments, 1 merges 1105.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1110.1 sec: 16 segments, 1 merges 1110.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1115.1 sec: 16 segments, 1 merges 1115.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1120.1 sec: 16 segments, 1 merges 1120.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1125.1 sec: 16 segments, 1 merges 1125.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1130.1 sec: 16 segments, 1 merges 1130.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1135.1 sec: 16 segments, 1 merges 1135.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1140.1 sec: 16 segments, 1 merges 1140.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1145.0 sec: 16 segments, 1 merges 1145.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1150.0 sec: 16 segments, 1 merges 1150.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1155.0 sec: 16 segments, 1 merges 1155.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1160.0 sec: 16 segments, 1 merges 1160.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1165.0 sec: 16 segments, 1 merges 1165.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1170.0 sec: 16 segments, 1 merges 1170.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1175.1 sec: 16 segments, 1 merges 1175.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1180.1 sec: 16 segments, 1 merges 1180.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1185.1 sec: 16 segments, 1 merges 1185.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1190.1 sec: 16 segments, 1 merges 1190.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1195.1 sec: 16 segments, 1 merges 1195.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1200.1 sec: 16 segments, 1 merges 1200.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1205.1 sec: 16 segments, 1 merges 1205.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1210.0 sec: 16 segments, 1 merges 1210.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1215.0 sec: 16 segments, 1 merges 1215.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1220.0 sec: 16 segments, 1 merges 1220.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1225.0 sec: 16 segments, 1 merges 1225.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1230.0 sec: 16 segments, 1 merges 1230.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1235.0 sec: 16 segments, 1 merges 1235.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1240.0 sec: 16 segments, 1 merges 1240.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1245.1 sec: 16 segments, 1 merges 1245.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1250.1 sec: 16 segments, 1 merges 1250.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1255.1 sec: 16 segments, 1 merges 1255.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1260.1 sec: 16 segments, 1 merges 1260.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1265.1 sec: 16 segments, 1 merges 1265.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1270.1 sec: 16 segments, 1 merges 1270.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1275.1 sec: 16 segments, 1 merges 1275.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1280.0 sec: 16 segments, 1 merges 1280.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1285.0 sec: 16 segments, 1 merges 1285.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1290.0 sec: 16 segments, 1 merges 1290.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1295.0 sec: 16 segments, 1 merges 1295.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1300.0 sec: 16 segments, 1 merges 1300.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1305.0 sec: 16 segments, 1 merges 1305.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1310.0 sec: 16 segments, 1 merges 1310.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1315.1 sec: 16 segments, 1 merges 1315.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1320.1 sec: 16 segments, 1 merges 1320.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1325.1 sec: 16 segments, 1 merges 1325.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1330.1 sec: 16 segments, 1 merges 1330.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1335.1 sec: 16 segments, 1 merges 1335.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1340.1 sec: 16 segments, 1 merges 1340.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1345.0 sec: 16 segments, 1 merges 1345.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1350.0 sec: 16 segments, 1 merges 1350.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1355.0 sec: 16 segments, 1 merges 1355.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1360.0 sec: 16 segments, 1 merges 1360.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1365.0 sec: 16 segments, 1 merges 1365.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1370.0 sec: 16 segments, 1 merges 1370.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1375.0 sec: 16 segments, 1 merges 1375.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1380.0 sec: 16 segments, 1 merges 1380.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1385.1 sec: 16 segments, 1 merges 1385.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1390.1 sec: 16 segments, 1 merges 1390.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1395.1 sec: 16 segments, 1 merges 1395.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1400.1 sec: 16 segments, 1 merges 1400.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1405.1 sec: 16 segments, 1 merges 1405.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1410.1 sec: 16 segments, 1 merges 1410.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1415.1 sec: 16 segments, 1 merges 1415.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1420.0 sec: 16 segments, 1 merges 1420.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1425.0 sec: 16 segments, 1 merges 1425.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1430.0 sec: 16 segments, 1 merges 1430.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1435.0 sec: 16 segments, 1 merges 1435.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1440.0 sec: 16 segments, 1 merges 1440.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1445.0 sec: 16 segments, 1 merges 1445.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1450.0 sec: 16 segments, 1 merges 1450.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1455.0 sec: 16 segments, 1 merges 1455.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1460.0 sec: 16 segments, 1 merges 1460.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1465.1 sec: 16 segments, 1 merges 1465.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1470.1 sec: 16 segments, 1 merges 1470.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1475.1 sec: 16 segments, 1 merges 1475.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1480.1 sec: 16 segments, 1 merges 1480.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1485.1 sec: 16 segments, 1 merges 1485.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1490.0 sec: 16 segments, 1 merges 1490.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1495.0 sec: 16 segments, 1 merges 1495.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1500.0 sec: 16 segments, 1 merges 1500.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1505.0 sec: 16 segments, 1 merges 1505.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1510.0 sec: 16 segments, 1 merges 1510.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1515.0 sec: 16 segments, 1 merges 1515.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1520.1 sec: 16 segments, 1 merges 1520.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1525.1 sec: 16 segments, 1 merges 1525.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1530.1 sec: 16 segments, 1 merges 1530.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1535.1 sec: 16 segments, 1 merges 1535.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1540.1 sec: 16 segments, 1 merges 1540.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1545.1 sec: 16 segments, 1 merges 1545.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1550.1 sec: 16 segments, 1 merges 1550.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1555.1 sec: 16 segments, 1 merges 1555.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1560.0 sec: 16 segments, 1 merges 1560.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1565.0 sec: 16 segments, 1 merges 1565.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1570.0 sec: 16 segments, 1 merges 1570.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1575.0 sec: 16 segments, 1 merges 1575.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1580.0 sec: 16 segments, 1 merges 1580.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1585.0 sec: 16 segments, 1 merges 1585.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1590.0 sec: 16 segments, 1 merges 1590.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1595.1 sec: 16 segments, 1 merges 1595.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1600.1 sec: 16 segments, 1 merges 1600.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1605.1 sec: 16 segments, 1 merges 1605.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1610.1 sec: 16 segments, 1 merges 1610.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1615.1 sec: 16 segments, 1 merges 1615.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1620.1 sec: 16 segments, 1 merges 1620.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1625.1 sec: 16 segments, 1 merges 1625.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1630.0 sec: 16 segments, 1 merges 1630.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1635.0 sec: 16 segments, 1 merges 1635.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1640.0 sec: 16 segments, 1 merges 1640.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1645.0 sec: 16 segments, 1 merges 1645.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1650.0 sec: 16 segments, 1 merges 1650.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1655.0 sec: 16 segments, 1 merges 1655.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1660.0 sec: 16 segments, 1 merges 1660.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1665.1 sec: 16 segments, 1 merges 1665.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1670.1 sec: 16 segments, 1 merges 1670.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1675.1 sec: 16 segments, 1 merges 1675.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1680.1 sec: 16 segments, 1 merges 1680.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1685.1 sec: 16 segments, 1 merges 1685.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1690.1 sec: 16 segments, 1 merges 1690.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1695.1 sec: 16 segments, 1 merges 1695.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1700.0 sec: 16 segments, 1 merges 1700.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1705.0 sec: 16 segments, 1 merges 1705.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1710.0 sec: 16 segments, 1 merges 1710.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1715.0 sec: 16 segments, 1 merges 1715.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1720.0 sec: 16 segments, 1 merges 1720.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1725.0 sec: 16 segments, 1 merges 1725.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1730.0 sec: 16 segments, 1 merges 1730.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1735.0 sec: 16 segments, 1 merges 1735.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1740.1 sec: 16 segments, 1 merges 1740.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1745.1 sec: 16 segments, 1 merges 1745.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1750.1 sec: 16 segments, 1 merges 1750.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1755.1 sec: 16 segments, 1 merges 1755.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1760.1 sec: 16 segments, 1 merges 1760.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1765.1 sec: 16 segments, 1 merges 1765.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1770.0 sec: 16 segments, 1 merges 1770.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1775.0 sec: 16 segments, 1 merges 1775.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1780.0 sec: 16 segments, 1 merges 1780.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1785.0 sec: 16 segments, 1 merges 1785.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1790.0 sec: 16 segments, 1 merges 1790.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1795.0 sec: 16 segments, 1 merges 1795.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1800.0 sec: 16 segments, 1 merges 1800.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1805.0 sec: 16 segments, 1 merges 1805.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1810.1 sec: 16 segments, 1 merges 1810.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1815.1 sec: 16 segments, 1 merges 1815.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1820.1 sec: 16 segments, 1 merges 1820.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1825.1 sec: 16 segments, 1 merges 1825.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1830.1 sec: 16 segments, 1 merges 1830.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1835.1 sec: 16 segments, 1 merges 1835.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1840.1 sec: 16 segments, 1 merges 1840.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1845.1 sec: 16 segments, 1 merges 1845.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1850.1 sec: 16 segments, 1 merges 1850.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1855.1 sec: 16 segments, 1 merges 1855.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1860.0 sec: 16 segments, 1 merges 1860.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1865.0 sec: 16 segments, 1 merges 1865.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1870.0 sec: 16 segments, 1 merges 1870.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1875.0 sec: 16 segments, 1 merges 1875.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1880.0 sec: 16 segments, 1 merges 1880.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1885.0 sec: 16 segments, 1 merges 1885.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1890.0 sec: 16 segments, 1 merges 1890.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1895.0 sec: 16 segments, 1 merges 1895.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1900.0 sec: 16 segments, 1 merges 1900.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1905.1 sec: 16 segments, 1 merges 1905.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1910.1 sec: 16 segments, 1 merges 1910.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1915.1 sec: 16 segments, 1 merges 1915.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1920.1 sec: 16 segments, 1 merges 1920.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1925.1 sec: 16 segments, 1 merges 1925.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1930.1 sec: 16 segments, 1 merges 1930.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1935.1 sec: 16 segments, 1 merges 1935.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1940.1 sec: 16 segments, 1 merges 1940.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1945.1 sec: 16 segments, 1 merges 1945.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1950.1 sec: 16 segments, 1 merges 1950.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1955.1 sec: 16 segments, 1 merges 1955.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1960.0 sec: 16 segments, 1 merges 1960.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1965.0 sec: 16 segments, 1 merges 1965.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1970.0 sec: 16 segments, 1 merges 1970.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1975.0 sec: 16 segments, 1 merges 1975.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1980.0 sec: 16 segments, 1 merges 1980.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1985.0 sec: 16 segments, 1 merges 1985.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1990.0 sec: 16 segments, 1 merges 1990.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 1995.0 sec: 16 segments, 1 merges 1995.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2000.0 sec: 16 segments, 1 merges 2000.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2005.1 sec: 16 segments, 1 merges 2005.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2010.1 sec: 16 segments, 1 merges 2010.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2015.1 sec: 16 segments, 1 merges 2015.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2020.1 sec: 16 segments, 1 merges 2020.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2025.1 sec: 16 segments, 1 merges 2025.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2030.1 sec: 16 segments, 1 merges 2030.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2035.1 sec: 16 segments, 1 merges 2035.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2040.1 sec: 16 segments, 1 merges 2040.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2045.0 sec: 16 segments, 1 merges 2045.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2050.0 sec: 16 segments, 1 merges 2050.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2055.0 sec: 16 segments, 1 merges 2055.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2060.0 sec: 16 segments, 1 merges 2060.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2065.0 sec: 16 segments, 1 merges 2065.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2070.0 sec: 16 segments, 1 merges 2070.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2075.0 sec: 16 segments, 1 merges 2075.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2080.0 sec: 16 segments, 1 merges 2080.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2085.0 sec: 16 segments, 1 merges 2085.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2090.1 sec: 16 segments, 1 merges 2090.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2095.1 sec: 16 segments, 1 merges 2095.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2100.1 sec: 16 segments, 1 merges 2100.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2105.1 sec: 16 segments, 1 merges 2105.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2110.1 sec: 16 segments, 1 merges 2110.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2115.1 sec: 16 segments, 1 merges 2115.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2120.1 sec: 16 segments, 1 merges 2120.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2125.1 sec: 16 segments, 1 merges 2125.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2130.0 sec: 16 segments, 1 merges 2130.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2135.0 sec: 16 segments, 1 merges 2135.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2140.0 sec: 16 segments, 1 merges 2140.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2145.0 sec: 16 segments, 1 merges 2145.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2150.0 sec: 16 segments, 1 merges 2150.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2155.0 sec: 16 segments, 1 merges 2155.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2160.0 sec: 16 segments, 1 merges 2160.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2165.0 sec: 16 segments, 1 merges 2165.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2170.0 sec: 16 segments, 1 merges 2170.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2175.1 sec: 16 segments, 1 merges 2175.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2180.1 sec: 16 segments, 1 merges 2180.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2185.1 sec: 16 segments, 1 merges 2185.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2190.1 sec: 16 segments, 1 merges 2190.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2195.1 sec: 16 segments, 1 merges 2195.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2200.1 sec: 16 segments, 1 merges 2200.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2205.1 sec: 16 segments, 1 merges 2205.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2210.1 sec: 16 segments, 1 merges 2210.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2215.1 sec: 16 segments, 1 merges 2215.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2220.0 sec: 16 segments, 1 merges 2220.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2225.0 sec: 16 segments, 1 merges 2225.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2230.0 sec: 16 segments, 1 merges 2230.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2235.0 sec: 16 segments, 1 merges 2235.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2240.0 sec: 16 segments, 1 merges 2240.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2245.0 sec: 16 segments, 1 merges 2245.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2250.0 sec: 16 segments, 1 merges 2250.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2255.0 sec: 16 segments, 1 merges 2255.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2260.0 sec: 16 segments, 1 merges 2260.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2265.1 sec: 16 segments, 1 merges 2265.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2270.1 sec: 16 segments, 1 merges 2270.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2275.1 sec: 16 segments, 1 merges 2275.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2280.1 sec: 16 segments, 1 merges 2280.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2285.1 sec: 16 segments, 1 merges 2285.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2290.1 sec: 16 segments, 1 merges 2290.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2295.1 sec: 16 segments, 1 merges 2295.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2300.1 sec: 16 segments, 1 merges 2300.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2305.1 sec: 16 segments, 1 merges 2305.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2310.1 sec: 16 segments, 1 merges 2310.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2315.0 sec: 16 segments, 1 merges 2315.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2320.0 sec: 16 segments, 1 merges 2320.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2325.0 sec: 16 segments, 1 merges 2325.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2330.0 sec: 16 segments, 1 merges 2330.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2335.1 sec: 16 segments, 1 merges 2335.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2340.1 sec: 16 segments, 1 merges 2340.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2345.1 sec: 16 segments, 1 merges 2345.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2350.1 sec: 16 segments, 1 merges 2350.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2355.1 sec: 16 segments, 1 merges 2355.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2360.1 sec: 16 segments, 1 merges 2360.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2365.1 sec: 16 segments, 1 merges 2365.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2370.1 sec: 16 segments, 1 merges 2370.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2375.1 sec: 16 segments, 1 merges 2375.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2380.1 sec: 16 segments, 1 merges 2380.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2385.0 sec: 16 segments, 1 merges 2385.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2390.0 sec: 16 segments, 1 merges 2390.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2395.0 sec: 16 segments, 1 merges 2395.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2400.0 sec: 16 segments, 1 merges 2400.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2405.0 sec: 16 segments, 1 merges 2405.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2410.0 sec: 16 segments, 1 merges 2410.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2415.0 sec: 16 segments, 1 merges 2415.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2420.0 sec: 16 segments, 1 merges 2420.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2425.1 sec: 16 segments, 1 merges 2425.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2430.1 sec: 16 segments, 1 merges 2430.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2435.1 sec: 16 segments, 1 merges 2435.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2440.1 sec: 16 segments, 1 merges 2440.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2445.1 sec: 16 segments, 1 merges 2445.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2450.1 sec: 16 segments, 1 merges 2450.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2455.1 sec: 16 segments, 1 merges 2455.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2460.1 sec: 16 segments, 1 merges 2460.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2465.1 sec: 16 segments, 1 merges 2465.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2470.0 sec: 16 segments, 1 merges 2470.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2475.0 sec: 16 segments, 1 merges 2475.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2480.0 sec: 16 segments, 1 merges 2480.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2485.0 sec: 16 segments, 1 merges 2485.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2490.0 sec: 16 segments, 1 merges 2490.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2495.0 sec: 16 segments, 1 merges 2495.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2500.0 sec: 16 segments, 1 merges 2500.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2505.0 sec: 16 segments, 1 merges 2505.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2510.1 sec: 16 segments, 1 merges 2510.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2515.1 sec: 16 segments, 1 merges 2515.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2520.1 sec: 16 segments, 1 merges 2520.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2525.1 sec: 16 segments, 1 merges 2525.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2530.1 sec: 16 segments, 1 merges 2530.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2535.1 sec: 16 segments, 1 merges 2535.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2540.1 sec: 16 segments, 1 merges 2540.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2545.0 sec: 16 segments, 1 merges 2545.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2550.0 sec: 16 segments, 1 merges 2550.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2555.0 sec: 16 segments, 1 merges 2555.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2560.0 sec: 16 segments, 1 merges 2560.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2565.0 sec: 16 segments, 1 merges 2565.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2570.0 sec: 16 segments, 1 merges 2570.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2575.0 sec: 16 segments, 1 merges 2575.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2580.0 sec: 16 segments, 1 merges 2580.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2585.1 sec: 16 segments, 1 merges 2585.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2590.1 sec: 16 segments, 1 merges 2590.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2595.1 sec: 16 segments, 1 merges 2595.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2600.1 sec: 16 segments, 1 merges 2600.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2605.1 sec: 16 segments, 1 merges 2605.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2610.1 sec: 16 segments, 1 merges 2610.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2615.1 sec: 16 segments, 1 merges 2615.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2620.1 sec: 16 segments, 1 merges 2620.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2625.0 sec: 16 segments, 1 merges 2625.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2630.0 sec: 16 segments, 1 merges 2630.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2635.0 sec: 16 segments, 1 merges 2635.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2640.0 sec: 16 segments, 1 merges 2640.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2645.0 sec: 16 segments, 1 merges 2645.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2650.1 sec: 16 segments, 1 merges 2650.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2655.1 sec: 16 segments, 1 merges 2655.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2660.1 sec: 16 segments, 1 merges 2660.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2665.0 sec: 16 segments, 1 merges 2665.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2670.0 sec: 16 segments, 1 merges 2670.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2675.0 sec: 16 segments, 1 merges 2675.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2680.0 sec: 16 segments, 1 merges 2680.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2685.0 sec: 16 segments, 1 merges 2685.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2690.0 sec: 16 segments, 1 merges 2690.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2695.0 sec: 16 segments, 1 merges 2695.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2700.0 sec: 16 segments, 1 merges 2700.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2705.1 sec: 16 segments, 1 merges 2705.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2710.1 sec: 16 segments, 1 merges 2710.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2715.1 sec: 16 segments, 1 merges 2715.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2720.1 sec: 16 segments, 1 merges 2720.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2725.1 sec: 16 segments, 1 merges 2725.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2730.1 sec: 16 segments, 1 merges 2730.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2735.1 sec: 16 segments, 1 merges 2735.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2740.1 sec: 16 segments, 1 merges 2740.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2745.0 sec: 16 segments, 1 merges 2745.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2750.0 sec: 16 segments, 1 merges 2750.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2755.0 sec: 16 segments, 1 merges 2755.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2760.0 sec: 16 segments, 1 merges 2760.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2765.0 sec: 16 segments, 1 merges 2765.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2770.0 sec: 16 segments, 1 merges 2770.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2775.0 sec: 16 segments, 1 merges 2775.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2780.0 sec: 16 segments, 1 merges 2780.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2785.1 sec: 16 segments, 1 merges 2785.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2790.1 sec: 16 segments, 1 merges 2790.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2795.1 sec: 16 segments, 1 merges 2795.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2800.1 sec: 16 segments, 1 merges 2800.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2805.1 sec: 16 segments, 1 merges 2805.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2810.1 sec: 16 segments, 1 merges 2810.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2815.1 sec: 16 segments, 1 merges 2815.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2820.0 sec: 16 segments, 1 merges 2820.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2825.0 sec: 16 segments, 1 merges 2825.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2830.0 sec: 16 segments, 1 merges 2830.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2835.0 sec: 16 segments, 1 merges 2835.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2840.0 sec: 16 segments, 1 merges 2840.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2845.0 sec: 16 segments, 1 merges 2845.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2850.0 sec: 16 segments, 1 merges 2850.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2855.0 sec: 16 segments, 1 merges 2855.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2860.1 sec: 16 segments, 1 merges 2860.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2865.1 sec: 16 segments, 1 merges 2865.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2870.1 sec: 16 segments, 1 merges 2870.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2875.1 sec: 16 segments, 1 merges 2875.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2880.1 sec: 16 segments, 1 merges 2880.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2885.1 sec: 16 segments, 1 merges 2885.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2890.1 sec: 16 segments, 1 merges 2890.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2895.0 sec: 16 segments, 1 merges 2895.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2900.0 sec: 16 segments, 1 merges 2900.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2905.0 sec: 16 segments, 1 merges 2905.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2910.0 sec: 16 segments, 1 merges 2910.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2915.0 sec: 16 segments, 1 merges 2915.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2920.0 sec: 16 segments, 1 merges 2920.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2925.0 sec: 16 segments, 1 merges 2925.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2930.0 sec: 16 segments, 1 merges 2930.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2935.0 sec: 16 segments, 1 merges 2935.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2940.0 sec: 16 segments, 1 merges 2940.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2945.0 sec: 16 segments, 1 merges 2945.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2950.1 sec: 16 segments, 1 merges 2950.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2955.1 sec: 16 segments, 1 merges 2955.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2960.1 sec: 16 segments, 1 merges 2960.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2965.1 sec: 16 segments, 1 merges 2965.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2970.1 sec: 16 segments, 1 merges 2970.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2975.0 sec: 16 segments, 1 merges 2975.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2980.0 sec: 16 segments, 1 merges 2980.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2985.0 sec: 16 segments, 1 merges 2985.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2990.0 sec: 16 segments, 1 merges 2990.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 2995.0 sec: 16 segments, 1 merges 2995.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 3000.0 sec: 16 segments, 1 merges 3000.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 3005.0 sec: 16 segments, 1 merges 3005.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 3010.0 sec: 16 segments, 1 merges 3010.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 3015.1 sec: 16 segments, 1 merges 3015.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 3020.1 sec: 16 segments, 1 merges 3020.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 3025.1 sec: 16 segments, 1 merges 3025.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 3030.1 sec: 16 segments, 1 merges 3030.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 3035.1 sec: 16 segments, 1 merges 3035.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 3040.1 sec: 16 segments, 1 merges 3040.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 3045.1 sec: 16 segments, 1 merges 3045.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 3050.1 sec: 16 segments, 1 merges 3050.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 3055.0 sec: 16 segments, 1 merges 3055.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 3060.0 sec: 16 segments, 1 merges 3060.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 3065.0 sec: 16 segments, 1 merges 3065.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 3070.0 sec: 16 segments, 1 merges 3070.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 3075.0 sec: 16 segments, 1 merges 3075.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 3080.0 sec: 16 segments, 1 merges 3080.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 3085.0 sec: 16 segments, 1 merges 3085.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 3090.0 sec: 16 segments, 1 merges 3090.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 3095.0 sec: 16 segments, 1 merges 3095.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 3100.1 sec: 16 segments, 1 merges 3100.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 3105.1 sec: 16 segments, 1 merges 3105.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 3110.1 sec: 16 segments, 1 merges 3110.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 3115.1 sec: 16 segments, 1 merges 3115.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 3120.1 sec: 16 segments, 1 merges 3120.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 3125.1 sec: 16 segments, 1 merges 3125.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 3130.1 sec: 16 segments, 1 merges 3130.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 3135.1 sec: 16 segments, 1 merges 3135.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 3140.1 sec: 16 segments, 1 merges 3140.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 3145.0 sec: 16 segments, 1 merges 3145.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 3150.0 sec: 16 segments, 1 merges 3150.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 3155.0 sec: 16 segments, 1 merges 3155.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 3160.0 sec: 16 segments, 1 merges 3160.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 3165.0 sec: 16 segments, 1 merges 3165.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 3170.0 sec: 16 segments, 1 merges 3170.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 3175.0 sec: 16 segments, 1 merges 3175.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 3180.0 sec: 16 segments, 1 merges 3180.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 3185.1 sec: 16 segments, 1 merges 3185.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 3190.1 sec: 16 segments, 1 merges 3190.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 3195.1 sec: 16 segments, 1 merges 3195.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 3200.1 sec: 16 segments, 1 merges 3200.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 3205.1 sec: 16 segments, 1 merges 3205.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 3210.1 sec: 16 segments, 1 merges 3210.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 3215.1 sec: 16 segments, 1 merges 3215.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 3220.1 sec: 16 segments, 1 merges 3220.1s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 3225.0 sec: 16 segments, 1 merges 3225.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 3230.0 sec: 16 segments, 1 merges 3230.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 3235.0 sec: 16 segments, 1 merges 3235.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 3240.0 sec: 16 segments, 1 merges 3240.0s _1fq: 16 segs, 8000.0 K docs, 32011.0 MB 3245.0 sec: 1 segments, 0 merges done first pass waiting for merges done second pass waiting for merges (CMS.sync()) Force merge done in 3248.07 sec index has 1 segments: segments_3: _1fq(11.0.0):C8000000 _1fq: 32155.9 MB encodingByteSize=4 origByteSize=4 realEncodingByteSize=4.0 index disk usage is 32155.93 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=50735475801 cpu@end=54043425188 deltaMS=3307.949387 thread 14 name=Reference Handler cpu@start=1922179 cpu@end=1922179 deltaMS=0.0 thread 15 name=Finalizer cpu@start=167429 cpu@end=167429 deltaMS=0.0 thread 16 name=Signal Dispatcher cpu@start=75060 cpu@end=75060 deltaMS=0.0 thread 40 name=Common-Cleaner cpu@start=35313953 cpu@end=35313953 deltaMS=0.0 thread 41 name=JFR Recorder Thread cpu@start=75231400534 cpu@end=75232146774 deltaMS=0.74624 thread 42 name=JFR Periodic Tasks cpu@start=555753563918 cpu@end=555913036129 deltaMS=159.472211 thread 46 name=Notification Thread cpu@start=105503 cpu@end=105503 deltaMS=0.0 thread 57 name=hnsw-merge-1-thread-1 cpu@start=8154945755431 cpu@end=8154945755431 deltaMS=0.0 thread 58 name=hnsw-merge-1-thread-2 cpu@start=8151152341218 cpu@end=8151152341218 deltaMS=0.0 thread 59 name=hnsw-merge-1-thread-3 cpu@start=8159073846002 cpu@end=8159073846002 deltaMS=0.0 thread 60 name=hnsw-merge-1-thread-4 cpu@start=8160952522826 cpu@end=8160952522826 deltaMS=0.0 thread 61 name=hnsw-merge-1-thread-5 cpu@start=8155199061567 cpu@end=8155199061567 deltaMS=0.0 thread 62 name=hnsw-merge-1-thread-6 cpu@start=8158138165665 cpu@end=8158138165665 deltaMS=0.0 thread 63 name=hnsw-merge-1-thread-7 cpu@start=8155776560065 cpu@end=8155776560065 deltaMS=0.0 thread 64 name=hnsw-merge-1-thread-8 cpu@start=8155252524960 cpu@end=8155252524960 deltaMS=0.0 thread 65 name=hnsw-merge-1-thread-9 cpu@start=8163335902537 cpu@end=8163335902537 deltaMS=0.0 thread 66 name=hnsw-merge-1-thread-10 cpu@start=8159444019938 cpu@end=8159444019938 deltaMS=0.0 thread 67 name=hnsw-merge-1-thread-11 cpu@start=8159663375528 cpu@end=8159663375528 deltaMS=0.0 thread 68 name=hnsw-merge-1-thread-12 cpu@start=8159933138497 cpu@end=8159933138497 deltaMS=0.0 thread 69 name=hnsw-merge-1-thread-13 cpu@start=8154247076397 cpu@end=8154247076397 deltaMS=0.0 thread 70 name=hnsw-merge-1-thread-14 cpu@start=8161900469669 cpu@end=8161900469669 deltaMS=0.0 thread 71 name=hnsw-merge-1-thread-15 cpu@start=8150955280497 cpu@end=8150955280497 deltaMS=0.0 thread 72 name=hnsw-merge-1-thread-16 cpu@start=8162260802541 cpu@end=8162260802541 deltaMS=0.0 Average CPU cores used: 1.0461698447981633 completed 1000 searches in 3315 ms: 301 QPS CPU time=3468 ms checking results SUMMARY: 0.943 3.315 3.468 1.046 8000000 KNN 100 100 N/A N/A 100.000 32 100 no 5668 3168.37 2524.96 3248.07 1 32155.93 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=245, Fanout min=6, mean=16.17, max=32, meandelta=401841.66 % 0 10 20 30 40 50 60 70 80 90 100 0 10 12 13 14 15 17 18 21 24 32 Graph level=2 size=7648, Fanout min=7, mean=27.40, max=32, meandelta=265325.75 % 0 10 20 30 40 50 60 70 80 90 100 0 19 22 25 27 31 32 32 32 32 32 Graph level=1 size=247058, Fanout min=1, mean=28.29, max=32, meandelta=258715.38 % 0 10 20 30 40 50 60 70 80 90 100 0 19 23 27 31 32 32 32 32 32 32 Graph level=0 size=8000000, Fanout min=1, mean=37.65, max=64, meandelta=194638.73 % 0 10 20 30 40 50 60 70 80 90 100 0 17 22 26 30 34 40 47 58 64 64 Graph level=3 size=245, connectedness=1.00 Graph level=2 size=7648, connectedness=1.00 Graph level=1 size=247058, 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.16.10.08.30/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': 236,578,591.90 msec task-clock:u 899,232,141,703,165 cycles:u (36.36%) 83,825,949,093,244 instructions:u (36.36%) 13,325,263,572,852 cache-references:u (36.36%) 3,831,345,079,692 cache-misses:u (36.36%) 52,707,488,806,795 L1-dcache-loads:u (36.36%) 3,625,240,586,511 L1-dcache-load-misses:u (36.36%) 4,223,877,258,578 L1-icache-loads:u (36.36%) 40,800,088,621 L1-icache-load-misses:u (36.36%) LLC-loads:u LLC-load-misses:u LLC-stores:u LLC-store-misses:u LLC-prefetches:u LLC-prefetch-misses:u 40,427,386 faults:u 16,098,223 minor-faults:u 3,428 major-faults:u 10,660,040,362,658 branches:u (36.36%) 114,135,728,712 branch-misses:u (36.36%) 11,659,154,241,374 stalled-cycles-frontend:u (36.36%) stalled-cycles-backend:u 8386.705475050 seconds time elapsed 235002.137582000 seconds user 1549.373703000 seconds sys took 2:19:46.734557 to run KnnGraphTester result: KNNResultV1(lucene_git_rev='cb87f1f45bae052cceb4d856c8745eb1e0c1f5e3', luceneutil_git_rev='ae8596d4197d6cab80ba267a11b748d4439834d8', 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.315, net_cpu_ms=3.468, 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=5668, index_time_sec=3168.37, index_docs_per_sec=2524.96, force_merge_time_sec=3248.07, index_num_segments=1, index_size_on_disk_mb=32155.93, selectivity=None, pre_post_filter='null', vec_disk_mb=31250.0, vec_ram_mb=31250.0, graph_level_conn_p_values={3: (245, {0: 0, 10: 10, 20: 12, 30: 13, 40: 14, 50: 15, 60: 17, 70: 18, 80: 21, 90: 24, 100: 32}), 2: (7648, {0: 0, 10: 19, 20: 22, 30: 25, 40: 27, 50: 31, 60: 32, 70: 32, 80: 32, 90: 32, 100: 32}), 1: (247058, {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=8386, microseconds=734557)) Profiler summary for /l/logs.nightly/2026.04.16.10.08.30/bench-knn-q32-fmTrue.jfr Version: 2.1 Chunks: 166 Start: 2026-04-16 20:05:53 (UTC) Duration: 5424 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 99306257 1767279725 jdk.FileWrite 12493525 307634531 jdk.FileRead 524920 12270281 jdk.NativeMethodSample 353544 4893920 jdk.CPULoad 101982 2114489 jdk.BooleanFlag 82336 2661262 jdk.ObjectAllocationInNewTLAB 24478 495979 jdk.Checkpoint 14145 21691510 jdk.UnsignedIntFlag 7968 275764 jdk.IntFlag 7304 271514 jdk.StringFlag 5644 222958 jdk.ObjectAllocationOutsideTLAB 1030 19305 jdk.Compilation 977 26832 jdk.CPUInformation 166 249440 jdk.GCConfiguration 166 4424 jdk.JVMInformation 166 150670 jdk.Metadata 166 18347590 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 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.04.16.10.08.30/bench-knn-q32-fmTrue.jfr Profiler for cpu at stackSize=1 [/l/logs.nightly/2026.04.16.10.08.30/bench-knn-q32-fmTrue.jfr is 2039.55 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 353544 events (total: 353544) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 80.00% 282844 jdk.jfr.internal.JVM#emitEvent() [Native code] 15.45% 54639 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 2.20% 7783 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] 1.45% 5129 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] 0.56% 1973 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] 0.17% 601 sun.nio.ch.UnixFileDispatcherImpl#force0() [Native code] 0.05% 193 jdk.internal.misc.Unsafe#park() [Native code] 0.02% 78 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] 0.02% 56 jdk.internal.misc.Unsafe#unpark() [Native code] 0.01% 52 jdk.jfr.internal.JVM#getStackTraceId() [Native code] 0.01% 34 sun.nio.ch.NativeThread#current0() [Native code] 0.01% 25 java.io.FileOutputStream#writeBytes() [Native code] 0.01% 24 java.lang.System#nanoTime() [Native code] 0.01% 22 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] 0.00% 13 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] 0.00% 13 java.io.RandomAccessFile#open0() [Native code] 0.00% 11 java.lang.Object#wait0() [Native code] 0.00% 10 java.io.FileDescriptor#close0() [Native code] 0.00% 9 sun.nio.fs.UnixNativeDispatcher#access0() [Native code] 0.00% 9 java.lang.Thread#sleepNanos0() [Native code] 0.00% 7 sun.nio.fs.UnixNativeDispatcher#lstat0() [Native code] 0.00% 5 jdk.jfr.internal.JVM#shouldRotateDisk() [Native code] 0.00% 4 sun.nio.ch.UnixFileDispatcherImpl#size0() [Native code] 0.00% 2 jdk.jfr.internal.JVM#flush() [Native code] 0.00% 2 java.util.zip.Inflater#inflateBytesBytes() [Native code] 0.00% 1 jdk.internal.misc.Unsafe#allocateInstance() [Native code] 0.00% 1 java.io.UnixFileSystem#getBooleanAttributes0() [Native code] 0.00% 1 java.lang.Object#hashCode() [Native code] 0.00% 1 java.lang.Object#notifyAll() [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 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.04.16.10.08.30/bench-knn-q32-fmTrue.jfr Profiler for cpu at stackSize=4 [/l/logs.nightly/2026.04.16.10.08.30/bench-knn-q32-fmTrue.jfr is 2039.55 MB /l/logs.nightly/2026.04.16.10.08.30/bench-knn-q32-fmTrue.jfr is 2039.55 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 353544 events (total: 353544) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 79.91% 282532 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Inlined code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [Inlined code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [JIT compiled code] 15.45% 54639 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] 2.16% 7621 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] 1.45% 5129 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer():341 [Inlined code] at sun.nio.ch.IOUtil#read():307 [Inlined code] 0.51% 1819 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [Inlined code] 0.16% 569 sun.nio.ch.UnixFileDispatcherImpl#force0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#force():85 [Inlined code] at sun.nio.ch.FileChannelImpl#implForce():620 [JIT compiled code] at sun.nio.ch.FileChannelImpl#force():635 [JIT compiled code] 0.08% 296 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [Interpreted code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [Interpreted code] 0.05% 162 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] 0.05% 161 jdk.internal.misc.Unsafe#park() [Native code] at java.util.concurrent.locks.LockSupport#park():223 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():410 [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] 0.04% 154 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [JIT compiled code] 0.02% 66 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open():69 [Inlined code] at sun.nio.fs.UnixChannelFactory#open():242 [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel():132 [Inlined code] 0.02% 56 jdk.internal.misc.Unsafe#unpark() [Native code] at java.util.concurrent.locks.LockSupport#unpark():183 [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():266 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#release():720 [JIT compiled code] 0.01% 42 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace():186 [Inlined code] at jdk.internal.event.FileReadEvent#commit() [JIT compiled code] at jdk.internal.event.FileReadEvent#offer():71 [Inlined code] 0.01% 32 jdk.internal.misc.Unsafe#park() [Native code] at java.util.concurrent.locks.LockSupport#park():223 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():410 [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():650 [Inlined code] 0.01% 32 sun.nio.ch.UnixFileDispatcherImpl#force0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#force():85 [Interpreted code] at sun.nio.ch.FileChannelImpl#implForce():620 [Interpreted code] at sun.nio.ch.FileChannelImpl#force():635 [Interpreted code] 0.01% 31 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current():51 [Inlined code] at sun.nio.ch.NativeThreadSet#add():48 [Inlined code] at sun.nio.ch.FileChannelImpl#implRead():245 [Inlined code] 0.01% 22 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat():253 [Inlined code] at sun.nio.fs.UnixFileAttributes#get():77 [Inlined code] at sun.nio.fs.UnixFileAttributeViews$Basic#readAttributes():51 [Inlined code] 0.00% 17 java.io.FileOutputStream#writeBytes() [Native code] at java.io.FileOutputStream#traceWriteBytes():311 [JIT compiled code] at java.io.FileOutputStream#write():349 [JIT compiled code] at java.lang.System$Out#write():1910 [Inlined code] 0.00% 16 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Inlined code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [Interpreted code] 0.00% 13 java.io.RandomAccessFile#open0() [Native code] at java.io.RandomAccessFile#open():338 [Interpreted code] at java.io.RandomAccessFile#():257 [Interpreted code] at java.io.RandomAccessFile#():211 [Interpreted code] 0.00% 13 java.lang.System#nanoTime() [Native code] at knn.KnnIndexer#waitForMergesWithStatus():276 [Interpreted code] at knn.KnnIndexer#createIndex():259 [Interpreted code] at knn.KnnGraphTester#run():661 [Interpreted code] 0.00% 12 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map():144 [Inlined code] at sun.nio.ch.FileChannelImpl#mapInternal():1515 [JIT compiled code] at sun.nio.ch.FileChannelImpl#map():1453 [Inlined code] 0.00% 12 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open():69 [JIT compiled code] at sun.nio.fs.UnixChannelFactory#open():242 [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel():132 [Inlined code] 0.00% 10 java.io.FileDescriptor#close0() [Native code] at java.io.FileDescriptor#close():304 [Inlined code] at java.io.FileDescriptor$1#close():89 [Inlined code] at sun.nio.ch.FileChannelImpl$Closer#run():123 [Inlined code] 0.00% 10 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace():186 [Inlined code] at jdk.internal.event.FileWriteEvent#commit() [JIT compiled code] at jdk.internal.event.FileWriteEvent#offer():69 [Inlined code] 0.00% 10 java.lang.System#nanoTime() [Native code] at knn.KnnIndexer#waitForMergesWithStatus():276 [Interpreted code] at knn.KnnGraphTester#forceMerge():1070 [Interpreted code] at knn.KnnGraphTester#run():715 [Interpreted code] 0.00% 9 java.lang.Thread#sleepNanos0() [Native code] at java.lang.Thread#sleepNanos():509 [Inlined code] at java.lang.Thread#sleep():540 [JIT compiled code] at knn.KnnIndexer#waitForMergesWithStatus():294 [Interpreted code] 0.00% 8 sun.nio.fs.UnixNativeDispatcher#access0() [Native code] at sun.nio.fs.UnixNativeDispatcher#access():437 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#exists():518 [Inlined code] at java.nio.file.Files#exists():2289 [JIT compiled code] 0.00% 8 java.io.FileOutputStream#writeBytes() [Native code] at java.io.FileOutputStream#traceWriteBytes():311 [Inlined code] at java.io.FileOutputStream#write():349 [JIT compiled code] at java.lang.System$Out#write():1910 [Inlined code] 0.00% 7 java.lang.Object#wait0() [Native code] at java.lang.Object#wait():389 [Inlined code] at jdk.jfr.internal.PlatformRecorder#takeNap():540 [Inlined code] at jdk.jfr.internal.PlatformRecorder#periodicTask():508 [JIT compiled code] 0.00% 6 sun.nio.fs.UnixNativeDispatcher#lstat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#lstat():273 [Inlined code] at sun.nio.fs.UnixFileAttributes#get():79 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete():254 [Inlined code] 0.00% 5 jdk.jfr.internal.JVM#shouldRotateDisk() [Native code] at jdk.jfr.internal.PlatformRecorder#periodicTask():495 [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0():428 [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000009f07aa58#run() [Interpreted code] 0.00% 3 sun.nio.ch.UnixFileDispatcherImpl#size0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#size():93 [Inlined code] at sun.nio.ch.FileChannelImpl#size():496 [JIT compiled code] at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock#ensureValid():169 [JIT compiled code] 0.00% 3 java.lang.Object#wait0() [Native code] at java.lang.Object#wait():389 [Inlined code] at jdk.jfr.internal.PlatformRecorder#takeNap():540 [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#periodicTask():508 [Interpreted code] 0.00% 3 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current():51 [Inlined code] at sun.nio.ch.NativeThreadSet#add():48 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():349 [Inlined code] 0.00% 2 java.util.zip.Inflater#inflateBytesBytes() [Native code] at java.util.zip.Inflater#inflate():354 [JIT compiled code] at java.util.zip.InflaterInputStream#read():210 [JIT compiled code] at jdk.internal.loader.Resource#getBytes():106 [JIT compiled code] 0.00% 1 sun.nio.fs.UnixNativeDispatcher#lstat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#lstat():273 [JIT compiled code] at sun.nio.fs.UnixFileAttributes#get():79 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete():254 [JIT compiled code] 0.00% 1 java.lang.System#nanoTime() [Native code] at knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():345 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.00% 1 java.lang.Object#notifyAll() [Native code] at jdk.jfr.internal.util.Utils#notifyFlush():360 [JIT compiled code] at jdk.jfr.internal.periodic.FlushTask#execute():51 [Inlined code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [JIT compiled code] 0.00% 1 jdk.jfr.internal.JVM#flush() [Native code] at jdk.jfr.internal.MetadataRepository#flush():373 [Inlined code] at jdk.jfr.internal.PlatformRecorder#flush():668 [JIT compiled code] at jdk.jfr.internal.periodic.FlushTask#execute():50 [Inlined code] 0.00% 1 java.lang.System#identityHashCode() [Native code] at java.util.IdentityHashMap#hash():307 [Inlined code] at java.util.IdentityHashMap#put():441 [JIT compiled code] at java.util.Collections$SetFromMap#add():6045 [JIT compiled code] 0.00% 1 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map():144 [Inlined code] at sun.nio.ch.FileChannelImpl#mapInternal():1515 [JIT compiled code] at sun.nio.ch.FileChannelImpl#map():1453 [JIT compiled code] 0.00% 1 java.lang.Object#wait0() [Native code] at java.lang.Object#wait():389 [Inlined code] at jdk.jfr.internal.PlatformRecorder#takeNap():540 [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#periodicTask():508 [JIT compiled code] 0.00% 1 sun.nio.fs.UnixNativeDispatcher#access0() [Native code] at sun.nio.fs.UnixNativeDispatcher#access():437 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#exists():518 [JIT compiled code] at java.nio.file.Files#exists():2289 [Inlined code] 0.00% 1 java.io.UnixFileSystem#getBooleanAttributes0() [Native code] at java.io.UnixFileSystem#hasBooleanAttributes():180 [JIT compiled code] at java.io.File#exists():790 [Inlined code] at jdk.internal.loader.URLClassPath$FileLoader#getResource():953 [JIT compiled code] 0.00% 1 jdk.jfr.internal.JVM#counterTime() [Native code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():94 [Interpreted code] at jdk.jfr.internal.PlatformRecorder#periodicTask():502 [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0():428 [Interpreted code] 0.00% 1 java.lang.Object#hashCode() [Native code] at org.apache.lucene.index.ConcurrentApproximatePriorityQueue#poll():103 [Inlined code] at org.apache.lucene.index.LockableConcurrentApproximatePriorityQueue#lockAndPoll():44 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThreadPool#getAndLock():117 [Inlined code] 0.00% 1 jdk.internal.misc.Unsafe#allocateInstance() [Native code] at java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] at java.lang.invoke.LambdaForm$DMH.0x000000009f042c00#newInvokeSpecial() [Inlined code] at java.lang.invoke.Invokers$Holder#linkToTargetMethod() [Inlined code] 0.00% 1 sun.nio.ch.UnixFileDispatcherImpl#size0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#size():93 [Inlined code] at sun.nio.ch.FileChannelImpl#size():496 [JIT compiled code] at org.apache.lucene.store.MMapDirectory#openInput():329 [JIT compiled code] 0.00% 1 jdk.jfr.internal.JVM#flush() [Native code] at jdk.jfr.internal.event.EventWriter#flush():232 [JIT compiled code] at jdk.jfr.internal.event.EventWriter#isValidForSize():214 [Inlined code] at jdk.jfr.internal.event.EventWriter#putLong():120 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.04.16.10.08.30/bench-knn-q32-fmTrue.jfr Profiler for cpu at stackSize=12 [/l/logs.nightly/2026.04.16.10.08.30/bench-knn-q32-fmTrue.jfr is 2039.55 MB /l/logs.nightly/2026.04.16.10.08.30/bench-knn-q32-fmTrue.jfr is 2039.55 MB /l/logs.nightly/2026.04.16.10.08.30/bench-knn-q32-fmTrue.jfr is 2039.55 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 353544 events (total: 353544) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 73.63% 260306 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Inlined code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [Inlined code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#periodicTask():502 [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0():428 [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000009f07aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 8.92% 31550 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] at sun.nio.ch.IOUtil#write():72 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():355 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [JIT compiled code] at sun.nio.ch.ChannelOutputStream#write():105 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write():391 [Inlined code] at java.util.zip.CheckedOutputStream#write():73 [JIT compiled code] 6.53% 23089 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] at sun.nio.ch.IOUtil#write():72 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():355 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [Inlined code] at sun.nio.ch.ChannelOutputStream#write():105 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write():391 [Inlined code] at java.util.zip.CheckedOutputStream#write():73 [Inlined code] 6.29% 22226 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Inlined code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [Inlined code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#periodicTask():502 [Interpreted code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0():428 [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000009f07aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 1.45% 5119 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer():341 [Inlined code] at sun.nio.ch.IOUtil#read():307 [Inlined code] at sun.nio.ch.IOUtil#read():284 [Inlined code] at sun.nio.ch.FileChannelImpl#implRead():251 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead():269 [Inlined code] at sun.nio.ch.FileChannelImpl#read():229 [Inlined code] at knn.VectorReader#readNext():57 [Inlined code] at knn.VectorReaderFloat32#next():30 [JIT compiled code] at knn.IndexerThread#_run():102 [JIT compiled code] at knn.IndexerThread#run():74 [Interpreted code] 1.00% 3531 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [Inlined code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [JIT compiled code] at org.apache.lucene.store.FilterDirectory#deleteFile():65 [JIT compiled code] at org.apache.lucene.store.TrackingDirectoryWrapper#deleteFile():35 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#lambda$mergeOneFieldToIndex$0():334 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$$Lambda.0x000000009f19bb40#close() [Interpreted code] 0.89% 3148 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [Inlined code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete():234 [Inlined code] at org.apache.lucene.util.FileDeleter#delete():227 [JIT compiled code] at org.apache.lucene.util.FileDeleter#decRef():109 [Interpreted code] at org.apache.lucene.index.IndexFileDeleter#decRef():620 [JIT compiled code] 0.51% 1799 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle():280 [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup():270 [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup():264 [Inlined code] at jdk.internal.foreign.SharedSession$SharedResourceList#cleanup():143 [Inlined code] at jdk.internal.foreign.MemorySessionImpl#close():241 [Inlined code] at jdk.internal.foreign.ArenaImpl#close():47 [Inlined code] at org.apache.lucene.store.RefCountedSharedArena#release():113 [Inlined code] at org.apache.lucene.store.RefCountedSharedArena#close():122 [Inlined code] 0.26% 903 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [Inlined code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [Inlined code] at org.apache.lucene.util.FileDeleter#delete():234 [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete():227 [Inlined code] at org.apache.lucene.util.FileDeleter#decRef():109 [JIT compiled code] at org.apache.lucene.index.IndexFileDeleter#decRef():620 [Inlined code] 0.11% 405 sun.nio.ch.UnixFileDispatcherImpl#force0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#force():85 [Inlined code] at sun.nio.ch.FileChannelImpl#implForce():620 [JIT compiled code] at sun.nio.ch.FileChannelImpl#force():635 [JIT compiled code] at org.apache.lucene.util.IOUtils#fsync():537 [JIT compiled code] at org.apache.lucene.store.FSDirectory#fsync():296 [JIT compiled code] at org.apache.lucene.store.FSDirectory#sync():248 [Interpreted code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#sync():68 [Interpreted code] at org.apache.lucene.index.IndexWriter#startCommit():5663 [Interpreted code] at org.apache.lucene.index.IndexWriter#prepareCommitInternal():3789 [Interpreted code] at org.apache.lucene.index.IndexWriter#commitInternal():4131 [Interpreted code] at org.apache.lucene.index.IndexWriter#shutdown():1325 [Interpreted code] 0.08% 296 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [Interpreted code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [Interpreted code] at jdk.jfr.internal.PlatformRecorder#periodicTask():502 [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0():428 [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000009f07aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 0.04% 159 sun.nio.ch.UnixFileDispatcherImpl#force0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#force():85 [Inlined code] at sun.nio.ch.FileChannelImpl#implForce():620 [JIT compiled code] at sun.nio.ch.FileChannelImpl#force():635 [JIT compiled code] at org.apache.lucene.util.IOUtils#fsync():537 [JIT compiled code] at org.apache.lucene.store.FSDirectory#fsync():296 [JIT compiled code] at org.apache.lucene.store.FSDirectory#sync():248 [Interpreted code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#sync():68 [Interpreted code] at org.apache.lucene.index.IndexWriter#startCommit():5663 [Interpreted code] at org.apache.lucene.index.IndexWriter#prepareCommitInternal():3789 [Interpreted code] at org.apache.lucene.index.IndexWriter#commitInternal():4131 [Interpreted code] at org.apache.lucene.index.IndexWriter#commit():4093 [Interpreted code] 0.04% 154 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle():280 [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup():270 [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup():264 [Inlined code] at jdk.internal.foreign.SharedSession$SharedResourceList#cleanup():143 [Inlined code] at jdk.internal.foreign.MemorySessionImpl#close():241 [Inlined code] at jdk.internal.foreign.ArenaImpl#close():47 [Inlined code] at org.apache.lucene.store.RefCountedSharedArena#release():113 [Inlined code] at org.apache.lucene.store.RefCountedSharedArena#close():122 [Inlined code] 0.03% 106 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [JIT compiled code] at jdk.jfr.internal.RepositoryChunk#delete():96 [Interpreted code] at jdk.jfr.internal.RepositoryChunk#destroy():120 [Interpreted code] at jdk.jfr.internal.RepositoryChunk#release():137 [JIT compiled code] at jdk.jfr.internal.PlatformRecording#removed():617 [Interpreted code] at jdk.jfr.internal.PlatformRecording#trimToSize():584 [JIT compiled code] at jdk.jfr.internal.PlatformRecording#appendChunk():574 [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#finishChunk():437 [JIT compiled code] 0.03% 94 jdk.internal.misc.Unsafe#park() [Native code] at java.util.concurrent.locks.LockSupport#park():223 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():410 [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] 0.02% 61 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open():69 [Inlined code] at sun.nio.fs.UnixChannelFactory#open():242 [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel():132 [Inlined code] at sun.nio.fs.UnixChannelFactory#newFileChannel():145 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#newFileChannel():211 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#newByteChannel():244 [Inlined code] at java.nio.file.spi.FileSystemProvider#newOutputStream():426 [JIT compiled code] at java.nio.file.Files#newOutputStream():215 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#():385 [JIT compiled code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#():378 [Inlined code] at org.apache.lucene.store.FSDirectory#createOutput():215 [Inlined code] 0.02% 55 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [JIT compiled code] at jdk.jfr.internal.RepositoryChunk#delete():96 [Interpreted code] at jdk.jfr.internal.RepositoryChunk#destroy():120 [Interpreted code] at jdk.jfr.internal.RepositoryChunk#release():137 [JIT compiled code] at jdk.jfr.internal.PlatformRecording#removed():617 [Interpreted code] at jdk.jfr.internal.PlatformRecording#trimToSize():584 [Interpreted code] at jdk.jfr.internal.PlatformRecording#appendChunk():574 [Interpreted code] at jdk.jfr.internal.PlatformRecorder#finishChunk():437 [Interpreted code] 0.01% 52 jdk.internal.misc.Unsafe#park() [Native code] at java.util.concurrent.locks.LockSupport#park():223 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():410 [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] 0.01% 42 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace():186 [Inlined code] at jdk.internal.event.FileReadEvent#commit() [JIT compiled code] at jdk.internal.event.FileReadEvent#offer():71 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead():271 [Inlined code] at sun.nio.ch.FileChannelImpl#read():229 [Inlined code] at knn.VectorReader#readNext():57 [Inlined code] at knn.VectorReaderFloat32#next():30 [JIT compiled code] at knn.IndexerThread#_run():102 [JIT compiled code] at knn.IndexerThread#run():74 [Interpreted code] 0.01% 31 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current():51 [Inlined code] at sun.nio.ch.NativeThreadSet#add():48 [Inlined code] at sun.nio.ch.FileChannelImpl#implRead():245 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead():269 [Inlined code] at sun.nio.ch.FileChannelImpl#read():229 [Inlined code] at knn.VectorReader#readNext():57 [Inlined code] at knn.VectorReaderFloat32#next():30 [JIT compiled code] at knn.IndexerThread#_run():102 [JIT compiled code] at knn.IndexerThread#run():74 [Interpreted code] 0.01% 30 sun.nio.ch.UnixFileDispatcherImpl#force0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#force():85 [Interpreted code] at sun.nio.ch.FileChannelImpl#implForce():620 [Interpreted code] at sun.nio.ch.FileChannelImpl#force():635 [Interpreted code] at org.apache.lucene.util.IOUtils#fsync():537 [Interpreted code] at org.apache.lucene.store.FSDirectory#fsync():296 [Interpreted code] at org.apache.lucene.store.FSDirectory#sync():248 [Interpreted code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#sync():68 [Interpreted code] at org.apache.lucene.index.IndexWriter#startCommit():5663 [Interpreted code] at org.apache.lucene.index.IndexWriter#prepareCommitInternal():3789 [Interpreted code] at org.apache.lucene.index.IndexWriter#commitInternal():4131 [Interpreted code] at org.apache.lucene.index.IndexWriter#commit():4093 [Interpreted code] 0.01% 27 jdk.internal.misc.Unsafe#unpark() [Native code] at java.util.concurrent.locks.LockSupport#unpark():183 [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():266 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#release():720 [JIT compiled code] at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#unlock():1154 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():392 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.01% 24 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [JIT compiled code] at jdk.jfr.internal.RepositoryChunk#delete():96 [Interpreted code] at jdk.jfr.internal.RepositoryChunk#destroy():120 [Interpreted code] at jdk.jfr.internal.RepositoryChunk#release():137 [JIT compiled code] at jdk.jfr.internal.PlatformRecording#removed():617 [Interpreted code] at jdk.jfr.internal.PlatformRecording#trimToSize():584 [JIT compiled code] at jdk.jfr.internal.PlatformRecording#appendChunk():574 [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#finishChunk():437 [JIT compiled code] 0.00% 17 java.io.FileOutputStream#writeBytes() [Native code] at java.io.FileOutputStream#traceWriteBytes():311 [JIT compiled code] at java.io.FileOutputStream#write():349 [JIT compiled code] at java.lang.System$Out#write():1910 [Inlined code] at java.io.BufferedOutputStream#flushBuffer():123 [JIT compiled code] at java.io.BufferedOutputStream#flush():203 [JIT compiled code] at java.io.PrintStream#write():541 [JIT compiled code] at sun.nio.cs.StreamEncoder#writeBytes():220 [JIT compiled code] at sun.nio.cs.StreamEncoder#implFlushBuffer():315 [Inlined code] at sun.nio.cs.StreamEncoder#flushBuffer():101 [JIT compiled code] at java.io.OutputStreamWriter#flushBuffer():179 [Inlined code] at java.io.PrintStream#write():666 [JIT compiled code] 0.00% 17 jdk.internal.misc.Unsafe#unpark() [Native code] at java.util.concurrent.locks.LockSupport#unpark():183 [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():266 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#release():720 [JIT compiled code] at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#unlock():1154 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():392 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Interpreted code] 0.00% 16 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Inlined code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [Interpreted code] at jdk.jfr.internal.PlatformRecorder#periodicTask():502 [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0():428 [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000009f07aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 0.00% 14 jdk.internal.misc.Unsafe#park() [Native code] at java.util.concurrent.locks.LockSupport#park():223 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():410 [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():650 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#lock():966 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswLock#write():48 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():382 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] 0.00% 13 java.lang.System#nanoTime() [Native code] at knn.KnnIndexer#waitForMergesWithStatus():276 [Interpreted code] at knn.KnnIndexer#createIndex():259 [Interpreted code] at knn.KnnGraphTester#run():661 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():270 [Interpreted code] at knn.KnnGraphTester#main():265 [Interpreted code] 0.00% 13 jdk.internal.misc.Unsafe#park() [Native code] at java.util.concurrent.locks.LockSupport#park():223 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():410 [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():650 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#lock():966 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswLock#write():48 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():382 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] 0.00% 11 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [Inlined code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [Inlined code] at org.apache.lucene.store.TrackingDirectoryWrapper#deleteFile():35 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.FieldsIndexWriter#finish():142 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#finish():480 [JIT compiled code] at org.apache.lucene.index.StoredFieldsConsumer#flush():106 [JIT compiled code] 0.00% 11 jdk.internal.misc.Unsafe#unpark() [Native code] at java.util.concurrent.locks.LockSupport#unpark():183 [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():266 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#release():720 [JIT compiled code] at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#unlock():1154 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():392 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.00% 10 java.lang.System#nanoTime() [Native code] at knn.KnnIndexer#waitForMergesWithStatus():276 [Interpreted code] at knn.KnnGraphTester#forceMerge():1070 [Interpreted code] at knn.KnnGraphTester#run():715 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():270 [Interpreted code] at knn.KnnGraphTester#main():265 [Interpreted code] 0.00% 9 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map():144 [Inlined code] at sun.nio.ch.FileChannelImpl#mapInternal():1515 [JIT compiled code] at sun.nio.ch.FileChannelImpl#map():1453 [Inlined code] at org.apache.lucene.store.MMapDirectory#map():376 [JIT compiled code] at org.apache.lucene.store.MMapDirectory#openInput():333 [JIT compiled code] at org.apache.lucene.store.FilterDirectory#openInput():101 [JIT compiled code] at org.apache.lucene.store.FilterDirectory#openInput():101 [Inlined code] at org.apache.lucene.store.Directory#openChecksumInput():156 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.FieldsIndexWriter#finish():120 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#finish():480 [JIT compiled code] at org.apache.lucene.index.StoredFieldsConsumer#flush():106 [JIT compiled code] 0.00% 9 java.io.FileDescriptor#close0() [Native code] at java.io.FileDescriptor#close():304 [Inlined code] at java.io.FileDescriptor$1#close():89 [Inlined code] at sun.nio.ch.FileChannelImpl$Closer#run():123 [Inlined code] at jdk.internal.ref.CleanerImpl$PhantomCleanableRef#performCleanup():176 [Inlined code] at jdk.internal.ref.PhantomCleanable#clean():96 [Inlined code] at sun.nio.ch.FileChannelImpl#implCloseChannel():219 [Inlined code] at java.nio.channels.spi.AbstractInterruptibleChannel#close():129 [JIT compiled code] at sun.nio.ch.ChannelOutputStream#close():111 [JIT compiled code] at java.io.FilterOutputStream#close():190 [JIT compiled code] at java.io.FilterOutputStream#close():190 [JIT compiled code] at java.io.FilterOutputStream#close():190 [Inlined code] 0.00% 9 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open():69 [JIT compiled code] at sun.nio.fs.UnixChannelFactory#open():242 [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel():132 [Inlined code] at sun.nio.fs.UnixChannelFactory#newFileChannel():145 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#newFileChannel():211 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#newByteChannel():244 [Inlined code] at java.nio.file.spi.FileSystemProvider#newOutputStream():426 [JIT compiled code] at java.nio.file.Files#newOutputStream():215 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#():385 [JIT compiled code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#():378 [Inlined code] at org.apache.lucene.store.FSDirectory#createOutput():215 [Inlined code] 0.00% 7 java.lang.Object#wait0() [Native code] at java.lang.Object#wait():389 [Inlined code] at jdk.jfr.internal.PlatformRecorder#takeNap():540 [Inlined code] at jdk.jfr.internal.PlatformRecorder#periodicTask():508 [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0():428 [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000009f07aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 0.00% 7 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace():186 [Inlined code] at jdk.internal.event.FileWriteEvent#commit() [JIT compiled code] at jdk.internal.event.FileWriteEvent#offer():69 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():376 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [Inlined code] at sun.nio.ch.ChannelOutputStream#write():105 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write():391 [Inlined code] at java.util.zip.CheckedOutputStream#write():73 [Inlined code] at java.io.BufferedOutputStream#flushBuffer():123 [Inlined code] at java.io.BufferedOutputStream#write():188 [Inlined code] 0.00% 7 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer():341 [Inlined code] at sun.nio.ch.IOUtil#read():307 [Inlined code] at sun.nio.ch.IOUtil#read():284 [JIT compiled code] at sun.nio.ch.FileChannelImpl#implRead():251 [JIT compiled code] at sun.nio.ch.FileChannelImpl#traceImplRead():269 [Inlined code] at sun.nio.ch.FileChannelImpl#read():229 [Inlined code] at knn.VectorReader#readNext():57 [Inlined code] at knn.VectorReaderFloat32#next():30 [JIT compiled code] at knn.KnnGraphTester#testSearch():1234 [Interpreted code] at knn.KnnGraphTester#run():742 [Interpreted code] 0.00% 7 java.io.FileOutputStream#writeBytes() [Native code] at java.io.FileOutputStream#traceWriteBytes():311 [Inlined code] at java.io.FileOutputStream#write():349 [JIT compiled code] at java.lang.System$Out#write():1910 [Inlined code] at java.io.BufferedOutputStream#flushBuffer():123 [JIT compiled code] at java.io.BufferedOutputStream#flush():203 [Inlined code] at java.io.PrintStream#write():541 [Inlined code] at sun.nio.cs.StreamEncoder#writeBytes():220 [JIT compiled code] at sun.nio.cs.StreamEncoder#implFlushBuffer():315 [Inlined code] at sun.nio.cs.StreamEncoder#flushBuffer():101 [Inlined code] at java.io.OutputStreamWriter#flushBuffer():179 [Inlined code] at java.io.PrintStream#write():666 [JIT compiled code] 0.00% 6 jdk.internal.misc.Unsafe#park() [Native code] at java.util.concurrent.locks.LockSupport#park():223 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():410 [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] 0.00% 6 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat():253 [Inlined code] at sun.nio.fs.UnixFileAttributes#get():77 [Inlined code] at sun.nio.fs.UnixFileAttributeViews$Basic#readAttributes():51 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#readAttributes():161 [Inlined code] at sun.nio.fs.LinuxFileSystemProvider#readAttributes():99 [Inlined code] at java.nio.file.Files#readAttributes():1702 [Inlined code] at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock#ensureValid():177 [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#createOutput():42 [Inlined code] at org.apache.lucene.store.TrackingDirectoryWrapper#createOutput():41 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.FieldsIndexWriter#finish():112 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#finish():480 [JIT compiled code] 0.00% 6 java.lang.Thread#sleepNanos0() [Native code] at java.lang.Thread#sleepNanos():509 [Inlined code] at java.lang.Thread#sleep():540 [JIT compiled code] at knn.KnnIndexer#waitForMergesWithStatus():294 [Interpreted code] at knn.KnnGraphTester#forceMerge():1070 [Interpreted code] at knn.KnnGraphTester#run():715 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():270 [Interpreted code] at knn.KnnGraphTester#main():265 [Interpreted code] 0.00% 5 java.io.RandomAccessFile#open0() [Native code] at java.io.RandomAccessFile#open():338 [Interpreted code] at java.io.RandomAccessFile#():257 [Interpreted code] at java.io.RandomAccessFile#():211 [Interpreted code] at jdk.jfr.internal.RepositoryChunk#():57 [Interpreted code] at jdk.jfr.internal.Repository#newChunk():99 [Interpreted code] at jdk.jfr.internal.PlatformRecorder#rotateDisk():383 [Interpreted code] at jdk.jfr.internal.PlatformRecorder#periodicTask():496 [Interpreted code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0():428 [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000009f07aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 0.00% 5 jdk.jfr.internal.JVM#shouldRotateDisk() [Native code] at jdk.jfr.internal.PlatformRecorder#periodicTask():495 [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0():428 [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000009f07aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 0.00% 5 sun.nio.ch.UnixFileDispatcherImpl#force0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#force():85 [Inlined code] at sun.nio.ch.FileChannelImpl#implForce():620 [JIT compiled code] at sun.nio.ch.FileChannelImpl#force():635 [JIT compiled code] at org.apache.lucene.util.IOUtils#fsync():537 [JIT compiled code] at org.apache.lucene.store.FSDirectory#syncMetaData():272 [Interpreted code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#syncMetaData():62 [Interpreted code] at org.apache.lucene.index.SegmentInfos#prepareCommit():919 [Interpreted code] at org.apache.lucene.index.IndexWriter#startCommit():5644 [Interpreted code] at org.apache.lucene.index.IndexWriter#prepareCommitInternal():3789 [Interpreted code] at org.apache.lucene.index.IndexWriter#commitInternal():4131 [Interpreted code] at org.apache.lucene.index.IndexWriter#shutdown():1325 [Interpreted code] 0.00% 4 jdk.internal.misc.Unsafe#park() [Native code] at java.util.concurrent.locks.LockSupport#park():223 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():410 [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] 0.00% 4 sun.nio.fs.UnixNativeDispatcher#lstat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#lstat():273 [Inlined code] at sun.nio.fs.UnixFileAttributes#get():79 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete():254 [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [Inlined code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete():234 [Inlined code] at org.apache.lucene.util.FileDeleter#delete():227 [JIT compiled code] at org.apache.lucene.util.FileDeleter#decRef():109 [Interpreted code] 0.00% 4 java.io.RandomAccessFile#open0() [Native code] at java.io.RandomAccessFile#open():338 [Interpreted code] at java.io.RandomAccessFile#():257 [Interpreted code] at java.io.RandomAccessFile#():211 [Interpreted code] at jdk.jfr.internal.RepositoryChunk#():57 [Interpreted code] at jdk.jfr.internal.Repository#newChunk():99 [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#rotateDisk():383 [Interpreted code] at jdk.jfr.internal.PlatformRecorder#periodicTask():496 [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0():428 [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000009f07aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 0.00% 4 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat():253 [Inlined code] at sun.nio.fs.UnixFileAttributes#get():77 [Inlined code] at sun.nio.fs.UnixFileAttributeViews$Basic#readAttributes():51 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#readAttributes():161 [Inlined code] at sun.nio.fs.LinuxFileSystemProvider#readAttributes():99 [Inlined code] at java.nio.file.Files#readAttributes():1702 [Inlined code] at java.nio.file.Files#size():2242 [Inlined code] at org.apache.lucene.store.FSDirectory#fileLength():203 [Inlined code] at org.apache.lucene.index.SegmentCommitInfo#sizeInBytes():230 [JIT compiled code] at org.apache.lucene.index.MergePolicy#size():721 [JIT compiled code] at org.apache.lucene.index.TieredMergePolicy#getSortedBySegmentSize():297 [JIT compiled code] 0.00% 4 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle():280 [Inlined code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup():115 [Inlined code] at jdk.internal.foreign.MemorySessionImpl#close():241 [Inlined code] at jdk.internal.foreign.ArenaImpl#close():47 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#close():698 [JIT compiled code] at org.apache.lucene.store.BufferedChecksumIndexInput#close():83 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader#():226 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsFormat#fieldsReader():133 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.04.16.10.08.30/bench-knn-q32-fmTrue.jfr Profiler for heap at stackSize=1 [/l/logs.nightly/2026.04.16.10.08.30/bench-knn-q32-fmTrue.jfr is 2039.55 MB /l/logs.nightly/2026.04.16.10.08.30/bench-knn-q32-fmTrue.jfr is 2039.55 MB /l/logs.nightly/2026.04.16.10.08.30/bench-knn-q32-fmTrue.jfr is 2039.55 MB /l/logs.nightly/2026.04.16.10.08.30/bench-knn-q32-fmTrue.jfr is 2039.55 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 25498 events (total: 206458M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 30.60% 63166M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] 27.06% 55860M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 26.10% 53893M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 3.45% 7116M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] 2.66% 5495M java.util.Arrays#copyOf():3478 [Inlined code] 2.58% 5324M java.lang.Integer#valueOf():1006 [Inlined code] 1.00% 2061M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] 0.73% 1507M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [JIT compiled code] 0.71% 1459M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] 0.70% 1450M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] 0.55% 1141M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [JIT compiled code] 0.46% 951M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] 0.40% 829M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] 0.34% 692M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] 0.33% 680M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [Inlined code] 0.25% 519M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] 0.22% 463M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():283 [JIT compiled code] 0.14% 281M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():269 [JIT compiled code] 0.13% 268M org.apache.lucene.util.SparseFixedBitSet#insertLong():230 [Inlined code] 0.12% 256M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [Inlined code] 0.11% 225M java.util.DualPivotQuicksort#tryMergeRuns():816 [JIT compiled code] 0.08% 174M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():556 [JIT compiled code] 0.08% 170M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] 0.08% 164M org.apache.lucene.internal.hppc.IntIntHashMap#allocateBuffers():743 [Interpreted code] 0.08% 159M org.apache.lucene.util.SparseFixedBitSet#insertBlock():211 [JIT compiled code] 0.07% 154M org.apache.lucene.util.packed.DirectReader#getInstance():71 [Inlined code] 0.07% 153M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] 0.07% 146M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Interpreted code] 0.07% 143M java.util.DualPivotQuicksort#sort():354 [JIT compiled code] 0.06% 133M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():618 [JIT compiled code] 0.05% 101M java.lang.Thread#beforeSleep():473 [Inlined code] 0.05% 94M knn.KnnIndexer#createIndex():254 [Interpreted code] 0.05% 94M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] 0.04% 92M org.apache.lucene.util.hnsw.OnHeapHnswGraph#():86 [JIT compiled code] 0.04% 83M java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject#await():1767 [Interpreted code] 0.04% 76M org.apache.lucene.internal.hppc.IntIntHashMap#allocateBuffers():744 [Interpreted code] 0.04% 73M knn.KnnIndexer#waitForMergesWithStatus():287 [Interpreted code] 0.03% 68M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():345 [Interpreted code] 0.03% 65M org.apache.lucene.util.FixedBitSet#():148 [Inlined code] 0.03% 63M java.lang.reflect.Array#newInstance():76 [Inlined code] 0.03% 62M java.util.logging.LogManager#reset():1298 [Interpreted code] 0.03% 62M jdk.jfr.internal.ShutdownHook#run():48 [Interpreted code] 0.03% 56M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [Inlined code] 0.02% 47M java.util.ArrayList#grow():240 [Inlined code] 0.02% 46M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] 0.02% 43M org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#writeGraph():478 [JIT compiled code] 0.02% 35M java.util.HashMap#newNode():1910 [Inlined code] 0.02% 32M knn.KnnGraphTester#printGraphFanout():1114 [Interpreted code] 0.01% 22M java.util.HashMap#resize():711 [JIT compiled code] 0.01% 21M java.util.concurrent.locks.ReentrantReadWriteLock$Sync$ThreadLocalHoldCounter#initialValue():291 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.04.16.10.08.30/bench-knn-q32-fmTrue.jfr Profiler for heap at stackSize=4 [/l/logs.nightly/2026.04.16.10.08.30/bench-knn-q32-fmTrue.jfr is 2039.55 MB /l/logs.nightly/2026.04.16.10.08.30/bench-knn-q32-fmTrue.jfr is 2039.55 MB /l/logs.nightly/2026.04.16.10.08.30/bench-knn-q32-fmTrue.jfr is 2039.55 MB /l/logs.nightly/2026.04.16.10.08.30/bench-knn-q32-fmTrue.jfr is 2039.55 MB /l/logs.nightly/2026.04.16.10.08.30/bench-knn-q32-fmTrue.jfr is 2039.55 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 25498 events (total: 206458M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 22.67% 46797M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] 21.95% 45319M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] 18.74% 38690M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollector#():44 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [JIT compiled code] 11.86% 24476M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#():44 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [Interpreted code] 4.36% 9008M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] 4.15% 8566M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] 3.45% 7116M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 2.66% 5491M java.util.Arrays#copyOf():3478 [Inlined code] at java.util.ArrayDeque#grow():146 [JIT compiled code] at java.util.ArrayDeque#addFirst():288 [Inlined code] at java.util.ArrayDeque#push():577 [Inlined code] 2.57% 5314M java.lang.Integer#valueOf():1006 [Inlined code] at knn.KnnGraphTester#printGraphConnectedNess():1098 [JIT compiled code] at knn.KnnGraphTester#printFanoutHist():1053 [Interpreted code] at knn.KnnGraphTester#printFanoutHist():1028 [Interpreted code] 1.00% 2061M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():435 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():432 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():461 [Inlined code] 0.73% 1507M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.55% 1141M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [JIT compiled code] 0.46% 951M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [JIT compiled code] 0.42% 868M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.40% 829M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] at org.apache.lucene.search.AbstractKnnVectorQuery#rewrite():106 [JIT compiled code] at org.apache.lucene.search.KnnFloatVectorQuery#rewrite():48 [Inlined code] at knn.KnnGraphTester$ProfiledKnnFloatVectorQuery#rewrite():2211 [JIT compiled code] 0.37% 770M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.31% 643M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.29% 605M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.24% 486M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.21% 435M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] at java.lang.invoke.DirectMethodHandle$Holder#newInvokeSpecial() [Inlined code] at java.lang.invoke.Invokers$Holder#linkToTargetMethod() [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [Inlined code] 0.16% 327M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] 0.15% 318M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] 0.13% 277M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():283 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] 0.12% 256M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.11% 225M java.util.DualPivotQuicksort#tryMergeRuns():816 [JIT compiled code] at java.util.DualPivotQuicksort#sort():277 [JIT compiled code] at java.util.DualPivotQuicksort#sort():238 [Inlined code] at java.util.Arrays#sort():123 [Inlined code] 0.08% 171M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():269 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] 0.08% 170M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():238 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] 0.08% 164M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():283 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] 0.08% 155M org.apache.lucene.internal.hppc.IntIntHashMap#allocateBuffers():743 [Interpreted code] at org.apache.lucene.internal.hppc.IntIntHashMap#ensureCapacity():450 [Interpreted code] at org.apache.lucene.internal.hppc.IntIntHashMap#():107 [Inlined code] at org.apache.lucene.internal.hppc.IntIntHashMap#():93 [Inlined code] 0.07% 154M org.apache.lucene.util.packed.DirectReader#getInstance():71 [Inlined code] at org.apache.lucene.util.packed.DirectMonotonicReader#getInstance():105 [JIT compiled code] at org.apache.lucene.util.packed.DirectMonotonicReader#getInstance():88 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsReader$OffHeapHnswGraph#():539 [JIT compiled code] 0.07% 153M org.apache.lucene.util.SparseFixedBitSet#insertBlock():211 [JIT compiled code] at org.apache.lucene.util.SparseFixedBitSet#getAndSet():164 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.AbstractHnswGraphSearcher#search():83 [JIT compiled code] 0.07% 146M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Interpreted code] at org.apache.lucene.search.AbstractKnnVectorQuery#rewrite():106 [Interpreted code] at org.apache.lucene.search.KnnFloatVectorQuery#rewrite():48 [Interpreted code] at knn.KnnGraphTester$ProfiledKnnFloatVectorQuery#rewrite():2211 [Interpreted code] 0.07% 140M org.apache.lucene.util.SparseFixedBitSet#insertLong():230 [Inlined code] at org.apache.lucene.util.SparseFixedBitSet#getAndSet():170 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.AbstractHnswGraphSearcher#search():83 [Interpreted code] 0.06% 128M org.apache.lucene.util.SparseFixedBitSet#insertLong():230 [Inlined code] at org.apache.lucene.util.SparseFixedBitSet#getAndSet():170 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.AbstractHnswGraphSearcher#search():83 [JIT compiled code] 0.06% 122M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():556 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader#serializedDocument():645 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#copyOneDoc():508 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#merge():630 [JIT compiled code] 0.06% 114M java.util.DualPivotQuicksort#sort():354 [JIT compiled code] at java.util.DualPivotQuicksort#sort():238 [Inlined code] at java.util.Arrays#sort():123 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#writeGraph():486 [JIT compiled code] 0.05% 113M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] 0.05% 104M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():238 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] 0.05% 101M java.lang.Thread#beforeSleep():473 [Inlined code] at java.lang.Thread#sleepNanos():504 [JIT compiled code] at java.lang.Thread#sleep():540 [JIT compiled code] at knn.KnnIndexer#waitForMergesWithStatus():294 [Interpreted code] 0.05% 94M knn.KnnIndexer#createIndex():254 [Interpreted code] at knn.KnnGraphTester#run():661 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():270 [Interpreted code] at knn.KnnGraphTester#main():265 [Interpreted code] 0.05% 94M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] 0.04% 92M org.apache.lucene.util.hnsw.OnHeapHnswGraph#():86 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():119 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph():148 [Interpreted code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder():81 [Interpreted code] 0.04% 84M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] at java.lang.invoke.DirectMethodHandle$Holder#newInvokeSpecial() [Inlined code] at java.lang.invoke.Invokers$Holder#linkToTargetMethod() [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] 0.04% 80M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():269 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] 0.04% 77M java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject#await():1767 [Interpreted code] at java.util.concurrent.LinkedBlockingQueue#take():435 [JIT compiled code] at java.util.concurrent.ThreadPoolExecutor#getTask():1016 [JIT compiled code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1076 [Interpreted code] 0.04% 76M org.apache.lucene.internal.hppc.IntIntHashMap#allocateBuffers():744 [Interpreted code] at org.apache.lucene.internal.hppc.IntIntHashMap#ensureCapacity():450 [Inlined code] at org.apache.lucene.internal.hppc.IntIntHashMap#():107 [Inlined code] at org.apache.lucene.internal.hppc.IntIntHashMap#():93 [Inlined code] 0.04% 75M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():238 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] 0.03% 68M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():345 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.03% 65M org.apache.lucene.util.FixedBitSet#():148 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#():168 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#():64 [JIT compiled code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder():85 [Interpreted code] 0.03% 63M java.lang.reflect.Array#newInstance():76 [Inlined code] at org.apache.lucene.util.ArrayUtil#growExact():216 [Inlined code] at org.apache.lucene.util.ArrayUtil#grow():234 [JIT compiled code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():152 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.04.16.10.08.30/bench-knn-q32-fmTrue.jfr Profiler for heap at stackSize=12 [/l/logs.nightly/2026.04.16.10.08.30/bench-knn-q32-fmTrue.jfr is 2039.55 MB /l/logs.nightly/2026.04.16.10.08.30/bench-knn-q32-fmTrue.jfr is 2039.55 MB /l/logs.nightly/2026.04.16.10.08.30/bench-knn-q32-fmTrue.jfr is 2039.55 MB /l/logs.nightly/2026.04.16.10.08.30/bench-knn-q32-fmTrue.jfr is 2039.55 MB /l/logs.nightly/2026.04.16.10.08.30/bench-knn-q32-fmTrue.jfr is 2039.55 MB /l/logs.nightly/2026.04.16.10.08.30/bench-knn-q32-fmTrue.jfr is 2039.55 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 25498 events (total: 206458M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 18.71% 38626M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollector#():44 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Inlined code] at org.apache.lucene.search.IndexSearcher#search():741 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#searchAfter():590 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():613 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():1485 [JIT compiled code] at knn.KnnGraphTester#testSearch():1220 [Interpreted code] at knn.KnnGraphTester#run():742 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():270 [Interpreted code] 8.57% 17695M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009f19da80#call() [Inlined code] 8.56% 17680M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009f19da80#call() [Inlined code] 7.90% 16320M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#():44 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():741 [Interpreted code] at org.apache.lucene.search.IndexSearcher#searchAfter():590 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():613 [Interpreted code] at knn.KnnGraphTester#doFloatVectorQuery():1485 [Interpreted code] at knn.KnnGraphTester#testSearch():1220 [Interpreted code] at knn.KnnGraphTester#run():742 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():270 [Interpreted code] 7.31% 15087M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009f19da80#call() [JIT compiled code] 6.81% 14061M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009f19da80#call() [JIT compiled code] 3.95% 8156M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#():44 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():741 [Interpreted code] at org.apache.lucene.search.IndexSearcher#searchAfter():590 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():613 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():1485 [JIT compiled code] at knn.KnnGraphTester#testSearch():1220 [Interpreted code] at knn.KnnGraphTester#run():742 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():270 [Interpreted code] 3.62% 7465M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009f19da80#call() [Interpreted code] 3.46% 7136M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009f19da80#call() [Interpreted code] 2.66% 5491M java.util.Arrays#copyOf():3478 [Inlined code] at java.util.ArrayDeque#grow():146 [JIT compiled code] at java.util.ArrayDeque#addFirst():288 [Inlined code] at java.util.ArrayDeque#push():577 [Inlined code] at knn.KnnGraphTester#printGraphConnectedNess():1098 [JIT compiled code] at knn.KnnGraphTester#printFanoutHist():1053 [Interpreted code] at knn.KnnGraphTester#printFanoutHist():1028 [Interpreted code] at knn.KnnGraphTester#run():747 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():270 [Interpreted code] at knn.KnnGraphTester#main():265 [Interpreted code] 2.57% 5314M java.lang.Integer#valueOf():1006 [Inlined code] at knn.KnnGraphTester#printGraphConnectedNess():1098 [JIT compiled code] at knn.KnnGraphTester#printFanoutHist():1053 [Interpreted code] at knn.KnnGraphTester#printFanoutHist():1028 [Interpreted code] at knn.KnnGraphTester#run():747 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():270 [Interpreted code] at knn.KnnGraphTester#main():265 [Interpreted code] 1.64% 3380M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] 1.50% 3105M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] 1.17% 2414M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009f19da80#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 1.17% 2412M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] 1.16% 2394M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] 1.00% 2061M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():435 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():432 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():461 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():731 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1051 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():786 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():274 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] 0.99% 2038M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.97% 2009M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.88% 1816M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():255 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph():148 [Interpreted code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder():81 [Interpreted code] at org.apache.lucene.util.hnsw.IncrementalHnswGraphMerger#merge():212 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():444 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():128 [Interpreted code] 0.86% 1767M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():255 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph():148 [Interpreted code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder():81 [Interpreted code] at org.apache.lucene.util.hnsw.IncrementalHnswGraphMerger#merge():212 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():444 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():128 [Interpreted code] 0.81% 1662M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009f19da80#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.78% 1613M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():738 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1051 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():786 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():274 [Inlined code] 0.78% 1608M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.74% 1526M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():738 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1051 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():786 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():274 [Inlined code] 0.74% 1522M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.65% 1341M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009f19da80#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [JIT compiled code] 0.56% 1160M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] 0.52% 1069M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009f19da80#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.49% 1004M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] 0.46% 951M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009f19da80#call() [Inlined code] 0.44% 905M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Interpreted code] 0.35% 716M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] at org.apache.lucene.search.AbstractKnnVectorQuery#rewrite():106 [JIT compiled code] at org.apache.lucene.search.KnnFloatVectorQuery#rewrite():48 [Inlined code] at knn.KnnGraphTester$ProfiledKnnFloatVectorQuery#rewrite():2211 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#rewrite():862 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#rewrite():873 [Inlined code] at org.apache.lucene.search.IndexSearcher#search():742 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#searchAfter():590 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():613 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():1485 [JIT compiled code] at knn.KnnGraphTester#testSearch():1220 [Interpreted code] at knn.KnnGraphTester#run():742 [Interpreted code] 0.33% 679M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Interpreted code] 0.31% 646M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009f19da80#call() [JIT compiled code] 0.26% 532M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009f19da80#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.22% 448M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009f19da80#call() [Interpreted code] 0.18% 381M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009f19da80#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.16% 328M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():738 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1051 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():786 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():274 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] 0.15% 314M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009f19da80#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.14% 282M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009f19da80#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [JIT compiled code] 0.12% 251M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009f19da80#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.11% 233M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009f19da80#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [JIT compiled code] 0.11% 230M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#replayBufferedVectors():719 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():735 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1051 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():786 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] 0.11% 228M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():395 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():738 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1051 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():786 [JIT compiled code] 0.11% 222M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009f19da80#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x000000009f1a0000#run() [JIT compiled code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1090 [Interpreted code] 0.11% 221M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009f19da80#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.10% 211M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009f19da80#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x000000009f1a0000#run() [JIT compiled code] 0.10% 203M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009f19da80#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.10% 200M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():395 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():738 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1051 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():786 [JIT compiled code] now remove KNN index knn-reuse/indices/dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-fm recall latency(ms) netCPU avgCpuCount nDoc searchType topK fanout 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.898 14.683 15.372 1.047 8000000 KNN 100 100 N/A N/A 100.000 32 100 4 bits 1080.66 7402.90 0.00 20 36035.05 1.000 35278.320 4028.320 false HNSW 0.881 2.413 2.517 1.043 8000000 KNN 100 100 N/A N/A 100.000 32 100 4 bits 934.01 8565.25 1097.04 1 36185.81 1.000 35278.320 4028.320 false HNSW 0.954 13.741 14.391 1.047 8000000 KNN 100 100 N/A N/A 100.000 32 100 7 bits 1507.16 5308.00 0.00 17 39942.89 1.000 39184.570 7934.570 false HNSW 0.928 2.555 2.671 1.045 8000000 KNN 100 100 N/A N/A 100.000 32 100 7 bits 1423.50 5619.96 1272.56 1 40090.83 1.000 39184.570 7934.570 false HNSW 0.975 12.680 13.332 1.051 8000000 KNN 100 100 N/A N/A 100.000 32 100 no 3015.48 2652.97 0.00 15 32010.97 1.000 31250.000 31250.000 false HNSW 0.943 3.315 3.468 1.046 8000000 KNN 100 100 N/A N/A 100.000 32 100 no 3168.37 2524.96 3248.07 1 32155.93 1.000 31250.000 31250.000 false HNSW saving all results to /l/logs.nightly/2026.04.16.10.08.30/knn_results.pk done! took 22424.3 seconds total removing KNN indices dir /l/util.nightly/knn-reuse/indices [2026-04-16 17:37:40.575299] now generate KNN nightly charts [2026-04-16 17:37:43.595005] 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=2077584 Profiler summary for /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr Version: 2.1 Chunks: 16 Start: 2026-04-16 21:37:43 (UTC) Duration: 123 s Event Type Count Size (bytes) ============================================================= jdk.FileWrite 3855808 80531777 jdk.CPUTimeSample 3523200 61823315 jdk.FileRead 796347 18885352 jdk.ObjectAllocationInNewTLAB 325684 5809015 jdk.ObjectAllocationOutsideTLAB 83778 1358520 jdk.NativeMethodSample 27683 371334 jdk.BooleanFlag 11072 350892 jdk.Compilation 6220 160387 jdk.CPULoad 2190 43196 jdk.UnsignedIntFlag 992 34266 jdk.IntFlag 896 32152 jdk.Checkpoint 808 25134220 jdk.StringFlag 720 26887 jdk.GarbageCollection 45 1066 jdk.CPUInformation 16 24027 jdk.GCConfiguration 16 411 jdk.JVMInformation 16 16907 jdk.Metadata 16 1768428 jdk.ActiveRecording 0 0 jdk.ActiveSetting 0 0 jdk.AllocationRequiringGC 0 0 jdk.BooleanFlagChanged 0 0 jdk.CPUTimeSamplesLost 0 0 jdk.CPUTimeStampCounter 0 0 jdk.ClassDefine 0 0 jdk.ClassLoad 0 0 jdk.ClassLoaderStatistics 0 0 jdk.ClassLoadingStatistics 0 0 jdk.ClassRedefinition 0 0 jdk.ClassUnload 0 0 jdk.CodeCacheConfiguration 0 0 jdk.CodeCacheFull 0 0 jdk.CodeCacheStatistics 0 0 jdk.CompilationFailure 0 0 jdk.CompilerConfiguration 0 0 jdk.CompilerInlining 0 0 jdk.CompilerPhase 0 0 jdk.CompilerQueueUtilization 0 0 jdk.CompilerStatistics 0 0 jdk.ConcurrentModeFailure 0 0 jdk.ContainerCPUThrottling 0 0 jdk.ContainerCPUUsage 0 0 jdk.ContainerConfiguration 0 0 jdk.ContainerIOUsage 0 0 jdk.ContainerMemoryUsage 0 0 jdk.ContinuationFreeze 0 0 jdk.ContinuationFreezeFast 0 0 jdk.ContinuationFreezeSlow 0 0 jdk.ContinuationThaw 0 0 jdk.ContinuationThawFast 0 0 jdk.ContinuationThawSlow 0 0 jdk.DataLoss 0 0 jdk.Deoptimization 0 0 jdk.DeprecatedInvocation 0 0 jdk.Deserialization 0 0 jdk.DirectBufferStatistics 0 0 jdk.DoubleFlag 0 0 jdk.DoubleFlagChanged 0 0 jdk.DumpReason 0 0 jdk.EvacuationFailed 0 0 jdk.EvacuationInformation 0 0 jdk.ExceptionStatistics 0 0 jdk.ExecuteVMOperation 0 0 jdk.ExecutionSample 0 0 jdk.FileForce 0 0 jdk.FinalizerStatistics 0 0 jdk.Flush 0 0 jdk.G1AdaptiveIHOP 0 0 jdk.G1BasicIHOP 0 0 jdk.G1EvacuationOldStatistics 0 0 jdk.G1EvacuationYoungStatistics 0 0 jdk.G1GarbageCollection 0 0 jdk.G1HeapRegionInformation 0 0 jdk.G1HeapRegionTypeChange 0 0 jdk.G1HeapSummary 0 0 jdk.G1MMU 0 0 jdk.GCCPUTime 0 0 jdk.GCHeapConfiguration 0 0 jdk.GCHeapMemoryPoolUsage 0 0 jdk.GCHeapMemoryUsage 0 0 jdk.GCHeapSummary 0 0 jdk.GCPhaseConcurrent 0 0 jdk.GCPhaseConcurrentLevel1 0 0 jdk.GCPhaseConcurrentLevel2 0 0 jdk.GCPhaseParallel 0 0 jdk.GCPhasePause 0 0 jdk.GCPhasePauseLevel1 0 0 jdk.GCPhasePauseLevel2 0 0 jdk.GCPhasePauseLevel3 0 0 jdk.GCPhasePauseLevel4 0 0 jdk.GCReferenceStatistics 0 0 jdk.GCSurvivorConfiguration 0 0 jdk.GCTLABConfiguration 0 0 jdk.HeapDump 0 0 jdk.InitialEnvironmentVariable 0 0 jdk.InitialSecurityProperty 0 0 jdk.InitialSystemProperty 0 0 jdk.IntFlagChanged 0 0 jdk.JITRestart 0 0 jdk.JavaAgent 0 0 jdk.JavaErrorThrow 0 0 jdk.JavaExceptionThrow 0 0 jdk.JavaMonitorDeflate 0 0 jdk.JavaMonitorEnter 0 0 jdk.JavaMonitorInflate 0 0 jdk.JavaMonitorNotify 0 0 jdk.JavaMonitorStatistics 0 0 jdk.JavaMonitorWait 0 0 jdk.JavaThreadStatistics 0 0 jdk.LongFlag 0 0 jdk.LongFlagChanged 0 0 jdk.MetaspaceAllocationFailure 0 0 jdk.MetaspaceChunkFreeListSummary 0 0 jdk.MetaspaceGCThreshold 0 0 jdk.MetaspaceOOM 0 0 jdk.MetaspaceSummary 0 0 jdk.MethodTiming 0 0 jdk.MethodTrace 0 0 jdk.ModuleExport 0 0 jdk.ModuleRequire 0 0 jdk.NativeAgent 0 0 jdk.NativeLibrary 0 0 jdk.NativeLibraryLoad 0 0 jdk.NativeLibraryUnload 0 0 jdk.NativeMemoryUsage 0 0 jdk.NativeMemoryUsageTotal 0 0 jdk.NetworkUtilization 0 0 jdk.OSInformation 0 0 jdk.ObjectAllocationSample 0 0 jdk.ObjectCount 0 0 jdk.ObjectCountAfterGC 0 0 jdk.OldGarbageCollection 0 0 jdk.OldObjectSample 0 0 jdk.PSHeapSummary 0 0 jdk.ParallelOldGarbageCollection 0 0 jdk.PhysicalMemory 0 0 jdk.ProcessStart 0 0 jdk.PromoteObjectInNewPLAB 0 0 jdk.PromoteObjectOutsidePLAB 0 0 jdk.PromotionFailed 0 0 jdk.RedefineClasses 0 0 jdk.ReservedStackActivation 0 0 jdk.ResidentSetSize 0 0 jdk.RetransformClasses 0 0 jdk.SafepointBegin 0 0 jdk.SafepointEnd 0 0 jdk.SafepointLatency 0 0 jdk.SafepointStateSynchronization 0 0 jdk.SecurityPropertyModification 0 0 jdk.SecurityProviderService 0 0 jdk.SerializationMisdeclaration 0 0 jdk.ShenandoahEvacuationInformation 0 0 jdk.ShenandoahHeapRegionInformation 0 0 jdk.ShenandoahHeapRegionStateChange 0 0 jdk.Shutdown 0 0 jdk.SocketRead 0 0 jdk.SocketWrite 0 0 jdk.StringFlagChanged 0 0 jdk.StringTableStatistics 0 0 jdk.SwapSpace 0 0 jdk.SymbolTableStatistics 0 0 jdk.SyncOnValueBasedClass 0 0 jdk.SystemGC 0 0 jdk.SystemProcess 0 0 jdk.TLSHandshake 0 0 jdk.TenuringDistribution 0 0 jdk.ThreadAllocationStatistics 0 0 jdk.ThreadCPULoad 0 0 jdk.ThreadContextSwitchRate 0 0 jdk.ThreadDump 0 0 jdk.ThreadEnd 0 0 jdk.ThreadPark 0 0 jdk.ThreadSleep 0 0 jdk.ThreadStart 0 0 jdk.UnsignedIntFlagChanged 0 0 jdk.UnsignedLongFlag 0 0 jdk.UnsignedLongFlagChanged 0 0 jdk.VirtualThreadEnd 0 0 jdk.VirtualThreadPinned 0 0 jdk.VirtualThreadStart 0 0 jdk.VirtualThreadSubmitFailed 0 0 jdk.VirtualizationInformation 0 0 jdk.X509Certificate 0 0 jdk.X509Validation 0 0 jdk.YoungGarbageCollection 0 0 jdk.YoungGenerationConfiguration 0 0 jdk.ZAllocationStall 0 0 jdk.ZOldGarbageCollection 0 0 jdk.ZPageAllocation 0 0 jdk.ZRelocationSet 0 0 jdk.ZRelocationSetGroup 0 0 jdk.ZStatisticsCounter 0 0 jdk.ZStatisticsSampler 0 0 jdk.ZThreadPhase 0 0 jdk.ZUncommit 0 0 jdk.ZYoungGarbageCollection 0 0 profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr Profiler for cpu at stackSize=1 [medium index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 187.28 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 27683 events (total: 27683) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 40.33% 11164 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 28.98% 8022 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] 17.97% 4974 jdk.jfr.internal.JVM#emitEvent() [Native code] 6.19% 1713 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] 5.58% 1546 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] 0.47% 129 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] 0.14% 40 java.io.FileOutputStream#writeBytes() [Native code] 0.07% 19 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] 0.06% 16 jdk.jfr.internal.JVM#getStackTraceId() [Native code] 0.05% 14 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] 0.05% 14 java.util.zip.Inflater#inflateBytesBytes() [Native code] 0.02% 6 java.io.FileDescriptor#close0() [Native code] 0.01% 3 sun.nio.ch.NativeThread#current0() [Native code] 0.01% 3 java.io.RandomAccessFile#readBytes0() [Native code] 0.01% 3 java.io.RandomAccessFile#open0() [Native code] 0.01% 2 java.nio.MappedMemoryUtils#isLoaded0() [Native code] 0.01% 2 jdk.internal.misc.Unsafe#park() [Native code] 0.01% 2 sun.nio.fs.UnixNativeDispatcher#lstat0() [Native code] 0.01% 2 java.lang.reflect.Array#newArray() [Native code] 0.01% 2 jdk.internal.misc.Unsafe#allocateMemory0() [Native code] 0.01% 2 java.lang.Object#getClass() [Native code] 0.00% 1 java.io.FileInputStream#readBytes() [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.ch.UnixFileDispatcherImpl#size0() [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 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr Profiler for cpu at stackSize=2 [medium index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 187.28 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 187.28 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 27683 events (total: 27683) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 40.12% 11106 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] 28.65% 7932 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [Inlined code] 15.23% 4216 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [JIT compiled code] 5.56% 1540 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] 5.10% 1413 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [JIT compiled code] 2.74% 758 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Interpreted code] 0.94% 260 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [Inlined code] 0.32% 89 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [JIT compiled code] 0.20% 56 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open():69 [JIT compiled code] 0.18% 51 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [JIT compiled code] 0.18% 51 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open():69 [Inlined code] 0.14% 40 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [Interpreted code] 0.12% 33 java.io.FileOutputStream#writeBytes() [Native code] at java.io.FileOutputStream#traceWriteBytes():311 [JIT compiled code] 0.08% 22 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open():69 [Interpreted code] 0.06% 16 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace():186 [Inlined code] 0.05% 15 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map():144 [JIT compiled code] 0.04% 11 java.util.zip.Inflater#inflateBytesBytes() [Native code] at java.util.zip.Inflater#inflate():354 [JIT compiled code] 0.03% 8 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat():253 [Inlined code] 0.03% 7 java.io.FileOutputStream#writeBytes() [Native code] at java.io.FileOutputStream#traceWriteBytes():311 [Interpreted code] 0.03% 7 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Interpreted code] 0.02% 6 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat():253 [JIT compiled code] 0.02% 5 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Interpreted code] 0.02% 5 java.io.FileDescriptor#close0() [Native code] at java.io.FileDescriptor#close():304 [Inlined code] 0.01% 4 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map():144 [Interpreted code] 0.01% 3 java.io.RandomAccessFile#open0() [Native code] at java.io.RandomAccessFile#open():338 [Interpreted code] 0.01% 3 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current():51 [Inlined code] 0.01% 3 java.util.zip.Inflater#inflateBytesBytes() [Native code] at java.util.zip.Inflater#inflate():354 [Interpreted code] 0.01% 2 jdk.internal.misc.Unsafe#park() [Native code] at java.util.concurrent.locks.LockSupport#park():369 [Inlined code] 0.01% 2 java.lang.reflect.Array#newArray() [Native code] at java.lang.reflect.Array#newInstance():76 [Inlined code] 0.01% 2 java.nio.MappedMemoryUtils#isLoaded0() [Native code] at java.nio.MappedMemoryUtils#isLoaded():47 [JIT compiled code] 0.01% 2 java.io.RandomAccessFile#readBytes0() [Native code] at java.io.RandomAccessFile#traceReadBytes0():404 [JIT compiled code] 0.01% 2 sun.nio.fs.UnixNativeDispatcher#lstat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#lstat():273 [JIT compiled code] 0.01% 2 jdk.internal.misc.Unsafe#allocateMemory0() [Native code] at jdk.internal.misc.Unsafe#allocateMemory():636 [Interpreted code] 0.00% 1 java.io.RandomAccessFile#readBytes0() [Native code] at java.io.RandomAccessFile#traceReadBytes0():404 [Interpreted code] 0.00% 1 java.lang.System#identityHashCode() [Native code] at java.util.IdentityHashMap#hash():307 [Inlined code] 0.00% 1 java.io.FileInputStream#readBytes() [Native code] at java.io.FileInputStream#traceReadBytes():236 [Interpreted code] 0.00% 1 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [Interpreted code] 0.00% 1 java.lang.ClassLoader#defineClass0() [Native code] at java.lang.System$1#defineClass():2050 [JIT compiled code] 0.00% 1 sun.nio.ch.UnixFileDispatcherImpl#size0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#size():93 [Inlined code] 0.00% 1 java.lang.Object#getClass() [Native code] at org.apache.lucene.index.IndexingChain#processDocument():573 [JIT compiled code] 0.00% 1 java.io.FileDescriptor#close0() [Native code] at java.io.FileDescriptor#close():304 [Interpreted code] 0.00% 1 java.lang.Object#getClass() [Native code] at org.apache.lucene.util.ArrayUtil#growExact():211 [Interpreted code] 0.00% 1 java.lang.System#nanoTime() [Native code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():441 [Interpreted code] 0.00% 1 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr Profiler for cpu at stackSize=4 [medium index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 187.28 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 187.28 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 187.28 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 27683 events (total: 27683) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 40.12% 11106 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] 28.65% 7932 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer():341 [Inlined code] at sun.nio.ch.IOUtil#read():307 [Inlined code] 15.21% 4211 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [JIT compiled code] 5.10% 1413 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] 4.82% 1334 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [JIT compiled code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [JIT compiled code] 2.67% 738 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Interpreted code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [Interpreted code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [Interpreted code] 0.94% 260 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] 0.62% 172 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [JIT compiled code] 0.32% 89 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [JIT compiled code] at sun.nio.ch.IOUtil#readIntoNativeBuffer():341 [JIT compiled code] at sun.nio.ch.IOUtil#read():307 [JIT compiled code] 0.18% 51 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [JIT compiled code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [JIT compiled code] at sun.nio.ch.IOUtil#write():102 [JIT compiled code] 0.18% 51 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open():69 [JIT compiled code] at sun.nio.fs.UnixChannelFactory#open():242 [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel():132 [JIT compiled code] 0.18% 51 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open():69 [Inlined code] at sun.nio.fs.UnixChannelFactory#open():242 [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel():132 [Inlined code] 0.12% 34 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [Inlined code] 0.12% 33 java.io.FileOutputStream#writeBytes() [Native code] at java.io.FileOutputStream#traceWriteBytes():311 [JIT compiled code] at java.io.FileOutputStream#write():349 [JIT compiled code] at java.lang.System$Out#write():1910 [Inlined code] 0.10% 29 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [Interpreted code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [Interpreted code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Interpreted code] 0.08% 22 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open():69 [Interpreted code] at sun.nio.fs.UnixChannelFactory#open():242 [Interpreted code] at sun.nio.fs.UnixChannelFactory#newFileChannel():132 [Interpreted code] 0.07% 20 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Interpreted code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [Interpreted code] 0.05% 15 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map():144 [JIT compiled code] at sun.nio.ch.FileChannelImpl#mapInternal():1515 [JIT compiled code] at sun.nio.ch.FileChannelImpl#map():1453 [JIT compiled code] 0.05% 13 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace():186 [Inlined code] at jdk.internal.event.FileWriteEvent#commit() [JIT compiled code] at jdk.internal.event.FileWriteEvent#offer():69 [Inlined code] 0.04% 11 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [Interpreted code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] 0.03% 8 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat():253 [Inlined code] at sun.nio.fs.UnixFileAttributes#get():77 [Inlined code] at sun.nio.fs.UnixFileAttributeViews$Basic#readAttributes():51 [Inlined code] 0.03% 7 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Interpreted code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Interpreted code] at sun.nio.ch.IOUtil#write():102 [Interpreted code] 0.02% 6 java.util.zip.Inflater#inflateBytesBytes() [Native code] at java.util.zip.Inflater#inflate():354 [JIT compiled code] at java.util.zip.InflaterInputStream#read():210 [JIT compiled code] at jdk.internal.loader.Resource#getBytes():106 [JIT compiled code] 0.02% 6 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat():253 [JIT compiled code] at sun.nio.fs.UnixFileAttributes#get():77 [Inlined code] at sun.nio.fs.UnixFileAttributeViews$Basic#readAttributes():51 [JIT compiled code] 0.02% 5 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [Interpreted code] 0.02% 5 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Interpreted code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [Interpreted code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [Interpreted code] 0.01% 4 java.io.FileOutputStream#writeBytes() [Native code] at java.io.FileOutputStream#traceWriteBytes():311 [Interpreted code] at java.io.FileOutputStream#write():349 [Interpreted code] at java.lang.System$Out#write():1910 [Interpreted code] 0.01% 4 java.io.FileDescriptor#close0() [Native code] at java.io.FileDescriptor#close():304 [Inlined code] at java.io.FileDescriptor$1#close():89 [Inlined code] at sun.nio.ch.FileChannelImpl$Closer#run():123 [JIT compiled code] 0.01% 4 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open():69 [JIT compiled code] at sun.nio.fs.UnixChannelFactory#open():242 [Interpreted code] at sun.nio.fs.UnixChannelFactory#newFileChannel():132 [JIT compiled code] 0.01% 3 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map():144 [Interpreted code] at sun.nio.ch.FileChannelImpl#mapInternal():1515 [Interpreted code] at sun.nio.ch.FileChannelImpl#map():1453 [Interpreted code] 0.01% 3 java.util.zip.Inflater#inflateBytesBytes() [Native code] at java.util.zip.Inflater#inflate():354 [Interpreted code] at java.util.zip.InflaterInputStream#read():210 [Interpreted code] at jdk.internal.loader.Resource#getBytes():106 [Interpreted code] 0.01% 3 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace():186 [Inlined code] at jdk.internal.event.FileReadEvent#commit() [JIT compiled code] at jdk.internal.event.FileReadEvent#offer():71 [Inlined code] 0.01% 3 java.io.RandomAccessFile#open0() [Native code] at java.io.RandomAccessFile#open():338 [Interpreted code] at java.io.RandomAccessFile#():257 [Interpreted code] at java.io.RandomAccessFile#():211 [Interpreted code] 0.01% 3 java.util.zip.Inflater#inflateBytesBytes() [Native code] at java.util.zip.Inflater#inflate():354 [JIT compiled code] at java.util.zip.InflaterInputStream#read():210 [JIT compiled code] at jdk.internal.loader.Resource#getBytes():106 [Interpreted code] 0.01% 3 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current():51 [Inlined code] at sun.nio.ch.NativeThreadSet#add():48 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():349 [Inlined code] 0.01% 2 sun.nio.fs.UnixNativeDispatcher#lstat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#lstat():273 [JIT compiled code] at sun.nio.fs.UnixFileAttributes#get():79 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete():254 [JIT compiled code] 0.01% 2 java.io.RandomAccessFile#readBytes0() [Native code] at java.io.RandomAccessFile#traceReadBytes0():404 [JIT compiled code] at java.io.RandomAccessFile#readBytes():393 [Inlined code] at java.io.RandomAccessFile#read():437 [Inlined code] 0.01% 2 java.io.FileOutputStream#writeBytes() [Native code] at java.io.FileOutputStream#traceWriteBytes():311 [Interpreted code] at java.io.FileOutputStream#write():349 [JIT compiled code] at java.lang.System$Out#write():1910 [JIT compiled code] 0.01% 2 java.nio.MappedMemoryUtils#isLoaded0() [Native code] at java.nio.MappedMemoryUtils#isLoaded():47 [JIT compiled code] at java.nio.MappedMemoryUtils$1#isLoaded():184 [JIT compiled code] at jdk.internal.misc.ScopedMemoryAccess#isLoadedInternal():255 [Inlined code] 0.01% 2 java.util.zip.Inflater#inflateBytesBytes() [Native code] at java.util.zip.Inflater#inflate():354 [JIT compiled code] at java.util.zip.InflaterInputStream#read():210 [Interpreted code] at jdk.internal.loader.Resource#getBytes():106 [Interpreted code] 0.01% 2 jdk.internal.misc.Unsafe#park() [Native code] at java.util.concurrent.locks.LockSupport#park():369 [Inlined code] at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode#block():520 [Inlined code] at java.util.concurrent.ForkJoinPool#unmanagedBlock():4364 [Inlined code] 0.01% 2 java.lang.reflect.Array#newArray() [Native code] at java.lang.reflect.Array#newInstance():76 [Inlined code] at org.apache.lucene.util.ArrayUtil#growExact():216 [JIT compiled code] at org.apache.lucene.util.packed.PackedLongValues$Builder#grow():293 [JIT compiled code] 0.00% 1 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map():144 [Interpreted code] at sun.nio.ch.FileChannelImpl#mapInternal():1515 [Interpreted code] at sun.nio.ch.FileChannelImpl#map():1453 [JIT compiled code] 0.00% 1 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [JIT compiled code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [Interpreted code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [JIT compiled code] 0.00% 1 java.io.FileOutputStream#writeBytes() [Native code] at java.io.FileOutputStream#traceWriteBytes():311 [Interpreted code] at java.io.FileOutputStream#write():349 [JIT compiled code] at java.lang.System$Out#write():1910 [Inlined code] 0.00% 1 java.io.RandomAccessFile#readBytes0() [Native code] at java.io.RandomAccessFile#traceReadBytes0():404 [Interpreted code] at java.io.RandomAccessFile#readBytes():393 [Inlined code] at java.io.RandomAccessFile#read():437 [JIT compiled code] 0.00% 1 java.io.FileDescriptor#close0() [Native code] at java.io.FileDescriptor#close():304 [Interpreted code] at java.io.FileDescriptor$1#close():89 [Interpreted code] at sun.nio.ch.FileChannelImpl$Closer#run():123 [Interpreted code] 0.00% 1 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [Interpreted code] at sun.nio.ch.IOUtil#readIntoNativeBuffer():341 [Interpreted code] at sun.nio.ch.IOUtil#read():307 [Interpreted code] 0.00% 1 java.io.FileDescriptor#close0() [Native code] at java.io.FileDescriptor#close():304 [Inlined code] at java.io.FileDescriptor$1#close():89 [Inlined code] at sun.nio.ch.FileChannelImpl$Closer#run():123 [Inlined code] 0.00% 1 java.lang.System#identityHashCode() [Native code] at java.util.IdentityHashMap#hash():307 [Inlined code] at java.util.IdentityHashMap#put():441 [JIT compiled code] at java.util.Collections$SetFromMap#add():6045 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=8 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr Profiler for cpu at stackSize=8 [medium index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 187.28 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 187.28 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 187.28 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 187.28 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 27683 events (total: 27683) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 40.12% 11106 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] at sun.nio.ch.IOUtil#write():72 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():355 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] 25.07% 6939 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer():341 [Inlined code] at sun.nio.ch.IOUtil#read():307 [Inlined code] at sun.nio.ch.IOUtil#read():284 [Inlined code] at sun.nio.ch.FileChannelImpl#implRead():251 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead():269 [Inlined code] at sun.nio.ch.FileChannelImpl#read():229 [JIT compiled code] 15.21% 4211 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#periodicTask():502 [Interpreted code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0():428 [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000003607aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] 5.10% 1412 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [JIT compiled code] 4.18% 1156 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [JIT compiled code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle():280 [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup():270 [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup():264 [Inlined code] at jdk.internal.foreign.SharedSession$SharedResourceList#cleanup():143 [JIT compiled code] 3.59% 993 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer():341 [Inlined code] at sun.nio.ch.IOUtil#read():307 [Inlined code] at sun.nio.ch.IOUtil#read():284 [Inlined code] at sun.nio.ch.FileChannelImpl#implRead():251 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead():269 [JIT compiled code] at sun.nio.ch.FileChannelImpl#read():229 [Inlined code] 2.67% 738 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Interpreted code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [Interpreted code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [Interpreted code] at jdk.jfr.internal.PlatformRecorder#periodicTask():502 [Interpreted code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0():428 [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000003607aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] 0.94% 260 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [JIT compiled code] 0.62% 172 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle():280 [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup():270 [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup():264 [Inlined code] at jdk.internal.foreign.SharedSession$SharedResourceList#cleanup():143 [Inlined code] 0.49% 137 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [JIT compiled code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle():280 [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup():270 [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup():264 [Interpreted code] at jdk.internal.foreign.SharedSession$SharedResourceList#cleanup():143 [Interpreted code] 0.23% 64 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [JIT compiled code] at sun.nio.ch.IOUtil#readIntoNativeBuffer():341 [JIT compiled code] at sun.nio.ch.IOUtil#read():307 [JIT compiled code] at sun.nio.ch.IOUtil#read():284 [JIT compiled code] at sun.nio.ch.FileChannelImpl#implRead():251 [JIT compiled code] at sun.nio.ch.FileChannelImpl#traceImplRead():269 [JIT compiled code] at sun.nio.ch.FileChannelImpl#read():229 [JIT compiled code] 0.17% 48 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [JIT compiled code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [JIT compiled code] at sun.nio.ch.IOUtil#write():102 [JIT compiled code] at sun.nio.ch.IOUtil#write():72 [JIT compiled code] at sun.nio.ch.FileChannelImpl#implWrite():355 [JIT compiled code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [JIT compiled code] at sun.nio.ch.FileChannelImpl#write():333 [JIT compiled code] 0.17% 47 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open():69 [JIT compiled code] at sun.nio.fs.UnixChannelFactory#open():242 [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel():132 [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel():145 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#newFileChannel():211 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#newByteChannel():244 [Inlined code] at java.nio.file.spi.FileSystemProvider#newOutputStream():426 [JIT compiled code] 0.16% 45 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open():69 [Inlined code] at sun.nio.fs.UnixChannelFactory#open():242 [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel():132 [Inlined code] at sun.nio.fs.UnixChannelFactory#newFileChannel():145 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#newFileChannel():211 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#newByteChannel():244 [Inlined code] at java.nio.file.spi.FileSystemProvider#newOutputStream():426 [JIT compiled code] 0.12% 34 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [JIT compiled code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle():280 [Inlined code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup():115 [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl#close():241 [Inlined code] at jdk.internal.foreign.ArenaImpl#close():47 [JIT compiled code] 0.12% 34 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle():280 [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup():270 [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup():264 [Inlined code] at jdk.internal.foreign.SharedSession$SharedResourceList#cleanup():143 [JIT compiled code] 0.12% 33 java.io.FileOutputStream#writeBytes() [Native code] at java.io.FileOutputStream#traceWriteBytes():311 [JIT compiled code] at java.io.FileOutputStream#write():349 [JIT compiled code] at java.lang.System$Out#write():1910 [Inlined code] at java.io.BufferedOutputStream#flushBuffer():123 [Inlined code] at java.io.BufferedOutputStream#flush():203 [JIT compiled code] at java.io.PrintStream#write():541 [JIT compiled code] at sun.nio.cs.StreamEncoder#writeBytes():220 [JIT compiled code] 0.10% 29 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [Interpreted code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [Interpreted code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Interpreted code] at java.nio.file.Files#delete():1052 [Interpreted code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [Interpreted code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [Interpreted code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [Interpreted code] 0.08% 23 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [JIT compiled code] at sun.nio.ch.IOUtil#readIntoNativeBuffer():341 [JIT compiled code] at sun.nio.ch.IOUtil#read():307 [JIT compiled code] at sun.nio.ch.IOUtil#read():284 [JIT compiled code] at sun.nio.ch.FileChannelImpl#implRead():251 [JIT compiled code] at sun.nio.ch.FileChannelImpl#traceImplRead():269 [JIT compiled code] at sun.nio.ch.FileChannelImpl#read():229 [Inlined code] 0.07% 20 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Interpreted code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [Interpreted code] at jdk.jfr.internal.PlatformRecorder#periodicTask():502 [Interpreted code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0():428 [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000003607aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] 0.07% 20 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open():69 [Interpreted code] at sun.nio.fs.UnixChannelFactory#open():242 [Interpreted code] at sun.nio.fs.UnixChannelFactory#newFileChannel():132 [Interpreted code] at sun.nio.fs.UnixChannelFactory#newFileChannel():145 [Interpreted code] at sun.nio.fs.UnixFileSystemProvider#newFileChannel():211 [Interpreted code] at sun.nio.fs.UnixFileSystemProvider#newByteChannel():244 [Interpreted code] at java.nio.file.spi.FileSystemProvider#newOutputStream():426 [Interpreted code] 0.05% 13 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace():186 [Inlined code] at jdk.internal.event.FileWriteEvent#commit() [JIT compiled code] at jdk.internal.event.FileWriteEvent#offer():69 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():376 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [Inlined code] at sun.nio.ch.ChannelOutputStream#write():105 [Inlined code] 0.03% 9 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [Interpreted code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [JIT compiled code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [Interpreted code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [JIT compiled code] 0.03% 7 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map():144 [JIT compiled code] at sun.nio.ch.FileChannelImpl#mapInternal():1515 [JIT compiled code] at sun.nio.ch.FileChannelImpl#map():1453 [JIT compiled code] at org.apache.lucene.store.MMapDirectory#map():376 [JIT compiled code] at org.apache.lucene.store.MMapDirectory#openInput():333 [JIT compiled code] at org.apache.lucene.store.FilterDirectory#openInput():101 [JIT compiled code] at org.apache.lucene.store.FilterDirectory#openInput():101 [JIT compiled code] 0.03% 7 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Interpreted code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Interpreted code] at sun.nio.ch.IOUtil#write():102 [Interpreted code] at sun.nio.ch.IOUtil#write():72 [Interpreted code] at sun.nio.ch.FileChannelImpl#implWrite():355 [Interpreted code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Interpreted code] at sun.nio.ch.FileChannelImpl#write():333 [Interpreted code] 0.02% 6 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open():69 [Inlined code] at sun.nio.fs.UnixChannelFactory#open():242 [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel():132 [Inlined code] at sun.nio.fs.UnixChannelFactory#newFileChannel():145 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#newFileChannel():211 [JIT compiled code] at java.nio.channels.FileChannel#open():301 [JIT compiled code] at java.nio.channels.FileChannel#open():353 [Inlined code] 0.02% 5 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [Interpreted code] at jdk.jfr.internal.PlatformRecorder#periodicTask():502 [Interpreted code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0():428 [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000003607aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] 0.01% 4 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat():253 [JIT compiled code] at sun.nio.fs.UnixFileAttributes#get():77 [Inlined code] at sun.nio.fs.UnixFileAttributeViews$Basic#readAttributes():51 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#readAttributes():161 [JIT compiled code] at sun.nio.fs.LinuxFileSystemProvider#readAttributes():99 [JIT compiled code] at java.nio.file.Files#readAttributes():1702 [Inlined code] at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock#ensureValid():177 [JIT compiled code] 0.01% 4 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [JIT compiled code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle():280 [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup():270 [Interpreted code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup():264 [Interpreted code] at jdk.internal.foreign.SharedSession$SharedResourceList#cleanup():143 [Interpreted code] 0.01% 4 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open():69 [JIT compiled code] at sun.nio.fs.UnixChannelFactory#open():242 [Interpreted code] at sun.nio.fs.UnixChannelFactory#newFileChannel():132 [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel():145 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#newFileChannel():211 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#newByteChannel():244 [JIT compiled code] at java.nio.file.spi.FileSystemProvider#newOutputStream():426 [Interpreted code] 0.01% 4 java.util.zip.Inflater#inflateBytesBytes() [Native code] at java.util.zip.Inflater#inflate():354 [JIT compiled code] at java.util.zip.InflaterInputStream#read():210 [JIT compiled code] at jdk.internal.loader.Resource#getBytes():106 [JIT compiled code] at jdk.internal.loader.URLClassPath$JarLoader$1#getBytes():730 [JIT compiled code] at jdk.internal.loader.BuiltinClassLoader#defineClass():773 [JIT compiled code] at jdk.internal.loader.BuiltinClassLoader#findClassOnClassPathOrNull():691 [JIT compiled code] at jdk.internal.loader.BuiltinClassLoader#loadClassOrNull():620 [JIT compiled code] 0.01% 4 java.io.FileDescriptor#close0() [Native code] at java.io.FileDescriptor#close():304 [Inlined code] at java.io.FileDescriptor$1#close():89 [Inlined code] at sun.nio.ch.FileChannelImpl$Closer#run():123 [JIT compiled code] at jdk.internal.ref.CleanerImpl$PhantomCleanableRef#performCleanup():176 [JIT compiled code] at jdk.internal.ref.PhantomCleanable#clean():96 [Inlined code] at sun.nio.ch.FileChannelImpl#implCloseChannel():219 [JIT compiled code] at java.nio.channels.spi.AbstractInterruptibleChannel#close():129 [JIT compiled code] 0.01% 4 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open():69 [JIT compiled code] at sun.nio.fs.UnixChannelFactory#open():242 [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel():132 [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel():145 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#newFileChannel():211 [JIT compiled code] at java.nio.channels.FileChannel#open():301 [JIT compiled code] at java.nio.channels.FileChannel#open():353 [Inlined code] 0.01% 3 java.io.FileOutputStream#writeBytes() [Native code] at java.io.FileOutputStream#traceWriteBytes():311 [Interpreted code] at java.io.FileOutputStream#write():349 [Interpreted code] at java.lang.System$Out#write():1910 [Interpreted code] at java.io.BufferedOutputStream#flushBuffer():123 [Inlined code] at java.io.BufferedOutputStream#flush():203 [JIT compiled code] at java.io.PrintStream#write():541 [Interpreted code] at sun.nio.cs.StreamEncoder#writeBytes():220 [Interpreted code] 0.01% 3 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [JIT compiled code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [JIT compiled code] at sun.nio.ch.IOUtil#write():102 [JIT compiled code] at sun.nio.ch.IOUtil#write():72 [JIT compiled code] at sun.nio.ch.FileChannelImpl#implWrite():355 [JIT compiled code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Interpreted code] at sun.nio.ch.FileChannelImpl#write():333 [JIT compiled code] 0.01% 3 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat():253 [Inlined code] at sun.nio.fs.UnixFileAttributes#get():77 [Inlined code] at sun.nio.fs.UnixFileAttributeViews$Basic#readAttributes():51 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#readAttributes():161 [Inlined code] at sun.nio.fs.LinuxFileSystemProvider#readAttributes():99 [Inlined code] at java.nio.file.Files#readAttributes():1702 [Inlined code] at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock#ensureValid():177 [JIT compiled code] 0.01% 3 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Interpreted code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [Interpreted code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [Interpreted code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle():280 [Interpreted code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup():270 [Interpreted code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup():264 [Interpreted code] at jdk.internal.foreign.SharedSession$SharedResourceList#cleanup():143 [Interpreted code] 0.01% 3 java.io.RandomAccessFile#open0() [Native code] at java.io.RandomAccessFile#open():338 [Interpreted code] at java.io.RandomAccessFile#():257 [Interpreted code] at java.io.RandomAccessFile#():211 [Interpreted code] at jdk.jfr.internal.RepositoryChunk#():57 [Interpreted code] at jdk.jfr.internal.Repository#newChunk():99 [Interpreted code] at jdk.jfr.internal.PlatformRecorder#rotateDisk():383 [Interpreted code] at jdk.jfr.internal.PlatformRecorder#periodicTask():496 [Interpreted code] 0.01% 3 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current():51 [Inlined code] at sun.nio.ch.NativeThreadSet#add():48 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():349 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [Inlined code] at sun.nio.ch.ChannelOutputStream#write():105 [Inlined code] 0.01% 2 jdk.internal.misc.Unsafe#park() [Native code] at java.util.concurrent.locks.LockSupport#park():369 [Inlined code] at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode#block():520 [Inlined code] at java.util.concurrent.ForkJoinPool#unmanagedBlock():4364 [Inlined code] at java.util.concurrent.ForkJoinPool#managedBlock():4310 [Inlined code] at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject#await():1752 [Inlined code] at java.util.concurrent.ArrayBlockingQueue#put():371 [JIT compiled code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] 0.01% 2 java.util.zip.Inflater#inflateBytesBytes() [Native code] at java.util.zip.Inflater#inflate():354 [JIT compiled code] at java.util.zip.InflaterInputStream#read():210 [JIT compiled code] at jdk.internal.loader.Resource#getBytes():106 [JIT compiled code] at jdk.internal.loader.URLClassPath$JarLoader$1#getBytes():730 [Interpreted code] at jdk.internal.loader.BuiltinClassLoader#defineClass():773 [Interpreted code] at jdk.internal.loader.BuiltinClassLoader#findClassOnClassPathOrNull():691 [JIT compiled code] at jdk.internal.loader.BuiltinClassLoader#loadClassOrNull():620 [JIT compiled code] 0.01% 2 java.util.zip.Inflater#inflateBytesBytes() [Native code] at java.util.zip.Inflater#inflate():354 [JIT compiled code] at java.util.zip.InflaterInputStream#read():210 [JIT compiled code] at jdk.internal.loader.Resource#getBytes():106 [Interpreted code] at jdk.internal.loader.URLClassPath$JarLoader$1#getBytes():730 [Interpreted code] at jdk.internal.loader.BuiltinClassLoader#defineClass():773 [Interpreted code] at jdk.internal.loader.BuiltinClassLoader#findClassOnClassPathOrNull():691 [Interpreted code] at jdk.internal.loader.BuiltinClassLoader#loadClassOrNull():620 [JIT compiled code] 0.01% 2 java.nio.MappedMemoryUtils#isLoaded0() [Native code] at java.nio.MappedMemoryUtils#isLoaded():47 [JIT compiled code] at java.nio.MappedMemoryUtils$1#isLoaded():184 [JIT compiled code] at jdk.internal.misc.ScopedMemoryAccess#isLoadedInternal():255 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#isLoaded():243 [Inlined code] at jdk.internal.foreign.MappedMemorySegmentImpl#isLoaded():90 [JIT compiled code] at org.apache.lucene.store.MemorySegmentIndexInput#lambda$prefetch$0():351 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput$$Lambda.0x00000000361b9028#apply() [JIT compiled code] 0.01% 2 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace():186 [Inlined code] at jdk.internal.event.FileReadEvent#commit() [JIT compiled code] at jdk.internal.event.FileReadEvent#offer():71 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead():271 [Inlined code] at sun.nio.ch.FileChannelImpl#read():229 [JIT compiled code] at perf.LineFileDocs#readDocs():178 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 0.01% 2 java.util.zip.Inflater#inflateBytesBytes() [Native code] at java.util.zip.Inflater#inflate():354 [JIT compiled code] at java.util.zip.InflaterInputStream#read():210 [Interpreted code] at jdk.internal.loader.Resource#getBytes():106 [Interpreted code] at jdk.internal.loader.URLClassPath$JarLoader$1#getBytes():730 [Interpreted code] at jdk.internal.loader.BuiltinClassLoader#defineClass():773 [Interpreted code] at jdk.internal.loader.BuiltinClassLoader#findClassOnClassPathOrNull():691 [Interpreted code] at jdk.internal.loader.BuiltinClassLoader#loadClassOrNull():620 [JIT compiled code] 0.01% 2 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat():253 [Inlined code] at sun.nio.fs.UnixFileAttributes#get():77 [Inlined code] at sun.nio.fs.UnixFileAttributeViews$Basic#readAttributes():51 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#readAttributes():161 [Inlined code] at sun.nio.fs.LinuxFileSystemProvider#readAttributes():99 [JIT compiled code] at java.nio.file.Files#readAttributes():1702 [Inlined code] at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock#ensureValid():177 [JIT compiled code] 0.01% 2 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat():253 [Inlined code] at sun.nio.fs.UnixFileAttributes#get():77 [Inlined code] at sun.nio.fs.UnixFileAttributeViews$Basic#readAttributes():51 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#readAttributes():161 [Inlined code] at sun.nio.fs.LinuxFileSystemProvider#readAttributes():99 [Inlined code] at java.nio.file.Files#readAttributes():1702 [Inlined code] at java.nio.file.Files#size():2242 [Inlined code] 0.01% 2 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [Interpreted code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [JIT compiled code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [Interpreted code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [Interpreted code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [JIT compiled code] 0.01% 2 java.io.FileOutputStream#writeBytes() [Native code] at java.io.FileOutputStream#traceWriteBytes():311 [Interpreted code] at java.io.FileOutputStream#write():349 [JIT compiled code] at java.lang.System$Out#write():1910 [JIT compiled code] at java.io.BufferedOutputStream#flushBuffer():123 [Inlined code] at java.io.BufferedOutputStream#flush():203 [JIT compiled code] at java.io.PrintStream#write():541 [JIT compiled code] at sun.nio.cs.StreamEncoder#writeBytes():220 [Interpreted code] 0.01% 2 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Interpreted code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [Interpreted code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [Interpreted code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle():280 [Interpreted code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup():115 [Interpreted code] at jdk.internal.foreign.MemorySessionImpl#close():241 [Interpreted code] at jdk.internal.foreign.ArenaImpl#close():47 [Interpreted code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr Profiler for cpu at stackSize=12 [medium index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 187.28 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 187.28 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 187.28 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 187.28 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 187.28 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 27683 events (total: 27683) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 30.23% 8368 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] at sun.nio.ch.IOUtil#write():72 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():355 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [Inlined code] at sun.nio.ch.ChannelOutputStream#write():105 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write():391 [Inlined code] at java.util.zip.CheckedOutputStream#write():73 [JIT compiled code] 20.13% 5573 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer():341 [Inlined code] at sun.nio.ch.IOUtil#read():307 [Inlined code] at sun.nio.ch.IOUtil#read():284 [Inlined code] at sun.nio.ch.FileChannelImpl#implRead():251 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead():269 [Inlined code] at sun.nio.ch.FileChannelImpl#read():229 [JIT compiled code] at perf.LineFileDocs#readDocs():178 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 15.21% 4211 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#periodicTask():502 [Interpreted code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0():428 [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000003607aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 9.89% 2737 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] at sun.nio.ch.IOUtil#write():72 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():355 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [Inlined code] at sun.nio.ch.ChannelOutputStream#write():105 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write():391 [Inlined code] at java.util.zip.CheckedOutputStream#write():73 [Inlined code] 4.33% 1199 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer():341 [Inlined code] at sun.nio.ch.IOUtil#read():307 [Inlined code] at sun.nio.ch.IOUtil#read():284 [Inlined code] at sun.nio.ch.FileChannelImpl#implRead():251 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead():269 [Inlined code] at sun.nio.ch.FileChannelImpl#read():229 [JIT compiled code] at perf.LineFileDocs#readDocs():178 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.18% 1156 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [JIT compiled code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle():280 [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup():270 [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup():264 [Inlined code] at jdk.internal.foreign.SharedSession$SharedResourceList#cleanup():143 [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl#close():241 [Inlined code] at jdk.internal.foreign.ArenaImpl#close():47 [JIT compiled code] at org.apache.lucene.store.RefCountedSharedArena#release():113 [JIT compiled code] at org.apache.lucene.store.RefCountedSharedArena#close():122 [JIT compiled code] 3.51% 971 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer():341 [Inlined code] at sun.nio.ch.IOUtil#read():307 [Inlined code] at sun.nio.ch.IOUtil#read():284 [Inlined code] at sun.nio.ch.FileChannelImpl#implRead():251 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead():269 [JIT compiled code] at sun.nio.ch.FileChannelImpl#read():229 [Inlined code] at perf.LineFileDocs#readDocs():178 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 2.67% 738 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Interpreted code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [Interpreted code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [Interpreted code] at jdk.jfr.internal.PlatformRecorder#periodicTask():502 [Interpreted code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0():428 [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000003607aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 2.28% 630 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete():234 [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete():227 [Inlined code] at org.apache.lucene.util.FileDeleter#decRef():109 [JIT compiled code] at org.apache.lucene.index.IndexFileDeleter#decRef():620 [JIT compiled code] 1.26% 349 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete():234 [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete():227 [Interpreted code] at org.apache.lucene.util.FileDeleter#decRef():109 [JIT compiled code] at org.apache.lucene.index.IndexFileDeleter#decRef():620 [Interpreted code] 1.02% 281 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete():234 [Inlined code] at org.apache.lucene.util.FileDeleter#delete():227 [JIT compiled code] at org.apache.lucene.util.FileDeleter#deleteFilesIfNoRef():190 [Interpreted code] at org.apache.lucene.index.IndexFileDeleter#refresh():485 [Interpreted code] 0.94% 260 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete():234 [Inlined code] at org.apache.lucene.util.FileDeleter#delete():227 [JIT compiled code] at org.apache.lucene.util.FileDeleter#deleteFilesIfNoRef():190 [Interpreted code] at org.apache.lucene.index.IndexFileDeleter#refresh():485 [Interpreted code] 0.62% 172 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle():280 [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup():270 [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup():264 [Inlined code] at jdk.internal.foreign.SharedSession$SharedResourceList#cleanup():143 [Inlined code] at jdk.internal.foreign.MemorySessionImpl#close():241 [Inlined code] at jdk.internal.foreign.ArenaImpl#close():47 [Inlined code] at org.apache.lucene.store.RefCountedSharedArena#release():113 [Inlined code] at org.apache.lucene.store.RefCountedSharedArena#close():122 [Inlined code] 0.52% 143 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer():341 [Inlined code] at sun.nio.ch.IOUtil#read():307 [Inlined code] at sun.nio.ch.IOUtil#read():284 [Inlined code] at sun.nio.ch.FileChannelImpl#implRead():251 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead():269 [Inlined code] at sun.nio.ch.FileChannelImpl#read():229 [JIT compiled code] at perf.LineFileDocs#readDocs():159 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 0.41% 114 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [JIT compiled code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle():280 [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup():270 [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup():264 [Interpreted code] at jdk.internal.foreign.SharedSession$SharedResourceList#cleanup():143 [Interpreted code] at jdk.internal.foreign.MemorySessionImpl#close():241 [Inlined code] at jdk.internal.foreign.ArenaImpl#close():47 [JIT compiled code] at org.apache.lucene.store.RefCountedSharedArena#release():113 [JIT compiled code] at org.apache.lucene.store.RefCountedSharedArena#close():122 [JIT compiled code] 0.23% 64 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [JIT compiled code] at sun.nio.ch.IOUtil#readIntoNativeBuffer():341 [JIT compiled code] at sun.nio.ch.IOUtil#read():307 [JIT compiled code] at sun.nio.ch.IOUtil#read():284 [JIT compiled code] at sun.nio.ch.FileChannelImpl#implRead():251 [JIT compiled code] at sun.nio.ch.FileChannelImpl#traceImplRead():269 [JIT compiled code] at sun.nio.ch.FileChannelImpl#read():229 [JIT compiled code] at perf.LineFileDocs#readDocs():178 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 0.17% 48 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [JIT compiled code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [JIT compiled code] at sun.nio.ch.IOUtil#write():102 [JIT compiled code] at sun.nio.ch.IOUtil#write():72 [JIT compiled code] at sun.nio.ch.FileChannelImpl#implWrite():355 [JIT compiled code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [JIT compiled code] at sun.nio.ch.FileChannelImpl#write():333 [JIT compiled code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [JIT compiled code] at sun.nio.ch.ChannelOutputStream#write():105 [JIT compiled code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write():391 [JIT compiled code] at java.util.zip.CheckedOutputStream#write():73 [JIT compiled code] 0.16% 45 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete():234 [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete():227 [Interpreted code] at org.apache.lucene.util.FileDeleter#decRef():109 [Interpreted code] at org.apache.lucene.index.IndexFileDeleter#decRef():620 [Interpreted code] 0.15% 42 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open():69 [JIT compiled code] at sun.nio.fs.UnixChannelFactory#open():242 [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel():132 [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel():145 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#newFileChannel():211 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#newByteChannel():244 [Inlined code] at java.nio.file.spi.FileSystemProvider#newOutputStream():426 [JIT compiled code] at java.nio.file.Files#newOutputStream():215 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#():385 [JIT compiled code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#():378 [JIT compiled code] at org.apache.lucene.store.FSDirectory#createOutput():215 [JIT compiled code] 0.15% 42 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete():234 [Inlined code] at org.apache.lucene.util.FileDeleter#delete():227 [JIT compiled code] at org.apache.lucene.util.FileDeleter#decRef():109 [Interpreted code] at org.apache.lucene.index.IndexFileDeleter#decRef():620 [Interpreted code] 0.15% 42 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete():234 [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete():227 [Inlined code] at org.apache.lucene.util.FileDeleter#decRef():109 [JIT compiled code] at org.apache.lucene.index.IndexFileDeleter#decRef():620 [Interpreted code] 0.15% 41 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open():69 [Inlined code] at sun.nio.fs.UnixChannelFactory#open():242 [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel():132 [Inlined code] at sun.nio.fs.UnixChannelFactory#newFileChannel():145 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#newFileChannel():211 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#newByteChannel():244 [Inlined code] at java.nio.file.spi.FileSystemProvider#newOutputStream():426 [JIT compiled code] at java.nio.file.Files#newOutputStream():215 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#():385 [JIT compiled code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#():378 [JIT compiled code] at org.apache.lucene.store.FSDirectory#createOutput():215 [JIT compiled code] 0.12% 34 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle():280 [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup():270 [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup():264 [Inlined code] at jdk.internal.foreign.SharedSession$SharedResourceList#cleanup():143 [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl#close():241 [Inlined code] at jdk.internal.foreign.ArenaImpl#close():47 [JIT compiled code] at org.apache.lucene.store.RefCountedSharedArena#release():113 [JIT compiled code] at org.apache.lucene.store.RefCountedSharedArena#close():122 [JIT compiled code] 0.12% 33 java.io.FileOutputStream#writeBytes() [Native code] at java.io.FileOutputStream#traceWriteBytes():311 [JIT compiled code] at java.io.FileOutputStream#write():349 [JIT compiled code] at java.lang.System$Out#write():1910 [Inlined code] at java.io.BufferedOutputStream#flushBuffer():123 [Inlined code] at java.io.BufferedOutputStream#flush():203 [JIT compiled code] at java.io.PrintStream#write():541 [JIT compiled code] at sun.nio.cs.StreamEncoder#writeBytes():220 [JIT compiled code] at sun.nio.cs.StreamEncoder#implFlushBuffer():315 [Inlined code] at sun.nio.cs.StreamEncoder#flushBuffer():101 [JIT compiled code] at java.io.OutputStreamWriter#flushBuffer():179 [Inlined code] at java.io.PrintStream#writeln():690 [JIT compiled code] 0.10% 29 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [Interpreted code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [Interpreted code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Interpreted code] at java.nio.file.Files#delete():1052 [Interpreted code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [Interpreted code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [Interpreted code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [Interpreted code] at org.apache.lucene.util.FileDeleter#delete():234 [Interpreted code] at org.apache.lucene.util.FileDeleter#delete():227 [Interpreted code] at org.apache.lucene.util.FileDeleter#decRef():109 [Interpreted code] at org.apache.lucene.index.IndexFileDeleter#decRef():620 [Interpreted code] 0.09% 24 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer():341 [Inlined code] at sun.nio.ch.IOUtil#read():307 [Inlined code] at sun.nio.ch.IOUtil#read():284 [Inlined code] at sun.nio.ch.FileChannelImpl#implRead():251 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead():269 [Inlined code] at sun.nio.ch.FileChannelImpl#read():229 [JIT compiled code] at perf.LineFileDocs#readDocs():159 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 0.08% 23 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [JIT compiled code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle():280 [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup():270 [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup():264 [Interpreted code] at jdk.internal.foreign.SharedSession$SharedResourceList#cleanup():143 [Interpreted code] at jdk.internal.foreign.MemorySessionImpl#close():241 [Inlined code] at jdk.internal.foreign.ArenaImpl#close():47 [JIT compiled code] at org.apache.lucene.store.RefCountedSharedArena#release():113 [Interpreted code] at org.apache.lucene.store.RefCountedSharedArena#close():122 [Interpreted code] 0.08% 23 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [JIT compiled code] at sun.nio.ch.IOUtil#readIntoNativeBuffer():341 [JIT compiled code] at sun.nio.ch.IOUtil#read():307 [JIT compiled code] at sun.nio.ch.IOUtil#read():284 [JIT compiled code] at sun.nio.ch.FileChannelImpl#implRead():251 [JIT compiled code] at sun.nio.ch.FileChannelImpl#traceImplRead():269 [JIT compiled code] at sun.nio.ch.FileChannelImpl#read():229 [Inlined code] at perf.LineFileDocs#readDocs():178 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 0.08% 22 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer():341 [Inlined code] at sun.nio.ch.IOUtil#read():307 [Inlined code] at sun.nio.ch.IOUtil#read():284 [Inlined code] at sun.nio.ch.FileChannelImpl#implRead():251 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead():269 [JIT compiled code] at sun.nio.ch.FileChannelImpl#read():229 [Inlined code] at perf.LineFileDocs#readDocs():159 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 0.07% 20 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Interpreted code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [Interpreted code] at jdk.jfr.internal.PlatformRecorder#periodicTask():502 [Interpreted code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0():428 [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000003607aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 0.05% 14 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete():234 [Interpreted code] at org.apache.lucene.util.FileDeleter#delete():227 [Interpreted code] at org.apache.lucene.util.FileDeleter#decRef():109 [Interpreted code] at org.apache.lucene.index.IndexFileDeleter#decRef():620 [Interpreted code] 0.05% 13 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open():69 [Interpreted code] at sun.nio.fs.UnixChannelFactory#open():242 [Interpreted code] at sun.nio.fs.UnixChannelFactory#newFileChannel():132 [Interpreted code] at sun.nio.fs.UnixChannelFactory#newFileChannel():145 [Interpreted code] at sun.nio.fs.UnixFileSystemProvider#newFileChannel():211 [Interpreted code] at sun.nio.fs.UnixFileSystemProvider#newByteChannel():244 [Interpreted code] at java.nio.file.spi.FileSystemProvider#newOutputStream():426 [Interpreted code] at java.nio.file.Files#newOutputStream():215 [Interpreted code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#():385 [Interpreted code] at org.apache.lucene.store.FSDirectory#createTempOutput():229 [Interpreted code] at org.apache.lucene.store.FilterDirectory#createTempOutput():81 [Interpreted code] 0.03% 9 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [Interpreted code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [JIT compiled code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [Interpreted code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete():234 [Interpreted code] at org.apache.lucene.util.FileDeleter#delete():227 [Interpreted code] at org.apache.lucene.util.FileDeleter#decRef():109 [Interpreted code] at org.apache.lucene.index.IndexFileDeleter#decRef():620 [Interpreted code] 0.03% 7 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open():69 [Interpreted code] at sun.nio.fs.UnixChannelFactory#open():242 [Interpreted code] at sun.nio.fs.UnixChannelFactory#newFileChannel():132 [Interpreted code] at sun.nio.fs.UnixChannelFactory#newFileChannel():145 [Interpreted code] at sun.nio.fs.UnixFileSystemProvider#newFileChannel():211 [Interpreted code] at sun.nio.fs.UnixFileSystemProvider#newByteChannel():244 [Interpreted code] at java.nio.file.spi.FileSystemProvider#newOutputStream():426 [Interpreted code] at java.nio.file.Files#newOutputStream():215 [Interpreted code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#():385 [Interpreted code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#():378 [Interpreted code] at org.apache.lucene.store.FSDirectory#createOutput():215 [Interpreted code] 0.03% 7 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Interpreted code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Interpreted code] at sun.nio.ch.IOUtil#write():102 [Interpreted code] at sun.nio.ch.IOUtil#write():72 [Interpreted code] at sun.nio.ch.FileChannelImpl#implWrite():355 [Interpreted code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Interpreted code] at sun.nio.ch.FileChannelImpl#write():333 [Interpreted code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [Interpreted code] at sun.nio.ch.ChannelOutputStream#write():105 [Interpreted code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write():391 [Interpreted code] at java.util.zip.CheckedOutputStream#write():73 [Interpreted code] 0.02% 6 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace():186 [Inlined code] at jdk.internal.event.FileWriteEvent#commit() [JIT compiled code] at jdk.internal.event.FileWriteEvent#offer():69 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():376 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [Inlined code] at sun.nio.ch.ChannelOutputStream#write():105 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write():391 [Inlined code] at java.util.zip.CheckedOutputStream#write():73 [JIT compiled code] at java.io.BufferedOutputStream#flushBuffer():123 [Inlined code] at java.io.BufferedOutputStream#flush():203 [JIT compiled code] 0.02% 6 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [JIT compiled code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle():280 [Inlined code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup():115 [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl#close():241 [Inlined code] at jdk.internal.foreign.ArenaImpl#close():47 [JIT compiled code] at org.apache.lucene.store.MemorySegmentIndexInput#close():698 [JIT compiled code] at org.apache.lucene.store.BufferedChecksumIndexInput#close():83 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#():119 [Interpreted code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsFormat#fieldsProducer():423 [Interpreted code] 0.02% 5 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace():186 [Inlined code] at jdk.internal.event.FileWriteEvent#commit() [JIT compiled code] at jdk.internal.event.FileWriteEvent#offer():69 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():376 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [Inlined code] at sun.nio.ch.ChannelOutputStream#write():105 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write():391 [Inlined code] at java.util.zip.CheckedOutputStream#write():73 [JIT compiled code] at java.io.BufferedOutputStream#flushBuffer():123 [Inlined code] at java.io.BufferedOutputStream#write():188 [Inlined code] 0.02% 5 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [Interpreted code] at jdk.jfr.internal.PlatformRecorder#periodicTask():502 [Interpreted code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0():428 [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000003607aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 0.01% 4 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open():69 [Inlined code] at sun.nio.fs.UnixChannelFactory#open():242 [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel():132 [Inlined code] at sun.nio.fs.UnixChannelFactory#newFileChannel():145 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#newFileChannel():211 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#newByteChannel():244 [Inlined code] at java.nio.file.spi.FileSystemProvider#newOutputStream():426 [JIT compiled code] at java.nio.file.Files#newOutputStream():215 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#():385 [JIT compiled code] at org.apache.lucene.store.FSDirectory#createTempOutput():229 [JIT compiled code] at org.apache.lucene.store.FilterDirectory#createTempOutput():81 [JIT compiled code] 0.01% 4 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [JIT compiled code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle():280 [Inlined code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup():115 [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl#close():241 [Inlined code] at jdk.internal.foreign.ArenaImpl#close():47 [JIT compiled code] at org.apache.lucene.store.MemorySegmentIndexInput#close():698 [JIT compiled code] at org.apache.lucene.store.BufferedChecksumIndexInput#close():83 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.FieldsIndexWriter#finish():168 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#finish():480 [Interpreted code] 0.01% 4 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [JIT compiled code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle():280 [Inlined code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup():115 [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl#close():241 [Inlined code] at jdk.internal.foreign.ArenaImpl#close():47 [JIT compiled code] at org.apache.lucene.store.MemorySegmentIndexInput#close():698 [JIT compiled code] at org.apache.lucene.store.BufferedChecksumIndexInput#close():83 [Inlined code] at org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#():80 [JIT compiled code] at org.apache.lucene.codecs.lucene90.Lucene90NormsFormat#normsProducer():96 [JIT compiled code] 0.01% 4 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete():234 [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete():227 [Inlined code] at org.apache.lucene.util.FileDeleter#decRef():109 [JIT compiled code] at org.apache.lucene.index.IndexFileDeleter#decRef():620 [Inlined code] 0.01% 4 java.io.FileDescriptor#close0() [Native code] at java.io.FileDescriptor#close():304 [Inlined code] at java.io.FileDescriptor$1#close():89 [Inlined code] at sun.nio.ch.FileChannelImpl$Closer#run():123 [JIT compiled code] at jdk.internal.ref.CleanerImpl$PhantomCleanableRef#performCleanup():176 [JIT compiled code] at jdk.internal.ref.PhantomCleanable#clean():96 [Inlined code] at sun.nio.ch.FileChannelImpl#implCloseChannel():219 [JIT compiled code] at java.nio.channels.spi.AbstractInterruptibleChannel#close():129 [JIT compiled code] at sun.nio.ch.ChannelOutputStream#close():111 [JIT compiled code] at java.io.FilterOutputStream#close():190 [JIT compiled code] at java.io.FilterOutputStream#close():190 [JIT compiled code] at java.io.FilterOutputStream#close():190 [JIT compiled code] 0.01% 4 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [JIT compiled code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle():280 [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup():270 [Interpreted code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup():264 [Interpreted code] at jdk.internal.foreign.SharedSession$SharedResourceList#cleanup():143 [Interpreted code] at jdk.internal.foreign.MemorySessionImpl#close():241 [Interpreted code] at jdk.internal.foreign.ArenaImpl#close():47 [Interpreted code] at org.apache.lucene.store.RefCountedSharedArena#release():113 [Interpreted code] at org.apache.lucene.store.RefCountedSharedArena#close():122 [Interpreted code] 0.01% 3 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open():69 [JIT compiled code] at sun.nio.fs.UnixChannelFactory#open():242 [Interpreted code] at sun.nio.fs.UnixChannelFactory#newFileChannel():132 [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel():145 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#newFileChannel():211 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#newByteChannel():244 [JIT compiled code] at java.nio.file.spi.FileSystemProvider#newOutputStream():426 [Interpreted code] at java.nio.file.Files#newOutputStream():215 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#():385 [JIT compiled code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#():378 [Interpreted code] at org.apache.lucene.store.FSDirectory#createOutput():215 [Interpreted code] 0.01% 3 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Interpreted code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [Interpreted code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [Interpreted code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle():280 [Interpreted code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup():270 [Interpreted code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup():264 [Interpreted code] at jdk.internal.foreign.SharedSession$SharedResourceList#cleanup():143 [Interpreted code] at jdk.internal.foreign.MemorySessionImpl#close():241 [Interpreted code] at jdk.internal.foreign.ArenaImpl#close():47 [Interpreted code] at org.apache.lucene.store.RefCountedSharedArena#release():113 [Interpreted code] at org.apache.lucene.store.RefCountedSharedArena#close():122 [Interpreted code] 0.01% 3 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map():144 [JIT compiled code] at sun.nio.ch.FileChannelImpl#mapInternal():1515 [JIT compiled code] at sun.nio.ch.FileChannelImpl#map():1453 [JIT compiled code] at org.apache.lucene.store.MMapDirectory#map():376 [JIT compiled code] at org.apache.lucene.store.MMapDirectory#openInput():333 [JIT compiled code] at org.apache.lucene.store.FilterDirectory#openInput():101 [JIT compiled code] at org.apache.lucene.store.FilterDirectory#openInput():101 [JIT compiled code] at org.apache.lucene.store.Directory#openChecksumInput():156 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.FieldsIndexWriter#finish():120 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#finish():480 [Interpreted code] at org.apache.lucene.index.StoredFieldsConsumer#flush():106 [Interpreted code] 0.01% 3 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [JIT compiled code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle():280 [Inlined code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup():115 [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl#close():241 [Inlined code] at jdk.internal.foreign.ArenaImpl#close():47 [JIT compiled code] at org.apache.lucene.store.MemorySegmentIndexInput#close():698 [JIT compiled code] at org.apache.lucene.store.BufferedChecksumIndexInput#close():83 [JIT compiled code] at org.apache.lucene.codecs.lucene94.Lucene94FieldInfosFormat#read():248 [Interpreted code] at org.apache.lucene.index.SegmentCoreReaders#():91 [Interpreted code] 0.01% 3 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [JIT compiled code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle():280 [Inlined code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup():115 [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl#close():241 [Inlined code] at jdk.internal.foreign.ArenaImpl#close():47 [JIT compiled code] at org.apache.lucene.store.MemorySegmentIndexInput#close():698 [JIT compiled code] at org.apache.lucene.store.BufferedChecksumIndexInput#close():83 [JIT compiled code] at org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#():80 [Interpreted code] at org.apache.lucene.codecs.lucene90.Lucene90NormsFormat#normsProducer():96 [Interpreted code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr Profiler for heap at stackSize=1 [medium index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 187.28 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 187.28 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 187.28 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 187.28 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 187.28 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 187.28 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 409435 events (total: 321150M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 16.56% 53181M perf.LineFileDocs#nextDoc():640 [JIT compiled code] 8.97% 28816M java.lang.StringUTF16#compress():212 [Inlined code] 8.17% 26247M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] 6.97% 22398M perf.LineFileDocs#readDocs():176 [JIT compiled code] 6.82% 21888M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] 4.27% 13705M java.lang.StringUTF16#compress():216 [Inlined code] 3.14% 10077M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] 3.04% 9765M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] 2.98% 9584M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] 2.63% 8447M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] 2.45% 7880M perf.LineFileDocs#nextDoc():635 [JIT compiled code] 1.94% 6224M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():241 [Inlined code] 1.88% 6022M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] 1.87% 6017M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] 1.75% 5607M org.apache.lucene.util.TimSorter#():62 [Inlined code] 1.68% 5395M org.apache.lucene.util.BytesRef#():71 [Inlined code] 1.64% 5263M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] 1.64% 5252M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] 1.58% 5085M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 1.37% 4411M java.util.TreeMap#keyIterator():1421 [Inlined code] 1.34% 4288M java.util.ArrayList#grow():240 [Inlined code] 1.28% 4115M perf.LineFileDocs#readDocs():176 [Interpreted code] 1.17% 3765M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] 1.12% 3601M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] 0.86% 2771M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] 0.62% 1988M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#():108 [Inlined code] 0.61% 1957M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] 0.53% 1686M java.lang.Integer#toString():167 [Inlined code] 0.52% 1669M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] 0.52% 1660M java.util.Formatter#parse():2810 [Inlined code] 0.48% 1546M perf.LineFileDocs#newDocState():502 [Interpreted code] 0.48% 1543M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1458 [Inlined code] 0.45% 1448M org.apache.lucene.document.IntPoint#pack():108 [Inlined code] 0.44% 1406M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] 0.43% 1379M java.util.Arrays#copyOfRange():3849 [Inlined code] 0.41% 1324M org.apache.lucene.codecs.lucene104.PForUtil#encode():78 [JIT compiled code] 0.37% 1192M perf.LineFileDocs#nextDoc():642 [JIT compiled code] 0.34% 1098M java.lang.String#format():4455 [Inlined code] 0.33% 1060M perf.LineFileDocs#nextDoc():637 [JIT compiled code] 0.33% 1049M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 0.32% 1033M java.lang.AbstractStringBuilder#():101 [Inlined code] 0.31% 988M java.util.Formatter$FormatSpecifierParser#parse():2915 [Inlined code] 0.30% 974M java.util.Formatter#():2110 [Inlined code] 0.30% 956M java.util.Formatter#parse():2782 [Inlined code] 0.30% 950M java.lang.StringBuilder#toString():478 [Inlined code] 0.29% 936M perf.LineFileDocs#nextDoc():647 [JIT compiled code] 0.28% 908M java.lang.StringLatin1#newString():760 [Inlined code] 0.28% 907M java.lang.StringLatin1#replace():312 [Inlined code] 0.28% 903M perf.LineFileDocs#nextDoc():645 [JIT compiled code] 0.28% 890M java.util.List#of():935 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=2 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr Profiler for heap at stackSize=2 [medium index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 187.28 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 187.28 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 187.28 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 187.28 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 187.28 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 187.28 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 187.28 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 409435 events (total: 321150M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 16.51% 53009M perf.LineFileDocs#nextDoc():640 [JIT compiled code] at perf.LineFileDocs#nextDoc():581 [Inlined code] 8.97% 28816M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] 8.17% 26247M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] 6.97% 22398M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 6.82% 21888M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] 4.27% 13705M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] 3.14% 10077M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 3.00% 9637M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] 2.63% 8447M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():123 [JIT compiled code] 2.45% 7880M perf.LineFileDocs#nextDoc():635 [JIT compiled code] at perf.LineFileDocs#nextDoc():581 [Inlined code] 2.35% 7559M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] 1.94% 6224M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():241 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():262 [Inlined code] 1.88% 6022M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():262 [Inlined code] 1.87% 6017M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():236 [Inlined code] 1.75% 5607M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] 1.64% 5263M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():236 [Inlined code] 1.64% 5252M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():262 [Inlined code] 1.60% 5152M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] 1.58% 5085M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():262 [Inlined code] 1.37% 4411M java.util.TreeMap#keyIterator():1421 [Inlined code] at java.util.TreeMap$KeySet#iterator():1434 [JIT compiled code] 1.34% 4288M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] 1.28% 4115M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.17% 3765M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():236 [Inlined code] 1.12% 3601M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] 0.63% 2013M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():464 [JIT compiled code] 0.62% 1988M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#():108 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#bytesRefToTrie():95 [Inlined code] 0.61% 1957M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues():72 [Inlined code] 0.52% 1660M java.util.Formatter#parse():2810 [Inlined code] at java.util.Formatter#format():2744 [Inlined code] 0.51% 1642M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] 0.50% 1616M java.lang.Integer#toString():167 [Inlined code] at perf.LineFileDocs#intToID():297 [JIT compiled code] 0.48% 1546M perf.LineFileDocs#newDocState():502 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.48% 1543M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1458 [Inlined code] at org.apache.lucene.util.IntBlockPool#nextBuffer():153 [JIT compiled code] 0.45% 1448M org.apache.lucene.document.IntPoint#pack():108 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues():72 [Inlined code] 0.44% 1406M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():398 [JIT compiled code] 0.37% 1192M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():581 [Inlined code] 0.33% 1060M perf.LineFileDocs#nextDoc():637 [JIT compiled code] at perf.LineFileDocs#nextDoc():581 [Inlined code] 0.33% 1055M java.lang.String#format():4455 [Inlined code] at perf.LineFileDocs#intToID():297 [JIT compiled code] 0.33% 1046M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] 0.32% 1033M java.lang.AbstractStringBuilder#():101 [Inlined code] at java.lang.StringBuilder#():106 [Inlined code] 0.31% 1002M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():732 [JIT compiled code] 0.31% 988M java.util.Formatter$FormatSpecifierParser#parse():2915 [Inlined code] at java.util.Formatter#parse():2814 [Inlined code] 0.30% 974M java.util.Formatter#():2110 [Inlined code] at java.lang.String#format():4455 [Inlined code] 0.30% 956M java.util.Formatter#parse():2782 [Inlined code] at java.util.Formatter#format():2744 [Inlined code] 0.30% 950M java.lang.StringBuilder#toString():478 [Inlined code] at java.util.Formatter#toString():2598 [Inlined code] 0.29% 941M org.apache.lucene.codecs.lucene104.PForUtil#encode():78 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] 0.29% 936M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():581 [Inlined code] 0.29% 916M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():731 [JIT compiled code] 0.28% 908M java.lang.StringLatin1#newString():760 [Inlined code] at java.lang.Integer#toString():185 [Inlined code] 0.28% 907M java.lang.StringLatin1#replace():312 [Inlined code] at java.lang.String#replace():2998 [Inlined code] 0.28% 903M perf.LineFileDocs#nextDoc():645 [JIT compiled code] at perf.LineFileDocs#nextDoc():581 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr Profiler for heap at stackSize=4 [medium index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 187.28 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 187.28 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 187.28 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 187.28 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 187.28 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 187.28 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 187.28 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 187.28 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 409435 events (total: 321150M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 16.51% 53009M perf.LineFileDocs#nextDoc():640 [JIT compiled code] at perf.LineFileDocs#nextDoc():581 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 8.29% 26611M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():642 [JIT compiled code] 8.08% 25957M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():170 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 6.97% 22398M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 5.23% 16809M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] 4.24% 13605M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():642 [JIT compiled code] 2.98% 9586M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 2.61% 8381M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():123 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 2.45% 7880M perf.LineFileDocs#nextDoc():635 [JIT compiled code] at perf.LineFileDocs#nextDoc():581 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 2.33% 7493M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():160 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 1.94% 6224M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():241 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():262 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():302 [JIT compiled code] 1.88% 6022M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():262 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():302 [JIT compiled code] 1.87% 6017M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():236 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():262 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] 1.73% 5559M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] at org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] 1.64% 5263M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():236 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():262 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] 1.64% 5252M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():262 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():302 [JIT compiled code] 1.58% 5085M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():262 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():302 [JIT compiled code] 1.52% 4867M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] 1.37% 4411M java.util.TreeMap#keyIterator():1421 [Inlined code] at java.util.TreeMap$KeySet#iterator():1434 [JIT compiled code] at java.util.TreeSet#iterator():187 [Inlined code] at org.apache.lucene.codecs.CompetitiveImpactAccumulator#addAll():82 [Inlined code] 1.34% 4288M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] 1.29% 4136M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] 1.28% 4115M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.17% 3765M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():236 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():262 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] 1.04% 3349M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1339 [JIT compiled code] 0.98% 3132M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():161 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():200 [JIT compiled code] 0.91% 2924M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():731 [JIT compiled code] 0.63% 2013M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():464 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc():259 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():145 [JIT compiled code] 0.62% 1988M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#():108 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#bytesRefToTrie():95 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingBlock#compileIndex():481 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlocks():682 [JIT compiled code] 0.52% 1660M java.util.Formatter#parse():2810 [Inlined code] at java.util.Formatter#format():2744 [Inlined code] at java.util.Formatter#format():2698 [Inlined code] at java.lang.String#format():4455 [Inlined code] 0.51% 1642M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():126 [JIT compiled code] 0.50% 1616M java.lang.Integer#toString():167 [Inlined code] at perf.LineFileDocs#intToID():297 [JIT compiled code] at perf.LineFileDocs#nextDoc():748 [JIT compiled code] at perf.LineFileDocs#nextDoc():581 [Inlined code] 0.49% 1578M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.util.BytesRefBlockPool#addBytesRef():91 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():343 [JIT compiled code] 0.48% 1546M perf.LineFileDocs#newDocState():502 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.44% 1399M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():398 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc():259 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():145 [JIT compiled code] 0.43% 1375M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1458 [Inlined code] at org.apache.lucene.util.IntBlockPool#nextBuffer():153 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():155 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():200 [JIT compiled code] 0.42% 1358M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():637 [JIT compiled code] 0.37% 1192M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():581 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.35% 1124M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():748 [JIT compiled code] 0.33% 1060M perf.LineFileDocs#nextDoc():637 [JIT compiled code] at perf.LineFileDocs#nextDoc():581 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.33% 1055M java.lang.String#format():4455 [Inlined code] at perf.LineFileDocs#intToID():297 [JIT compiled code] at perf.LineFileDocs#nextDoc():748 [JIT compiled code] at perf.LineFileDocs#nextDoc():581 [Inlined code] 0.33% 1046M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.ArrayUtil#grow():377 [Inlined code] at org.apache.lucene.index.PointValuesWriter#addPackedValue():68 [Inlined code] 0.32% 1039M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] 0.32% 1037M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():732 [JIT compiled code] 0.32% 1033M java.lang.AbstractStringBuilder#():101 [Inlined code] at java.lang.StringBuilder#():106 [Inlined code] at java.util.Formatter#():2110 [Inlined code] at java.lang.String#format():4455 [Inlined code] 0.31% 1002M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():732 [JIT compiled code] at perf.LineFileDocs#nextDoc():581 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.31% 988M java.util.Formatter$FormatSpecifierParser#parse():2915 [Inlined code] at java.util.Formatter#parse():2814 [Inlined code] at java.util.Formatter#format():2744 [Inlined code] at java.util.Formatter#format():2698 [Inlined code] 0.30% 956M java.util.Formatter#parse():2782 [Inlined code] at java.util.Formatter#format():2744 [Inlined code] at java.util.Formatter#format():2698 [Inlined code] at java.lang.String#format():4455 [Inlined code] 0.29% 941M org.apache.lucene.codecs.lucene104.PForUtil#encode():78 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():160 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 0.29% 936M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():581 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.29% 916M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():731 [JIT compiled code] at perf.LineFileDocs#nextDoc():581 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=8 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr Profiler for heap at stackSize=8 [medium index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 187.28 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 187.28 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 187.28 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 187.28 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 187.28 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 187.28 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 187.28 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 187.28 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 187.28 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 409435 events (total: 321150M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 16.51% 53009M perf.LineFileDocs#nextDoc():640 [JIT compiled code] at perf.LineFileDocs#nextDoc():581 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 8.27% 26568M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():581 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 6.97% 22398M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.22% 13562M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():581 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 3.39% 10876M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():170 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] 2.45% 7880M perf.LineFileDocs#nextDoc():635 [JIT compiled code] at perf.LineFileDocs#nextDoc():581 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 2.25% 7211M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():170 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():341 [Interpreted code] 1.73% 5559M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] at org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():126 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 1.71% 5492M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():226 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():266 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():197 [JIT compiled code] 1.64% 5252M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():262 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():302 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1339 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1235 [JIT compiled code] 1.63% 5250M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():241 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():262 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():302 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1339 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1235 [JIT compiled code] 1.62% 5189M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():170 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():341 [JIT compiled code] 1.60% 5129M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():262 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():302 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1339 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1235 [JIT compiled code] 1.58% 5085M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():262 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():302 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1339 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1235 [JIT compiled code] 1.54% 4939M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():236 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():262 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():302 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1339 [JIT compiled code] 1.41% 4526M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():236 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():262 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():302 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1339 [JIT compiled code] 1.40% 4493M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():160 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] 1.29% 4136M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000361d6220#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] 1.28% 4115M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.28% 4110M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000361d6220#merge() [Interpreted code] 1.15% 3684M java.util.TreeMap#keyIterator():1421 [Inlined code] at java.util.TreeMap$KeySet#iterator():1434 [JIT compiled code] at java.util.TreeSet#iterator():187 [Inlined code] at org.apache.lucene.codecs.CompetitiveImpactAccumulator#addAll():82 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():482 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#finishTerm():576 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():173 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 1.03% 3307M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():123 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000361d6220#merge() [Interpreted code] 0.99% 3191M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1339 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1235 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():748 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():274 [Inlined code] 0.96% 3077M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():236 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():262 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():302 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1339 [JIT compiled code] 0.91% 2924M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():731 [JIT compiled code] at perf.LineFileDocs#nextDoc():581 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.90% 2901M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():161 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():200 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1339 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1235 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():748 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] 0.81% 2610M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] at java.util.Formatter$FormatSpecifierParser#parse():2917 [Inlined code] at java.util.Formatter#parse():2814 [Inlined code] at java.util.Formatter#format():2744 [Inlined code] at java.util.Formatter#format():2698 [Inlined code] 0.81% 2605M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():341 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():456 [Interpreted code] 0.81% 2605M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():170 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():341 [JIT compiled code] 0.80% 2582M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():341 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():456 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] 0.79% 2533M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():123 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():341 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():456 [Interpreted code] 0.76% 2429M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():226 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():266 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():183 [JIT compiled code] 0.71% 2295M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():226 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():266 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():214 [Inlined code] 0.71% 2288M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():226 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():263 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():197 [JIT compiled code] 0.66% 2126M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():226 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():266 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():173 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():214 [Inlined code] 0.60% 1928M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():341 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():456 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] 0.58% 1878M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():341 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():456 [Interpreted code] 0.53% 1708M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():160 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():341 [Interpreted code] 0.53% 1688M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():123 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():341 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():456 [Interpreted code] 0.51% 1642M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():126 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] 0.50% 1616M java.lang.Integer#toString():167 [Inlined code] at perf.LineFileDocs#intToID():297 [JIT compiled code] at perf.LineFileDocs#nextDoc():748 [JIT compiled code] at perf.LineFileDocs#nextDoc():581 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.50% 1594M java.util.Formatter#parse():2810 [Inlined code] at java.util.Formatter#format():2744 [Inlined code] at java.util.Formatter#format():2698 [Inlined code] at java.lang.String#format():4455 [Inlined code] at perf.LineFileDocs#intToID():297 [JIT compiled code] at perf.LineFileDocs#nextDoc():748 [JIT compiled code] at perf.LineFileDocs#nextDoc():581 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.48% 1546M perf.LineFileDocs#newDocState():502 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.42% 1358M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():637 [JIT compiled code] at perf.LineFileDocs#nextDoc():581 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.42% 1356M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] at org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():398 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc():259 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():145 [JIT compiled code] 0.40% 1295M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1458 [Inlined code] at org.apache.lucene.util.IntBlockPool#nextBuffer():153 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():155 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():200 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1339 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1235 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():748 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] 0.37% 1192M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():581 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.37% 1187M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():464 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc():259 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():145 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] 0.35% 1124M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():748 [JIT compiled code] at perf.LineFileDocs#nextDoc():581 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.34% 1082M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():226 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():263 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():183 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr Profiler for heap at stackSize=12 [medium index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 187.28 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 187.28 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 187.28 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 187.28 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 187.28 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 187.28 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 187.28 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 187.28 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 187.28 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 187.28 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 409435 events (total: 321150M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 16.51% 53009M perf.LineFileDocs#nextDoc():640 [JIT compiled code] at perf.LineFileDocs#nextDoc():581 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 8.27% 26568M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():581 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 6.97% 22398M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.22% 13562M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():581 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 3.39% 10876M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():170 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000361d6220#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5286 [Interpreted code] 2.45% 7880M perf.LineFileDocs#nextDoc():635 [JIT compiled code] at perf.LineFileDocs#nextDoc():581 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.75% 5633M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():170 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():341 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():456 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [JIT compiled code] 1.73% 5559M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] at org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():126 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000361d6220#merge() [Interpreted code] 1.71% 5492M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():226 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():266 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():197 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():214 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():202 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1339 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1235 [JIT compiled code] 1.56% 5016M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():241 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():262 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():302 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1339 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1235 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():748 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():274 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 1.54% 4945M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():262 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():302 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1339 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1235 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():748 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():274 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 1.53% 4911M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():170 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():341 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():456 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [JIT compiled code] 1.52% 4877M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():262 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():302 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1339 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1235 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():748 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():274 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 1.47% 4726M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():262 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():302 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1339 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1235 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():748 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():274 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 1.40% 4493M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():160 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000361d6220#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5286 [Interpreted code] 1.40% 4488M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():236 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():262 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():302 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1339 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1235 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():748 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():274 [Inlined code] 1.29% 4136M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000361d6220#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5286 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4749 [Interpreted code] at org.apache.lucene.index.IndexWriter$IndexWriterMergeSource#merge():6554 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler#doMerge():661 [Interpreted code] 1.28% 4115M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.28% 4110M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000361d6220#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5286 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4749 [Interpreted code] 1.25% 4027M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():236 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():262 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():302 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1339 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1235 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():748 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():274 [Inlined code] 1.03% 3307M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():123 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000361d6220#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5286 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4749 [Interpreted code] 0.99% 3191M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1339 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1235 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():748 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():274 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] 0.91% 2924M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():731 [JIT compiled code] at perf.LineFileDocs#nextDoc():581 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.90% 2901M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():161 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():200 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1339 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1235 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():748 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():274 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 0.87% 2805M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():236 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():262 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():302 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1339 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1235 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():748 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():274 [Inlined code] 0.77% 2474M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] at java.util.Formatter$FormatSpecifierParser#parse():2917 [Inlined code] at java.util.Formatter#parse():2814 [Inlined code] at java.util.Formatter#format():2744 [Inlined code] at java.util.Formatter#format():2698 [Inlined code] at java.lang.String#format():4455 [Inlined code] at perf.LineFileDocs#intToID():297 [JIT compiled code] at perf.LineFileDocs#nextDoc():748 [JIT compiled code] at perf.LineFileDocs#nextDoc():581 [Inlined code] 0.76% 2429M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():226 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():266 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():183 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():214 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():202 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1339 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1235 [JIT compiled code] 0.71% 2288M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():226 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():263 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():197 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():214 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():202 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1339 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1235 [JIT compiled code] 0.68% 2183M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():341 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():456 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():449 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 0.68% 2180M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():226 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():266 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():214 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():202 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1339 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1235 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():748 [Inlined code] 0.62% 2002M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():341 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():456 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():449 [JIT compiled code] 0.61% 1967M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():226 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():266 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():173 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():214 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():202 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1339 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1235 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():748 [Inlined code] 0.60% 1928M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():341 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():456 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():449 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 0.59% 1886M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():123 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():341 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():456 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():449 [JIT compiled code] 0.56% 1782M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():341 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():456 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():449 [JIT compiled code] 0.51% 1642M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():126 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000361d6220#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] 0.50% 1616M java.lang.Integer#toString():167 [Inlined code] at perf.LineFileDocs#intToID():297 [JIT compiled code] at perf.LineFileDocs#nextDoc():748 [JIT compiled code] at perf.LineFileDocs#nextDoc():581 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.50% 1612M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():123 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():341 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():456 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():449 [JIT compiled code] 0.50% 1594M java.util.Formatter#parse():2810 [Inlined code] at java.util.Formatter#format():2744 [Inlined code] at java.util.Formatter#format():2698 [Inlined code] at java.lang.String#format():4455 [Inlined code] at perf.LineFileDocs#intToID():297 [JIT compiled code] at perf.LineFileDocs#nextDoc():748 [JIT compiled code] at perf.LineFileDocs#nextDoc():581 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.48% 1546M perf.LineFileDocs#newDocState():502 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.44% 1411M java.util.TreeMap#keyIterator():1421 [Inlined code] at java.util.TreeMap$KeySet#iterator():1434 [JIT compiled code] at java.util.TreeSet#iterator():187 [Inlined code] at org.apache.lucene.codecs.CompetitiveImpactAccumulator#addAll():82 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():482 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#finishTerm():576 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():173 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] 0.42% 1358M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():637 [JIT compiled code] at perf.LineFileDocs#nextDoc():581 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.40% 1295M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1458 [Inlined code] at org.apache.lucene.util.IntBlockPool#nextBuffer():153 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():155 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():200 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1339 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1235 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():748 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():274 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 0.39% 1253M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():160 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():341 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():456 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [JIT compiled code] 0.38% 1210M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():170 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():341 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():456 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [JIT compiled code] 0.37% 1192M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():581 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.37% 1187M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():464 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc():259 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():145 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000361d6220#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] 0.35% 1124M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():748 [JIT compiled code] at perf.LineFileDocs#nextDoc():581 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.34% 1098M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():170 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():341 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():456 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#flushAllThreads():650 [Interpreted code] 0.34% 1086M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():170 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():341 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():456 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [Inlined code] move log to /l/logs.nightly/2026.04.16.10.08.30/fastIndexMediumDocs.log move vmstat log to /l/logs.nightly/2026.04.16.10.08.30/fastIndexMediumDocs.vmstat.log move top log to /l/logs.nightly/2026.04.16.10.08.30/fastIndexMediumDocs.top.log [2026-04-16 17:40:12.540575] took 97.2 sec [2026-04-16 17:40:12.544685] medIndexAtClose None [2026-04-16 17:40:12.545966] build medium vectors index (fast) NOTE: removing old index "medium vectors index (fast)" at /l/indices/wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M /l/indices/wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M: now create cd /l/trunk.nightly/lucene/benchmark NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log /l/logs.nightly/nightly.wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.log run: ['/usr/lib/jvm/java-25-openjdk/bin/java', '--add-modules', 'jdk.incubator.vector', '-Xmx32g', '-Xms32g', '-server', '-XX:+UseParallelGC', '-Djava.io.tmpdir=/l/tmp', '--enable-native-access=ALL-UNNAMED', '-classpath', '/l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build', '-XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr', '-XX:+UnlockDiagnosticVMOptions', '-XX:+DebugNonSafepoints', 'perf.Indexer', '-dirImpl', 'MMapDirectory', '-indexPath', '/l/indices/wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M', '-analyzer', 'StandardAnalyzerNoStopWords', '-lineDocsFile', '/l/data/enwiki-20110115-lines-1k-fixed-with-random-labels.bin', '-docCountLimit', '27625038', '-threadCount', '36', '-useCMS', '-vectorFile', '/big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec', '-vectorDimension', '1024', '-vectorEncoding', 'FLOAT32', '-verbose', '-ramBufferMB', '2048', '-maxBufferedDocs', '-1', '-postingsFormat', 'Lucene104', '-mergePolicy', 'TieredMergePolicy', '-idFieldPostingsFormat', 'Lucene104', '-idFieldPostingsFormat', 'Lucene104', '-hnswThreadsPerMerge', '16', '-hnswThreadPoolCount', '96'], cwd=/l/trunk.nightly/lucene/benchmark vmstatLogFile=/l/logs.nightly/nightly.vmstat.log topLogFile=/l/logs.nightly/nightly.top.log run vmstat: /usr/sbin/vmstat --active --wide --timestamp --unit M 1 > /l/logs.nightly/nightly.vmstat.log 2>&1 & run /usr/sbin/ps -eo pid,%cpu,%mem,bsdtime,etime,start,args --cols=120 --sort=-%cpu | head -10 >> /l/logs.nightly/nightly.top.log 2>&1 to /l/logs.nightly/nightly.top.log now kill vmstat: pid=2079822 Profiler summary for /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr Version: 2.1 Chunks: 60 Start: 2026-04-17 01:04:50 (UTC) Duration: 1466 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 94040555 1880787414 jdk.FileWrite 6206252 169551441 jdk.NativeMethodSample 177626 2803660 jdk.ObjectAllocationInNewTLAB 118515 2563897 jdk.FileRead 73738 2138661 jdk.BooleanFlag 41520 1370340 jdk.ObjectAllocationOutsideTLAB 8258 163636 jdk.CPULoad 7049 148029 jdk.UnsignedIntFlag 3720 133380 jdk.IntFlag 3360 124980 jdk.StringFlag 2700 105600 jdk.Checkpoint 1809 57657742 jdk.Compilation 102 2874 jdk.CPUInformation 60 90180 jdk.GCConfiguration 60 1620 jdk.JVMInformation 60 72360 jdk.Metadata 60 6631680 jdk.GarbageCollection 16 419 jdk.ActiveRecording 0 0 jdk.ActiveSetting 0 0 jdk.AllocationRequiringGC 0 0 jdk.BooleanFlagChanged 0 0 jdk.CPUTimeSamplesLost 0 0 jdk.CPUTimeStampCounter 0 0 jdk.ClassDefine 0 0 jdk.ClassLoad 0 0 jdk.ClassLoaderStatistics 0 0 jdk.ClassLoadingStatistics 0 0 jdk.ClassRedefinition 0 0 jdk.ClassUnload 0 0 jdk.CodeCacheConfiguration 0 0 jdk.CodeCacheFull 0 0 jdk.CodeCacheStatistics 0 0 jdk.CompilationFailure 0 0 jdk.CompilerConfiguration 0 0 jdk.CompilerInlining 0 0 jdk.CompilerPhase 0 0 jdk.CompilerQueueUtilization 0 0 jdk.CompilerStatistics 0 0 jdk.ConcurrentModeFailure 0 0 jdk.ContainerCPUThrottling 0 0 jdk.ContainerCPUUsage 0 0 jdk.ContainerConfiguration 0 0 jdk.ContainerIOUsage 0 0 jdk.ContainerMemoryUsage 0 0 jdk.ContinuationFreeze 0 0 jdk.ContinuationFreezeFast 0 0 jdk.ContinuationFreezeSlow 0 0 jdk.ContinuationThaw 0 0 jdk.ContinuationThawFast 0 0 jdk.ContinuationThawSlow 0 0 jdk.DataLoss 0 0 jdk.Deoptimization 0 0 jdk.DeprecatedInvocation 0 0 jdk.Deserialization 0 0 jdk.DirectBufferStatistics 0 0 jdk.DoubleFlag 0 0 jdk.DoubleFlagChanged 0 0 jdk.DumpReason 0 0 jdk.EvacuationFailed 0 0 jdk.EvacuationInformation 0 0 jdk.ExceptionStatistics 0 0 jdk.ExecuteVMOperation 0 0 jdk.ExecutionSample 0 0 jdk.FileForce 0 0 jdk.FinalizerStatistics 0 0 jdk.Flush 0 0 jdk.G1AdaptiveIHOP 0 0 jdk.G1BasicIHOP 0 0 jdk.G1EvacuationOldStatistics 0 0 jdk.G1EvacuationYoungStatistics 0 0 jdk.G1GarbageCollection 0 0 jdk.G1HeapRegionInformation 0 0 jdk.G1HeapRegionTypeChange 0 0 jdk.G1HeapSummary 0 0 jdk.G1MMU 0 0 jdk.GCCPUTime 0 0 jdk.GCHeapConfiguration 0 0 jdk.GCHeapMemoryPoolUsage 0 0 jdk.GCHeapMemoryUsage 0 0 jdk.GCHeapSummary 0 0 jdk.GCPhaseConcurrent 0 0 jdk.GCPhaseConcurrentLevel1 0 0 jdk.GCPhaseConcurrentLevel2 0 0 jdk.GCPhaseParallel 0 0 jdk.GCPhasePause 0 0 jdk.GCPhasePauseLevel1 0 0 jdk.GCPhasePauseLevel2 0 0 jdk.GCPhasePauseLevel3 0 0 jdk.GCPhasePauseLevel4 0 0 jdk.GCReferenceStatistics 0 0 jdk.GCSurvivorConfiguration 0 0 jdk.GCTLABConfiguration 0 0 jdk.HeapDump 0 0 jdk.InitialEnvironmentVariable 0 0 jdk.InitialSecurityProperty 0 0 jdk.InitialSystemProperty 0 0 jdk.IntFlagChanged 0 0 jdk.JITRestart 0 0 jdk.JavaAgent 0 0 jdk.JavaErrorThrow 0 0 jdk.JavaExceptionThrow 0 0 jdk.JavaMonitorDeflate 0 0 jdk.JavaMonitorEnter 0 0 jdk.JavaMonitorInflate 0 0 jdk.JavaMonitorNotify 0 0 jdk.JavaMonitorStatistics 0 0 jdk.JavaMonitorWait 0 0 jdk.JavaThreadStatistics 0 0 jdk.LongFlag 0 0 jdk.LongFlagChanged 0 0 jdk.MetaspaceAllocationFailure 0 0 jdk.MetaspaceChunkFreeListSummary 0 0 jdk.MetaspaceGCThreshold 0 0 jdk.MetaspaceOOM 0 0 jdk.MetaspaceSummary 0 0 jdk.MethodTiming 0 0 jdk.MethodTrace 0 0 jdk.ModuleExport 0 0 jdk.ModuleRequire 0 0 jdk.NativeAgent 0 0 jdk.NativeLibrary 0 0 jdk.NativeLibraryLoad 0 0 jdk.NativeLibraryUnload 0 0 jdk.NativeMemoryUsage 0 0 jdk.NativeMemoryUsageTotal 0 0 jdk.NetworkUtilization 0 0 jdk.OSInformation 0 0 jdk.ObjectAllocationSample 0 0 jdk.ObjectCount 0 0 jdk.ObjectCountAfterGC 0 0 jdk.OldGarbageCollection 0 0 jdk.OldObjectSample 0 0 jdk.PSHeapSummary 0 0 jdk.ParallelOldGarbageCollection 0 0 jdk.PhysicalMemory 0 0 jdk.ProcessStart 0 0 jdk.PromoteObjectInNewPLAB 0 0 jdk.PromoteObjectOutsidePLAB 0 0 jdk.PromotionFailed 0 0 jdk.RedefineClasses 0 0 jdk.ReservedStackActivation 0 0 jdk.ResidentSetSize 0 0 jdk.RetransformClasses 0 0 jdk.SafepointBegin 0 0 jdk.SafepointEnd 0 0 jdk.SafepointLatency 0 0 jdk.SafepointStateSynchronization 0 0 jdk.SecurityPropertyModification 0 0 jdk.SecurityProviderService 0 0 jdk.SerializationMisdeclaration 0 0 jdk.ShenandoahEvacuationInformation 0 0 jdk.ShenandoahHeapRegionInformation 0 0 jdk.ShenandoahHeapRegionStateChange 0 0 jdk.Shutdown 0 0 jdk.SocketRead 0 0 jdk.SocketWrite 0 0 jdk.StringFlagChanged 0 0 jdk.StringTableStatistics 0 0 jdk.SwapSpace 0 0 jdk.SymbolTableStatistics 0 0 jdk.SyncOnValueBasedClass 0 0 jdk.SystemGC 0 0 jdk.SystemProcess 0 0 jdk.TLSHandshake 0 0 jdk.TenuringDistribution 0 0 jdk.ThreadAllocationStatistics 0 0 jdk.ThreadCPULoad 0 0 jdk.ThreadContextSwitchRate 0 0 jdk.ThreadDump 0 0 jdk.ThreadEnd 0 0 jdk.ThreadPark 0 0 jdk.ThreadSleep 0 0 jdk.ThreadStart 0 0 jdk.UnsignedIntFlagChanged 0 0 jdk.UnsignedLongFlag 0 0 jdk.UnsignedLongFlagChanged 0 0 jdk.VirtualThreadEnd 0 0 jdk.VirtualThreadPinned 0 0 jdk.VirtualThreadStart 0 0 jdk.VirtualThreadSubmitFailed 0 0 jdk.VirtualizationInformation 0 0 jdk.X509Certificate 0 0 jdk.X509Validation 0 0 jdk.YoungGarbageCollection 0 0 jdk.YoungGenerationConfiguration 0 0 jdk.ZAllocationStall 0 0 jdk.ZOldGarbageCollection 0 0 jdk.ZPageAllocation 0 0 jdk.ZRelocationSet 0 0 jdk.ZRelocationSetGroup 0 0 jdk.ZStatisticsCounter 0 0 jdk.ZStatisticsSampler 0 0 jdk.ZThreadPhase 0 0 jdk.ZUncommit 0 0 jdk.ZYoungGarbageCollection 0 0 profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr Profiler for cpu at stackSize=1 [medium vectors index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2025.94 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 177626 events (total: 177626) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 61.05% 108446 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 16.57% 29433 jdk.jfr.internal.JVM#emitEvent() [Native code] 11.30% 20065 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] 4.77% 8471 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] 4.43% 7876 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] 0.48% 853 jdk.jfr.internal.JVM#getStackTraceId() [Native code] 0.43% 767 jdk.internal.misc.Unsafe#park() [Native code] 0.26% 454 java.io.FileOutputStream#writeBytes() [Native code] 0.20% 349 jdk.internal.misc.Unsafe#unpark() [Native code] 0.18% 314 sun.nio.ch.NativeThread#current0() [Native code] 0.15% 269 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] 0.05% 82 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] 0.04% 74 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] 0.03% 46 jdk.internal.misc.VM#getNanoTimeAdjustment() [Native code] 0.02% 35 java.io.FileDescriptor#close0() [Native code] 0.01% 24 sun.nio.ch.UnixFileDispatcherImpl#size0() [Native code] 0.01% 16 jdk.jfr.internal.JVM#flush() [Native code] 0.01% 13 java.io.RandomAccessFile#open0() [Native code] 0.01% 10 sun.nio.fs.UnixNativeDispatcher#lstat0() [Native code] 0.00% 6 java.nio.MappedMemoryUtils#isLoaded0() [Native code] 0.00% 5 sun.nio.fs.UnixNativeDispatcher#access0() [Native code] 0.00% 4 jdk.jfr.internal.JVM#addStringConstant() [Native code] 0.00% 3 java.lang.invoke.LambdaForm$MH.0x0000000087219800#invoke() [Inlined code] 0.00% 3 java.lang.Thread#sleepNanos0() [Native code] 0.00% 2 java.lang.System#nanoTime() [Native code] 0.00% 2 jdk.internal.misc.Unsafe#allocateMemory0() [Native code] 0.00% 1 java.lang.Class#isAssignableFrom() [Native code] 0.00% 1 jdk.jfr.internal.JVM#shouldRotateDisk() [Native code] 0.00% 1 sun.nio.ch.UnixFileDispatcherImpl#allocationGranularity0() [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=2 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr Profiler for cpu at stackSize=2 [medium vectors index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2025.94 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2025.94 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 177626 events (total: 177626) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 61.05% 108446 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] 16.57% 29433 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Inlined code] 11.30% 20065 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [Inlined code] 4.77% 8471 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [Inlined code] 4.43% 7876 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] 0.48% 853 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace():186 [Inlined code] 0.43% 759 jdk.internal.misc.Unsafe#park() [Native code] at java.util.concurrent.locks.LockSupport#park():223 [Inlined code] 0.26% 454 java.io.FileOutputStream#writeBytes() [Native code] at java.io.FileOutputStream#traceWriteBytes():311 [Inlined code] 0.19% 338 jdk.internal.misc.Unsafe#unpark() [Native code] at java.util.concurrent.locks.LockSupport#unpark():183 [JIT compiled code] 0.18% 314 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current():51 [Inlined code] 0.15% 269 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open():69 [Inlined code] 0.05% 82 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat():253 [Inlined code] 0.04% 74 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map():144 [Inlined code] 0.03% 46 jdk.internal.misc.VM#getNanoTimeAdjustment() [Native code] at java.time.Clock#currentInstant():496 [Inlined code] 0.02% 35 java.io.FileDescriptor#close0() [Native code] at java.io.FileDescriptor#close():304 [Inlined code] 0.01% 24 sun.nio.ch.UnixFileDispatcherImpl#size0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#size():93 [Inlined code] 0.01% 15 jdk.jfr.internal.JVM#flush() [Native code] at jdk.jfr.internal.event.EventWriter#flush():232 [JIT compiled code] 0.01% 13 java.io.RandomAccessFile#open0() [Native code] at java.io.RandomAccessFile#open():338 [Inlined code] 0.01% 11 jdk.internal.misc.Unsafe#unpark() [Native code] at java.util.concurrent.locks.LockSupport#unpark():183 [Inlined code] 0.01% 10 sun.nio.fs.UnixNativeDispatcher#lstat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#lstat():273 [Inlined code] 0.00% 8 jdk.internal.misc.Unsafe#park() [Native code] at java.util.concurrent.locks.LockSupport#park():369 [Inlined code] 0.00% 6 java.nio.MappedMemoryUtils#isLoaded0() [Native code] at java.nio.MappedMemoryUtils#isLoaded():47 [Inlined code] 0.00% 5 sun.nio.fs.UnixNativeDispatcher#access0() [Native code] at sun.nio.fs.UnixNativeDispatcher#access():437 [JIT compiled code] 0.00% 4 jdk.jfr.internal.JVM#addStringConstant() [Native code] at jdk.jfr.internal.StringPool#storeString():102 [JIT compiled code] 0.00% 3 java.lang.Thread#sleepNanos0() [Native code] at java.lang.Thread#sleepNanos():509 [Inlined code] 0.00% 3 java.lang.invoke.LambdaForm$MH.0x0000000087219800#invoke() [Inlined code] at java.lang.invoke.LambdaForm$MH.0x00000000871fcc00#invokeExact_MT() [Inlined code] 0.00% 2 jdk.internal.misc.Unsafe#allocateMemory0() [Native code] at jdk.internal.misc.Unsafe#allocateMemory():636 [JIT compiled code] 0.00% 1 sun.nio.ch.UnixFileDispatcherImpl#allocationGranularity0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#allocationGranularity():137 [Inlined code] 0.00% 1 java.lang.Object#getClass() [Native code] at org.apache.lucene.store.DefaultIOContext$$Lambda.0x000000008713fb58#apply() [JIT compiled code] 0.00% 1 java.lang.System#nanoTime() [Native code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():288 [Interpreted code] 0.00% 1 java.lang.System#nanoTime() [Native code] at org.apache.lucene.index.ReadersAndUpdates#writeFieldUpdates():618 [Interpreted code] 0.00% 1 java.lang.Class#isAssignableFrom() [Native code] at java.lang.invoke.StringConcatFactory#makeConcatWithConstants():377 [Interpreted code] 0.00% 1 jdk.jfr.internal.JVM#shouldRotateDisk() [Native code] at jdk.jfr.internal.PlatformRecorder#periodicTask():495 [Interpreted code] 0.00% 1 jdk.jfr.internal.JVM#flush() [Native code] at jdk.jfr.internal.MetadataRepository#flush():373 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr Profiler for cpu at stackSize=4 [medium vectors index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2025.94 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2025.94 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2025.94 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 177626 events (total: 177626) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 61.05% 108446 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] 16.57% 29433 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Inlined code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [Inlined code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [JIT compiled code] 11.30% 20065 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer():341 [Inlined code] at sun.nio.ch.IOUtil#read():307 [Inlined code] 4.65% 8259 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] 4.43% 7876 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [Inlined code] 0.45% 807 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace():186 [Inlined code] at jdk.internal.event.FileWriteEvent#commit() [JIT compiled code] at jdk.internal.event.FileWriteEvent#offer():69 [Inlined code] 0.35% 621 jdk.internal.misc.Unsafe#park() [Native code] at java.util.concurrent.locks.LockSupport#park():223 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():410 [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] 0.24% 435 java.io.FileOutputStream#writeBytes() [Native code] at java.io.FileOutputStream#traceWriteBytes():311 [Inlined code] at java.io.FileOutputStream#write():349 [JIT compiled code] at java.lang.System$Out#write():1910 [Inlined code] 0.19% 338 jdk.internal.misc.Unsafe#unpark() [Native code] at java.util.concurrent.locks.LockSupport#unpark():183 [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():266 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#release():720 [Inlined code] 0.16% 284 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current():51 [Inlined code] at sun.nio.ch.NativeThreadSet#add():48 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():349 [Inlined code] 0.15% 269 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open():69 [Inlined code] at sun.nio.fs.UnixChannelFactory#open():242 [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel():132 [Inlined code] 0.12% 212 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] 0.08% 138 jdk.internal.misc.Unsafe#park() [Native code] at java.util.concurrent.locks.LockSupport#park():223 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():410 [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():650 [Inlined code] 0.05% 82 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat():253 [Inlined code] at sun.nio.fs.UnixFileAttributes#get():77 [Inlined code] at sun.nio.fs.UnixFileAttributeViews$Basic#readAttributes():51 [Inlined code] 0.04% 74 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map():144 [Inlined code] at sun.nio.ch.FileChannelImpl#mapInternal():1515 [JIT compiled code] at sun.nio.ch.FileChannelImpl#map():1453 [Inlined code] 0.03% 46 jdk.internal.misc.VM#getNanoTimeAdjustment() [Native code] at java.time.Clock#currentInstant():496 [Inlined code] at java.time.Instant#now():277 [Inlined code] at org.apache.lucene.util.PrintStreamInfoStream#getTimestamp():78 [Inlined code] 0.03% 46 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace():186 [Inlined code] at jdk.internal.event.FileReadEvent#commit() [JIT compiled code] at jdk.internal.event.FileReadEvent#offer():71 [Inlined code] 0.02% 32 java.io.FileDescriptor#close0() [Native code] at java.io.FileDescriptor#close():304 [Inlined code] at java.io.FileDescriptor$1#close():89 [Inlined code] at sun.nio.ch.FileChannelImpl$Closer#run():123 [JIT compiled code] 0.02% 28 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current():51 [Inlined code] at sun.nio.ch.NativeThreadSet#add():48 [Inlined code] at sun.nio.ch.FileChannelImpl#implRead():245 [Inlined code] 0.01% 19 java.io.FileOutputStream#writeBytes() [Native code] at java.io.FileOutputStream#traceWriteBytes():311 [Inlined code] at java.io.FileOutputStream#write():349 [Inlined code] at java.lang.System$Out#write():1910 [JIT compiled code] 0.01% 16 sun.nio.ch.UnixFileDispatcherImpl#size0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#size():93 [Inlined code] at sun.nio.ch.FileChannelImpl#size():496 [JIT compiled code] at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock#ensureValid():169 [JIT compiled code] 0.01% 15 jdk.jfr.internal.JVM#flush() [Native code] at jdk.jfr.internal.event.EventWriter#flush():232 [JIT compiled code] at jdk.jfr.internal.event.EventWriter#isValidForSize():214 [Inlined code] at jdk.jfr.internal.event.EventWriter#putLong():120 [Inlined code] 0.01% 13 java.io.RandomAccessFile#open0() [Native code] at java.io.RandomAccessFile#open():338 [Inlined code] at java.io.RandomAccessFile#():257 [JIT compiled code] at java.io.RandomAccessFile#():211 [Inlined code] 0.01% 9 sun.nio.fs.UnixNativeDispatcher#lstat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#lstat():273 [Inlined code] at sun.nio.fs.UnixFileAttributes#get():79 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete():254 [Inlined code] 0.00% 8 jdk.internal.misc.Unsafe#park() [Native code] at java.util.concurrent.locks.LockSupport#park():369 [Inlined code] at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode#block():520 [Inlined code] at java.util.concurrent.ForkJoinPool#unmanagedBlock():4364 [Inlined code] 0.00% 7 sun.nio.ch.UnixFileDispatcherImpl#size0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#size():93 [Inlined code] at sun.nio.ch.FileChannelImpl#size():496 [JIT compiled code] at org.apache.lucene.store.MMapDirectory#openInput():329 [JIT compiled code] 0.00% 7 jdk.internal.misc.Unsafe#unpark() [Native code] at java.util.concurrent.locks.LockSupport#unpark():183 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNextIfShared():276 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():376 [JIT compiled code] 0.00% 6 java.nio.MappedMemoryUtils#isLoaded0() [Native code] at java.nio.MappedMemoryUtils#isLoaded():47 [Inlined code] at java.nio.MappedMemoryUtils$1#isLoaded():184 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#isLoadedInternal():255 [Inlined code] 0.00% 5 sun.nio.fs.UnixNativeDispatcher#access0() [Native code] at sun.nio.fs.UnixNativeDispatcher#access():437 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#exists():518 [JIT compiled code] at java.nio.file.Files#exists():2289 [Inlined code] 0.00% 4 jdk.internal.misc.Unsafe#unpark() [Native code] at java.util.concurrent.locks.LockSupport#unpark():183 [Inlined code] at java.util.concurrent.locks.AbstractQueuedSynchronizer#signalNext():646 [Inlined code] at java.util.concurrent.locks.AbstractQueuedSynchronizer#release():1100 [Inlined code] 0.00% 3 java.lang.invoke.LambdaForm$MH.0x0000000087219800#invoke() [Inlined code] at java.lang.invoke.LambdaForm$MH.0x00000000871fcc00#invokeExact_MT() [Inlined code] at jdk.internal.foreign.abi.DowncallStub.0x0000000087093000#invoke() [Inlined code] at java.lang.invoke.LambdaForm$DMH.0x0000000087093400#invokeStatic() [Inlined code] 0.00% 3 jdk.jfr.internal.JVM#addStringConstant() [Native code] at jdk.jfr.internal.StringPool#storeString():102 [JIT compiled code] at jdk.jfr.internal.StringPool#addString():142 [Inlined code] at jdk.jfr.internal.event.EventWriter#putString():142 [JIT compiled code] 0.00% 3 java.io.FileDescriptor#close0() [Native code] at java.io.FileDescriptor#close():304 [Inlined code] at java.io.RandomAccessFile$1#close():760 [JIT compiled code] at java.io.FileDescriptor#closeAll():361 [JIT compiled code] 0.00% 3 java.lang.Thread#sleepNanos0() [Native code] at java.lang.Thread#sleepNanos():509 [Inlined code] at java.lang.Thread#sleep():540 [JIT compiled code] at perf.Indexer#_main():589 [Interpreted code] 0.00% 2 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current():51 [Inlined code] at sun.nio.ch.NativeThreadSet#add():48 [Inlined code] at sun.nio.ch.FileChannelImpl#size():492 [JIT compiled code] 0.00% 2 jdk.internal.misc.Unsafe#allocateMemory0() [Native code] at jdk.internal.misc.Unsafe#allocateMemory():636 [JIT compiled code] at sun.nio.ch.Util#getTemporaryDirectBuffer():244 [Inlined code] at sun.nio.ch.IOUtil#read():304 [Inlined code] 0.00% 1 java.lang.System#nanoTime() [Native code] at org.apache.lucene.index.ReadersAndUpdates#writeFieldUpdates():618 [Interpreted code] at org.apache.lucene.index.ReaderPool#writeAllDocValuesUpdates():250 [Interpreted code] at org.apache.lucene.index.IndexWriter#writeReaderPool():4002 [Interpreted code] 0.00% 1 java.lang.Class#isAssignableFrom() [Native code] at java.lang.invoke.StringConcatFactory#makeConcatWithConstants():377 [Interpreted code] at java.lang.invoke.DirectMethodHandle$Holder#invokeStatic() [JIT compiled code] at java.lang.invoke.DelegatingMethodHandle$Holder#delegate() [Interpreted code] 0.00% 1 jdk.jfr.internal.JVM#flush() [Native code] at jdk.jfr.internal.MetadataRepository#flush():373 [Inlined code] at jdk.jfr.internal.PlatformRecorder#flush():668 [JIT compiled code] at jdk.jfr.internal.periodic.FlushTask#execute():50 [Inlined code] 0.00% 1 jdk.jfr.internal.JVM#addStringConstant() [Native code] at jdk.jfr.internal.StringPool#storeString():102 [JIT compiled code] at jdk.jfr.internal.StringPool#ensureCurrentGeneration():117 [Inlined code] at jdk.jfr.internal.StringPool#addString():132 [Inlined code] 0.00% 1 sun.nio.ch.UnixFileDispatcherImpl#size0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#size():93 [Inlined code] at sun.nio.ch.FileChannelImpl#mapInternal():1488 [JIT compiled code] at sun.nio.ch.FileChannelImpl#map():1453 [Inlined code] 0.00% 1 java.lang.System#nanoTime() [Native code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():288 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():120 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5286 [Interpreted code] 0.00% 1 sun.nio.ch.UnixFileDispatcherImpl#allocationGranularity0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#allocationGranularity():137 [Inlined code] at sun.nio.ch.FileChannelImpl#mapInternal():1510 [JIT compiled code] at sun.nio.ch.FileChannelImpl#map():1453 [Inlined code] 0.00% 1 jdk.jfr.internal.JVM#shouldRotateDisk() [Native code] at jdk.jfr.internal.PlatformRecorder#periodicTask():495 [Interpreted code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0():428 [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000008707aa58#run() [Interpreted code] 0.00% 1 java.lang.Object#getClass() [Native code] at org.apache.lucene.store.DefaultIOContext$$Lambda.0x000000008713fb58#apply() [JIT compiled code] at java.util.stream.Collectors#lambda$groupingBy$0():1111 [JIT compiled code] at java.util.stream.Collectors$$Lambda.0x00000000871466a8#accept() [JIT compiled code] 0.00% 1 sun.nio.fs.UnixNativeDispatcher#lstat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#lstat():273 [Inlined code] at sun.nio.fs.UnixFileAttributes#get():79 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete():254 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=8 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr Profiler for cpu at stackSize=8 [medium vectors index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2025.94 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2025.94 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2025.94 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2025.94 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 177626 events (total: 177626) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 61.05% 108446 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] at sun.nio.ch.IOUtil#write():72 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():355 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] 16.57% 29433 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Inlined code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [Inlined code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#periodicTask():502 [Interpreted code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0():428 [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000008707aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] 11.30% 20064 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer():341 [Inlined code] at sun.nio.ch.IOUtil#read():307 [Inlined code] at sun.nio.ch.IOUtil#read():284 [Inlined code] at sun.nio.ch.FileChannelImpl#implRead():251 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead():269 [Inlined code] at sun.nio.ch.FileChannelImpl#read():229 [JIT compiled code] 4.27% 7586 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle():280 [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup():270 [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup():264 [Inlined code] at jdk.internal.foreign.SharedSession$SharedResourceList#cleanup():143 [Inlined code] 2.74% 4868 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [Inlined code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [Inlined code] 1.91% 3391 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [Inlined code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [JIT compiled code] 0.45% 801 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace():186 [Inlined code] at jdk.internal.event.FileWriteEvent#commit() [JIT compiled code] at jdk.internal.event.FileWriteEvent#offer():69 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():376 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [Inlined code] at sun.nio.ch.ChannelOutputStream#write():105 [Inlined code] 0.35% 621 jdk.internal.misc.Unsafe#park() [Native code] at java.util.concurrent.locks.LockSupport#park():223 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():410 [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.24% 435 java.io.FileOutputStream#writeBytes() [Native code] at java.io.FileOutputStream#traceWriteBytes():311 [Inlined code] at java.io.FileOutputStream#write():349 [JIT compiled code] at java.lang.System$Out#write():1910 [Inlined code] at java.io.BufferedOutputStream#flushBuffer():123 [Inlined code] at java.io.BufferedOutputStream#flush():203 [Inlined code] at java.io.PrintStream#write():541 [Inlined code] at sun.nio.cs.StreamEncoder#writeBytes():220 [JIT compiled code] 0.19% 338 jdk.internal.misc.Unsafe#unpark() [Native code] at java.util.concurrent.locks.LockSupport#unpark():183 [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():266 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#release():720 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#unlock():1154 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():392 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.16% 290 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle():280 [Inlined code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup():115 [Inlined code] at jdk.internal.foreign.MemorySessionImpl#close():241 [Inlined code] at jdk.internal.foreign.ArenaImpl#close():47 [Inlined code] 0.16% 284 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current():51 [Inlined code] at sun.nio.ch.NativeThreadSet#add():48 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():349 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [Inlined code] at sun.nio.ch.ChannelOutputStream#write():105 [Inlined code] 0.13% 231 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open():69 [Inlined code] at sun.nio.fs.UnixChannelFactory#open():242 [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel():132 [Inlined code] at sun.nio.fs.UnixChannelFactory#newFileChannel():145 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#newFileChannel():211 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#newByteChannel():244 [Inlined code] at java.nio.file.spi.FileSystemProvider#newOutputStream():426 [JIT compiled code] 0.12% 212 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at jdk.jfr.internal.RepositoryChunk#delete():96 [JIT compiled code] at jdk.jfr.internal.RepositoryChunk#destroy():120 [JIT compiled code] at jdk.jfr.internal.RepositoryChunk#release():137 [JIT compiled code] 0.08% 138 jdk.internal.misc.Unsafe#park() [Native code] at java.util.concurrent.locks.LockSupport#park():223 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():410 [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():650 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#lock():966 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#write():48 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():382 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] 0.03% 53 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat():253 [Inlined code] at sun.nio.fs.UnixFileAttributes#get():77 [Inlined code] at sun.nio.fs.UnixFileAttributeViews$Basic#readAttributes():51 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#readAttributes():161 [Inlined code] at sun.nio.fs.LinuxFileSystemProvider#readAttributes():99 [Inlined code] at java.nio.file.Files#readAttributes():1702 [Inlined code] at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock#ensureValid():177 [JIT compiled code] 0.02% 38 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open():69 [Inlined code] at sun.nio.fs.UnixChannelFactory#open():242 [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel():132 [Inlined code] at sun.nio.fs.UnixChannelFactory#newFileChannel():145 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#newFileChannel():211 [JIT compiled code] at java.nio.channels.FileChannel#open():301 [Inlined code] at java.nio.channels.FileChannel#open():353 [Inlined code] 0.02% 32 java.io.FileDescriptor#close0() [Native code] at java.io.FileDescriptor#close():304 [Inlined code] at java.io.FileDescriptor$1#close():89 [Inlined code] at sun.nio.ch.FileChannelImpl$Closer#run():123 [JIT compiled code] at jdk.internal.ref.CleanerImpl$PhantomCleanableRef#performCleanup():176 [Inlined code] at jdk.internal.ref.PhantomCleanable#clean():96 [Inlined code] at sun.nio.ch.FileChannelImpl#implCloseChannel():219 [Inlined code] at java.nio.channels.spi.AbstractInterruptibleChannel#close():129 [Inlined code] 0.02% 30 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace():186 [Inlined code] at jdk.internal.event.FileReadEvent#commit() [JIT compiled code] at jdk.internal.event.FileReadEvent#offer():71 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead():271 [Inlined code] at sun.nio.ch.FileChannelImpl#read():229 [JIT compiled code] at perf.LineFileDocs#readDocs():159 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 0.02% 27 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat():253 [Inlined code] at sun.nio.fs.UnixFileAttributes#get():77 [Inlined code] at sun.nio.fs.UnixFileAttributeViews$Basic#readAttributes():51 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#readAttributes():161 [Inlined code] at sun.nio.fs.LinuxFileSystemProvider#readAttributes():99 [Inlined code] at java.nio.file.Files#readAttributes():1702 [Inlined code] at java.nio.file.Files#size():2242 [Inlined code] 0.01% 23 jdk.internal.misc.VM#getNanoTimeAdjustment() [Native code] at java.time.Clock#currentInstant():496 [Inlined code] at java.time.Instant#now():277 [Inlined code] at org.apache.lucene.util.PrintStreamInfoStream#getTimestamp():78 [Inlined code] at org.apache.lucene.util.PrintStreamInfoStream#message():52 [JIT compiled code] at org.apache.lucene.index.MergePolicy#message():801 [Inlined code] at org.apache.lucene.index.TieredMergePolicy#findMerges():338 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updatePendingMerges():2390 [JIT compiled code] 0.01% 20 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current():51 [Inlined code] at sun.nio.ch.NativeThreadSet#add():48 [Inlined code] at sun.nio.ch.FileChannelImpl#implRead():245 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead():269 [Inlined code] at sun.nio.ch.FileChannelImpl#read():229 [JIT compiled code] at perf.LineFileDocs#readDocs():159 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 0.01% 19 java.io.FileOutputStream#writeBytes() [Native code] at java.io.FileOutputStream#traceWriteBytes():311 [Inlined code] at java.io.FileOutputStream#write():349 [Inlined code] at java.lang.System$Out#write():1910 [JIT compiled code] at java.io.BufferedOutputStream#write():183 [Inlined code] at java.io.PrintStream#write():539 [Inlined code] at sun.nio.cs.StreamEncoder#writeBytes():220 [JIT compiled code] at sun.nio.cs.StreamEncoder#implFlushBuffer():315 [Inlined code] 0.01% 17 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map():144 [Inlined code] at sun.nio.ch.FileChannelImpl#mapInternal():1515 [JIT compiled code] at sun.nio.ch.FileChannelImpl#map():1453 [Inlined code] at org.apache.lucene.store.MMapDirectory#map():376 [JIT compiled code] at org.apache.lucene.store.MMapDirectory#openInput():333 [JIT compiled code] at org.apache.lucene.store.FilterDirectory#openInput():101 [JIT compiled code] at org.apache.lucene.store.FilterDirectory#openInput():101 [Inlined code] 0.01% 13 java.io.RandomAccessFile#open0() [Native code] at java.io.RandomAccessFile#open():338 [Inlined code] at java.io.RandomAccessFile#():257 [JIT compiled code] at java.io.RandomAccessFile#():211 [Inlined code] at jdk.jfr.internal.RepositoryChunk#():57 [JIT compiled code] at jdk.jfr.internal.Repository#newChunk():99 [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#rotateDisk():383 [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#periodicTask():496 [Interpreted code] 0.01% 10 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace():186 [Inlined code] at jdk.internal.event.FileReadEvent#commit() [JIT compiled code] at jdk.internal.event.FileReadEvent#offer():71 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead():271 [Inlined code] at sun.nio.ch.FileChannelImpl#read():229 [JIT compiled code] at perf.LineFileDocs#readDocs():178 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 0.01% 9 sun.nio.fs.UnixNativeDispatcher#lstat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#lstat():273 [Inlined code] at sun.nio.fs.UnixFileAttributes#get():79 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete():254 [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [Inlined code] 0.01% 9 jdk.internal.misc.VM#getNanoTimeAdjustment() [Native code] at java.time.Clock#currentInstant():496 [Inlined code] at java.time.Instant#now():277 [Inlined code] at org.apache.lucene.util.PrintStreamInfoStream#getTimestamp():78 [Inlined code] at org.apache.lucene.util.PrintStreamInfoStream#message():52 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():209 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.00% 8 jdk.internal.misc.Unsafe#park() [Native code] at java.util.concurrent.locks.LockSupport#park():369 [Inlined code] at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode#block():520 [Inlined code] at java.util.concurrent.ForkJoinPool#unmanagedBlock():4364 [Inlined code] at java.util.concurrent.ForkJoinPool#managedBlock():4310 [Inlined code] at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject#await():1752 [Inlined code] at java.util.concurrent.ArrayBlockingQueue#put():371 [JIT compiled code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] 0.00% 7 jdk.internal.misc.VM#getNanoTimeAdjustment() [Native code] at java.time.Clock#currentInstant():496 [Inlined code] at java.time.Instant#now():277 [Inlined code] at org.apache.lucene.util.PrintStreamInfoStream#getTimestamp():78 [Inlined code] at org.apache.lucene.util.PrintStreamInfoStream#message():52 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterFlushControl#findLargestNonPendingWriter():759 [JIT compiled code] at org.apache.lucene.index.FlushPolicy#findLargestNonPendingWriter():76 [JIT compiled code] at org.apache.lucene.index.FlushByRamOrCountsPolicy#markLargestWriterPending():86 [Inlined code] 0.00% 7 jdk.internal.misc.Unsafe#unpark() [Native code] at java.util.concurrent.locks.LockSupport#unpark():183 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNextIfShared():276 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():376 [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [JIT compiled code] 0.00% 6 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace():186 [Inlined code] at jdk.internal.event.FileReadEvent#commit() [JIT compiled code] at jdk.internal.event.FileReadEvent#offer():71 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead():271 [Inlined code] at sun.nio.ch.FileChannelImpl#read():229 [JIT compiled code] at perf.LineFileDocs#readVector():215 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] 0.00% 6 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map():144 [Inlined code] at sun.nio.ch.FileChannelImpl#mapInternal():1515 [JIT compiled code] at sun.nio.ch.FileChannelImpl#map():1453 [Inlined code] at org.apache.lucene.store.MMapDirectory#map():376 [JIT compiled code] at org.apache.lucene.store.MMapDirectory#openInput():333 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#():135 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsFormat#fieldsProducer():423 [JIT compiled code] 0.00% 6 java.nio.MappedMemoryUtils#isLoaded0() [Native code] at java.nio.MappedMemoryUtils#isLoaded():47 [Inlined code] at java.nio.MappedMemoryUtils$1#isLoaded():184 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#isLoadedInternal():255 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#isLoaded():243 [Inlined code] at jdk.internal.foreign.MappedMemorySegmentImpl#isLoaded():90 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#lambda$prefetch$0():351 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput$$Lambda.0x00000000871df760#apply() [Inlined code] 0.00% 6 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace():186 [Inlined code] at jdk.internal.event.FileWriteEvent#commit() [JIT compiled code] at jdk.internal.event.FileWriteEvent#offer():69 [Inlined code] at java.io.FileOutputStream#traceWriteBytes():314 [Inlined code] at java.io.FileOutputStream#write():349 [JIT compiled code] at java.lang.System$Out#write():1910 [Inlined code] at java.io.BufferedOutputStream#flushBuffer():123 [Inlined code] 0.00% 5 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map():144 [Inlined code] at sun.nio.ch.FileChannelImpl#mapInternal():1515 [JIT compiled code] at sun.nio.ch.FileChannelImpl#map():1453 [Inlined code] at org.apache.lucene.store.MMapDirectory#map():376 [JIT compiled code] at org.apache.lucene.store.MMapDirectory#openInput():333 [JIT compiled code] at org.apache.lucene.store.FilterDirectory#openInput():101 [JIT compiled code] at org.apache.lucene.store.FilterDirectory#openInput():101 [JIT compiled code] 0.00% 5 jdk.jfr.internal.JVM#flush() [Native code] at jdk.jfr.internal.event.EventWriter#flush():232 [JIT compiled code] at jdk.jfr.internal.event.EventWriter#isValidForSize():214 [Inlined code] at jdk.jfr.internal.event.EventWriter#putLong():120 [Inlined code] at jdk.jfr.internal.event.EventWriter#beginEvent():246 [Inlined code] at jdk.internal.event.FileWriteEvent#commit() [JIT compiled code] at jdk.internal.event.FileWriteEvent#offer():69 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():376 [Inlined code] 0.00% 5 sun.nio.ch.UnixFileDispatcherImpl#size0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#size():93 [Inlined code] at sun.nio.ch.FileChannelImpl#size():496 [JIT compiled code] at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock#ensureValid():169 [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():36 [Inlined code] at org.apache.lucene.util.FileDeleter#delete():234 [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete():227 [Inlined code] at org.apache.lucene.util.FileDeleter#decRef():109 [JIT compiled code] 0.00% 5 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current():51 [Inlined code] at sun.nio.ch.NativeThreadSet#add():48 [Inlined code] at sun.nio.ch.FileChannelImpl#implRead():245 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead():269 [Inlined code] at sun.nio.ch.FileChannelImpl#read():229 [JIT compiled code] at perf.LineFileDocs#readVector():215 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] 0.00% 5 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map():144 [Inlined code] at sun.nio.ch.FileChannelImpl#mapInternal():1515 [JIT compiled code] at sun.nio.ch.FileChannelImpl#map():1453 [Inlined code] at org.apache.lucene.store.MMapDirectory#map():376 [JIT compiled code] at org.apache.lucene.store.MMapDirectory#openInput():333 [JIT compiled code] at org.apache.lucene.store.Directory#openChecksumInput():156 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#():84 [JIT compiled code] 0.00% 4 sun.nio.fs.UnixNativeDispatcher#access0() [Native code] at sun.nio.fs.UnixNativeDispatcher#access():437 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#exists():518 [JIT compiled code] at java.nio.file.Files#exists():2289 [Inlined code] at jdk.jfr.internal.management.ChunkFilename#next():56 [JIT compiled code] at jdk.jfr.internal.Repository#newChunk():98 [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#rotateDisk():383 [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#periodicTask():496 [Interpreted code] 0.00% 4 jdk.internal.misc.Unsafe#unpark() [Native code] at java.util.concurrent.locks.LockSupport#unpark():183 [Inlined code] at java.util.concurrent.locks.AbstractQueuedSynchronizer#signalNext():646 [Inlined code] at java.util.concurrent.locks.AbstractQueuedSynchronizer#release():1100 [Inlined code] at java.util.concurrent.locks.ReentrantLock#unlock():495 [Inlined code] at java.util.concurrent.ArrayBlockingQueue#take():424 [JIT compiled code] at perf.LineFileDocs#reserve():568 [Inlined code] at perf.LineFileDocs#nextDoc():603 [JIT compiled code] 0.00% 4 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map():144 [Inlined code] at sun.nio.ch.FileChannelImpl#mapInternal():1515 [JIT compiled code] at sun.nio.ch.FileChannelImpl#map():1453 [Inlined code] at org.apache.lucene.store.MMapDirectory#map():376 [JIT compiled code] at org.apache.lucene.store.MMapDirectory#openInput():333 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsReader#openDataInput():141 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsReader#():94 [JIT compiled code] 0.00% 4 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map():144 [Inlined code] at sun.nio.ch.FileChannelImpl#mapInternal():1515 [JIT compiled code] at sun.nio.ch.FileChannelImpl#map():1453 [Inlined code] at org.apache.lucene.store.MMapDirectory#map():376 [JIT compiled code] at org.apache.lucene.store.MMapDirectory#openInput():333 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsReader#openDataInput():159 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsReader#():113 [JIT compiled code] 0.00% 4 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map():144 [Inlined code] at sun.nio.ch.FileChannelImpl#mapInternal():1515 [JIT compiled code] at sun.nio.ch.FileChannelImpl#map():1453 [Inlined code] at org.apache.lucene.store.MMapDirectory#map():376 [JIT compiled code] at org.apache.lucene.store.MMapDirectory#openInput():333 [JIT compiled code] at org.apache.lucene.store.Directory#openChecksumInput():156 [JIT compiled code] at org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#():63 [JIT compiled code] 0.00% 3 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map():144 [Inlined code] at sun.nio.ch.FileChannelImpl#mapInternal():1515 [JIT compiled code] at sun.nio.ch.FileChannelImpl#map():1453 [Inlined code] at org.apache.lucene.store.MMapDirectory#map():376 [JIT compiled code] at org.apache.lucene.store.MMapDirectory#openInput():333 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.FieldsIndexReader#():71 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader#():187 [JIT compiled code] 0.00% 3 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map():144 [Inlined code] at sun.nio.ch.FileChannelImpl#mapInternal():1515 [JIT compiled code] at sun.nio.ch.FileChannelImpl#map():1453 [Inlined code] at org.apache.lucene.store.MMapDirectory#map():376 [JIT compiled code] at org.apache.lucene.store.MMapDirectory#openInput():333 [JIT compiled code] at org.apache.lucene.store.Directory#openChecksumInput():156 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsReader#readMetadata():111 [JIT compiled code] 0.00% 3 jdk.jfr.internal.JVM#flush() [Native code] at jdk.jfr.internal.event.EventWriter#flush():232 [JIT compiled code] at jdk.jfr.internal.event.EventWriter#isValidForSize():214 [Inlined code] at jdk.jfr.internal.event.EventWriter#putLong():120 [Inlined code] at jdk.internal.event.FileWriteEvent#commit() [JIT compiled code] at jdk.internal.event.FileWriteEvent#offer():69 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():376 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] 0.00% 3 java.lang.Thread#sleepNanos0() [Native code] at java.lang.Thread#sleepNanos():509 [Inlined code] at java.lang.Thread#sleep():540 [JIT compiled code] at perf.Indexer#_main():589 [Interpreted code] at perf.Indexer#main():93 [Interpreted code] 0.00% 3 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map():144 [Inlined code] at sun.nio.ch.FileChannelImpl#mapInternal():1515 [JIT compiled code] at sun.nio.ch.FileChannelImpl#map():1453 [Inlined code] at org.apache.lucene.store.MMapDirectory#map():376 [JIT compiled code] at org.apache.lucene.store.MMapDirectory#openInput():333 [JIT compiled code] at org.apache.lucene.codecs.lucene90.Lucene90PointsReader#():62 [JIT compiled code] at org.apache.lucene.codecs.lucene90.Lucene90PointsFormat#fieldsReader():94 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr Profiler for cpu at stackSize=12 [medium vectors index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2025.94 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2025.94 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2025.94 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2025.94 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2025.94 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 177626 events (total: 177626) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 46.94% 83376 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] at sun.nio.ch.IOUtil#write():72 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():355 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [Inlined code] at sun.nio.ch.ChannelOutputStream#write():105 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write():391 [JIT compiled code] at java.util.zip.CheckedOutputStream#write():73 [Inlined code] 16.57% 29433 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Inlined code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [Inlined code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#periodicTask():502 [Interpreted code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0():428 [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000008707aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 14.11% 25070 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] at sun.nio.ch.IOUtil#write():72 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():355 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [Inlined code] at sun.nio.ch.ChannelOutputStream#write():105 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write():391 [JIT compiled code] at java.util.zip.CheckedOutputStream#write():73 [JIT compiled code] 7.44% 13221 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer():341 [Inlined code] at sun.nio.ch.IOUtil#read():307 [Inlined code] at sun.nio.ch.IOUtil#read():284 [Inlined code] at sun.nio.ch.FileChannelImpl#implRead():251 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead():269 [Inlined code] at sun.nio.ch.FileChannelImpl#read():229 [JIT compiled code] at perf.LineFileDocs#readVector():215 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.27% 7586 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle():280 [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup():270 [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup():264 [Inlined code] at jdk.internal.foreign.SharedSession$SharedResourceList#cleanup():143 [Inlined code] at jdk.internal.foreign.MemorySessionImpl#close():241 [Inlined code] at jdk.internal.foreign.ArenaImpl#close():47 [Inlined code] at org.apache.lucene.store.RefCountedSharedArena#release():113 [Inlined code] at org.apache.lucene.store.RefCountedSharedArena#close():122 [Inlined code] 3.54% 6292 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer():341 [Inlined code] at sun.nio.ch.IOUtil#read():307 [Inlined code] at sun.nio.ch.IOUtil#read():284 [Inlined code] at sun.nio.ch.FileChannelImpl#implRead():251 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead():269 [Inlined code] at sun.nio.ch.FileChannelImpl#read():229 [JIT compiled code] at perf.LineFileDocs#readDocs():178 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 2.73% 4858 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [Inlined code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [Inlined code] at org.apache.lucene.util.FileDeleter#delete():234 [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete():227 [Inlined code] at org.apache.lucene.util.FileDeleter#decRef():109 [JIT compiled code] at org.apache.lucene.index.IndexFileDeleter#decRef():620 [Inlined code] 1.50% 2660 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [Inlined code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [JIT compiled code] at org.apache.lucene.store.FilterDirectory#deleteFile():65 [JIT compiled code] at org.apache.lucene.store.TrackingDirectoryWrapper#deleteFile():35 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#lambda$mergeOneFieldToIndex$0():334 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$$Lambda.0x00000000872108b0#close() [Interpreted code] 0.41% 725 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [Inlined code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete():234 [Inlined code] at org.apache.lucene.util.FileDeleter#delete():227 [JIT compiled code] at org.apache.lucene.util.FileDeleter#deleteFilesIfNoRef():190 [Interpreted code] at org.apache.lucene.index.IndexFileDeleter#refresh():485 [Interpreted code] 0.34% 598 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace():186 [Inlined code] at jdk.internal.event.FileWriteEvent#commit() [JIT compiled code] at jdk.internal.event.FileWriteEvent#offer():69 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():376 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [Inlined code] at sun.nio.ch.ChannelOutputStream#write():105 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write():391 [JIT compiled code] at java.util.zip.CheckedOutputStream#write():73 [Inlined code] at java.io.BufferedOutputStream#flushBuffer():123 [Inlined code] at java.io.BufferedOutputStream#write():188 [Inlined code] 0.32% 571 jdk.internal.misc.Unsafe#park() [Native code] at java.util.concurrent.locks.LockSupport#park():223 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():410 [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] 0.31% 551 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer():341 [Inlined code] at sun.nio.ch.IOUtil#read():307 [Inlined code] at sun.nio.ch.IOUtil#read():284 [Inlined code] at sun.nio.ch.FileChannelImpl#implRead():251 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead():269 [Inlined code] at sun.nio.ch.FileChannelImpl#read():229 [JIT compiled code] at perf.LineFileDocs#readDocs():159 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 0.24% 435 java.io.FileOutputStream#writeBytes() [Native code] at java.io.FileOutputStream#traceWriteBytes():311 [Inlined code] at java.io.FileOutputStream#write():349 [JIT compiled code] at java.lang.System$Out#write():1910 [Inlined code] at java.io.BufferedOutputStream#flushBuffer():123 [Inlined code] at java.io.BufferedOutputStream#flush():203 [Inlined code] at java.io.PrintStream#write():541 [Inlined code] at sun.nio.cs.StreamEncoder#writeBytes():220 [JIT compiled code] at sun.nio.cs.StreamEncoder#implFlushBuffer():315 [Inlined code] at sun.nio.cs.StreamEncoder#flushBuffer():101 [Inlined code] at java.io.OutputStreamWriter#flushBuffer():179 [Inlined code] at java.io.PrintStream#writeln():690 [JIT compiled code] 0.19% 338 jdk.internal.misc.Unsafe#unpark() [Native code] at java.util.concurrent.locks.LockSupport#unpark():183 [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():266 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#release():720 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#unlock():1154 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():392 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.12% 212 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current():51 [Inlined code] at sun.nio.ch.NativeThreadSet#add():48 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():349 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [Inlined code] at sun.nio.ch.ChannelOutputStream#write():105 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write():391 [JIT compiled code] at java.util.zip.CheckedOutputStream#write():73 [Inlined code] at java.io.BufferedOutputStream#flushBuffer():123 [Inlined code] at java.io.BufferedOutputStream#write():188 [Inlined code] 0.12% 212 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at jdk.jfr.internal.RepositoryChunk#delete():96 [JIT compiled code] at jdk.jfr.internal.RepositoryChunk#destroy():120 [JIT compiled code] at jdk.jfr.internal.RepositoryChunk#release():137 [JIT compiled code] at jdk.jfr.internal.PlatformRecording#removed():617 [JIT compiled code] at jdk.jfr.internal.PlatformRecording#trimToSize():584 [JIT compiled code] at jdk.jfr.internal.PlatformRecording#appendChunk():574 [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#finishChunk():437 [JIT compiled code] 0.12% 207 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open():69 [Inlined code] at sun.nio.fs.UnixChannelFactory#open():242 [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel():132 [Inlined code] at sun.nio.fs.UnixChannelFactory#newFileChannel():145 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#newFileChannel():211 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#newByteChannel():244 [Inlined code] at java.nio.file.spi.FileSystemProvider#newOutputStream():426 [JIT compiled code] at java.nio.file.Files#newOutputStream():215 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#():385 [JIT compiled code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#():378 [Inlined code] at org.apache.lucene.store.FSDirectory#createOutput():215 [Inlined code] 0.09% 159 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace():186 [Inlined code] at jdk.internal.event.FileWriteEvent#commit() [JIT compiled code] at jdk.internal.event.FileWriteEvent#offer():69 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():376 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [Inlined code] at sun.nio.ch.ChannelOutputStream#write():105 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write():391 [JIT compiled code] at java.util.zip.CheckedOutputStream#write():73 [JIT compiled code] at java.io.BufferedOutputStream#write():183 [Inlined code] at org.apache.lucene.store.OutputStreamIndexOutput#writeBytes():59 [JIT compiled code] 0.08% 138 jdk.internal.misc.Unsafe#park() [Native code] at java.util.concurrent.locks.LockSupport#park():223 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():410 [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():650 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#lock():966 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#write():48 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():382 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] 0.03% 50 jdk.internal.misc.Unsafe#park() [Native code] at java.util.concurrent.locks.LockSupport#park():223 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():410 [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] 0.03% 49 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle():280 [Inlined code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup():115 [Inlined code] at jdk.internal.foreign.MemorySessionImpl#close():241 [Inlined code] at jdk.internal.foreign.ArenaImpl#close():47 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#close():698 [JIT compiled code] at org.apache.lucene.store.BufferedChecksumIndexInput#close():83 [Inlined code] at org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#():80 [JIT compiled code] at org.apache.lucene.codecs.lucene90.Lucene90NormsFormat#normsProducer():96 [JIT compiled code] 0.02% 32 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle():280 [Inlined code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup():115 [Inlined code] at jdk.internal.foreign.MemorySessionImpl#close():241 [Inlined code] at jdk.internal.foreign.ArenaImpl#close():47 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#close():698 [JIT compiled code] at org.apache.lucene.store.BufferedChecksumIndexInput#close():83 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.FieldsIndexWriter#finish():141 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#finish():480 [JIT compiled code] 0.02% 31 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle():280 [Inlined code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup():115 [Inlined code] at jdk.internal.foreign.MemorySessionImpl#close():241 [Inlined code] at jdk.internal.foreign.ArenaImpl#close():47 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#close():698 [JIT compiled code] at org.apache.lucene.store.BufferedChecksumIndexInput#close():83 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsReader#readMetadata():128 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsReader#():85 [JIT compiled code] 0.02% 30 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace():186 [Inlined code] at jdk.internal.event.FileReadEvent#commit() [JIT compiled code] at jdk.internal.event.FileReadEvent#offer():71 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead():271 [Inlined code] at sun.nio.ch.FileChannelImpl#read():229 [JIT compiled code] at perf.LineFileDocs#readDocs():159 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 0.02% 30 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current():51 [Inlined code] at sun.nio.ch.NativeThreadSet#add():48 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():349 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [Inlined code] at sun.nio.ch.ChannelOutputStream#write():105 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write():391 [JIT compiled code] at java.util.zip.CheckedOutputStream#write():73 [JIT compiled code] at java.io.BufferedOutputStream#write():183 [Inlined code] at org.apache.lucene.store.OutputStreamIndexOutput#writeBytes():59 [JIT compiled code] 0.02% 30 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current():51 [Inlined code] at sun.nio.ch.NativeThreadSet#add():48 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():349 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [Inlined code] at sun.nio.ch.ChannelOutputStream#write():105 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write():391 [JIT compiled code] at java.util.zip.CheckedOutputStream#write():73 [Inlined code] at java.io.BufferedOutputStream#flushBuffer():123 [Inlined code] at java.io.BufferedOutputStream#flush():203 [JIT compiled code] 0.02% 30 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle():280 [Inlined code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup():115 [Inlined code] at jdk.internal.foreign.MemorySessionImpl#close():241 [Inlined code] at jdk.internal.foreign.ArenaImpl#close():47 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#close():698 [JIT compiled code] at org.apache.lucene.store.BufferedChecksumIndexInput#close():83 [Inlined code] at org.apache.lucene.codecs.lucene94.Lucene94FieldInfosFormat#read():248 [JIT compiled code] at org.apache.lucene.index.SegmentCoreReaders#():91 [JIT compiled code] 0.02% 29 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace():186 [Inlined code] at jdk.internal.event.FileWriteEvent#commit() [JIT compiled code] at jdk.internal.event.FileWriteEvent#offer():69 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():376 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [Inlined code] at sun.nio.ch.ChannelOutputStream#write():105 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write():391 [JIT compiled code] at java.util.zip.CheckedOutputStream#write():73 [Inlined code] at java.io.BufferedOutputStream#flushBuffer():123 [Inlined code] at java.io.BufferedOutputStream#flush():203 [JIT compiled code] 0.02% 27 java.io.FileDescriptor#close0() [Native code] at java.io.FileDescriptor#close():304 [Inlined code] at java.io.FileDescriptor$1#close():89 [Inlined code] at sun.nio.ch.FileChannelImpl$Closer#run():123 [JIT compiled code] at jdk.internal.ref.CleanerImpl$PhantomCleanableRef#performCleanup():176 [Inlined code] at jdk.internal.ref.PhantomCleanable#clean():96 [Inlined code] at sun.nio.ch.FileChannelImpl#implCloseChannel():219 [Inlined code] at java.nio.channels.spi.AbstractInterruptibleChannel#close():129 [Inlined code] at sun.nio.ch.ChannelOutputStream#close():111 [JIT compiled code] at java.io.FilterOutputStream#close():190 [JIT compiled code] at java.io.FilterOutputStream#close():190 [JIT compiled code] at java.io.FilterOutputStream#close():190 [Inlined code] 0.02% 27 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle():280 [Inlined code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup():115 [Inlined code] at jdk.internal.foreign.MemorySessionImpl#close():241 [Inlined code] at jdk.internal.foreign.ArenaImpl#close():47 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#close():698 [JIT compiled code] at org.apache.lucene.store.BufferedChecksumIndexInput#close():83 [Inlined code] at org.apache.lucene.codecs.lucene90.Lucene90PointsReader#():116 [JIT compiled code] at org.apache.lucene.codecs.lucene90.Lucene90PointsFormat#fieldsReader():94 [Inlined code] 0.01% 26 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle():280 [Inlined code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup():115 [Inlined code] at jdk.internal.foreign.MemorySessionImpl#close():241 [Inlined code] at jdk.internal.foreign.ArenaImpl#close():47 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#close():698 [JIT compiled code] at org.apache.lucene.store.BufferedChecksumIndexInput#close():83 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsReader#():125 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsFormat#fieldsReader():313 [JIT compiled code] 0.01% 25 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle():280 [Inlined code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup():115 [Inlined code] at jdk.internal.foreign.MemorySessionImpl#close():241 [Inlined code] at jdk.internal.foreign.ArenaImpl#close():47 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#close():698 [JIT compiled code] at org.apache.lucene.store.BufferedChecksumIndexInput#close():83 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader#():226 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsFormat#fieldsReader():133 [JIT compiled code] 0.01% 25 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle():280 [Inlined code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup():115 [Inlined code] at jdk.internal.foreign.MemorySessionImpl#close():241 [Inlined code] at jdk.internal.foreign.ArenaImpl#close():47 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#close():698 [JIT compiled code] at org.apache.lucene.store.BufferedChecksumIndexInput#close():83 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#():119 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsFormat#fieldsProducer():423 [JIT compiled code] 0.01% 24 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open():69 [Inlined code] at sun.nio.fs.UnixChannelFactory#open():242 [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel():132 [Inlined code] at sun.nio.fs.UnixChannelFactory#newFileChannel():145 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#newFileChannel():211 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#newByteChannel():244 [Inlined code] at java.nio.file.spi.FileSystemProvider#newOutputStream():426 [JIT compiled code] at java.nio.file.Files#newOutputStream():215 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#():385 [JIT compiled code] at org.apache.lucene.store.FSDirectory#createTempOutput():229 [JIT compiled code] at org.apache.lucene.store.FilterDirectory#createTempOutput():81 [JIT compiled code] 0.01% 22 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle():280 [Inlined code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup():115 [Inlined code] at jdk.internal.foreign.MemorySessionImpl#close():241 [Inlined code] at jdk.internal.foreign.ArenaImpl#close():47 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#close():698 [JIT compiled code] at org.apache.lucene.store.BufferedChecksumIndexInput#close():83 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsReader#():228 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsFormat#fieldsProducer():425 [JIT compiled code] 0.01% 20 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current():51 [Inlined code] at sun.nio.ch.NativeThreadSet#add():48 [Inlined code] at sun.nio.ch.FileChannelImpl#implRead():245 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead():269 [Inlined code] at sun.nio.ch.FileChannelImpl#read():229 [JIT compiled code] at perf.LineFileDocs#readDocs():159 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 0.01% 19 java.io.FileOutputStream#writeBytes() [Native code] at java.io.FileOutputStream#traceWriteBytes():311 [Inlined code] at java.io.FileOutputStream#write():349 [Inlined code] at java.lang.System$Out#write():1910 [JIT compiled code] at java.io.BufferedOutputStream#write():183 [Inlined code] at java.io.PrintStream#write():539 [Inlined code] at sun.nio.cs.StreamEncoder#writeBytes():220 [JIT compiled code] at sun.nio.cs.StreamEncoder#implFlushBuffer():315 [Inlined code] at sun.nio.cs.StreamEncoder#flushBuffer():101 [Inlined code] at java.io.OutputStreamWriter#flushBuffer():179 [Inlined code] at java.io.PrintStream#writeln():690 [JIT compiled code] at java.io.PrintStream#println():1004 [Inlined code] 0.01% 18 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle():280 [Inlined code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup():115 [Inlined code] at jdk.internal.foreign.MemorySessionImpl#close():241 [Inlined code] at jdk.internal.foreign.ArenaImpl#close():47 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#close():698 [JIT compiled code] at org.apache.lucene.store.BufferedChecksumIndexInput#close():83 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.FieldsIndexWriter#finish():168 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#finish():480 [JIT compiled code] 0.01% 18 jdk.internal.misc.VM#getNanoTimeAdjustment() [Native code] at java.time.Clock#currentInstant():496 [Inlined code] at java.time.Instant#now():277 [Inlined code] at org.apache.lucene.util.PrintStreamInfoStream#getTimestamp():78 [Inlined code] at org.apache.lucene.util.PrintStreamInfoStream#message():52 [JIT compiled code] at org.apache.lucene.index.MergePolicy#message():801 [Inlined code] at org.apache.lucene.index.TieredMergePolicy#findMerges():338 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updatePendingMerges():2390 [JIT compiled code] at org.apache.lucene.index.IndexWriter#maybeMerge():2327 [Inlined code] at org.apache.lucene.index.IndexWriter#processEvents():6028 [JIT compiled code] at org.apache.lucene.index.IndexWriter#maybeProcessEvents():6018 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] 0.01% 17 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat():253 [Inlined code] at sun.nio.fs.UnixFileAttributes#get():77 [Inlined code] at sun.nio.fs.UnixFileAttributeViews$Basic#readAttributes():51 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#readAttributes():161 [Inlined code] at sun.nio.fs.LinuxFileSystemProvider#readAttributes():99 [Inlined code] at java.nio.file.Files#readAttributes():1702 [Inlined code] at java.nio.file.Files#size():2242 [Inlined code] at org.apache.lucene.store.FSDirectory#fileLength():203 [Inlined code] at org.apache.lucene.index.SegmentCommitInfo#sizeInBytes():230 [JIT compiled code] at org.apache.lucene.index.MergePolicy#size():721 [Inlined code] at org.apache.lucene.index.TieredMergePolicy#getSortedBySegmentSize():297 [Inlined code] 0.01% 15 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace():186 [Inlined code] at jdk.internal.event.FileWriteEvent#commit() [JIT compiled code] at jdk.internal.event.FileWriteEvent#offer():69 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():376 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [Inlined code] at sun.nio.ch.ChannelOutputStream#write():105 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write():391 [JIT compiled code] at java.util.zip.CheckedOutputStream#write():73 [Inlined code] at java.io.BufferedOutputStream#flushBuffer():123 [Inlined code] at java.io.BufferedOutputStream#write():154 [JIT compiled code] 0.01% 13 java.io.RandomAccessFile#open0() [Native code] at java.io.RandomAccessFile#open():338 [Inlined code] at java.io.RandomAccessFile#():257 [JIT compiled code] at java.io.RandomAccessFile#():211 [Inlined code] at jdk.jfr.internal.RepositoryChunk#():57 [JIT compiled code] at jdk.jfr.internal.Repository#newChunk():99 [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#rotateDisk():383 [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#periodicTask():496 [Interpreted code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0():428 [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000008707aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 0.01% 12 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat():253 [Inlined code] at sun.nio.fs.UnixFileAttributes#get():77 [Inlined code] at sun.nio.fs.UnixFileAttributeViews$Basic#readAttributes():51 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#readAttributes():161 [Inlined code] at sun.nio.fs.LinuxFileSystemProvider#readAttributes():99 [Inlined code] at java.nio.file.Files#readAttributes():1702 [Inlined code] at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock#ensureValid():177 [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():36 [Inlined code] at org.apache.lucene.util.FileDeleter#delete():234 [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete():227 [Inlined code] at org.apache.lucene.util.FileDeleter#decRef():109 [JIT compiled code] 0.01% 12 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current():51 [Inlined code] at sun.nio.ch.NativeThreadSet#add():48 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():349 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [Inlined code] at sun.nio.ch.ChannelOutputStream#write():105 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write():391 [JIT compiled code] at java.util.zip.CheckedOutputStream#write():73 [Inlined code] at java.io.BufferedOutputStream#flushBuffer():123 [Inlined code] at java.io.BufferedOutputStream#write():154 [JIT compiled code] 0.01% 11 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map():144 [Inlined code] at sun.nio.ch.FileChannelImpl#mapInternal():1515 [JIT compiled code] at sun.nio.ch.FileChannelImpl#map():1453 [Inlined code] at org.apache.lucene.store.MMapDirectory#map():376 [JIT compiled code] at org.apache.lucene.store.MMapDirectory#openInput():333 [JIT compiled code] at org.apache.lucene.store.FilterDirectory#openInput():101 [JIT compiled code] at org.apache.lucene.store.FilterDirectory#openInput():101 [Inlined code] at org.apache.lucene.store.Directory#openChecksumInput():156 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.FieldsIndexWriter#finish():120 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#finish():480 [JIT compiled code] at org.apache.lucene.index.StoredFieldsConsumer#flush():106 [Inlined code] 0.01% 10 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace():186 [Inlined code] at jdk.internal.event.FileReadEvent#commit() [JIT compiled code] at jdk.internal.event.FileReadEvent#offer():71 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead():271 [Inlined code] at sun.nio.ch.FileChannelImpl#read():229 [JIT compiled code] at perf.LineFileDocs#readDocs():178 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 0.01% 10 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [Inlined code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [Inlined code] at org.apache.lucene.store.TrackingDirectoryWrapper#deleteFile():35 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.FieldsIndexWriter#finish():142 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#finish():480 [JIT compiled code] at org.apache.lucene.index.StoredFieldsConsumer#flush():106 [Inlined code] 0.01% 9 sun.nio.fs.UnixNativeDispatcher#lstat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#lstat():273 [Inlined code] at sun.nio.fs.UnixFileAttributes#get():79 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete():254 [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [Inlined code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [Inlined code] at org.apache.lucene.util.FileDeleter#delete():234 [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete():227 [Inlined code] at org.apache.lucene.util.FileDeleter#decRef():109 [JIT compiled code] 0.00% 8 jdk.internal.misc.Unsafe#park() [Native code] at java.util.concurrent.locks.LockSupport#park():369 [Inlined code] at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode#block():520 [Inlined code] at java.util.concurrent.ForkJoinPool#unmanagedBlock():4364 [Inlined code] at java.util.concurrent.ForkJoinPool#managedBlock():4310 [Inlined code] at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject#await():1752 [Inlined code] at java.util.concurrent.ArrayBlockingQueue#put():371 [JIT compiled code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 0.00% 8 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat():253 [Inlined code] at sun.nio.fs.UnixFileAttributes#get():77 [Inlined code] at sun.nio.fs.UnixFileAttributeViews$Basic#readAttributes():51 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#readAttributes():161 [Inlined code] at sun.nio.fs.LinuxFileSystemProvider#readAttributes():99 [Inlined code] at java.nio.file.Files#readAttributes():1702 [Inlined code] at java.nio.file.Files#size():2242 [Inlined code] at org.apache.lucene.store.FSDirectory#fileLength():203 [Inlined code] at org.apache.lucene.index.SegmentCommitInfo#sizeInBytes():230 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():512 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr Profiler for heap at stackSize=1 [medium vectors index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2025.94 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2025.94 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2025.94 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2025.94 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2025.94 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2025.94 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 126772 events (total: 116651M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 23.97% 27956M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 23.96% 27946M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 6.87% 8015M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] 6.36% 7419M java.nio.HeapByteBuffer#():75 [Inlined code] 5.99% 6990M perf.LineFileDocs#readVector():212 [Inlined code] 3.08% 3587M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] 2.90% 3378M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] 2.89% 3372M perf.LineFileDocs#nextDoc():640 [JIT compiled code] 2.20% 2562M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] 1.61% 1881M java.lang.StringUTF16#compress():212 [Inlined code] 1.57% 1834M perf.LineFileDocs#readDocs():176 [JIT compiled code] 1.21% 1414M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] 1.20% 1397M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] 1.15% 1342M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] 1.01% 1173M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] 0.82% 955M java.lang.StringUTF16#compress():216 [Inlined code] 0.80% 937M org.apache.lucene.util.TimSorter#():62 [Inlined code] 0.78% 911M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [Inlined code] 0.68% 791M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] 0.65% 761M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] 0.62% 721M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] 0.49% 574M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():241 [Inlined code] 0.49% 569M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] 0.43% 500M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] 0.42% 495M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] 0.38% 442M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 0.37% 428M org.apache.lucene.util.BytesRef#():71 [Inlined code] 0.36% 420M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] 0.34% 391M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] 0.31% 364M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [Inlined code] 0.29% 335M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] 0.29% 334M java.util.ArrayList#grow():240 [Inlined code] 0.25% 295M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] 0.25% 291M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] 0.24% 282M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [Inlined code] 0.23% 264M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#():108 [Inlined code] 0.21% 248M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] 0.19% 221M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [Inlined code] 0.18% 215M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] 0.17% 193M perf.LineFileDocs#nextDoc():635 [JIT compiled code] 0.16% 190M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():269 [JIT compiled code] 0.15% 175M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():283 [JIT compiled code] 0.13% 145M org.apache.lucene.codecs.lucene104.PForUtil#encode():78 [JIT compiled code] 0.12% 135M perf.LineFileDocs#nextDoc():642 [JIT compiled code] 0.11% 131M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] 0.11% 130M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] 0.10% 122M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] 0.10% 118M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] 0.10% 117M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1458 [Inlined code] 0.10% 112M java.lang.Integer#toString():167 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=2 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr Profiler for heap at stackSize=2 [medium vectors index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2025.94 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2025.94 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2025.94 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2025.94 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2025.94 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2025.94 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2025.94 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 126772 events (total: 116651M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 23.96% 27946M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] 23.93% 27916M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] 6.87% 8015M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():435 [Inlined code] 6.36% 7419M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] 5.99% 6990M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] 3.08% 3587M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] 2.90% 3378M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] 2.89% 3372M perf.LineFileDocs#nextDoc():640 [JIT compiled code] at perf.LineFileDocs#nextDoc():581 [Inlined code] 2.20% 2562M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] 1.61% 1881M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] 1.57% 1834M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.21% 1414M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 1.20% 1397M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] 1.14% 1327M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] 1.01% 1173M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():123 [JIT compiled code] 0.82% 955M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] 0.80% 937M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] 0.78% 911M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 0.53% 616M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] 0.49% 574M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():241 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():262 [Inlined code] 0.49% 569M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():262 [Inlined code] 0.43% 500M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():236 [Inlined code] 0.42% 495M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():262 [Inlined code] 0.41% 482M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] 0.41% 474M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] 0.38% 442M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():262 [Inlined code] 0.36% 420M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.34% 395M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] 0.34% 391M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():236 [Inlined code] 0.31% 364M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] 0.29% 335M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] 0.29% 334M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] 0.25% 295M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():236 [Inlined code] 0.25% 291M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] 0.24% 282M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] 0.23% 264M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#():108 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#bytesRefToTrie():95 [Inlined code] 0.21% 247M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [Inlined code] 0.20% 227M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [Inlined code] 0.19% 221M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [Inlined code] at java.lang.StringConcatHelper#newArray():578 [Inlined code] 0.17% 201M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] at java.lang.invoke.DirectMethodHandle$Holder#newInvokeSpecial() [Inlined code] 0.17% 193M perf.LineFileDocs#nextDoc():635 [JIT compiled code] at perf.LineFileDocs#nextDoc():581 [Inlined code] 0.16% 190M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():269 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.15% 175M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():283 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.15% 174M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():464 [JIT compiled code] 0.12% 135M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():581 [Inlined code] 0.11% 131M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] 0.11% 130M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues():72 [Inlined code] 0.10% 118M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] 0.10% 117M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1458 [Inlined code] at org.apache.lucene.util.IntBlockPool#nextBuffer():153 [JIT compiled code] 0.10% 114M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.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 2025.94 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2025.94 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2025.94 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2025.94 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2025.94 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2025.94 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2025.94 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2025.94 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 126772 events (total: 116651M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 21.84% 25482M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] 21.73% 25351M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] 6.87% 8015M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():435 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():432 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():461 [Inlined code] 6.35% 7405M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at perf.LineFileDocs#readVector():213 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] 5.99% 6990M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 3.08% 3587M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():170 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 2.90% 3378M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 2.89% 3372M perf.LineFileDocs#nextDoc():640 [JIT compiled code] at perf.LineFileDocs#nextDoc():581 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 2.11% 2464M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] 2.10% 2453M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] 1.67% 1947M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [JIT compiled code] 1.57% 1834M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.49% 1739M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():642 [JIT compiled code] 1.14% 1327M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 1.01% 1173M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():123 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 0.86% 1004M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] 0.81% 946M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():642 [JIT compiled code] 0.80% 937M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] at org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] 0.78% 911M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.63% 732M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] 0.58% 681M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] 0.53% 616M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():160 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 0.53% 614M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] 0.49% 574M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():241 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():262 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():302 [JIT compiled code] 0.49% 569M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():262 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():302 [JIT compiled code] 0.43% 500M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():236 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():262 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] 0.42% 495M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():262 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():302 [JIT compiled code] 0.41% 482M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.41% 474M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.38% 442M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():262 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():302 [JIT compiled code] 0.34% 391M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():236 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():262 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] 0.29% 334M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] 0.26% 299M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1339 [JIT compiled code] 0.25% 295M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():236 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():262 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] 0.25% 291M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():126 [JIT compiled code] 0.25% 290M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] 0.23% 266M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.23% 264M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#():108 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#bytesRefToTrie():95 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingBlock#compileIndex():481 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlocks():682 [JIT compiled code] 0.23% 263M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():161 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():200 [Inlined code] 0.21% 247M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.20% 236M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():731 [JIT compiled code] 0.20% 227M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.17% 193M perf.LineFileDocs#nextDoc():635 [JIT compiled code] at perf.LineFileDocs#nextDoc():581 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.16% 183M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] at java.lang.invoke.DirectMethodHandle$Holder#newInvokeSpecial() [Inlined code] at java.lang.invoke.Invokers$Holder#linkToTargetMethod() [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [Inlined code] 0.15% 174M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():464 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc():259 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():145 [JIT compiled code] 0.13% 147M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():738 [JIT compiled code] 0.12% 139M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():283 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] 0.12% 135M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():581 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.11% 133M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.11% 131M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():269 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=8 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr Profiler for heap at stackSize=8 [medium vectors index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2025.94 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2025.94 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2025.94 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2025.94 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2025.94 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2025.94 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2025.94 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2025.94 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2025.94 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 126772 events (total: 116651M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 14.25% 16618M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 14.12% 16470M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 6.87% 8015M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():435 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():432 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():461 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():731 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1051 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():786 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] 6.35% 7405M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at perf.LineFileDocs#readVector():213 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 5.99% 6990M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 5.43% 6337M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():738 [JIT compiled code] 5.35% 6244M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():738 [JIT compiled code] 2.89% 3372M perf.LineFileDocs#nextDoc():640 [JIT compiled code] at perf.LineFileDocs#nextDoc():581 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 2.10% 2446M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 2.09% 2434M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 2.05% 2394M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 1.67% 1947M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 1.63% 1903M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():170 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] 1.57% 1834M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.49% 1739M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():581 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.44% 1684M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():170 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():341 [JIT compiled code] 1.25% 1459M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] 1.23% 1435M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] 0.81% 946M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():581 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.80% 937M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] at org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():126 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 0.79% 920M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():738 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1051 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():786 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] 0.64% 742M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000871ff9b8#merge() [Interpreted code] 0.63% 732M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000871ff9b8#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] 0.57% 662M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.53% 620M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():395 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] 0.52% 610M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():395 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] 0.52% 607M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():395 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():738 [JIT compiled code] 0.51% 599M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():123 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():341 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():456 [JIT compiled code] 0.50% 585M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():341 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():456 [JIT compiled code] 0.49% 574M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():123 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000871ff9b8#merge() [Interpreted code] 0.42% 495M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():262 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():302 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1339 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1235 [Inlined code] 0.42% 491M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():241 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():262 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():302 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1339 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1235 [Inlined code] 0.41% 472M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():262 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():302 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1339 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1235 [Inlined code] 0.39% 458M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():160 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] 0.38% 442M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():262 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():302 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1339 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1235 [Inlined code] 0.35% 411M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():236 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():262 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():302 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1339 [JIT compiled code] 0.35% 405M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():341 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():456 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] 0.34% 396M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():255 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph():148 [Interpreted code] 0.34% 393M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():255 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph():148 [Interpreted code] 0.30% 355M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():226 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():266 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():197 [JIT compiled code] 0.30% 355M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.28% 323M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.27% 310M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():236 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():262 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():302 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1339 [JIT compiled code] 0.26% 299M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1339 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1235 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():748 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():274 [Inlined code] 0.25% 291M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():126 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] 0.25% 290M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000087213658#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.23% 266M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000087213658#call() [JIT compiled code] 0.21% 246M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():161 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():200 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1339 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1235 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():748 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] 0.21% 242M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():738 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1051 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():786 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] 0.20% 237M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():236 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():262 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():302 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1339 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr Profiler for heap at stackSize=12 [medium vectors index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2025.94 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2025.94 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2025.94 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2025.94 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2025.94 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2025.94 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2025.94 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2025.94 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2025.94 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2025.94 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 126772 events (total: 116651M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 14.25% 16618M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000087213658#call() [JIT compiled code] 14.12% 16470M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000087213658#call() [JIT compiled code] 6.87% 8015M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():435 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():432 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():461 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():731 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1051 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():786 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():274 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 6.35% 7405M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at perf.LineFileDocs#readVector():213 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 5.99% 6990M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 5.43% 6337M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():738 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1051 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():786 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():274 [Inlined code] 5.35% 6244M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():738 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1051 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():786 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():274 [Inlined code] 2.89% 3372M perf.LineFileDocs#nextDoc():640 [JIT compiled code] at perf.LineFileDocs#nextDoc():581 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.92% 2241M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000087213658#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 1.67% 1947M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000087213658#call() [JIT compiled code] 1.63% 1903M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():170 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000871ff9b8#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5286 [Interpreted code] 1.61% 1883M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 1.57% 1834M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.53% 1783M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 1.49% 1739M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():581 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.25% 1459M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] 1.23% 1435M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] 0.87% 1017M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():170 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():341 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():456 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [JIT compiled code] 0.81% 946M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():581 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.80% 937M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] at org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():126 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000871ff9b8#merge() [Interpreted code] 0.79% 920M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():738 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1051 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():786 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():274 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 0.64% 742M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000871ff9b8#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5286 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4749 [Interpreted code] 0.63% 732M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000871ff9b8#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5286 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4749 [Interpreted code] at org.apache.lucene.index.IndexWriter$IndexWriterMergeSource#merge():6554 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler#doMerge():661 [Interpreted code] 0.55% 635M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000087213658#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.52% 607M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():395 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():738 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1051 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():786 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():274 [Inlined code] 0.52% 607M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():738 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1051 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():786 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] 0.52% 605M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():395 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():738 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1051 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():786 [Inlined code] 0.51% 599M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():395 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():738 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1051 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():786 [Inlined code] 0.49% 574M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():123 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000871ff9b8#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5286 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4749 [Interpreted code] 0.48% 554M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():738 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1051 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():786 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] 0.42% 495M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():262 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():302 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1339 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1235 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():748 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():274 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 0.42% 491M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():241 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():262 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():302 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1339 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1235 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():748 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():274 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 0.41% 472M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():262 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():302 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1339 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1235 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():748 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():274 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 0.39% 458M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():160 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000871ff9b8#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5286 [Interpreted code] 0.38% 442M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():262 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():302 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1339 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1235 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():748 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():274 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 0.35% 411M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():236 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():262 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():302 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1339 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1235 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():748 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():274 [Inlined code] 0.35% 405M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():341 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():456 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():449 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 0.34% 396M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():255 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph():148 [Interpreted code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder():81 [Interpreted code] at org.apache.lucene.util.hnsw.IncrementalHnswGraphMerger#merge():212 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():444 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():128 [Interpreted code] 0.34% 393M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():255 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph():148 [Interpreted code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder():81 [Interpreted code] at org.apache.lucene.util.hnsw.IncrementalHnswGraphMerger#merge():212 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():444 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():128 [Interpreted code] 0.33% 382M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():170 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():341 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():456 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#postUpdate():403 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():449 [JIT compiled code] 0.31% 361M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():341 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():456 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():449 [JIT compiled code] 0.30% 348M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():123 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():341 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():456 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():449 [JIT compiled code] 0.28% 324M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000087213658#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.27% 315M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000087213658#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.27% 310M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():236 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():262 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():302 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1339 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1235 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():748 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():274 [Inlined code] 0.26% 299M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1339 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1235 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():748 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():274 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] 0.25% 291M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():126 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000871ff9b8#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] 0.24% 284M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():170 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():341 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():456 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#flushAllThreads():650 [Interpreted code] 0.24% 281M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000087213658#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x0000000087213bb0#run() [JIT compiled code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1090 [Interpreted code] 0.21% 247M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000087213658#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x0000000087213bb0#run() [JIT compiled code] move log to /l/logs.nightly/2026.04.16.10.08.30/fastIndexMediumDocsWithVectors.log move vmstat log to /l/logs.nightly/2026.04.16.10.08.30/fastIndexMediumDocsWithVectors.vmstat.log move top log to /l/logs.nightly/2026.04.16.10.08.30/fastIndexMediumDocsWithVectors.top.log [2026-04-16 21:31:10.997864] took 13362.9 sec [2026-04-16 21:31:11.823493] medIndexVectorsAtClose None [2026-04-16 21:31:11.830995] 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=2221688 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-17 03:06:51 (UTC) Duration: 1350 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 81793599 1635777519 jdk.FileWrite 12107671 330249692 jdk.NativeMethodSample 282417 4424944 jdk.ObjectAllocationInNewTLAB 281178 5852329 jdk.FileRead 199021 5818944 jdk.BooleanFlag 112104 3699918 jdk.ObjectAllocationOutsideTLAB 37068 699099 jdk.CPULoad 20845 437745 jdk.UnsignedIntFlag 10044 360126 jdk.IntFlag 9072 337446 jdk.StringFlag 7290 287550 jdk.Checkpoint 6139 132240017 jdk.CPUInformation 162 243486 jdk.GCConfiguration 162 4374 jdk.JVMInformation 162 201852 jdk.Metadata 162 17905536 jdk.Compilation 155 4313 jdk.GarbageCollection 42 1095 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 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr Profiler for cpu at stackSize=1 [medium quantized vectors index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2039.49 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 282417 events (total: 282417) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 45.08% 127303 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 30.40% 85848 jdk.jfr.internal.JVM#emitEvent() [Native code] 16.93% 47806 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] 3.83% 10805 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] 3.13% 8839 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] 0.19% 531 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] 0.10% 284 jdk.internal.misc.Unsafe#park() [Native code] 0.08% 224 jdk.jfr.internal.JVM#getStackTraceId() [Native code] 0.07% 184 jdk.internal.misc.Unsafe#unpark() [Native code] 0.05% 143 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] 0.04% 121 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] 0.02% 64 sun.nio.ch.NativeThread#current0() [Native code] 0.02% 52 java.io.FileOutputStream#writeBytes() [Native code] 0.02% 45 java.io.FileDescriptor#close0() [Native code] 0.01% 37 sun.nio.ch.UnixFileDispatcherImpl#size0() [Native code] 0.01% 35 java.io.RandomAccessFile#open0() [Native code] 0.01% 24 sun.nio.fs.UnixNativeDispatcher#access0() [Native code] 0.01% 19 jdk.jfr.internal.JVM#flush() [Native code] 0.00% 14 java.lang.Object#wait0() [Native code] 0.00% 12 sun.nio.fs.UnixNativeDispatcher#lstat0() [Native code] 0.00% 11 java.nio.MappedMemoryUtils#isLoaded0() [Native code] 0.00% 10 java.lang.Thread#sleepNanos0() [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 jdk.internal.misc.Unsafe#freeMemory0() [Native code] 0.00% 1 sun.nio.ch.UnixFileDispatcherImpl#allocationGranularity0() [Native code] 0.00% 1 java.lang.ref.PhantomReference#clear0() [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 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr Profiler for cpu at stackSize=2 [medium quantized vectors index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2039.49 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2039.49 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 282417 events (total: 282417) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 45.08% 127303 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] 30.40% 85848 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Inlined code] 16.93% 47806 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [Inlined code] 3.73% 10546 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [Inlined code] 3.13% 8839 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] 0.19% 531 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open():69 [Inlined code] 0.09% 266 jdk.internal.misc.Unsafe#park() [Native code] at java.util.concurrent.locks.LockSupport#park():223 [Inlined code] 0.09% 259 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [JIT compiled code] 0.08% 224 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace():186 [Inlined code] 0.06% 183 jdk.internal.misc.Unsafe#unpark() [Native code] at java.util.concurrent.locks.LockSupport#unpark():183 [JIT compiled code] 0.05% 143 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat():253 [Inlined code] 0.04% 121 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map():144 [Inlined code] 0.02% 64 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current():51 [Inlined code] 0.02% 52 java.io.FileOutputStream#writeBytes() [Native code] at java.io.FileOutputStream#traceWriteBytes():311 [JIT compiled code] 0.02% 45 java.io.FileDescriptor#close0() [Native code] at java.io.FileDescriptor#close():304 [Inlined code] 0.01% 37 sun.nio.ch.UnixFileDispatcherImpl#size0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#size():93 [Inlined code] 0.01% 35 java.io.RandomAccessFile#open0() [Native code] at java.io.RandomAccessFile#open():338 [Inlined code] 0.01% 24 sun.nio.fs.UnixNativeDispatcher#access0() [Native code] at sun.nio.fs.UnixNativeDispatcher#access():437 [JIT compiled code] 0.01% 18 jdk.internal.misc.Unsafe#park() [Native code] at java.util.concurrent.locks.LockSupport#park():369 [Inlined code] 0.01% 16 jdk.jfr.internal.JVM#flush() [Native code] at jdk.jfr.internal.event.EventWriter#flush():232 [JIT compiled code] 0.00% 14 java.lang.Object#wait0() [Native code] at java.lang.Object#wait():389 [Inlined code] 0.00% 12 sun.nio.fs.UnixNativeDispatcher#lstat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#lstat():273 [Inlined code] 0.00% 11 java.nio.MappedMemoryUtils#isLoaded0() [Native code] at java.nio.MappedMemoryUtils#isLoaded():47 [Inlined code] 0.00% 10 java.lang.Thread#sleepNanos0() [Native code] at java.lang.Thread#sleepNanos():509 [Inlined code] 0.00% 3 jdk.jfr.internal.JVM#flush() [Native code] at jdk.jfr.internal.MetadataRepository#flush():373 [Inlined code] 0.00% 1 java.lang.ref.PhantomReference#clear0() [Native code] at java.lang.ref.PhantomReference#clearImpl():87 [Inlined code] 0.00% 1 jdk.internal.misc.Unsafe#unpark() [Native code] at java.util.concurrent.locks.LockSupport#unpark():183 [Inlined code] 0.00% 1 jdk.jfr.internal.JVM#nanosNow() [Native code] at jdk.jfr.internal.MetadataRepository#awaitEpochMilliShift():331 [JIT compiled code] 0.00% 1 java.lang.System#identityHashCode() [Native code] at java.util.IdentityHashMap#hash():307 [Inlined code] 0.00% 1 jdk.internal.misc.Unsafe#freeMemory0() [Native code] at jdk.internal.misc.Unsafe#freeMemory():930 [Inlined code] 0.00% 1 sun.nio.ch.UnixFileDispatcherImpl#allocationGranularity0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#allocationGranularity():137 [Inlined code] 0.00% 1 jdk.internal.misc.Unsafe#allocateInstance() [Native code] at java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr Profiler for cpu at stackSize=4 [medium quantized vectors index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2039.49 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2039.49 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2039.49 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 282417 events (total: 282417) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 45.08% 127303 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] 30.40% 85848 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Inlined code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [Inlined code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [JIT compiled code] 16.93% 47806 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer():341 [Inlined code] at sun.nio.ch.IOUtil#read():307 [Inlined code] 3.13% 8839 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [Inlined code] 3.07% 8667 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] 0.67% 1879 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] 0.19% 531 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open():69 [Inlined code] at sun.nio.fs.UnixChannelFactory#open():242 [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel():132 [Inlined code] 0.09% 259 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] 0.08% 229 jdk.internal.misc.Unsafe#park() [Native code] at java.util.concurrent.locks.LockSupport#park():223 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():410 [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] 0.06% 181 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace():186 [Inlined code] at jdk.internal.event.FileWriteEvent#commit() [JIT compiled code] at jdk.internal.event.FileWriteEvent#offer():69 [Inlined code] 0.06% 164 jdk.internal.misc.Unsafe#unpark() [Native code] at java.util.concurrent.locks.LockSupport#unpark():183 [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():266 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#release():720 [JIT compiled code] 0.05% 143 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat():253 [Inlined code] at sun.nio.fs.UnixFileAttributes#get():77 [Inlined code] at sun.nio.fs.UnixFileAttributeViews$Basic#readAttributes():51 [Inlined code] 0.04% 115 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map():144 [Inlined code] at sun.nio.ch.FileChannelImpl#mapInternal():1515 [JIT compiled code] at sun.nio.ch.FileChannelImpl#map():1453 [Inlined code] 0.02% 52 java.io.FileOutputStream#writeBytes() [Native code] at java.io.FileOutputStream#traceWriteBytes():311 [JIT compiled code] at java.io.FileOutputStream#write():349 [JIT compiled code] at java.lang.System$Out#write():1910 [Inlined code] 0.02% 43 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace():186 [Inlined code] at jdk.internal.event.FileReadEvent#commit() [JIT compiled code] at jdk.internal.event.FileReadEvent#offer():71 [Inlined code] 0.01% 42 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current():51 [Inlined code] at sun.nio.ch.NativeThreadSet#add():48 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():349 [Inlined code] 0.01% 40 java.io.FileDescriptor#close0() [Native code] at java.io.FileDescriptor#close():304 [Inlined code] at java.io.FileDescriptor$1#close():89 [Inlined code] at sun.nio.ch.FileChannelImpl$Closer#run():123 [JIT compiled code] 0.01% 37 jdk.internal.misc.Unsafe#park() [Native code] at java.util.concurrent.locks.LockSupport#park():223 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():410 [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():650 [Inlined code] 0.01% 35 java.io.RandomAccessFile#open0() [Native code] at java.io.RandomAccessFile#open():338 [Inlined code] at java.io.RandomAccessFile#():257 [JIT compiled code] at java.io.RandomAccessFile#():211 [Inlined code] 0.01% 25 sun.nio.ch.UnixFileDispatcherImpl#size0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#size():93 [Inlined code] at sun.nio.ch.FileChannelImpl#size():496 [JIT compiled code] at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock#ensureValid():169 [JIT compiled code] 0.01% 24 sun.nio.fs.UnixNativeDispatcher#access0() [Native code] at sun.nio.fs.UnixNativeDispatcher#access():437 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#exists():518 [JIT compiled code] at java.nio.file.Files#exists():2289 [Inlined code] 0.01% 22 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current():51 [Inlined code] at sun.nio.ch.NativeThreadSet#add():48 [Inlined code] at sun.nio.ch.FileChannelImpl#implRead():245 [Inlined code] 0.01% 18 jdk.internal.misc.Unsafe#park() [Native code] at java.util.concurrent.locks.LockSupport#park():369 [Inlined code] at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode#block():520 [Inlined code] at java.util.concurrent.ForkJoinPool#unmanagedBlock():4364 [Inlined code] 0.01% 16 jdk.jfr.internal.JVM#flush() [Native code] at jdk.jfr.internal.event.EventWriter#flush():232 [JIT compiled code] at jdk.jfr.internal.event.EventWriter#isValidForSize():214 [Inlined code] at jdk.jfr.internal.event.EventWriter#putLong():120 [Inlined code] 0.01% 15 jdk.internal.misc.Unsafe#unpark() [Native code] at java.util.concurrent.locks.LockSupport#unpark():183 [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedSynchronizer#signalNext():646 [Inlined code] at java.util.concurrent.locks.AbstractQueuedSynchronizer#release():1100 [Inlined code] 0.00% 13 java.lang.Object#wait0() [Native code] at java.lang.Object#wait():389 [Inlined code] at jdk.jfr.internal.PlatformRecorder#takeNap():540 [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#periodicTask():508 [JIT compiled code] 0.00% 11 java.nio.MappedMemoryUtils#isLoaded0() [Native code] at java.nio.MappedMemoryUtils#isLoaded():47 [Inlined code] at java.nio.MappedMemoryUtils$1#isLoaded():184 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#isLoadedInternal():255 [Inlined code] 0.00% 11 sun.nio.ch.UnixFileDispatcherImpl#size0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#size():93 [Inlined code] at sun.nio.ch.FileChannelImpl#size():496 [JIT compiled code] at org.apache.lucene.store.MMapDirectory#openInput():329 [JIT compiled code] 0.00% 11 sun.nio.fs.UnixNativeDispatcher#lstat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#lstat():273 [Inlined code] at sun.nio.fs.UnixFileAttributes#get():79 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete():254 [Inlined code] 0.00% 10 java.lang.Thread#sleepNanos0() [Native code] at java.lang.Thread#sleepNanos():509 [Inlined code] at java.lang.Thread#sleep():540 [JIT compiled code] at perf.Indexer#_main():589 [Interpreted code] 0.00% 6 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map():144 [Inlined code] at sun.nio.ch.FileChannelImpl#mapInternal():1515 [JIT compiled code] at sun.nio.ch.FileChannelImpl#map():1453 [JIT compiled code] 0.00% 5 java.io.FileDescriptor#close0() [Native code] at java.io.FileDescriptor#close():304 [Inlined code] at java.io.RandomAccessFile$1#close():760 [JIT compiled code] at java.io.FileDescriptor#closeAll():361 [JIT compiled code] 0.00% 4 jdk.internal.misc.Unsafe#unpark() [Native code] at java.util.concurrent.locks.LockSupport#unpark():183 [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():266 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#releaseShared():807 [Inlined code] 0.00% 3 jdk.jfr.internal.JVM#flush() [Native code] at jdk.jfr.internal.MetadataRepository#flush():373 [Inlined code] at jdk.jfr.internal.PlatformRecorder#flush():668 [JIT compiled code] at jdk.jfr.internal.periodic.FlushTask#execute():50 [Inlined code] 0.00% 1 jdk.internal.misc.Unsafe#allocateInstance() [Native code] at java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] at java.lang.invoke.DirectMethodHandle$Holder#newInvokeSpecial() [Inlined code] at java.lang.invoke.Invokers$Holder#linkToTargetMethod() [Inlined code] 0.00% 1 java.lang.Object#wait0() [Native code] at java.lang.Object#wait():389 [Inlined code] at jdk.jfr.internal.PlatformRecorder#takeNap():540 [Inlined code] at jdk.jfr.internal.PlatformRecorder#periodicTask():508 [JIT compiled code] 0.00% 1 jdk.jfr.internal.JVM#nanosNow() [Native code] at jdk.jfr.internal.MetadataRepository#awaitEpochMilliShift():331 [JIT compiled code] at jdk.jfr.internal.MetadataRepository#setOutput():313 [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#rotateDisk():386 [JIT compiled code] 0.00% 1 sun.nio.ch.UnixFileDispatcherImpl#size0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#size():93 [Inlined code] at sun.nio.ch.FileChannelImpl#mapInternal():1488 [JIT compiled code] at sun.nio.ch.FileChannelImpl#map():1453 [Inlined code] 0.00% 1 java.lang.System#identityHashCode() [Native code] at java.util.IdentityHashMap#hash():307 [Inlined code] at java.util.IdentityHashMap#put():441 [JIT compiled code] at java.util.Collections$SetFromMap#add():6045 [JIT compiled code] 0.00% 1 sun.nio.ch.UnixFileDispatcherImpl#allocationGranularity0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#allocationGranularity():137 [Inlined code] at sun.nio.ch.FileChannelImpl#mapInternal():1510 [JIT compiled code] at sun.nio.ch.FileChannelImpl#map():1453 [Inlined code] 0.00% 1 jdk.internal.misc.Unsafe#unpark() [Native code] at java.util.concurrent.locks.LockSupport#unpark():183 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNextIfShared():276 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():376 [JIT compiled code] 0.00% 1 java.lang.ref.PhantomReference#clear0() [Native code] at java.lang.ref.PhantomReference#clearImpl():87 [Inlined code] at java.lang.ref.Reference#clear():406 [Inlined code] at jdk.internal.ref.PhantomCleanable#clear():107 [JIT compiled code] 0.00% 1 sun.nio.fs.UnixNativeDispatcher#lstat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#lstat():273 [Inlined code] at sun.nio.fs.UnixFileAttributes#get():79 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete():254 [JIT compiled code] 0.00% 1 jdk.internal.misc.Unsafe#freeMemory0() [Native code] at jdk.internal.misc.Unsafe#freeMemory():930 [Inlined code] at sun.nio.ch.Util#free():343 [JIT compiled code] at sun.nio.ch.Util#getTemporaryDirectBuffer():242 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=8 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr Profiler for cpu at stackSize=8 [medium quantized vectors index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2039.49 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2039.49 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2039.49 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2039.49 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 282417 events (total: 282417) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 45.08% 127303 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] at sun.nio.ch.IOUtil#write():72 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():355 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] 29.04% 82027 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Inlined code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [Inlined code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#periodicTask():502 [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0():428 [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000005207aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] 16.93% 47806 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer():341 [Inlined code] at sun.nio.ch.IOUtil#read():307 [Inlined code] at sun.nio.ch.IOUtil#read():284 [Inlined code] at sun.nio.ch.FileChannelImpl#implRead():251 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead():269 [Inlined code] at sun.nio.ch.FileChannelImpl#read():229 [JIT compiled code] 3.07% 8667 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [Inlined code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [Inlined code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [Inlined code] 3.02% 8522 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle():280 [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup():270 [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup():264 [Inlined code] at jdk.internal.foreign.SharedSession$SharedResourceList#cleanup():143 [Inlined code] 1.35% 3821 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Inlined code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [Inlined code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#periodicTask():502 [Interpreted code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0():428 [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000005207aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] 0.56% 1570 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [JIT compiled code] 0.17% 473 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open():69 [Inlined code] at sun.nio.fs.UnixChannelFactory#open():242 [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel():132 [Inlined code] at sun.nio.fs.UnixChannelFactory#newFileChannel():145 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#newFileChannel():211 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#newByteChannel():244 [Inlined code] at java.nio.file.spi.FileSystemProvider#newOutputStream():426 [JIT compiled code] 0.11% 317 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle():280 [Inlined code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup():115 [Inlined code] at jdk.internal.foreign.MemorySessionImpl#close():241 [Inlined code] at jdk.internal.foreign.ArenaImpl#close():47 [Inlined code] 0.11% 309 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at jdk.jfr.internal.RepositoryChunk#delete():96 [JIT compiled code] at jdk.jfr.internal.RepositoryChunk#destroy():120 [JIT compiled code] at jdk.jfr.internal.RepositoryChunk#release():137 [JIT compiled code] 0.08% 229 jdk.internal.misc.Unsafe#park() [Native code] at java.util.concurrent.locks.LockSupport#park():223 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():410 [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.06% 181 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [JIT compiled code] 0.06% 181 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace():186 [Inlined code] at jdk.internal.event.FileWriteEvent#commit() [JIT compiled code] at jdk.internal.event.FileWriteEvent#offer():69 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():376 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [Inlined code] at sun.nio.ch.ChannelOutputStream#write():105 [Inlined code] 0.06% 164 jdk.internal.misc.Unsafe#unpark() [Native code] at java.util.concurrent.locks.LockSupport#unpark():183 [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():266 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#release():720 [JIT compiled code] at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#unlock():1154 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():392 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.04% 112 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat():253 [Inlined code] at sun.nio.fs.UnixFileAttributes#get():77 [Inlined code] at sun.nio.fs.UnixFileAttributeViews$Basic#readAttributes():51 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#readAttributes():161 [Inlined code] at sun.nio.fs.LinuxFileSystemProvider#readAttributes():99 [Inlined code] at java.nio.file.Files#readAttributes():1702 [Inlined code] at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock#ensureValid():177 [JIT compiled code] 0.03% 78 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at jdk.jfr.internal.RepositoryChunk#delete():96 [JIT compiled code] at jdk.jfr.internal.RepositoryChunk#destroy():120 [JIT compiled code] at jdk.jfr.internal.RepositoryChunk#release():137 [JIT compiled code] 0.02% 54 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open():69 [Inlined code] at sun.nio.fs.UnixChannelFactory#open():242 [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel():132 [Inlined code] at sun.nio.fs.UnixChannelFactory#newFileChannel():145 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#newFileChannel():211 [JIT compiled code] at java.nio.channels.FileChannel#open():301 [Inlined code] at java.nio.channels.FileChannel#open():353 [Inlined code] 0.02% 52 java.io.FileOutputStream#writeBytes() [Native code] at java.io.FileOutputStream#traceWriteBytes():311 [JIT compiled code] at java.io.FileOutputStream#write():349 [JIT compiled code] at java.lang.System$Out#write():1910 [Inlined code] at java.io.BufferedOutputStream#flushBuffer():123 [Inlined code] at java.io.BufferedOutputStream#flush():203 [JIT compiled code] at java.io.PrintStream#write():541 [JIT compiled code] at sun.nio.cs.StreamEncoder#writeBytes():220 [JIT compiled code] 0.01% 42 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current():51 [Inlined code] at sun.nio.ch.NativeThreadSet#add():48 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():349 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [Inlined code] at sun.nio.ch.ChannelOutputStream#write():105 [Inlined code] 0.01% 37 java.io.FileDescriptor#close0() [Native code] at java.io.FileDescriptor#close():304 [Inlined code] at java.io.FileDescriptor$1#close():89 [Inlined code] at sun.nio.ch.FileChannelImpl$Closer#run():123 [JIT compiled code] at jdk.internal.ref.CleanerImpl$PhantomCleanableRef#performCleanup():176 [Inlined code] at jdk.internal.ref.PhantomCleanable#clean():96 [Inlined code] at sun.nio.ch.FileChannelImpl#implCloseChannel():219 [Inlined code] at java.nio.channels.spi.AbstractInterruptibleChannel#close():129 [Inlined code] 0.01% 37 jdk.internal.misc.Unsafe#park() [Native code] at java.util.concurrent.locks.LockSupport#park():223 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():410 [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():650 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#lock():966 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswLock#write():48 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():382 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] 0.01% 32 java.io.RandomAccessFile#open0() [Native code] at java.io.RandomAccessFile#open():338 [Inlined code] at java.io.RandomAccessFile#():257 [JIT compiled code] at java.io.RandomAccessFile#():211 [Inlined code] at jdk.jfr.internal.RepositoryChunk#():57 [JIT compiled code] at jdk.jfr.internal.Repository#newChunk():99 [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#rotateDisk():383 [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#periodicTask():496 [JIT compiled code] 0.01% 28 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat():253 [Inlined code] at sun.nio.fs.UnixFileAttributes#get():77 [Inlined code] at sun.nio.fs.UnixFileAttributeViews$Basic#readAttributes():51 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#readAttributes():161 [Inlined code] at sun.nio.fs.LinuxFileSystemProvider#readAttributes():99 [Inlined code] at java.nio.file.Files#readAttributes():1702 [Inlined code] at java.nio.file.Files#size():2242 [Inlined code] 0.01% 25 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace():186 [Inlined code] at jdk.internal.event.FileReadEvent#commit() [JIT compiled code] at jdk.internal.event.FileReadEvent#offer():71 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead():271 [Inlined code] at sun.nio.ch.FileChannelImpl#read():229 [JIT compiled code] at perf.LineFileDocs#readDocs():159 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 0.01% 22 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map():144 [Inlined code] at sun.nio.ch.FileChannelImpl#mapInternal():1515 [JIT compiled code] at sun.nio.ch.FileChannelImpl#map():1453 [Inlined code] at org.apache.lucene.store.MMapDirectory#map():376 [Inlined code] at org.apache.lucene.store.MMapDirectory#openInput():333 [JIT compiled code] at org.apache.lucene.store.FilterDirectory#openInput():101 [JIT compiled code] at org.apache.lucene.store.FilterDirectory#openInput():101 [Inlined code] 0.01% 20 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map():144 [Inlined code] at sun.nio.ch.FileChannelImpl#mapInternal():1515 [JIT compiled code] at sun.nio.ch.FileChannelImpl#map():1453 [Inlined code] at org.apache.lucene.store.MMapDirectory#map():376 [Inlined code] at org.apache.lucene.store.MMapDirectory#openInput():333 [JIT compiled code] at org.apache.lucene.store.FilterDirectory#openInput():101 [JIT compiled code] at org.apache.lucene.store.FilterDirectory#openInput():101 [JIT compiled code] 0.01% 20 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current():51 [Inlined code] at sun.nio.ch.NativeThreadSet#add():48 [Inlined code] at sun.nio.ch.FileChannelImpl#implRead():245 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead():269 [Inlined code] at sun.nio.ch.FileChannelImpl#read():229 [JIT compiled code] at perf.LineFileDocs#readDocs():159 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 0.01% 19 sun.nio.fs.UnixNativeDispatcher#access0() [Native code] at sun.nio.fs.UnixNativeDispatcher#access():437 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#exists():518 [JIT compiled code] at java.nio.file.Files#exists():2289 [Inlined code] at jdk.jfr.internal.management.ChunkFilename#next():56 [JIT compiled code] at jdk.jfr.internal.Repository#newChunk():98 [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#rotateDisk():383 [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#periodicTask():496 [JIT compiled code] 0.01% 18 jdk.internal.misc.Unsafe#park() [Native code] at java.util.concurrent.locks.LockSupport#park():369 [Inlined code] at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode#block():520 [Inlined code] at java.util.concurrent.ForkJoinPool#unmanagedBlock():4364 [Inlined code] at java.util.concurrent.ForkJoinPool#managedBlock():4310 [Inlined code] at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject#await():1752 [Inlined code] at java.util.concurrent.ArrayBlockingQueue#put():371 [JIT compiled code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] 0.01% 15 jdk.internal.misc.Unsafe#unpark() [Native code] at java.util.concurrent.locks.LockSupport#unpark():183 [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedSynchronizer#signalNext():646 [Inlined code] at java.util.concurrent.locks.AbstractQueuedSynchronizer#release():1100 [Inlined code] at java.util.concurrent.locks.ReentrantLock#unlock():495 [Inlined code] at java.util.concurrent.ArrayBlockingQueue#take():424 [JIT compiled code] at perf.LineFileDocs#reserve():568 [Inlined code] at perf.LineFileDocs#nextDoc():603 [JIT compiled code] 0.00% 13 java.lang.Object#wait0() [Native code] at java.lang.Object#wait():389 [Inlined code] at jdk.jfr.internal.PlatformRecorder#takeNap():540 [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#periodicTask():508 [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0():428 [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000005207aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 0.00% 11 java.nio.MappedMemoryUtils#isLoaded0() [Native code] at java.nio.MappedMemoryUtils#isLoaded():47 [Inlined code] at java.nio.MappedMemoryUtils$1#isLoaded():184 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#isLoadedInternal():255 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#isLoaded():243 [Inlined code] at jdk.internal.foreign.MappedMemorySegmentImpl#isLoaded():90 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#lambda$prefetch$0():351 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput$$Lambda.0x00000000521d5000#apply() [Inlined code] 0.00% 11 sun.nio.fs.UnixNativeDispatcher#lstat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#lstat():273 [Inlined code] at sun.nio.fs.UnixFileAttributes#get():79 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete():254 [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [Inlined code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [Inlined code] 0.00% 10 java.lang.Thread#sleepNanos0() [Native code] at java.lang.Thread#sleepNanos():509 [Inlined code] at java.lang.Thread#sleep():540 [JIT compiled code] at perf.Indexer#_main():589 [Interpreted code] at perf.Indexer#main():93 [Interpreted code] 0.00% 10 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace():186 [Inlined code] at jdk.internal.event.FileReadEvent#commit() [JIT compiled code] at jdk.internal.event.FileReadEvent#offer():71 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead():271 [Inlined code] at sun.nio.ch.FileChannelImpl#read():229 [JIT compiled code] at perf.LineFileDocs#readVector():215 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] 0.00% 9 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map():144 [Inlined code] at sun.nio.ch.FileChannelImpl#mapInternal():1515 [JIT compiled code] at sun.nio.ch.FileChannelImpl#map():1453 [Inlined code] at org.apache.lucene.store.MMapDirectory#map():376 [Inlined code] at org.apache.lucene.store.MMapDirectory#openInput():333 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsReader#openDataInput():159 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsReader#():113 [JIT compiled code] 0.00% 8 sun.nio.ch.UnixFileDispatcherImpl#size0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#size():93 [Inlined code] at sun.nio.ch.FileChannelImpl#size():496 [JIT compiled code] at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock#ensureValid():169 [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():36 [Inlined code] at org.apache.lucene.util.FileDeleter#delete():234 [Inlined code] at org.apache.lucene.util.FileDeleter#delete():227 [Inlined code] at org.apache.lucene.util.FileDeleter#decRef():109 [JIT compiled code] 0.00% 8 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map():144 [Inlined code] at sun.nio.ch.FileChannelImpl#mapInternal():1515 [JIT compiled code] at sun.nio.ch.FileChannelImpl#map():1453 [Inlined code] at org.apache.lucene.store.MMapDirectory#map():376 [Inlined code] at org.apache.lucene.store.MMapDirectory#openInput():333 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#():145 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsFormat#fieldsProducer():423 [JIT compiled code] 0.00% 7 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace():186 [Inlined code] at jdk.internal.event.FileReadEvent#commit() [JIT compiled code] at jdk.internal.event.FileReadEvent#offer():71 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead():271 [Inlined code] at sun.nio.ch.FileChannelImpl#read():229 [JIT compiled code] at perf.LineFileDocs#readDocs():178 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 0.00% 7 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map():144 [Inlined code] at sun.nio.ch.FileChannelImpl#mapInternal():1515 [JIT compiled code] at sun.nio.ch.FileChannelImpl#map():1453 [Inlined code] at org.apache.lucene.store.MMapDirectory#map():376 [Inlined code] at org.apache.lucene.store.MMapDirectory#openInput():333 [JIT compiled code] at org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#():85 [JIT compiled code] at org.apache.lucene.codecs.lucene90.Lucene90NormsFormat#normsProducer():96 [JIT compiled code] 0.00% 6 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map():144 [Inlined code] at sun.nio.ch.FileChannelImpl#mapInternal():1515 [JIT compiled code] at sun.nio.ch.FileChannelImpl#map():1453 [Inlined code] at org.apache.lucene.store.MMapDirectory#map():376 [Inlined code] at org.apache.lucene.store.MMapDirectory#openInput():333 [JIT compiled code] at org.apache.lucene.store.Directory#openChecksumInput():156 [JIT compiled code] at org.apache.lucene.codecs.lucene94.Lucene94FieldInfosFormat#read():134 [JIT compiled code] 0.00% 5 jdk.jfr.internal.JVM#flush() [Native code] at jdk.jfr.internal.event.EventWriter#flush():232 [JIT compiled code] at jdk.jfr.internal.event.EventWriter#isValidForSize():214 [Inlined code] at jdk.jfr.internal.event.EventWriter#putLong():120 [Inlined code] at jdk.internal.event.FileWriteEvent#commit() [JIT compiled code] at jdk.internal.event.FileWriteEvent#offer():69 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():376 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] 0.00% 5 java.io.FileDescriptor#close0() [Native code] at java.io.FileDescriptor#close():304 [Inlined code] at java.io.RandomAccessFile$1#close():760 [JIT compiled code] at java.io.FileDescriptor#closeAll():361 [JIT compiled code] at java.io.RandomAccessFile#close():758 [JIT compiled code] at jdk.jfr.internal.RepositoryChunk#finish():62 [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#finishChunk():434 [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#rotateDisk():390 [JIT compiled code] 0.00% 5 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map():144 [Inlined code] at sun.nio.ch.FileChannelImpl#mapInternal():1515 [JIT compiled code] at sun.nio.ch.FileChannelImpl#map():1453 [Inlined code] at org.apache.lucene.store.MMapDirectory#map():376 [Inlined code] at org.apache.lucene.store.MMapDirectory#openInput():333 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsReader#openDataInput():141 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsReader#():94 [JIT compiled code] 0.00% 4 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map():144 [Inlined code] at sun.nio.ch.FileChannelImpl#mapInternal():1515 [JIT compiled code] at sun.nio.ch.FileChannelImpl#map():1453 [Inlined code] at org.apache.lucene.store.MMapDirectory#map():376 [Inlined code] at org.apache.lucene.store.MMapDirectory#openInput():333 [JIT compiled code] at org.apache.lucene.store.Directory#openChecksumInput():156 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader#():154 [JIT compiled code] 0.00% 4 sun.nio.ch.UnixFileDispatcherImpl#size0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#size():93 [Inlined code] at sun.nio.ch.FileChannelImpl#size():496 [JIT compiled code] at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock#ensureValid():169 [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#createOutput():42 [Inlined code] at org.apache.lucene.store.TrackingDirectoryWrapper#createOutput():41 [JIT compiled code] at org.apache.lucene.codecs.lucene90.Lucene90NormsConsumer#():49 [Inlined code] at org.apache.lucene.codecs.lucene90.Lucene90NormsFormat#normsConsumer():90 [Inlined code] 0.00% 4 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map():144 [Inlined code] at sun.nio.ch.FileChannelImpl#mapInternal():1515 [JIT compiled code] at sun.nio.ch.FileChannelImpl#map():1453 [Inlined code] at org.apache.lucene.store.MMapDirectory#map():376 [Inlined code] at org.apache.lucene.store.MMapDirectory#openInput():333 [JIT compiled code] at org.apache.lucene.store.Directory#openChecksumInput():156 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsReader#():94 [JIT compiled code] 0.00% 4 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map():144 [Inlined code] at sun.nio.ch.FileChannelImpl#mapInternal():1515 [JIT compiled code] at sun.nio.ch.FileChannelImpl#map():1453 [Inlined code] at org.apache.lucene.store.MMapDirectory#map():376 [Inlined code] at org.apache.lucene.store.MMapDirectory#openInput():333 [JIT compiled code] at org.apache.lucene.store.Directory#openChecksumInput():156 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsReader#():142 [JIT compiled code] 0.00% 4 jdk.internal.misc.Unsafe#unpark() [Native code] at java.util.concurrent.locks.LockSupport#unpark():183 [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():266 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#releaseShared():807 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#unlock():903 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():234 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] 0.00% 4 jdk.jfr.internal.JVM#flush() [Native code] at jdk.jfr.internal.event.EventWriter#flush():232 [JIT compiled code] at jdk.jfr.internal.event.EventWriter#isValidForSize():214 [Inlined code] at jdk.jfr.internal.event.EventWriter#putLong():120 [Inlined code] at jdk.jfr.internal.event.EventWriter#putString():145 [Inlined code] at jdk.internal.event.FileWriteEvent#commit() [JIT compiled code] at jdk.internal.event.FileWriteEvent#offer():69 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():376 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr Profiler for cpu at stackSize=12 [medium quantized vectors index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2039.49 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2039.49 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2039.49 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2039.49 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2039.49 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 282417 events (total: 282417) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 45.08% 127303 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] at sun.nio.ch.IOUtil#write():72 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():355 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [Inlined code] at sun.nio.ch.ChannelOutputStream#write():105 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write():391 [Inlined code] at java.util.zip.CheckedOutputStream#write():73 [JIT compiled code] 29.04% 82027 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Inlined code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [Inlined code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#periodicTask():502 [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0():428 [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000005207aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 11.28% 31868 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer():341 [Inlined code] at sun.nio.ch.IOUtil#read():307 [Inlined code] at sun.nio.ch.IOUtil#read():284 [Inlined code] at sun.nio.ch.FileChannelImpl#implRead():251 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead():269 [Inlined code] at sun.nio.ch.FileChannelImpl#read():229 [JIT compiled code] at perf.LineFileDocs#readVector():215 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.91% 13876 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer():341 [Inlined code] at sun.nio.ch.IOUtil#read():307 [Inlined code] at sun.nio.ch.IOUtil#read():284 [Inlined code] at sun.nio.ch.FileChannelImpl#implRead():251 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead():269 [Inlined code] at sun.nio.ch.FileChannelImpl#read():229 [JIT compiled code] at perf.LineFileDocs#readDocs():178 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 3.06% 8641 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [Inlined code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [Inlined code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [Inlined code] at org.apache.lucene.util.FileDeleter#delete():234 [Inlined code] at org.apache.lucene.util.FileDeleter#delete():227 [Inlined code] at org.apache.lucene.util.FileDeleter#decRef():109 [JIT compiled code] at org.apache.lucene.index.IndexFileDeleter#decRef():620 [Inlined code] 3.02% 8522 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle():280 [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup():270 [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup():264 [Inlined code] at jdk.internal.foreign.SharedSession$SharedResourceList#cleanup():143 [Inlined code] at jdk.internal.foreign.MemorySessionImpl#close():241 [Inlined code] at jdk.internal.foreign.ArenaImpl#close():47 [Inlined code] at org.apache.lucene.store.RefCountedSharedArena#release():113 [Inlined code] at org.apache.lucene.store.RefCountedSharedArena#close():122 [Inlined code] 1.35% 3821 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Inlined code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [Inlined code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#periodicTask():502 [Interpreted code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0():428 [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000005207aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 0.44% 1241 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [JIT compiled code] at org.apache.lucene.store.FilterDirectory#deleteFile():65 [JIT compiled code] at org.apache.lucene.store.TrackingDirectoryWrapper#deleteFile():35 [JIT compiled code] at org.apache.lucene.util.IOUtils#deleteFilesIgnoringExceptions():226 [Interpreted code] at org.apache.lucene.util.IOUtils#deleteFilesIgnoringExceptions():239 [Interpreted code] 0.42% 1200 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer():341 [Inlined code] at sun.nio.ch.IOUtil#read():307 [Inlined code] at sun.nio.ch.IOUtil#read():284 [Inlined code] at sun.nio.ch.FileChannelImpl#implRead():251 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead():269 [Inlined code] at sun.nio.ch.FileChannelImpl#read():229 [JIT compiled code] at perf.LineFileDocs#readDocs():159 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 0.22% 610 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer():341 [Inlined code] at sun.nio.ch.IOUtil#read():307 [Inlined code] at sun.nio.ch.IOUtil#read():284 [Inlined code] at sun.nio.ch.FileChannelImpl#implRead():251 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead():269 [Inlined code] at sun.nio.ch.FileChannelImpl#read():229 [JIT compiled code] at perf.LineFileDocs#readVector():215 [JIT compiled code] at perf.LineFileDocs#readDocs():183 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 0.16% 438 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open():69 [Inlined code] at sun.nio.fs.UnixChannelFactory#open():242 [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel():132 [Inlined code] at sun.nio.fs.UnixChannelFactory#newFileChannel():145 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#newFileChannel():211 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#newByteChannel():244 [Inlined code] at java.nio.file.spi.FileSystemProvider#newOutputStream():426 [JIT compiled code] at java.nio.file.Files#newOutputStream():215 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#():385 [JIT compiled code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#():378 [Inlined code] at org.apache.lucene.store.FSDirectory#createOutput():215 [Inlined code] 0.11% 324 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete():234 [Inlined code] at org.apache.lucene.util.FileDeleter#delete():227 [JIT compiled code] at org.apache.lucene.util.FileDeleter#deleteFilesIfNoRef():190 [Interpreted code] at org.apache.lucene.index.IndexFileDeleter#refresh():485 [Interpreted code] 0.11% 309 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at jdk.jfr.internal.RepositoryChunk#delete():96 [JIT compiled code] at jdk.jfr.internal.RepositoryChunk#destroy():120 [JIT compiled code] at jdk.jfr.internal.RepositoryChunk#release():137 [JIT compiled code] at jdk.jfr.internal.PlatformRecording#removed():617 [JIT compiled code] at jdk.jfr.internal.PlatformRecording#trimToSize():584 [JIT compiled code] at jdk.jfr.internal.PlatformRecording#appendChunk():574 [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#finishChunk():437 [JIT compiled code] 0.08% 235 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer():341 [Inlined code] at sun.nio.ch.IOUtil#read():307 [Inlined code] at sun.nio.ch.IOUtil#read():284 [Inlined code] at sun.nio.ch.FileChannelImpl#implRead():251 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead():269 [Inlined code] at sun.nio.ch.FileChannelImpl#read():229 [JIT compiled code] at perf.LineFileDocs#readDocs():178 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 0.08% 219 jdk.internal.misc.Unsafe#park() [Native code] at java.util.concurrent.locks.LockSupport#park():223 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():410 [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] 0.06% 179 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [JIT compiled code] at org.apache.lucene.store.FilterDirectory#deleteFile():65 [JIT compiled code] at org.apache.lucene.store.TrackingDirectoryWrapper#deleteFile():35 [JIT compiled code] at org.apache.lucene.util.IOUtils#deleteFilesIgnoringExceptions():226 [Interpreted code] at org.apache.lucene.util.IOUtils#deleteFilesIgnoringExceptions():239 [Interpreted code] 0.06% 164 jdk.internal.misc.Unsafe#unpark() [Native code] at java.util.concurrent.locks.LockSupport#unpark():183 [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():266 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#release():720 [JIT compiled code] at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#unlock():1154 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():392 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.05% 150 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace():186 [Inlined code] at jdk.internal.event.FileWriteEvent#commit() [JIT compiled code] at jdk.internal.event.FileWriteEvent#offer():69 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():376 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [Inlined code] at sun.nio.ch.ChannelOutputStream#write():105 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write():391 [Inlined code] at java.util.zip.CheckedOutputStream#write():73 [JIT compiled code] at java.io.BufferedOutputStream#flushBuffer():123 [Inlined code] at java.io.BufferedOutputStream#write():188 [Inlined code] 0.03% 78 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at jdk.jfr.internal.RepositoryChunk#delete():96 [JIT compiled code] at jdk.jfr.internal.RepositoryChunk#destroy():120 [JIT compiled code] at jdk.jfr.internal.RepositoryChunk#release():137 [JIT compiled code] at jdk.jfr.internal.PlatformRecording#removed():617 [JIT compiled code] at jdk.jfr.internal.PlatformRecording#trimToSize():584 [JIT compiled code] at jdk.jfr.internal.PlatformRecording#appendChunk():574 [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#finishChunk():437 [JIT compiled code] 0.02% 52 java.io.FileOutputStream#writeBytes() [Native code] at java.io.FileOutputStream#traceWriteBytes():311 [JIT compiled code] at java.io.FileOutputStream#write():349 [JIT compiled code] at java.lang.System$Out#write():1910 [Inlined code] at java.io.BufferedOutputStream#flushBuffer():123 [Inlined code] at java.io.BufferedOutputStream#flush():203 [JIT compiled code] at java.io.PrintStream#write():541 [JIT compiled code] at sun.nio.cs.StreamEncoder#writeBytes():220 [JIT compiled code] at sun.nio.cs.StreamEncoder#implFlushBuffer():315 [Inlined code] at sun.nio.cs.StreamEncoder#flushBuffer():101 [JIT compiled code] at java.io.OutputStreamWriter#flushBuffer():179 [Inlined code] at java.io.PrintStream#writeln():690 [JIT compiled code] 0.02% 45 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle():280 [Inlined code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup():115 [Inlined code] at jdk.internal.foreign.MemorySessionImpl#close():241 [Inlined code] at jdk.internal.foreign.ArenaImpl#close():47 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#close():698 [JIT compiled code] at org.apache.lucene.store.BufferedChecksumIndexInput#close():83 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.FieldsIndexWriter#finish():141 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#finish():480 [JIT compiled code] 0.01% 37 java.io.FileDescriptor#close0() [Native code] at java.io.FileDescriptor#close():304 [Inlined code] at java.io.FileDescriptor$1#close():89 [Inlined code] at sun.nio.ch.FileChannelImpl$Closer#run():123 [JIT compiled code] at jdk.internal.ref.CleanerImpl$PhantomCleanableRef#performCleanup():176 [Inlined code] at jdk.internal.ref.PhantomCleanable#clean():96 [Inlined code] at sun.nio.ch.FileChannelImpl#implCloseChannel():219 [Inlined code] at java.nio.channels.spi.AbstractInterruptibleChannel#close():129 [Inlined code] at sun.nio.ch.ChannelOutputStream#close():111 [JIT compiled code] at java.io.FilterOutputStream#close():190 [JIT compiled code] at java.io.FilterOutputStream#close():190 [JIT compiled code] at java.io.FilterOutputStream#close():190 [Inlined code] 0.01% 37 jdk.internal.misc.Unsafe#park() [Native code] at java.util.concurrent.locks.LockSupport#park():223 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():410 [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():650 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#lock():966 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswLock#write():48 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():382 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] 0.01% 35 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open():69 [Inlined code] at sun.nio.fs.UnixChannelFactory#open():242 [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel():132 [Inlined code] at sun.nio.fs.UnixChannelFactory#newFileChannel():145 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#newFileChannel():211 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#newByteChannel():244 [Inlined code] at java.nio.file.spi.FileSystemProvider#newOutputStream():426 [JIT compiled code] at java.nio.file.Files#newOutputStream():215 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#():385 [JIT compiled code] at org.apache.lucene.store.FSDirectory#createTempOutput():229 [JIT compiled code] at org.apache.lucene.store.FilterDirectory#createTempOutput():81 [JIT compiled code] 0.01% 34 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current():51 [Inlined code] at sun.nio.ch.NativeThreadSet#add():48 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():349 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [Inlined code] at sun.nio.ch.ChannelOutputStream#write():105 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write():391 [Inlined code] at java.util.zip.CheckedOutputStream#write():73 [JIT compiled code] at java.io.BufferedOutputStream#flushBuffer():123 [Inlined code] at java.io.BufferedOutputStream#write():188 [Inlined code] 0.01% 32 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle():280 [Inlined code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup():115 [Inlined code] at jdk.internal.foreign.MemorySessionImpl#close():241 [Inlined code] at jdk.internal.foreign.ArenaImpl#close():47 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#close():698 [JIT compiled code] at org.apache.lucene.store.BufferedChecksumIndexInput#close():83 [Inlined code] at org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#():80 [JIT compiled code] at org.apache.lucene.codecs.lucene90.Lucene90NormsFormat#normsProducer():96 [JIT compiled code] 0.01% 32 java.io.RandomAccessFile#open0() [Native code] at java.io.RandomAccessFile#open():338 [Inlined code] at java.io.RandomAccessFile#():257 [JIT compiled code] at java.io.RandomAccessFile#():211 [Inlined code] at jdk.jfr.internal.RepositoryChunk#():57 [JIT compiled code] at jdk.jfr.internal.Repository#newChunk():99 [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#rotateDisk():383 [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#periodicTask():496 [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0():428 [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000005207aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 0.01% 31 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle():280 [Inlined code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup():115 [Inlined code] at jdk.internal.foreign.MemorySessionImpl#close():241 [Inlined code] at jdk.internal.foreign.ArenaImpl#close():47 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#close():698 [JIT compiled code] at org.apache.lucene.store.BufferedChecksumIndexInput#close():83 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsReader#():125 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104HnswScalarQuantizedVectorsFormat#fieldsReader():204 [JIT compiled code] 0.01% 30 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle():280 [Inlined code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup():115 [Inlined code] at jdk.internal.foreign.MemorySessionImpl#close():241 [Inlined code] at jdk.internal.foreign.ArenaImpl#close():47 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#close():698 [JIT compiled code] at org.apache.lucene.store.BufferedChecksumIndexInput#close():83 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsReader#():131 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsReader#():84 [JIT compiled code] 0.01% 29 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat():253 [Inlined code] at sun.nio.fs.UnixFileAttributes#get():77 [Inlined code] at sun.nio.fs.UnixFileAttributeViews$Basic#readAttributes():51 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#readAttributes():161 [Inlined code] at sun.nio.fs.LinuxFileSystemProvider#readAttributes():99 [Inlined code] at java.nio.file.Files#readAttributes():1702 [Inlined code] at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock#ensureValid():177 [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():36 [Inlined code] at org.apache.lucene.util.FileDeleter#delete():234 [Inlined code] at org.apache.lucene.util.FileDeleter#delete():227 [Inlined code] at org.apache.lucene.util.FileDeleter#decRef():109 [JIT compiled code] 0.01% 26 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [Inlined code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [Inlined code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [Inlined code] at org.apache.lucene.store.TrackingDirectoryWrapper#deleteFile():35 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.FieldsIndexWriter#finish():142 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#finish():480 [JIT compiled code] at org.apache.lucene.index.StoredFieldsConsumer#flush():106 [Inlined code] 0.01% 25 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle():280 [Inlined code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup():115 [Inlined code] at jdk.internal.foreign.MemorySessionImpl#close():241 [Inlined code] at jdk.internal.foreign.ArenaImpl#close():47 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#close():698 [JIT compiled code] at org.apache.lucene.store.BufferedChecksumIndexInput#close():83 [Inlined code] at org.apache.lucene.codecs.lucene90.Lucene90PointsReader#():116 [JIT compiled code] at org.apache.lucene.codecs.lucene90.Lucene90PointsFormat#fieldsReader():94 [Inlined code] 0.01% 25 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace():186 [Inlined code] at jdk.internal.event.FileReadEvent#commit() [JIT compiled code] at jdk.internal.event.FileReadEvent#offer():71 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead():271 [Inlined code] at sun.nio.ch.FileChannelImpl#read():229 [JIT compiled code] at perf.LineFileDocs#readDocs():159 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 0.01% 23 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle():280 [Inlined code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup():115 [Inlined code] at jdk.internal.foreign.MemorySessionImpl#close():241 [Inlined code] at jdk.internal.foreign.ArenaImpl#close():47 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#close():698 [JIT compiled code] at org.apache.lucene.store.BufferedChecksumIndexInput#close():83 [JIT compiled code] at org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#():80 [Inlined code] at org.apache.lucene.codecs.lucene90.Lucene90NormsFormat#normsProducer():96 [Inlined code] 0.01% 23 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle():280 [Inlined code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup():115 [Inlined code] at jdk.internal.foreign.MemorySessionImpl#close():241 [Inlined code] at jdk.internal.foreign.ArenaImpl#close():47 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#close():698 [JIT compiled code] at org.apache.lucene.store.BufferedChecksumIndexInput#close():83 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsReader#():228 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsFormat#fieldsProducer():425 [JIT compiled code] 0.01% 22 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle():280 [Inlined code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup():115 [Inlined code] at jdk.internal.foreign.MemorySessionImpl#close():241 [Inlined code] at jdk.internal.foreign.ArenaImpl#close():47 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#close():698 [JIT compiled code] at org.apache.lucene.store.BufferedChecksumIndexInput#close():83 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsReader#readMetadata():128 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsReader#():85 [JIT compiled code] 0.01% 22 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle():280 [Inlined code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup():115 [Inlined code] at jdk.internal.foreign.MemorySessionImpl#close():241 [Inlined code] at jdk.internal.foreign.ArenaImpl#close():47 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#close():698 [JIT compiled code] at org.apache.lucene.store.BufferedChecksumIndexInput#close():83 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#():119 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsFormat#fieldsProducer():423 [JIT compiled code] 0.01% 21 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat():253 [Inlined code] at sun.nio.fs.UnixFileAttributes#get():77 [Inlined code] at sun.nio.fs.UnixFileAttributeViews$Basic#readAttributes():51 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#readAttributes():161 [Inlined code] at sun.nio.fs.LinuxFileSystemProvider#readAttributes():99 [Inlined code] at java.nio.file.Files#readAttributes():1702 [Inlined code] at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock#ensureValid():177 [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#createOutput():42 [Inlined code] at org.apache.lucene.store.TrackingDirectoryWrapper#createOutput():41 [JIT compiled code] at org.apache.lucene.codecs.lucene90.Lucene90NormsConsumer#():49 [Inlined code] at org.apache.lucene.codecs.lucene90.Lucene90NormsFormat#normsConsumer():90 [Inlined code] 0.01% 21 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map():144 [Inlined code] at sun.nio.ch.FileChannelImpl#mapInternal():1515 [JIT compiled code] at sun.nio.ch.FileChannelImpl#map():1453 [Inlined code] at org.apache.lucene.store.MMapDirectory#map():376 [Inlined code] at org.apache.lucene.store.MMapDirectory#openInput():333 [JIT compiled code] at org.apache.lucene.store.FilterDirectory#openInput():101 [JIT compiled code] at org.apache.lucene.store.FilterDirectory#openInput():101 [Inlined code] at org.apache.lucene.store.Directory#openChecksumInput():156 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.FieldsIndexWriter#finish():120 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#finish():480 [JIT compiled code] at org.apache.lucene.index.StoredFieldsConsumer#flush():106 [Inlined code] 0.01% 20 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle():280 [Inlined code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup():115 [Inlined code] at jdk.internal.foreign.MemorySessionImpl#close():241 [Inlined code] at jdk.internal.foreign.ArenaImpl#close():47 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#close():698 [JIT compiled code] at org.apache.lucene.store.BufferedChecksumIndexInput#close():83 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader#():226 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsFormat#fieldsReader():133 [JIT compiled code] 0.01% 20 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current():51 [Inlined code] at sun.nio.ch.NativeThreadSet#add():48 [Inlined code] at sun.nio.ch.FileChannelImpl#implRead():245 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead():269 [Inlined code] at sun.nio.ch.FileChannelImpl#read():229 [JIT compiled code] at perf.LineFileDocs#readDocs():159 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 0.01% 20 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat():253 [Inlined code] at sun.nio.fs.UnixFileAttributes#get():77 [Inlined code] at sun.nio.fs.UnixFileAttributeViews$Basic#readAttributes():51 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#readAttributes():161 [Inlined code] at sun.nio.fs.LinuxFileSystemProvider#readAttributes():99 [Inlined code] at java.nio.file.Files#readAttributes():1702 [Inlined code] at java.nio.file.Files#size():2242 [Inlined code] at org.apache.lucene.store.FSDirectory#fileLength():203 [JIT compiled code] at org.apache.lucene.index.SegmentCommitInfo#sizeInBytes():230 [Inlined code] at org.apache.lucene.index.MergePolicy#size():721 [JIT compiled code] at org.apache.lucene.index.TieredMergePolicy#getSortedBySegmentSize():297 [JIT compiled code] 0.01% 19 sun.nio.fs.UnixNativeDispatcher#access0() [Native code] at sun.nio.fs.UnixNativeDispatcher#access():437 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#exists():518 [JIT compiled code] at java.nio.file.Files#exists():2289 [Inlined code] at jdk.jfr.internal.management.ChunkFilename#next():56 [JIT compiled code] at jdk.jfr.internal.Repository#newChunk():98 [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#rotateDisk():383 [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#periodicTask():496 [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0():428 [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000005207aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 0.01% 19 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle():280 [Inlined code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup():115 [Inlined code] at jdk.internal.foreign.MemorySessionImpl#close():241 [Inlined code] at jdk.internal.foreign.ArenaImpl#close():47 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#close():698 [JIT compiled code] at org.apache.lucene.store.BufferedChecksumIndexInput#close():83 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.FieldsIndexWriter#finish():168 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#finish():480 [JIT compiled code] 0.01% 19 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle():280 [Inlined code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup():115 [Inlined code] at jdk.internal.foreign.MemorySessionImpl#close():241 [Inlined code] at jdk.internal.foreign.ArenaImpl#close():47 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#close():698 [JIT compiled code] at org.apache.lucene.store.BufferedChecksumIndexInput#close():83 [Inlined code] at org.apache.lucene.codecs.lucene94.Lucene94FieldInfosFormat#read():248 [JIT compiled code] at org.apache.lucene.index.SegmentCoreReaders#():91 [JIT compiled code] 0.01% 18 jdk.internal.misc.Unsafe#park() [Native code] at java.util.concurrent.locks.LockSupport#park():369 [Inlined code] at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode#block():520 [Inlined code] at java.util.concurrent.ForkJoinPool#unmanagedBlock():4364 [Inlined code] at java.util.concurrent.ForkJoinPool#managedBlock():4310 [Inlined code] at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject#await():1752 [Inlined code] at java.util.concurrent.ArrayBlockingQueue#put():371 [JIT compiled code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 0.01% 17 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer():341 [Inlined code] at sun.nio.ch.IOUtil#read():307 [Inlined code] at sun.nio.ch.IOUtil#read():284 [Inlined code] at sun.nio.ch.FileChannelImpl#implRead():251 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead():269 [Inlined code] at sun.nio.ch.FileChannelImpl#read():229 [JIT compiled code] at perf.LineFileDocs#readDocs():159 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 0.01% 15 jdk.internal.misc.Unsafe#unpark() [Native code] at java.util.concurrent.locks.LockSupport#unpark():183 [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedSynchronizer#signalNext():646 [Inlined code] at java.util.concurrent.locks.AbstractQueuedSynchronizer#release():1100 [Inlined code] at java.util.concurrent.locks.ReentrantLock#unlock():495 [Inlined code] at java.util.concurrent.ArrayBlockingQueue#take():424 [JIT compiled code] at perf.LineFileDocs#reserve():568 [Inlined code] at perf.LineFileDocs#nextDoc():603 [JIT compiled code] at perf.LineFileDocs#nextDoc():581 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.00% 14 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat():253 [Inlined code] at sun.nio.fs.UnixFileAttributes#get():77 [Inlined code] at sun.nio.fs.UnixFileAttributeViews$Basic#readAttributes():51 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#readAttributes():161 [Inlined code] at sun.nio.fs.LinuxFileSystemProvider#readAttributes():99 [Inlined code] at java.nio.file.Files#readAttributes():1702 [Inlined code] at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock#ensureValid():177 [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#createOutput():42 [Inlined code] at org.apache.lucene.store.TrackingDirectoryWrapper#createOutput():41 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#():153 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsFormat#fieldsConsumer():411 [JIT compiled code] 0.00% 13 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace():186 [Inlined code] at jdk.internal.event.FileWriteEvent#commit() [JIT compiled code] at jdk.internal.event.FileWriteEvent#offer():69 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():376 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [Inlined code] at sun.nio.ch.ChannelOutputStream#write():105 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write():391 [Inlined code] at java.util.zip.CheckedOutputStream#write():73 [JIT compiled code] at java.io.BufferedOutputStream#flushBuffer():123 [Inlined code] at java.io.BufferedOutputStream#flush():203 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr Profiler for heap at stackSize=1 [medium quantized vectors index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2039.49 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2039.49 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2039.49 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2039.49 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2039.49 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2039.49 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 318244 events (total: 333475M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 21.15% 70542M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] 16.98% 56622M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 16.87% 56266M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 6.18% 20612M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] 5.88% 19612M perf.LineFileDocs#readVector():212 [Inlined code] 5.70% 18997M java.nio.HeapByteBuffer#():75 [Inlined code] 2.81% 9375M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] 2.67% 8897M perf.LineFileDocs#nextDoc():640 [JIT compiled code] 2.42% 8055M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] 1.49% 4969M perf.LineFileDocs#readDocs():176 [JIT compiled code] 1.47% 4892M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] 1.41% 4695M java.lang.StringUTF16#compress():212 [Inlined code] 0.99% 3285M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] 0.93% 3108M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] 0.91% 3049M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] 0.80% 2653M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] 0.73% 2438M java.lang.StringUTF16#compress():216 [Inlined code] 0.57% 1900M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] 0.56% 1853M org.apache.lucene.util.TimSorter#():62 [Inlined code] 0.50% 1681M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [Inlined code] 0.46% 1546M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():241 [Inlined code] 0.45% 1487M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] 0.44% 1462M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] 0.42% 1416M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] 0.42% 1388M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] 0.39% 1313M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] 0.37% 1228M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 0.34% 1146M org.apache.lucene.util.BytesRef#():71 [Inlined code] 0.33% 1107M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] 0.28% 923M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] 0.27% 902M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] 0.26% 880M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] 0.25% 844M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [Inlined code] 0.23% 777M java.util.ArrayList#grow():240 [Inlined code] 0.18% 614M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#():108 [Inlined code] 0.17% 580M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] 0.17% 568M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] 0.16% 534M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] 0.16% 527M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():232 [JIT compiled code] 0.14% 451M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():283 [JIT compiled code] 0.13% 442M perf.LineFileDocs#nextDoc():635 [JIT compiled code] 0.11% 361M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] 0.11% 354M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [Inlined code] 0.10% 324M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] 0.10% 318M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] 0.10% 316M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():269 [JIT compiled code] 0.08% 276M java.util.Formatter#parse():2810 [Inlined code] 0.08% 264M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] 0.08% 261M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1458 [Inlined code] 0.08% 260M perf.LineFileDocs#readVector():212 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=2 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr Profiler for heap at stackSize=2 [medium quantized vectors index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2039.49 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2039.49 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2039.49 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2039.49 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2039.49 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2039.49 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2039.49 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 318244 events (total: 333475M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 16.98% 56622M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] 16.85% 56200M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] 12.45% 41501M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] 8.71% 29041M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [Inlined code] 6.18% 20612M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():435 [Inlined code] 5.88% 19612M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] 5.70% 18995M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] 2.81% 9375M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] 2.67% 8897M perf.LineFileDocs#nextDoc():640 [JIT compiled code] at perf.LineFileDocs#nextDoc():581 [Inlined code] 2.42% 8055M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] 1.49% 4969M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.47% 4892M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] 1.41% 4695M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] 0.99% 3285M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 0.93% 3108M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] 0.90% 3010M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] 0.80% 2653M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():123 [JIT compiled code] 0.73% 2438M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] 0.56% 1853M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] 0.50% 1681M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 0.46% 1546M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():241 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():262 [Inlined code] 0.45% 1509M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] 0.45% 1486M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():262 [Inlined code] 0.42% 1416M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():262 [Inlined code] 0.39% 1313M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():236 [Inlined code] 0.37% 1228M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():262 [Inlined code] 0.33% 1107M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():236 [Inlined code] 0.31% 1032M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] 0.28% 926M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] 0.28% 923M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] 0.27% 902M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():236 [Inlined code] 0.26% 875M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.26% 857M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] 0.25% 844M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] 0.23% 777M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] 0.18% 614M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#():108 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#bytesRefToTrie():95 [Inlined code] 0.17% 580M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] 0.15% 483M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [Inlined code] 0.14% 469M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [Inlined code] 0.14% 469M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] at java.lang.invoke.DirectMethodHandle$Holder#newInvokeSpecial() [Inlined code] 0.13% 445M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():283 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.13% 442M perf.LineFileDocs#nextDoc():635 [JIT compiled code] at perf.LineFileDocs#nextDoc():581 [Inlined code] 0.12% 391M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():464 [JIT compiled code] 0.11% 355M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():232 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():880 [Inlined code] 0.11% 354M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] 0.10% 324M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues():72 [Inlined code] 0.09% 314M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] 0.09% 312M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():269 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.08% 276M java.util.Formatter#parse():2810 [Inlined code] at java.util.Formatter#format():2744 [Inlined code] 0.08% 264M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():398 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr Profiler for heap at stackSize=4 [medium quantized vectors index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2039.49 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2039.49 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2039.49 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2039.49 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2039.49 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2039.49 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2039.49 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2039.49 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 318244 events (total: 333475M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 15.44% 51482M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] 15.22% 50747M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] 10.90% 36342M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] 8.71% 29041M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 6.18% 20612M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():435 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():432 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():461 [Inlined code] 5.88% 19612M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 5.58% 18591M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at perf.LineFileDocs#readVector():213 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] 2.79% 9319M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 2.67% 8897M perf.LineFileDocs#nextDoc():640 [JIT compiled code] at perf.LineFileDocs#nextDoc():581 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 2.42% 8055M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():170 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 1.56% 5190M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] 1.54% 5140M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] 1.49% 4969M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.29% 4291M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():642 [JIT compiled code] 1.23% 4095M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [JIT compiled code] 0.99% 3311M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [JIT compiled code] 0.90% 3010M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 0.80% 2653M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():123 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 0.72% 2411M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():642 [JIT compiled code] 0.66% 2187M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] 0.56% 1853M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] at org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] 0.50% 1671M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] 0.50% 1662M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.48% 1614M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] 0.47% 1580M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] 0.46% 1546M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():241 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():262 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():302 [JIT compiled code] 0.45% 1509M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():160 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 0.45% 1486M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():262 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():302 [JIT compiled code] 0.42% 1416M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():262 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():302 [JIT compiled code] 0.39% 1313M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():236 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():262 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] 0.37% 1228M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():262 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():302 [JIT compiled code] 0.33% 1107M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():236 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():262 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] 0.31% 1027M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():332 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.28% 921M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.27% 902M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():236 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():262 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] 0.26% 855M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1339 [JIT compiled code] 0.25% 848M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.23% 777M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] 0.19% 646M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():161 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():200 [JIT compiled code] 0.19% 644M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():731 [JIT compiled code] 0.18% 614M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#():108 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#bytesRefToTrie():95 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingBlock#compileIndex():481 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlocks():682 [JIT compiled code] 0.18% 597M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] 0.17% 580M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():126 [JIT compiled code] 0.16% 547M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.15% 483M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.14% 462M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.13% 442M perf.LineFileDocs#nextDoc():635 [JIT compiled code] at perf.LineFileDocs#nextDoc():581 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.12% 412M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] at java.lang.invoke.DirectMethodHandle$Holder#newInvokeSpecial() [Inlined code] at java.lang.invoke.Invokers$Holder#linkToTargetMethod() [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [Inlined code] 0.12% 391M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():464 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc():259 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():145 [JIT compiled code] 0.11% 355M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():232 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():880 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():832 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():379 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=8 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr Profiler for heap at stackSize=8 [medium quantized vectors index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2039.49 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2039.49 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2039.49 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2039.49 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2039.49 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2039.49 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2039.49 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2039.49 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2039.49 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 318244 events (total: 333475M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 10.90% 36342M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 8.87% 29579M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 8.71% 29043M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 8.71% 29041M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] 6.18% 20612M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():435 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():432 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():461 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$FieldWriter#addValue():757 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$FieldWriter#addValue():707 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():731 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1051 [JIT compiled code] 5.88% 19612M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 5.58% 18591M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at perf.LineFileDocs#readVector():213 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.94% 16482M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():738 [Inlined code] 4.81% 16048M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():738 [Inlined code] 2.67% 8897M perf.LineFileDocs#nextDoc():640 [JIT compiled code] at perf.LineFileDocs#nextDoc():581 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.63% 5437M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 1.53% 5098M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 1.49% 4969M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.47% 4888M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 1.29% 4291M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():581 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.23% 4095M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 1.22% 4083M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():170 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():341 [JIT compiled code] 1.19% 3971M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():170 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] 1.16% 3881M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():738 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1051 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():786 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] 0.99% 3311M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.79% 2644M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] 0.76% 2544M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] 0.72% 2411M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():581 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.56% 1853M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] at org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():126 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 0.51% 1705M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():395 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] 0.50% 1672M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():395 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] 0.48% 1614M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000521f2c40#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] 0.47% 1578M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():395 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():738 [Inlined code] 0.45% 1510M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000521f2c40#merge() [Interpreted code] 0.45% 1499M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():341 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():456 [JIT compiled code] 0.44% 1452M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():123 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():341 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():456 [JIT compiled code] 0.42% 1416M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():262 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():302 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1339 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1235 [Inlined code] 0.40% 1339M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():241 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():262 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():302 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1339 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1235 [Inlined code] 0.40% 1336M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():262 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():302 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1339 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1235 [Inlined code] 0.37% 1228M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():262 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():302 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1339 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1235 [Inlined code] 0.36% 1201M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():123 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000521f2c40#merge() [Interpreted code] 0.34% 1129M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():341 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():456 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] 0.33% 1104M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():236 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():262 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():302 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1339 [JIT compiled code] 0.31% 1049M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():160 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] 0.31% 1027M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():332 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000052207810#call() [JIT compiled code] 0.31% 1023M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.28% 930M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():236 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():262 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():302 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1339 [JIT compiled code] 0.28% 923M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():255 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph():148 [Interpreted code] 0.26% 855M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1339 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1235 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():748 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():274 [Inlined code] 0.25% 839M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():255 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph():148 [Interpreted code] 0.23% 750M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():226 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():266 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():197 [JIT compiled code] 0.21% 688M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():236 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():262 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():302 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1339 [JIT compiled code] 0.19% 644M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():731 [JIT compiled code] at perf.LineFileDocs#nextDoc():581 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.19% 638M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():738 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1051 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():786 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] 0.18% 600M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():161 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():200 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1339 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1235 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():748 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr Profiler for heap at stackSize=12 [medium quantized vectors index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2039.49 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2039.49 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2039.49 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2039.49 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2039.49 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2039.49 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2039.49 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2039.49 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2039.49 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2039.49 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 318244 events (total: 333475M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 10.90% 36342M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 8.87% 29579M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000052207810#call() [JIT compiled code] 8.71% 29043M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000052207810#call() [JIT compiled code] 8.71% 29041M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000052207810#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 6.18% 20612M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():435 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():432 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():461 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$FieldWriter#addValue():757 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$FieldWriter#addValue():707 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():731 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1051 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():786 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():274 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 5.88% 19612M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 5.58% 18591M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at perf.LineFileDocs#readVector():213 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.94% 16482M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():738 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1051 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():786 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():274 [Inlined code] 4.81% 16048M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():738 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1051 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():786 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():274 [Inlined code] 2.67% 8897M perf.LineFileDocs#nextDoc():640 [JIT compiled code] at perf.LineFileDocs#nextDoc():581 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.49% 4969M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.49% 4952M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000052207810#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 1.29% 4291M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():581 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.23% 4095M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000052207810#call() [JIT compiled code] 1.19% 3971M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():170 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000521f2c40#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5286 [Interpreted code] 1.16% 3881M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():738 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1051 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():786 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():274 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 1.00% 3324M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.99% 3311M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000052207810#call() [JIT compiled code] 0.98% 3261M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.85% 2848M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():170 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():341 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():456 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [JIT compiled code] 0.79% 2644M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] 0.76% 2544M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] 0.72% 2411M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():581 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.56% 1853M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] at org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():126 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000521f2c40#merge() [Interpreted code] 0.53% 1774M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():738 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1051 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():786 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] 0.50% 1650M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():395 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():738 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1051 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():786 [Inlined code] 0.49% 1626M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():738 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1051 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():786 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] 0.48% 1616M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():395 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():738 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1051 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():786 [Inlined code] 0.48% 1614M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000521f2c40#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5286 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4749 [Interpreted code] at org.apache.lucene.index.IndexWriter$IndexWriterMergeSource#merge():6554 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler#doMerge():661 [Interpreted code] 0.47% 1578M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():395 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():738 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1051 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():786 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():274 [Inlined code] 0.45% 1510M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000521f2c40#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5286 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4749 [Interpreted code] 0.42% 1416M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():262 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():302 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1339 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1235 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():748 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():274 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 0.40% 1339M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():241 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():262 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():302 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1339 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1235 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():748 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():274 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 0.40% 1336M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():262 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():302 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1339 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1235 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():748 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():274 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 0.37% 1228M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():262 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():302 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1339 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1235 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():748 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():274 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 0.36% 1201M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():123 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000521f2c40#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5286 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4749 [Interpreted code] 0.34% 1129M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():341 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():456 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():449 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 0.33% 1104M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():236 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():262 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():302 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1339 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1235 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():748 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():274 [Inlined code] 0.32% 1055M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():341 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():456 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():449 [JIT compiled code] 0.31% 1049M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():160 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000521f2c40#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5286 [Interpreted code] 0.31% 1018M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():332 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000052207810#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x0000000052207d68#run() [JIT compiled code] 0.29% 966M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():123 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():341 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():456 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():449 [JIT compiled code] 0.29% 958M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():170 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():341 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():456 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#postUpdate():403 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():449 [JIT compiled code] 0.29% 952M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000052207810#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.28% 930M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():236 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():262 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():302 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1339 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1235 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():748 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():274 [Inlined code] 0.28% 923M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():255 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph():148 [Interpreted code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder():81 [Interpreted code] at org.apache.lucene.util.hnsw.IncrementalHnswGraphMerger#merge():212 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():444 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():128 [Interpreted code] 0.26% 855M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1339 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1235 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():748 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():274 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] 0.25% 839M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():255 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph():148 [Interpreted code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder():81 [Interpreted code] at org.apache.lucene.util.hnsw.IncrementalHnswGraphMerger#merge():212 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():444 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():128 [Interpreted code] 0.21% 688M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():236 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():262 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():302 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1339 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1235 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():748 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():274 [Inlined code] 0.19% 644M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():731 [JIT compiled code] at perf.LineFileDocs#nextDoc():581 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] move log to /l/logs.nightly/2026.04.16.10.08.30/fastIndexMediumDocsWithVectorsQuantized.log move vmstat log to /l/logs.nightly/2026.04.16.10.08.30/fastIndexMediumDocsWithVectorsQuantized.vmstat.log move top log to /l/logs.nightly/2026.04.16.10.08.30/fastIndexMediumDocsWithVectorsQuantized.top.log [2026-04-16 23:31:24.973964] took 7000.1 sec [2026-04-16 23:31:24.978006] medIndexVectorsAtClose None [2026-04-16 23:31:24.988895] 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=2296062 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-17 03:31:25 (UTC) Duration: 185 s Event Type Count Size (bytes) ============================================================= jdk.FileWrite 5102687 122096189 jdk.CPUTimeSample 3578510 62884874 jdk.FileRead 796607 18848958 jdk.ObjectAllocationInNewTLAB 446947 7896875 jdk.ObjectAllocationOutsideTLAB 108381 1738908 jdk.NativeMethodSample 32172 432879 jdk.BooleanFlag 13148 417333 jdk.Compilation 7177 185683 jdk.CPULoad 3353 66457 jdk.UnsignedIntFlag 1178 40749 jdk.IntFlag 1064 38233 jdk.Checkpoint 1044 33431174 jdk.StringFlag 855 32164 jdk.GarbageCollection 50 1187 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 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr Profiler for cpu at stackSize=1 [nrt medium index /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 238.67 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 32172 events (total: 32172) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 43.17% 13888 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 23.43% 7539 jdk.jfr.internal.JVM#emitEvent() [Native code] 22.27% 7166 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] 6.68% 2150 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] 1.94% 624 sun.nio.ch.UnixFileDispatcherImpl#force0() [Native code] 1.58% 507 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] 0.47% 152 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] 0.09% 29 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] 0.08% 27 java.io.FileOutputStream#writeBytes() [Native code] 0.06% 18 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] 0.05% 16 java.util.zip.Inflater#inflateBytesBytes() [Native code] 0.04% 14 jdk.jfr.internal.JVM#getStackTraceId() [Native code] 0.03% 10 java.io.FileDescriptor#close0() [Native code] 0.03% 9 sun.nio.ch.NativeThread#current0() [Native code] 0.02% 5 sun.nio.ch.UnixFileDispatcherImpl#size0() [Native code] 0.01% 4 java.lang.ClassLoader#defineClass1() [Native code] 0.01% 4 jdk.internal.misc.Unsafe#park() [Native code] 0.01% 2 sun.nio.ch.UnixFileDispatcherImpl#allocationGranularity0() [Native code] 0.01% 2 java.io.UnixFileSystem#getBooleanAttributes0() [Native code] 0.00% 1 sun.nio.fs.UnixNativeDispatcher#access0() [Native code] 0.00% 1 jdk.jfr.internal.JVM#flush() [Native code] 0.00% 1 java.lang.String#intern() [Native code] 0.00% 1 java.io.FileInputStream#open0() [Native code] 0.00% 1 jdk.internal.loader.NativeLibraries#load() [Native code] 0.00% 1 sun.nio.fs.UnixNativeDispatcher#lstat0() [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 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr Profiler for cpu at stackSize=2 [nrt medium index /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 238.67 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 238.67 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 32172 events (total: 32172) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 42.99% 13830 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] 22.06% 7096 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [Inlined code] 21.09% 6785 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [JIT compiled code] 3.92% 1260 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [JIT compiled code] 2.65% 853 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [Inlined code] 2.34% 754 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Interpreted code] 1.94% 623 sun.nio.ch.UnixFileDispatcherImpl#force0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#force():85 [Interpreted code] 1.54% 497 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] 0.21% 69 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [JIT compiled code] 0.20% 64 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open():69 [JIT compiled code] 0.20% 64 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open():69 [Inlined code] 0.16% 50 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [JIT compiled code] 0.12% 37 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [Interpreted code] 0.07% 24 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open():69 [Interpreted code] 0.07% 23 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat():253 [Inlined code] 0.07% 22 java.io.FileOutputStream#writeBytes() [Native code] at java.io.FileOutputStream#traceWriteBytes():311 [JIT compiled code] 0.05% 16 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map():144 [JIT compiled code] 0.04% 14 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace():186 [Inlined code] 0.04% 13 java.util.zip.Inflater#inflateBytesBytes() [Native code] at java.util.zip.Inflater#inflate():354 [JIT compiled code] 0.03% 9 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current():51 [Inlined code] 0.03% 9 java.io.FileDescriptor#close0() [Native code] at java.io.FileDescriptor#close():304 [Inlined code] 0.02% 8 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Interpreted code] 0.02% 6 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat():253 [JIT compiled code] 0.02% 5 java.io.FileOutputStream#writeBytes() [Native code] at java.io.FileOutputStream#traceWriteBytes():311 [Interpreted code] 0.02% 5 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Interpreted code] 0.02% 5 sun.nio.ch.UnixFileDispatcherImpl#size0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#size():93 [Inlined code] 0.02% 5 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [JIT compiled code] 0.01% 4 jdk.internal.misc.Unsafe#park() [Native code] at java.util.concurrent.locks.LockSupport#park():369 [Inlined code] 0.01% 3 java.util.zip.Inflater#inflateBytesBytes() [Native code] at java.util.zip.Inflater#inflate():354 [Interpreted code] 0.01% 2 sun.nio.ch.UnixFileDispatcherImpl#allocationGranularity0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#allocationGranularity():137 [Inlined code] 0.01% 2 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map():144 [Interpreted code] 0.01% 2 java.lang.ClassLoader#defineClass1() [Native code] at java.lang.ClassLoader#defineClass():962 [Interpreted code] 0.01% 2 java.lang.ClassLoader#defineClass1() [Native code] at java.lang.ClassLoader#defineClass():962 [JIT compiled code] 0.01% 2 java.io.UnixFileSystem#getBooleanAttributes0() [Native code] at java.io.UnixFileSystem#hasBooleanAttributes():180 [Interpreted code] 0.00% 1 sun.nio.fs.UnixNativeDispatcher#lstat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#lstat():273 [Inlined code] 0.00% 1 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [Interpreted code] 0.00% 1 sun.nio.fs.UnixNativeDispatcher#access0() [Native code] at sun.nio.fs.UnixNativeDispatcher#access():437 [Interpreted code] 0.00% 1 jdk.internal.loader.NativeLibraries#load() [Native code] at jdk.internal.loader.NativeLibraries$NativeLibraryImpl#open():321 [Interpreted code] 0.00% 1 java.io.FileDescriptor#close0() [Native code] at java.io.FileDescriptor#close():304 [Interpreted code] 0.00% 1 java.lang.String#intern() [Native code] at sun.util.locale.BaseLocale#getInstance():175 [JIT compiled code] 0.00% 1 java.io.FileInputStream#open0() [Native code] at java.io.FileInputStream#open():185 [Interpreted code] 0.00% 1 sun.nio.ch.UnixFileDispatcherImpl#force0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#force():85 [Inlined code] 0.00% 1 jdk.jfr.internal.JVM#flush() [Native code] at jdk.jfr.internal.event.EventWriter#flush():232 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.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 238.67 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 238.67 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 238.67 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 32172 events (total: 32172) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 42.99% 13830 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] 22.05% 7095 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer():341 [Inlined code] at sun.nio.ch.IOUtil#read():307 [Inlined code] 21.08% 6783 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [JIT compiled code] 3.92% 1260 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] 2.65% 853 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] 2.28% 732 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Interpreted code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [Interpreted code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [Interpreted code] 1.94% 623 sun.nio.ch.UnixFileDispatcherImpl#force0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#force():85 [Interpreted code] at sun.nio.ch.FileChannelImpl#implForce():620 [Interpreted code] at sun.nio.ch.FileChannelImpl#force():635 [Interpreted code] 1.01% 325 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [JIT compiled code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [JIT compiled code] 0.53% 170 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [JIT compiled code] 0.21% 69 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [JIT compiled code] at sun.nio.ch.IOUtil#readIntoNativeBuffer():341 [JIT compiled code] at sun.nio.ch.IOUtil#read():307 [JIT compiled code] 0.20% 64 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open():69 [Inlined code] at sun.nio.fs.UnixChannelFactory#open():242 [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel():132 [Inlined code] 0.19% 62 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open():69 [JIT compiled code] at sun.nio.fs.UnixChannelFactory#open():242 [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel():132 [JIT compiled code] 0.15% 49 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [JIT compiled code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [JIT compiled code] at sun.nio.ch.IOUtil#write():102 [JIT compiled code] 0.10% 31 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [Interpreted code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [Interpreted code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Interpreted code] 0.07% 24 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open():69 [Interpreted code] at sun.nio.fs.UnixChannelFactory#open():242 [Interpreted code] at sun.nio.fs.UnixChannelFactory#newFileChannel():132 [Interpreted code] 0.07% 23 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat():253 [Inlined code] at sun.nio.fs.UnixFileAttributes#get():77 [Inlined code] at sun.nio.fs.UnixFileAttributeViews$Basic#readAttributes():51 [Inlined code] 0.07% 22 java.io.FileOutputStream#writeBytes() [Native code] at java.io.FileOutputStream#traceWriteBytes():311 [JIT compiled code] at java.io.FileOutputStream#write():349 [JIT compiled code] at java.lang.System$Out#write():1910 [Inlined code] 0.07% 22 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Interpreted code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [Interpreted code] 0.05% 16 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map():144 [JIT compiled code] at sun.nio.ch.FileChannelImpl#mapInternal():1515 [JIT compiled code] at sun.nio.ch.FileChannelImpl#map():1453 [JIT compiled code] 0.03% 10 java.util.zip.Inflater#inflateBytesBytes() [Native code] at java.util.zip.Inflater#inflate():354 [JIT compiled code] at java.util.zip.InflaterInputStream#read():210 [JIT compiled code] at jdk.internal.loader.Resource#getBytes():106 [JIT compiled code] 0.03% 10 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace():186 [Inlined code] at jdk.internal.event.FileWriteEvent#commit() [JIT compiled code] at jdk.internal.event.FileWriteEvent#offer():69 [Inlined code] 0.03% 9 java.io.FileDescriptor#close0() [Native code] at java.io.FileDescriptor#close():304 [Inlined code] at java.io.FileDescriptor$1#close():89 [Inlined code] at sun.nio.ch.FileChannelImpl$Closer#run():123 [JIT compiled code] 0.02% 8 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Interpreted code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Interpreted code] at sun.nio.ch.IOUtil#write():102 [Interpreted code] 0.02% 8 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current():51 [Inlined code] at sun.nio.ch.NativeThreadSet#add():48 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():349 [Inlined code] 0.02% 6 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [Interpreted code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] 0.02% 6 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat():253 [JIT compiled code] at sun.nio.fs.UnixFileAttributes#get():77 [Inlined code] at sun.nio.fs.UnixFileAttributeViews$Basic#readAttributes():51 [JIT compiled code] 0.02% 5 sun.nio.ch.UnixFileDispatcherImpl#size0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#size():93 [Inlined code] at sun.nio.ch.FileChannelImpl#size():496 [JIT compiled code] at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock#ensureValid():169 [JIT compiled code] 0.02% 5 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Interpreted code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [Interpreted code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [Interpreted code] 0.01% 4 java.io.FileOutputStream#writeBytes() [Native code] at java.io.FileOutputStream#traceWriteBytes():311 [Interpreted code] at java.io.FileOutputStream#write():349 [Interpreted code] at java.lang.System$Out#write():1910 [Interpreted code] 0.01% 4 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace():186 [Inlined code] at jdk.internal.event.FileReadEvent#commit() [JIT compiled code] at jdk.internal.event.FileReadEvent#offer():71 [Inlined code] 0.01% 4 jdk.internal.misc.Unsafe#park() [Native code] at java.util.concurrent.locks.LockSupport#park():369 [Inlined code] at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode#block():520 [Inlined code] at java.util.concurrent.ForkJoinPool#unmanagedBlock():4364 [Inlined code] 0.01% 4 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [JIT compiled code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [Interpreted code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [Interpreted code] 0.01% 3 java.util.zip.Inflater#inflateBytesBytes() [Native code] at java.util.zip.Inflater#inflate():354 [Interpreted code] at java.util.zip.InflaterInputStream#read():210 [Interpreted code] at jdk.internal.loader.Resource#getBytes():106 [Interpreted code] 0.01% 3 java.util.zip.Inflater#inflateBytesBytes() [Native code] at java.util.zip.Inflater#inflate():354 [JIT compiled code] at java.util.zip.InflaterInputStream#read():210 [JIT compiled code] at jdk.internal.loader.Resource#getBytes():106 [Interpreted code] 0.01% 2 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [Interpreted code] 0.01% 2 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map():144 [Interpreted code] at sun.nio.ch.FileChannelImpl#mapInternal():1515 [Interpreted code] at sun.nio.ch.FileChannelImpl#map():1453 [Interpreted code] 0.01% 2 java.io.UnixFileSystem#getBooleanAttributes0() [Native code] at java.io.UnixFileSystem#hasBooleanAttributes():180 [Interpreted code] at java.io.File#exists():790 [Interpreted code] at jdk.internal.loader.URLClassPath$FileLoader#getResource():953 [Interpreted code] 0.01% 2 java.lang.ClassLoader#defineClass1() [Native code] at java.lang.ClassLoader#defineClass():962 [JIT compiled code] at java.security.SecureClassLoader#defineClass():144 [JIT compiled code] at jdk.internal.loader.BuiltinClassLoader#defineClass():776 [JIT compiled code] 0.01% 2 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [Inlined code] 0.01% 2 sun.nio.ch.UnixFileDispatcherImpl#allocationGranularity0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#allocationGranularity():137 [Inlined code] at sun.nio.ch.FileChannelImpl#mapInternal():1510 [JIT compiled code] at sun.nio.ch.FileChannelImpl#map():1453 [JIT compiled code] 0.01% 2 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open():69 [JIT compiled code] at sun.nio.fs.UnixChannelFactory#open():242 [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel():132 [Interpreted code] 0.01% 2 java.lang.ClassLoader#defineClass1() [Native code] at java.lang.ClassLoader#defineClass():962 [Interpreted code] at java.security.SecureClassLoader#defineClass():144 [Interpreted code] at jdk.internal.loader.BuiltinClassLoader#defineClass():776 [Interpreted code] 0.00% 1 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [JIT compiled code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [Interpreted code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [JIT compiled code] 0.00% 1 sun.nio.ch.UnixFileDispatcherImpl#force0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#force():85 [Inlined code] at sun.nio.ch.FileChannelImpl#implForce():620 [JIT compiled code] at sun.nio.ch.FileChannelImpl#force():635 [JIT compiled code] 0.00% 1 java.lang.String#intern() [Native code] at sun.util.locale.BaseLocale#getInstance():175 [JIT compiled code] at sun.util.locale.InternalLocaleBuilder#getBaseLocale():524 [JIT compiled code] at java.util.Locale#forLanguageTag():1935 [JIT compiled code] 0.00% 1 java.io.FileOutputStream#writeBytes() [Native code] at java.io.FileOutputStream#traceWriteBytes():311 [Interpreted code] at java.io.FileOutputStream#write():349 [JIT compiled code] at java.lang.System$Out#write():1910 [JIT compiled code] 0.00% 1 java.io.FileInputStream#open0() [Native code] at java.io.FileInputStream#open():185 [Interpreted code] at java.io.FileInputStream#():139 [Interpreted code] at jdk.internal.loader.URLClassPath$FileLoader$1#getInputStream():959 [Interpreted code] 0.00% 1 sun.nio.fs.UnixNativeDispatcher#access0() [Native code] at sun.nio.fs.UnixNativeDispatcher#access():437 [Interpreted code] at sun.nio.fs.UnixFileSystemProvider#exists():518 [Interpreted code] at java.nio.file.Files#exists():2289 [Interpreted code] 0.00% 1 jdk.internal.loader.NativeLibraries#load() [Native code] at jdk.internal.loader.NativeLibraries$NativeLibraryImpl#open():321 [Interpreted code] at jdk.internal.loader.NativeLibraries#loadLibrary():187 [Interpreted code] at jdk.internal.loader.NativeLibraries#loadLibrary():129 [Interpreted code] 0.00% 1 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current():51 [Inlined code] at sun.nio.ch.NativeThreadSet#add():48 [Inlined code] at sun.nio.ch.FileChannelImpl#size():492 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=8 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr Profiler for cpu at stackSize=8 [nrt medium index /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 238.67 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 238.67 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 238.67 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 238.67 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 32172 events (total: 32172) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 42.98% 13828 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] at sun.nio.ch.IOUtil#write():72 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():355 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] 21.08% 6783 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#periodicTask():502 [Interpreted code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0():428 [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000005807aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] 18.81% 6052 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer():341 [Inlined code] at sun.nio.ch.IOUtil#read():307 [Inlined code] at sun.nio.ch.IOUtil#read():284 [Inlined code] at sun.nio.ch.FileChannelImpl#implRead():251 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead():269 [Inlined code] at sun.nio.ch.FileChannelImpl#read():229 [JIT compiled code] 3.90% 1256 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [JIT compiled code] 3.24% 1042 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer():341 [Inlined code] at sun.nio.ch.IOUtil#read():307 [Inlined code] at sun.nio.ch.IOUtil#read():284 [Inlined code] at sun.nio.ch.FileChannelImpl#implRead():251 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead():269 [JIT compiled code] at sun.nio.ch.FileChannelImpl#read():229 [Inlined code] 2.28% 732 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Interpreted code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [Interpreted code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [Interpreted code] at jdk.jfr.internal.PlatformRecorder#periodicTask():502 [Interpreted code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0():428 [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000005807aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] 1.93% 621 sun.nio.ch.UnixFileDispatcherImpl#force0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#force():85 [Interpreted code] at sun.nio.ch.FileChannelImpl#implForce():620 [Interpreted code] at sun.nio.ch.FileChannelImpl#force():635 [Interpreted code] at org.apache.lucene.util.IOUtils#fsync():537 [Interpreted code] at org.apache.lucene.store.FSDirectory#fsync():296 [Interpreted code] at org.apache.lucene.store.FSDirectory#sync():248 [Interpreted code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#sync():68 [Interpreted code] 1.63% 523 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [Inlined code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [JIT compiled code] 1.03% 330 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [JIT compiled code] 0.53% 170 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle():280 [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup():270 [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup():264 [Inlined code] at jdk.internal.foreign.SharedSession$SharedResourceList#cleanup():143 [Inlined code] 0.48% 155 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [JIT compiled code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle():280 [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup():270 [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup():264 [Inlined code] at jdk.internal.foreign.SharedSession$SharedResourceList#cleanup():143 [JIT compiled code] 0.41% 133 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [JIT compiled code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle():280 [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup():270 [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup():264 [Interpreted code] at jdk.internal.foreign.SharedSession$SharedResourceList#cleanup():143 [Interpreted code] 0.21% 69 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [JIT compiled code] at sun.nio.ch.IOUtil#readIntoNativeBuffer():341 [JIT compiled code] at sun.nio.ch.IOUtil#read():307 [JIT compiled code] at sun.nio.ch.IOUtil#read():284 [JIT compiled code] at sun.nio.ch.FileChannelImpl#implRead():251 [JIT compiled code] at sun.nio.ch.FileChannelImpl#traceImplRead():269 [JIT compiled code] at sun.nio.ch.FileChannelImpl#read():229 [JIT compiled code] 0.18% 57 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open():69 [Inlined code] at sun.nio.fs.UnixChannelFactory#open():242 [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel():132 [Inlined code] at sun.nio.fs.UnixChannelFactory#newFileChannel():145 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#newFileChannel():211 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#newByteChannel():244 [Inlined code] at java.nio.file.spi.FileSystemProvider#newOutputStream():426 [JIT compiled code] 0.18% 57 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open():69 [JIT compiled code] at sun.nio.fs.UnixChannelFactory#open():242 [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel():132 [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel():145 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#newFileChannel():211 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#newByteChannel():244 [Inlined code] at java.nio.file.spi.FileSystemProvider#newOutputStream():426 [JIT compiled code] 0.15% 49 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [JIT compiled code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [JIT compiled code] at sun.nio.ch.IOUtil#write():102 [JIT compiled code] at sun.nio.ch.IOUtil#write():72 [JIT compiled code] at sun.nio.ch.FileChannelImpl#implWrite():355 [JIT compiled code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [JIT compiled code] at sun.nio.ch.FileChannelImpl#write():333 [JIT compiled code] 0.12% 37 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [JIT compiled code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle():280 [Inlined code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup():115 [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl#close():241 [Inlined code] at jdk.internal.foreign.ArenaImpl#close():47 [JIT compiled code] 0.10% 31 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [Interpreted code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [Interpreted code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Interpreted code] at java.nio.file.Files#delete():1052 [Interpreted code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [Interpreted code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [Interpreted code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [Interpreted code] 0.07% 24 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open():69 [Interpreted code] at sun.nio.fs.UnixChannelFactory#open():242 [Interpreted code] at sun.nio.fs.UnixChannelFactory#newFileChannel():132 [Interpreted code] at sun.nio.fs.UnixChannelFactory#newFileChannel():145 [Interpreted code] at sun.nio.fs.UnixFileSystemProvider#newFileChannel():211 [Interpreted code] at sun.nio.fs.UnixFileSystemProvider#newByteChannel():244 [Interpreted code] at java.nio.file.spi.FileSystemProvider#newOutputStream():426 [Interpreted code] 0.07% 22 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Interpreted code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [Interpreted code] at jdk.jfr.internal.PlatformRecorder#periodicTask():502 [Interpreted code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0():428 [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000005807aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] 0.07% 22 java.io.FileOutputStream#writeBytes() [Native code] at java.io.FileOutputStream#traceWriteBytes():311 [JIT compiled code] at java.io.FileOutputStream#write():349 [JIT compiled code] at java.lang.System$Out#write():1910 [Inlined code] at java.io.BufferedOutputStream#flushBuffer():123 [Inlined code] at java.io.BufferedOutputStream#flush():203 [JIT compiled code] at java.io.PrintStream#write():541 [JIT compiled code] at sun.nio.cs.StreamEncoder#writeBytes():220 [JIT compiled code] 0.03% 10 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat():253 [Inlined code] at sun.nio.fs.UnixFileAttributes#get():77 [Inlined code] at sun.nio.fs.UnixFileAttributeViews$Basic#readAttributes():51 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#readAttributes():161 [Inlined code] at sun.nio.fs.LinuxFileSystemProvider#readAttributes():99 [Inlined code] at java.nio.file.Files#readAttributes():1702 [Inlined code] at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock#ensureValid():177 [JIT compiled code] 0.03% 10 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace():186 [Inlined code] at jdk.internal.event.FileWriteEvent#commit() [JIT compiled code] at jdk.internal.event.FileWriteEvent#offer():69 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():376 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [Inlined code] at sun.nio.ch.ChannelOutputStream#write():105 [Inlined code] 0.02% 8 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map():144 [JIT compiled code] at sun.nio.ch.FileChannelImpl#mapInternal():1515 [JIT compiled code] at sun.nio.ch.FileChannelImpl#map():1453 [JIT compiled code] at org.apache.lucene.store.MMapDirectory#map():376 [JIT compiled code] at org.apache.lucene.store.MMapDirectory#openInput():333 [JIT compiled code] at org.apache.lucene.store.FilterDirectory#openInput():101 [JIT compiled code] at org.apache.lucene.store.FilterDirectory#openInput():101 [JIT compiled code] 0.02% 8 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat():253 [Inlined code] at sun.nio.fs.UnixFileAttributes#get():77 [Inlined code] at sun.nio.fs.UnixFileAttributeViews$Basic#readAttributes():51 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#readAttributes():161 [Inlined code] at sun.nio.fs.LinuxFileSystemProvider#readAttributes():99 [JIT compiled code] at java.nio.file.Files#readAttributes():1702 [Inlined code] at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock#ensureValid():177 [JIT compiled code] 0.02% 8 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Interpreted code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Interpreted code] at sun.nio.ch.IOUtil#write():102 [Interpreted code] at sun.nio.ch.IOUtil#write():72 [Interpreted code] at sun.nio.ch.FileChannelImpl#implWrite():355 [Interpreted code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Interpreted code] at sun.nio.ch.FileChannelImpl#write():333 [Interpreted code] 0.02% 8 java.util.zip.Inflater#inflateBytesBytes() [Native code] at java.util.zip.Inflater#inflate():354 [JIT compiled code] at java.util.zip.InflaterInputStream#read():210 [JIT compiled code] at jdk.internal.loader.Resource#getBytes():106 [JIT compiled code] at jdk.internal.loader.URLClassPath$JarLoader$1#getBytes():730 [JIT compiled code] at jdk.internal.loader.BuiltinClassLoader#defineClass():773 [JIT compiled code] at jdk.internal.loader.BuiltinClassLoader#findClassOnClassPathOrNull():691 [JIT compiled code] at jdk.internal.loader.BuiltinClassLoader#loadClassOrNull():620 [JIT compiled code] 0.02% 8 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current():51 [Inlined code] at sun.nio.ch.NativeThreadSet#add():48 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():349 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [Inlined code] at sun.nio.ch.ChannelOutputStream#write():105 [Inlined code] 0.02% 6 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat():253 [JIT compiled code] at sun.nio.fs.UnixFileAttributes#get():77 [Inlined code] at sun.nio.fs.UnixFileAttributeViews$Basic#readAttributes():51 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#readAttributes():161 [JIT compiled code] at sun.nio.fs.LinuxFileSystemProvider#readAttributes():99 [JIT compiled code] at java.nio.file.Files#readAttributes():1702 [Inlined code] at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock#ensureValid():177 [JIT compiled code] 0.02% 6 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [Interpreted code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [JIT compiled code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [Interpreted code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [JIT compiled code] 0.02% 6 java.io.FileDescriptor#close0() [Native code] at java.io.FileDescriptor#close():304 [Inlined code] at java.io.FileDescriptor$1#close():89 [Inlined code] at sun.nio.ch.FileChannelImpl$Closer#run():123 [JIT compiled code] at jdk.internal.ref.CleanerImpl$PhantomCleanableRef#performCleanup():176 [JIT compiled code] at jdk.internal.ref.PhantomCleanable#clean():96 [Inlined code] at sun.nio.ch.FileChannelImpl#implCloseChannel():219 [JIT compiled code] at java.nio.channels.spi.AbstractInterruptibleChannel#close():129 [JIT compiled code] 0.02% 5 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open():69 [Inlined code] at sun.nio.fs.UnixChannelFactory#open():242 [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel():132 [Inlined code] at sun.nio.fs.UnixChannelFactory#newFileChannel():145 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#newFileChannel():211 [JIT compiled code] at java.nio.channels.FileChannel#open():301 [JIT compiled code] at java.nio.channels.FileChannel#open():353 [Inlined code] 0.02% 5 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat():253 [Inlined code] at sun.nio.fs.UnixFileAttributes#get():77 [Inlined code] at sun.nio.fs.UnixFileAttributeViews$Basic#readAttributes():51 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#readAttributes():161 [Inlined code] at sun.nio.fs.LinuxFileSystemProvider#readAttributes():99 [Inlined code] at java.nio.file.Files#readAttributes():1702 [Inlined code] at java.nio.file.Files#size():2242 [Inlined code] 0.02% 5 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open():69 [JIT compiled code] at sun.nio.fs.UnixChannelFactory#open():242 [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel():132 [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel():145 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#newFileChannel():211 [JIT compiled code] at java.nio.channels.FileChannel#open():301 [JIT compiled code] at java.nio.channels.FileChannel#open():353 [Inlined code] 0.01% 4 jdk.internal.misc.Unsafe#park() [Native code] at java.util.concurrent.locks.LockSupport#park():369 [Inlined code] at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode#block():520 [Inlined code] at java.util.concurrent.ForkJoinPool#unmanagedBlock():4364 [Inlined code] at java.util.concurrent.ForkJoinPool#managedBlock():4310 [Inlined code] at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject#await():1752 [Inlined code] at java.util.concurrent.ArrayBlockingQueue#put():371 [JIT compiled code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] 0.01% 4 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [JIT compiled code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [Interpreted code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [JIT compiled code] 0.01% 4 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Interpreted code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [Interpreted code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [Interpreted code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle():280 [Interpreted code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup():115 [Interpreted code] at jdk.internal.foreign.MemorySessionImpl#close():241 [Interpreted code] at jdk.internal.foreign.ArenaImpl#close():47 [Interpreted code] 0.01% 4 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [JIT compiled code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [Interpreted code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [Interpreted code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle():280 [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup():270 [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup():264 [Interpreted code] at jdk.internal.foreign.SharedSession$SharedResourceList#cleanup():143 [Interpreted code] 0.01% 3 java.io.FileOutputStream#writeBytes() [Native code] at java.io.FileOutputStream#traceWriteBytes():311 [Interpreted code] at java.io.FileOutputStream#write():349 [Interpreted code] at java.lang.System$Out#write():1910 [Interpreted code] at java.io.BufferedOutputStream#flushBuffer():123 [Inlined code] at java.io.BufferedOutputStream#flush():203 [JIT compiled code] at java.io.PrintStream#write():541 [Interpreted code] at sun.nio.cs.StreamEncoder#writeBytes():220 [Interpreted code] 0.01% 3 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace():186 [Inlined code] at jdk.internal.event.FileReadEvent#commit() [JIT compiled code] at jdk.internal.event.FileReadEvent#offer():71 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead():271 [Inlined code] at sun.nio.ch.FileChannelImpl#read():229 [JIT compiled code] at perf.LineFileDocs#readDocs():178 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 0.01% 2 java.io.FileDescriptor#close0() [Native code] at java.io.FileDescriptor#close():304 [Inlined code] at java.io.FileDescriptor$1#close():89 [Inlined code] at sun.nio.ch.FileChannelImpl$Closer#run():123 [JIT compiled code] at jdk.internal.ref.CleanerImpl$PhantomCleanableRef#performCleanup():176 [Inlined code] at jdk.internal.ref.PhantomCleanable#clean():96 [Inlined code] at sun.nio.ch.FileChannelImpl#implCloseChannel():219 [Inlined code] at java.nio.channels.spi.AbstractInterruptibleChannel#close():129 [JIT compiled code] 0.01% 2 java.util.zip.Inflater#inflateBytesBytes() [Native code] at java.util.zip.Inflater#inflate():354 [JIT compiled code] at java.util.zip.InflaterInputStream#read():210 [JIT compiled code] at jdk.internal.loader.Resource#getBytes():106 [Interpreted code] at jdk.internal.loader.URLClassPath$JarLoader$1#getBytes():730 [Interpreted code] at jdk.internal.loader.BuiltinClassLoader#defineClass():773 [Interpreted code] at jdk.internal.loader.BuiltinClassLoader#findClassOnClassPathOrNull():691 [Interpreted code] at jdk.internal.loader.BuiltinClassLoader#loadClassOrNull():620 [JIT compiled code] 0.01% 2 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open():69 [Inlined code] at sun.nio.fs.UnixChannelFactory#open():242 [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel():132 [Inlined code] at sun.nio.fs.UnixChannelFactory#newFileChannel():145 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#newFileChannel():211 [JIT compiled code] at java.nio.channels.FileChannel#open():301 [JIT compiled code] at java.nio.channels.FileChannel#open():353 [JIT compiled code] 0.01% 2 sun.nio.ch.UnixFileDispatcherImpl#size0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#size():93 [Inlined code] at sun.nio.ch.FileChannelImpl#size():496 [JIT compiled code] at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock#ensureValid():169 [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#createOutput():42 [JIT compiled code] at org.apache.lucene.store.TrackingDirectoryWrapper#createOutput():41 [JIT compiled code] at org.apache.lucene.codecs.lucene94.Lucene94FieldInfosFormat#write():416 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():358 [JIT compiled code] 0.01% 2 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [Interpreted code] at jdk.jfr.internal.PlatformRecorder#periodicTask():502 [Interpreted code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0():428 [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000005807aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] 0.01% 2 sun.nio.ch.UnixFileDispatcherImpl#allocationGranularity0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#allocationGranularity():137 [Inlined code] at sun.nio.ch.FileChannelImpl#mapInternal():1510 [JIT compiled code] at sun.nio.ch.FileChannelImpl#map():1453 [JIT compiled code] at org.apache.lucene.store.MMapDirectory#map():376 [JIT compiled code] at org.apache.lucene.store.MMapDirectory#openInput():333 [JIT compiled code] at org.apache.lucene.store.FilterDirectory#openInput():101 [JIT compiled code] at org.apache.lucene.store.FilterDirectory#openInput():101 [JIT compiled code] 0.01% 2 java.lang.ClassLoader#defineClass1() [Native code] at java.lang.ClassLoader#defineClass():962 [JIT compiled code] at java.security.SecureClassLoader#defineClass():144 [JIT compiled code] at jdk.internal.loader.BuiltinClassLoader#defineClass():776 [JIT compiled code] at jdk.internal.loader.BuiltinClassLoader#findClassOnClassPathOrNull():691 [JIT compiled code] at jdk.internal.loader.BuiltinClassLoader#loadClassOrNull():620 [JIT compiled code] at jdk.internal.loader.BuiltinClassLoader#loadClass():578 [JIT compiled code] at java.lang.ClassLoader#loadClass():490 [JIT compiled code] 0.01% 2 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] at sun.nio.ch.IOUtil#write():72 [JIT compiled code] at sun.nio.ch.FileChannelImpl#implWrite():355 [JIT compiled code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [JIT compiled code] at sun.nio.ch.FileChannelImpl#write():333 [JIT compiled code] 0.01% 2 java.util.zip.Inflater#inflateBytesBytes() [Native code] at java.util.zip.Inflater#inflate():354 [Interpreted code] at java.util.zip.InflaterInputStream#read():210 [Interpreted code] at jdk.internal.loader.Resource#getBytes():106 [Interpreted code] at jdk.internal.loader.URLClassPath$JarLoader$1#getBytes():730 [Interpreted code] at jdk.internal.loader.BuiltinClassLoader#defineClass():773 [Interpreted code] at jdk.internal.loader.BuiltinClassLoader#findClassOnClassPathOrNull():691 [Interpreted code] at jdk.internal.loader.BuiltinClassLoader#loadClassOrNull():620 [Interpreted code] 0.01% 2 sun.nio.ch.UnixFileDispatcherImpl#size0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#size():93 [Inlined code] at sun.nio.ch.FileChannelImpl#size():496 [JIT compiled code] at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock#ensureValid():169 [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#createOutput():42 [JIT compiled code] at org.apache.lucene.store.TrackingDirectoryWrapper#createOutput():41 [JIT compiled code] at org.apache.lucene.codecs.lucene90.Lucene90NormsConsumer#():49 [Interpreted code] at org.apache.lucene.codecs.lucene90.Lucene90NormsFormat#normsConsumer():90 [Interpreted code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/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 238.67 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 238.67 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 238.67 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 238.67 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 238.67 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 32172 events (total: 32172) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 42.93% 13811 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] at sun.nio.ch.IOUtil#write():72 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():355 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [Inlined code] at sun.nio.ch.ChannelOutputStream#write():105 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write():391 [Inlined code] at java.util.zip.CheckedOutputStream#write():73 [JIT compiled code] 21.08% 6783 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#periodicTask():502 [Interpreted code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0():428 [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000005807aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 14.79% 4757 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer():341 [Inlined code] at sun.nio.ch.IOUtil#read():307 [Inlined code] at sun.nio.ch.IOUtil#read():284 [Inlined code] at sun.nio.ch.FileChannelImpl#implRead():251 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead():269 [Inlined code] at sun.nio.ch.FileChannelImpl#read():229 [JIT compiled code] at perf.LineFileDocs#readDocs():178 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 3.66% 1177 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer():341 [Inlined code] at sun.nio.ch.IOUtil#read():307 [Inlined code] at sun.nio.ch.IOUtil#read():284 [Inlined code] at sun.nio.ch.FileChannelImpl#implRead():251 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead():269 [Inlined code] at sun.nio.ch.FileChannelImpl#read():229 [JIT compiled code] at perf.LineFileDocs#readDocs():178 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 3.16% 1017 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer():341 [Inlined code] at sun.nio.ch.IOUtil#read():307 [Inlined code] at sun.nio.ch.IOUtil#read():284 [Inlined code] at sun.nio.ch.FileChannelImpl#implRead():251 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead():269 [JIT compiled code] at sun.nio.ch.FileChannelImpl#read():229 [Inlined code] at perf.LineFileDocs#readDocs():178 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 2.28% 732 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Interpreted code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [Interpreted code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [Interpreted code] at jdk.jfr.internal.PlatformRecorder#periodicTask():502 [Interpreted code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0():428 [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000005807aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 1.93% 621 sun.nio.ch.UnixFileDispatcherImpl#force0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#force():85 [Interpreted code] at sun.nio.ch.FileChannelImpl#implForce():620 [Interpreted code] at sun.nio.ch.FileChannelImpl#force():635 [Interpreted code] at org.apache.lucene.util.IOUtils#fsync():537 [Interpreted code] at org.apache.lucene.store.FSDirectory#fsync():296 [Interpreted code] at org.apache.lucene.store.FSDirectory#sync():248 [Interpreted code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#sync():68 [Interpreted code] at org.apache.lucene.index.IndexWriter#startCommit():5663 [Interpreted code] at org.apache.lucene.index.IndexWriter#prepareCommitInternal():3789 [Interpreted code] at org.apache.lucene.index.IndexWriter#commitInternal():4131 [Interpreted code] at org.apache.lucene.index.IndexWriter#shutdown():1325 [Interpreted code] 1.62% 522 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [Inlined code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete():234 [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete():227 [Inlined code] at org.apache.lucene.util.FileDeleter#decRef():109 [JIT compiled code] at org.apache.lucene.index.IndexFileDeleter#decRef():620 [Inlined code] 1.59% 513 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete():234 [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete():227 [Inlined code] at org.apache.lucene.util.FileDeleter#decRef():109 [JIT compiled code] at org.apache.lucene.index.IndexFileDeleter#decRef():620 [JIT compiled code] 1.03% 330 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete():234 [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete():227 [Inlined code] at org.apache.lucene.util.FileDeleter#decRef():109 [JIT compiled code] at org.apache.lucene.index.IndexFileDeleter#decRef():620 [Inlined code] 0.87% 279 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete():234 [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete():227 [Inlined code] at org.apache.lucene.util.FileDeleter#decRef():109 [JIT compiled code] at org.apache.lucene.index.IndexFileDeleter#decRef():620 [Inlined code] 0.53% 172 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete():234 [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete():227 [Interpreted code] at org.apache.lucene.util.FileDeleter#decRef():109 [JIT compiled code] at org.apache.lucene.index.IndexFileDeleter#decRef():620 [Interpreted code] 0.53% 170 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle():280 [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup():270 [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup():264 [Inlined code] at jdk.internal.foreign.SharedSession$SharedResourceList#cleanup():143 [Inlined code] at jdk.internal.foreign.MemorySessionImpl#close():241 [Inlined code] at jdk.internal.foreign.ArenaImpl#close():47 [Inlined code] at org.apache.lucene.store.RefCountedSharedArena#release():113 [Inlined code] at org.apache.lucene.store.RefCountedSharedArena#close():122 [Inlined code] 0.48% 155 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [JIT compiled code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle():280 [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup():270 [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup():264 [Inlined code] at jdk.internal.foreign.SharedSession$SharedResourceList#cleanup():143 [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl#close():241 [Inlined code] at jdk.internal.foreign.ArenaImpl#close():47 [JIT compiled code] at org.apache.lucene.store.RefCountedSharedArena#release():113 [JIT compiled code] at org.apache.lucene.store.RefCountedSharedArena#close():122 [JIT compiled code] 0.42% 135 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete():234 [Inlined code] at org.apache.lucene.util.FileDeleter#delete():227 [JIT compiled code] at org.apache.lucene.util.FileDeleter#decRef():109 [JIT compiled code] at org.apache.lucene.index.IndexFileDeleter#decRef():620 [Interpreted code] 0.35% 113 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [JIT compiled code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle():280 [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup():270 [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup():264 [Interpreted code] at jdk.internal.foreign.SharedSession$SharedResourceList#cleanup():143 [Interpreted code] at jdk.internal.foreign.MemorySessionImpl#close():241 [Inlined code] at jdk.internal.foreign.ArenaImpl#close():47 [JIT compiled code] at org.apache.lucene.store.RefCountedSharedArena#release():113 [JIT compiled code] at org.apache.lucene.store.RefCountedSharedArena#close():122 [JIT compiled code] 0.31% 99 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer():341 [Inlined code] at sun.nio.ch.IOUtil#read():307 [Inlined code] at sun.nio.ch.IOUtil#read():284 [Inlined code] at sun.nio.ch.FileChannelImpl#implRead():251 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead():269 [Inlined code] at sun.nio.ch.FileChannelImpl#read():229 [JIT compiled code] at perf.LineFileDocs#readDocs():159 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 0.27% 88 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete():234 [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete():227 [Inlined code] at org.apache.lucene.util.FileDeleter#decRef():109 [JIT compiled code] at org.apache.lucene.index.IndexFileDeleter#decRef():620 [Interpreted code] 0.21% 67 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [JIT compiled code] at sun.nio.ch.IOUtil#readIntoNativeBuffer():341 [JIT compiled code] at sun.nio.ch.IOUtil#read():307 [JIT compiled code] at sun.nio.ch.IOUtil#read():284 [JIT compiled code] at sun.nio.ch.FileChannelImpl#implRead():251 [JIT compiled code] at sun.nio.ch.FileChannelImpl#traceImplRead():269 [JIT compiled code] at sun.nio.ch.FileChannelImpl#read():229 [JIT compiled code] at perf.LineFileDocs#readDocs():178 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 0.17% 55 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open():69 [JIT compiled code] at sun.nio.fs.UnixChannelFactory#open():242 [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel():132 [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel():145 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#newFileChannel():211 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#newByteChannel():244 [Inlined code] at java.nio.file.spi.FileSystemProvider#newOutputStream():426 [JIT compiled code] at java.nio.file.Files#newOutputStream():215 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#():385 [JIT compiled code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#():378 [JIT compiled code] at org.apache.lucene.store.FSDirectory#createOutput():215 [JIT compiled code] 0.16% 51 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open():69 [Inlined code] at sun.nio.fs.UnixChannelFactory#open():242 [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel():132 [Inlined code] at sun.nio.fs.UnixChannelFactory#newFileChannel():145 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#newFileChannel():211 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#newByteChannel():244 [Inlined code] at java.nio.file.spi.FileSystemProvider#newOutputStream():426 [JIT compiled code] at java.nio.file.Files#newOutputStream():215 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#():385 [JIT compiled code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#():378 [JIT compiled code] at org.apache.lucene.store.FSDirectory#createOutput():215 [JIT compiled code] 0.15% 49 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [JIT compiled code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [JIT compiled code] at sun.nio.ch.IOUtil#write():102 [JIT compiled code] at sun.nio.ch.IOUtil#write():72 [JIT compiled code] at sun.nio.ch.FileChannelImpl#implWrite():355 [JIT compiled code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [JIT compiled code] at sun.nio.ch.FileChannelImpl#write():333 [JIT compiled code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [JIT compiled code] at sun.nio.ch.ChannelOutputStream#write():105 [JIT compiled code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write():391 [JIT compiled code] at java.util.zip.CheckedOutputStream#write():73 [JIT compiled code] 0.15% 47 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete():234 [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete():227 [Interpreted code] at org.apache.lucene.util.FileDeleter#decRef():109 [Interpreted code] at org.apache.lucene.index.IndexFileDeleter#decRef():620 [Interpreted code] 0.09% 29 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [Interpreted code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [Interpreted code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Interpreted code] at java.nio.file.Files#delete():1052 [Interpreted code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [Interpreted code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [Interpreted code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [Interpreted code] at org.apache.lucene.util.FileDeleter#delete():234 [Interpreted code] at org.apache.lucene.util.FileDeleter#delete():227 [Interpreted code] at org.apache.lucene.util.FileDeleter#decRef():109 [Interpreted code] at org.apache.lucene.index.IndexFileDeleter#decRef():620 [Interpreted code] 0.08% 25 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer():341 [Inlined code] at sun.nio.ch.IOUtil#read():307 [Inlined code] at sun.nio.ch.IOUtil#read():284 [Inlined code] at sun.nio.ch.FileChannelImpl#implRead():251 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead():269 [JIT compiled code] at sun.nio.ch.FileChannelImpl#read():229 [Inlined code] at perf.LineFileDocs#readDocs():159 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 0.07% 22 java.io.FileOutputStream#writeBytes() [Native code] at java.io.FileOutputStream#traceWriteBytes():311 [JIT compiled code] at java.io.FileOutputStream#write():349 [JIT compiled code] at java.lang.System$Out#write():1910 [Inlined code] at java.io.BufferedOutputStream#flushBuffer():123 [Inlined code] at java.io.BufferedOutputStream#flush():203 [JIT compiled code] at java.io.PrintStream#write():541 [JIT compiled code] at sun.nio.cs.StreamEncoder#writeBytes():220 [JIT compiled code] at sun.nio.cs.StreamEncoder#implFlushBuffer():315 [Inlined code] at sun.nio.cs.StreamEncoder#flushBuffer():101 [JIT compiled code] at java.io.OutputStreamWriter#flushBuffer():179 [Inlined code] at java.io.PrintStream#writeln():690 [JIT compiled code] 0.07% 22 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Interpreted code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [Interpreted code] at jdk.jfr.internal.PlatformRecorder#periodicTask():502 [Interpreted code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0():428 [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000005807aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 0.06% 20 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [JIT compiled code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle():280 [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup():270 [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup():264 [Interpreted code] at jdk.internal.foreign.SharedSession$SharedResourceList#cleanup():143 [Interpreted code] at jdk.internal.foreign.MemorySessionImpl#close():241 [Inlined code] at jdk.internal.foreign.ArenaImpl#close():47 [JIT compiled code] at org.apache.lucene.store.RefCountedSharedArena#release():113 [Interpreted code] at org.apache.lucene.store.RefCountedSharedArena#close():122 [Interpreted code] 0.06% 19 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer():341 [Inlined code] at sun.nio.ch.IOUtil#read():307 [Inlined code] at sun.nio.ch.IOUtil#read():284 [Inlined code] at sun.nio.ch.FileChannelImpl#implRead():251 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead():269 [Inlined code] at sun.nio.ch.FileChannelImpl#read():229 [JIT compiled code] at perf.LineFileDocs#readDocs():159 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 0.05% 15 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open():69 [Interpreted code] at sun.nio.fs.UnixChannelFactory#open():242 [Interpreted code] at sun.nio.fs.UnixChannelFactory#newFileChannel():132 [Interpreted code] at sun.nio.fs.UnixChannelFactory#newFileChannel():145 [Interpreted code] at sun.nio.fs.UnixFileSystemProvider#newFileChannel():211 [Interpreted code] at sun.nio.fs.UnixFileSystemProvider#newByteChannel():244 [Interpreted code] at java.nio.file.spi.FileSystemProvider#newOutputStream():426 [Interpreted code] at java.nio.file.Files#newOutputStream():215 [Interpreted code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#():385 [Interpreted code] at org.apache.lucene.store.FSDirectory#createTempOutput():229 [Interpreted code] at org.apache.lucene.store.FilterDirectory#createTempOutput():81 [Interpreted code] 0.04% 14 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] at sun.nio.ch.IOUtil#write():72 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():355 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [Inlined code] at sun.nio.ch.ChannelOutputStream#write():105 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write():391 [Inlined code] at java.util.zip.CheckedOutputStream#write():73 [Inlined code] 0.04% 13 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete():234 [Interpreted code] at org.apache.lucene.util.FileDeleter#delete():227 [Interpreted code] at org.apache.lucene.util.FileDeleter#decRef():109 [Interpreted code] at org.apache.lucene.index.IndexFileDeleter#decRef():620 [Interpreted code] 0.03% 9 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open():69 [Interpreted code] at sun.nio.fs.UnixChannelFactory#open():242 [Interpreted code] at sun.nio.fs.UnixChannelFactory#newFileChannel():132 [Interpreted code] at sun.nio.fs.UnixChannelFactory#newFileChannel():145 [Interpreted code] at sun.nio.fs.UnixFileSystemProvider#newFileChannel():211 [Interpreted code] at sun.nio.fs.UnixFileSystemProvider#newByteChannel():244 [Interpreted code] at java.nio.file.spi.FileSystemProvider#newOutputStream():426 [Interpreted code] at java.nio.file.Files#newOutputStream():215 [Interpreted code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#():385 [Interpreted code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#():378 [Interpreted code] at org.apache.lucene.store.FSDirectory#createOutput():215 [Interpreted code] 0.02% 8 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Interpreted code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Interpreted code] at sun.nio.ch.IOUtil#write():102 [Interpreted code] at sun.nio.ch.IOUtil#write():72 [Interpreted code] at sun.nio.ch.FileChannelImpl#implWrite():355 [Interpreted code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Interpreted code] at sun.nio.ch.FileChannelImpl#write():333 [Interpreted code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [Interpreted code] at sun.nio.ch.ChannelOutputStream#write():105 [Interpreted code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write():391 [Interpreted code] at java.util.zip.CheckedOutputStream#write():73 [Interpreted code] 0.02% 6 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [Interpreted code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [JIT compiled code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [Interpreted code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete():234 [Interpreted code] at org.apache.lucene.util.FileDeleter#delete():227 [Interpreted code] at org.apache.lucene.util.FileDeleter#decRef():109 [Interpreted code] at org.apache.lucene.index.IndexFileDeleter#decRef():620 [Interpreted code] 0.02% 6 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current():51 [Inlined code] at sun.nio.ch.NativeThreadSet#add():48 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():349 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [Inlined code] at sun.nio.ch.ChannelOutputStream#write():105 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write():391 [Inlined code] at java.util.zip.CheckedOutputStream#write():73 [JIT compiled code] at java.io.BufferedOutputStream#flushBuffer():123 [Inlined code] at java.io.BufferedOutputStream#write():188 [Inlined code] 0.02% 6 java.io.FileDescriptor#close0() [Native code] at java.io.FileDescriptor#close():304 [Inlined code] at java.io.FileDescriptor$1#close():89 [Inlined code] at sun.nio.ch.FileChannelImpl$Closer#run():123 [JIT compiled code] at jdk.internal.ref.CleanerImpl$PhantomCleanableRef#performCleanup():176 [JIT compiled code] at jdk.internal.ref.PhantomCleanable#clean():96 [Inlined code] at sun.nio.ch.FileChannelImpl#implCloseChannel():219 [JIT compiled code] at java.nio.channels.spi.AbstractInterruptibleChannel#close():129 [JIT compiled code] at sun.nio.ch.ChannelOutputStream#close():111 [JIT compiled code] at java.io.FilterOutputStream#close():190 [JIT compiled code] at java.io.FilterOutputStream#close():190 [JIT compiled code] at java.io.FilterOutputStream#close():190 [JIT compiled code] 0.02% 5 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [JIT compiled code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle():280 [Inlined code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup():115 [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl#close():241 [Inlined code] at jdk.internal.foreign.ArenaImpl#close():47 [JIT compiled code] at org.apache.lucene.store.MemorySegmentIndexInput#close():698 [JIT compiled code] at org.apache.lucene.store.BufferedChecksumIndexInput#close():83 [JIT compiled code] at org.apache.lucene.codecs.lucene90.Lucene90PointsReader#():116 [Interpreted code] at org.apache.lucene.codecs.lucene90.Lucene90PointsFormat#fieldsReader():94 [Interpreted code] 0.02% 5 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace():186 [Inlined code] at jdk.internal.event.FileWriteEvent#commit() [JIT compiled code] at jdk.internal.event.FileWriteEvent#offer():69 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():376 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [Inlined code] at sun.nio.ch.ChannelOutputStream#write():105 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write():391 [Inlined code] at java.util.zip.CheckedOutputStream#write():73 [JIT compiled code] at java.io.BufferedOutputStream#flushBuffer():123 [Inlined code] at java.io.BufferedOutputStream#flush():203 [JIT compiled code] 0.01% 4 jdk.internal.misc.Unsafe#park() [Native code] at java.util.concurrent.locks.LockSupport#park():369 [Inlined code] at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode#block():520 [Inlined code] at java.util.concurrent.ForkJoinPool#unmanagedBlock():4364 [Inlined code] at java.util.concurrent.ForkJoinPool#managedBlock():4310 [Inlined code] at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject#await():1752 [Inlined code] at java.util.concurrent.ArrayBlockingQueue#put():371 [JIT compiled code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 0.01% 4 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open():69 [Inlined code] at sun.nio.fs.UnixChannelFactory#open():242 [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel():132 [Inlined code] at sun.nio.fs.UnixChannelFactory#newFileChannel():145 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#newFileChannel():211 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#newByteChannel():244 [Inlined code] at java.nio.file.spi.FileSystemProvider#newOutputStream():426 [JIT compiled code] at java.nio.file.Files#newOutputStream():215 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#():385 [JIT compiled code] at org.apache.lucene.store.FSDirectory#createTempOutput():229 [JIT compiled code] at org.apache.lucene.store.FilterDirectory#createTempOutput():81 [JIT compiled code] 0.01% 4 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace():186 [Inlined code] at jdk.internal.event.FileWriteEvent#commit() [JIT compiled code] at jdk.internal.event.FileWriteEvent#offer():69 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():376 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [Inlined code] at sun.nio.ch.ChannelOutputStream#write():105 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write():391 [Inlined code] at java.util.zip.CheckedOutputStream#write():73 [JIT compiled code] at java.io.BufferedOutputStream#flushBuffer():123 [Inlined code] at java.io.BufferedOutputStream#write():188 [Inlined code] 0.01% 4 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [JIT compiled code] at org.apache.lucene.store.TrackingDirectoryWrapper#deleteFile():35 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.FieldsIndexWriter#finish():142 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#finish():480 [Interpreted code] at org.apache.lucene.index.StoredFieldsConsumer#flush():106 [Interpreted code] 0.01% 4 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [JIT compiled code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle():280 [Inlined code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup():115 [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl#close():241 [Inlined code] at jdk.internal.foreign.ArenaImpl#close():47 [JIT compiled code] at org.apache.lucene.store.MemorySegmentIndexInput#close():698 [JIT compiled code] at org.apache.lucene.store.BufferedChecksumIndexInput#close():83 [Inlined code] at org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#():80 [JIT compiled code] at org.apache.lucene.codecs.lucene90.Lucene90NormsFormat#normsProducer():96 [JIT compiled code] 0.01% 4 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [JIT compiled code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [Interpreted code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete():234 [Interpreted code] at org.apache.lucene.util.FileDeleter#delete():227 [Interpreted code] at org.apache.lucene.util.FileDeleter#decRef():109 [Interpreted code] at org.apache.lucene.index.IndexFileDeleter#decRef():620 [Interpreted code] 0.01% 4 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [JIT compiled code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [Interpreted code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [Interpreted code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle():280 [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup():270 [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup():264 [Interpreted code] at jdk.internal.foreign.SharedSession$SharedResourceList#cleanup():143 [Interpreted code] at jdk.internal.foreign.MemorySessionImpl#close():241 [Inlined code] at jdk.internal.foreign.ArenaImpl#close():47 [JIT compiled code] at org.apache.lucene.store.RefCountedSharedArena#release():113 [Interpreted code] at org.apache.lucene.store.RefCountedSharedArena#close():122 [Interpreted code] 0.01% 4 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [JIT compiled code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle():280 [Inlined code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup():115 [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl#close():241 [Inlined code] at jdk.internal.foreign.ArenaImpl#close():47 [JIT compiled code] at org.apache.lucene.store.MemorySegmentIndexInput#close():698 [JIT compiled code] at org.apache.lucene.store.BufferedChecksumIndexInput#close():83 [JIT compiled code] at org.apache.lucene.codecs.lucene90.Lucene90DocValuesProducer#():113 [Interpreted code] at org.apache.lucene.codecs.lucene90.Lucene90DocValuesFormat#fieldsProducer():166 [Interpreted code] 0.01% 3 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace():186 [Inlined code] at jdk.internal.event.FileReadEvent#commit() [JIT compiled code] at jdk.internal.event.FileReadEvent#offer():71 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead():271 [Inlined code] at sun.nio.ch.FileChannelImpl#read():229 [JIT compiled code] at perf.LineFileDocs#readDocs():178 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 0.01% 3 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [JIT compiled code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle():280 [Inlined code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup():115 [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl#close():241 [Inlined code] at jdk.internal.foreign.ArenaImpl#close():47 [JIT compiled code] at org.apache.lucene.store.MemorySegmentIndexInput#close():698 [JIT compiled code] at org.apache.lucene.store.BufferedChecksumIndexInput#close():83 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.FieldsIndexWriter#finish():168 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#finish():480 [Interpreted code] 0.01% 3 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [JIT compiled code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle():280 [Inlined code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup():115 [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl#close():241 [Inlined code] at jdk.internal.foreign.ArenaImpl#close():47 [JIT compiled code] at org.apache.lucene.store.MemorySegmentIndexInput#close():698 [JIT compiled code] at org.apache.lucene.store.BufferedChecksumIndexInput#close():83 [JIT compiled code] at org.apache.lucene.codecs.lucene94.Lucene94FieldInfosFormat#read():248 [Interpreted code] at org.apache.lucene.index.SegmentCoreReaders#():91 [Interpreted code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.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 238.67 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 238.67 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 238.67 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 238.67 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 238.67 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 238.67 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 555297 events (total: 352536M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 15.41% 54337M perf.LineFileDocs#nextDoc():640 [JIT compiled code] 8.78% 30938M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] 8.05% 28393M java.lang.StringUTF16#compress():212 [Inlined code] 6.33% 22310M perf.LineFileDocs#readDocs():176 [JIT compiled code] 6.33% 22300M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] 3.93% 13848M java.lang.StringUTF16#compress():216 [Inlined code] 3.57% 12579M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] 3.27% 11539M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] 3.16% 11143M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] 2.80% 9869M org.apache.lucene.util.BytesRef#():71 [Inlined code] 2.69% 9468M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] 2.25% 7928M perf.LineFileDocs#nextDoc():635 [JIT compiled code] 2.09% 7355M org.apache.lucene.util.TimSorter#():62 [Inlined code] 1.78% 6289M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():241 [Inlined code] 1.73% 6106M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] 1.60% 5640M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] 1.52% 5361M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] 1.46% 5156M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 1.46% 5143M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] 1.37% 4840M java.util.TreeMap#keyIterator():1421 [Inlined code] 1.34% 4725M java.util.ArrayList#grow():240 [Inlined code] 1.17% 4122M perf.LineFileDocs#readDocs():176 [Interpreted code] 1.10% 3890M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] 1.09% 3857M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] 0.81% 2846M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#():108 [Inlined code] 0.76% 2663M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 0.62% 2174M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] 0.60% 2113M org.apache.lucene.document.KeywordField#setStringValue():119 [Inlined code] 0.54% 1910M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] 0.52% 1848M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] 0.49% 1718M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] 0.45% 1579M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1458 [Inlined code] 0.45% 1568M org.apache.lucene.codecs.lucene104.PForUtil#encode():78 [JIT compiled code] 0.44% 1558M java.util.Formatter#parse():2810 [Inlined code] 0.44% 1546M perf.LineFileDocs#newDocState():502 [Interpreted code] 0.43% 1498M java.lang.Integer#toString():167 [Inlined code] 0.41% 1435M java.util.Arrays#copyOfRange():3849 [Inlined code] 0.39% 1391M org.apache.lucene.document.IntPoint#pack():108 [Inlined code] 0.37% 1306M java.lang.Long#valueOf():1000 [Inlined code] 0.32% 1110M perf.LineFileDocs#nextDoc():642 [JIT compiled code] 0.29% 1039M perf.LineFileDocs#nextDoc():734 [JIT compiled code] 0.28% 995M perf.LineFileDocs#nextDoc():637 [JIT compiled code] 0.28% 970M org.apache.lucene.document.LongField#binaryValue():90 [JIT compiled code] 0.27% 948M java.util.Formatter#parse():2782 [Inlined code] 0.27% 946M perf.LineFileDocs#nextDoc():647 [JIT compiled code] 0.27% 942M org.apache.lucene.document.LongField#binaryValue():88 [JIT compiled code] 0.27% 940M java.lang.StringLatin1#replace():312 [Inlined code] 0.26% 932M java.lang.StringBuilder#toString():478 [Inlined code] 0.26% 920M java.lang.StringLatin1#newString():760 [Inlined code] 0.26% 903M perf.LineFileDocs#nextDoc():645 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=2 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr Profiler for heap at stackSize=2 [nrt medium index /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 238.67 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 238.67 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 238.67 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 238.67 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 238.67 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 238.67 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 238.67 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 555297 events (total: 352536M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 15.40% 54274M perf.LineFileDocs#nextDoc():640 [JIT compiled code] at perf.LineFileDocs#nextDoc():581 [Inlined code] 8.78% 30938M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] 8.05% 28393M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] 6.33% 22310M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 6.33% 22300M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] 3.93% 13848M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] 3.57% 12579M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 3.08% 10844M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] 2.70% 9510M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] 2.63% 9284M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():123 [JIT compiled code] 2.58% 9105M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] 2.24% 7904M perf.LineFileDocs#nextDoc():635 [JIT compiled code] at perf.LineFileDocs#nextDoc():581 [Inlined code] 2.09% 7355M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] 1.78% 6289M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():241 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():262 [Inlined code] 1.73% 6106M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():262 [Inlined code] 1.60% 5640M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():236 [Inlined code] 1.52% 5361M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():262 [Inlined code] 1.46% 5156M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():262 [Inlined code] 1.46% 5143M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():236 [Inlined code] 1.37% 4840M java.util.TreeMap#keyIterator():1421 [Inlined code] at java.util.TreeMap$KeySet#iterator():1434 [JIT compiled code] 1.34% 4725M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] 1.17% 4122M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.10% 3886M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():236 [Inlined code] 1.09% 3857M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] 0.81% 2846M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#():108 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#bytesRefToTrie():95 [Inlined code] 0.74% 2598M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [Inlined code] 0.69% 2434M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():464 [JIT compiled code] 0.62% 2174M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [JIT compiled code] 0.52% 1848M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues():72 [Inlined code] 0.49% 1713M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():398 [JIT compiled code] 0.45% 1579M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1458 [Inlined code] at org.apache.lucene.util.IntBlockPool#nextBuffer():153 [JIT compiled code] 0.44% 1558M java.util.Formatter#parse():2810 [Inlined code] at java.util.Formatter#format():2744 [Inlined code] 0.44% 1546M perf.LineFileDocs#newDocState():502 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.41% 1452M java.lang.Integer#toString():167 [Inlined code] at perf.LineFileDocs#intToID():297 [JIT compiled code] 0.39% 1391M org.apache.lucene.document.IntPoint#pack():108 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues():72 [Inlined code] 0.37% 1306M java.lang.Long#valueOf():1000 [Inlined code] at org.apache.lucene.document.Field#setLongValue():381 [Inlined code] 0.32% 1135M org.apache.lucene.document.KeywordField#setStringValue():119 [Inlined code] at perf.LineFileDocs#nextDoc():737 [JIT compiled code] 0.32% 1114M org.apache.lucene.codecs.lucene104.PForUtil#encode():78 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] 0.32% 1110M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():581 [Inlined code] 0.29% 1039M perf.LineFileDocs#nextDoc():734 [JIT compiled code] at perf.LineFileDocs#nextDoc():581 [Inlined code] 0.29% 1006M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():732 [JIT compiled code] 0.28% 995M perf.LineFileDocs#nextDoc():637 [JIT compiled code] at perf.LineFileDocs#nextDoc():581 [Inlined code] 0.28% 977M org.apache.lucene.document.KeywordField#setStringValue():119 [Inlined code] at perf.LineFileDocs#nextDoc():731 [JIT compiled code] 0.27% 948M java.util.Formatter#parse():2782 [Inlined code] at java.util.Formatter#format():2744 [Inlined code] 0.27% 946M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():581 [Inlined code] 0.27% 940M java.lang.StringLatin1#replace():312 [Inlined code] at java.lang.String#replace():2998 [Inlined code] 0.26% 932M java.lang.StringBuilder#toString():478 [Inlined code] at java.util.Formatter#toString():2598 [Inlined code] 0.26% 920M java.lang.StringLatin1#newString():760 [Inlined code] at java.lang.Integer#toString():185 [Inlined code] 0.26% 904M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():748 [JIT compiled code] 0.26% 903M perf.LineFileDocs#nextDoc():645 [JIT compiled code] at perf.LineFileDocs#nextDoc():581 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr Profiler for heap at stackSize=4 [nrt medium index /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 238.67 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 238.67 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 238.67 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 238.67 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 238.67 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 238.67 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 238.67 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 238.67 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 555297 events (total: 352536M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 15.40% 54274M perf.LineFileDocs#nextDoc():640 [JIT compiled code] at perf.LineFileDocs#nextDoc():581 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 8.47% 29849M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():170 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 7.44% 26223M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():642 [JIT compiled code] 6.33% 22310M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.88% 17196M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] 3.90% 13750M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():642 [JIT compiled code] 3.04% 10705M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 2.58% 9104M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():123 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 2.53% 8910M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():160 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 2.24% 7904M perf.LineFileDocs#nextDoc():635 [JIT compiled code] at perf.LineFileDocs#nextDoc():581 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 2.09% 7355M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] at org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [JIT compiled code] 1.83% 6458M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] 1.78% 6289M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():241 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():262 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():302 [JIT compiled code] 1.73% 6106M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():262 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():302 [JIT compiled code] 1.69% 5952M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] 1.60% 5640M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():236 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():262 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] 1.52% 5361M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():262 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():302 [JIT compiled code] 1.46% 5156M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():262 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():302 [JIT compiled code] 1.46% 5143M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():236 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():262 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] 1.37% 4840M java.util.TreeMap#keyIterator():1421 [Inlined code] at java.util.TreeMap$KeySet#iterator():1434 [JIT compiled code] at java.util.TreeSet#iterator():187 [Inlined code] at org.apache.lucene.codecs.CompetitiveImpactAccumulator#addAll():82 [Inlined code] 1.34% 4725M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] 1.17% 4122M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.10% 3886M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():236 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():262 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] 0.98% 3455M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1339 [JIT compiled code] 0.94% 3313M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.KeywordField#setStringValue():119 [Inlined code] at perf.LineFileDocs#nextDoc():731 [JIT compiled code] 0.89% 3131M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():161 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():200 [JIT compiled code] 0.86% 3040M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at perf.LineFileDocs#nextDoc():734 [JIT compiled code] at perf.LineFileDocs#nextDoc():581 [Inlined code] 0.81% 2846M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#():108 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#bytesRefToTrie():95 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingBlock#compileIndex():481 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlocks():682 [JIT compiled code] 0.69% 2425M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():464 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc():259 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():145 [JIT compiled code] 0.68% 2391M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [Inlined code] at org.apache.lucene.util.ArrayUtil#grow():377 [Inlined code] at org.apache.lucene.index.PointValuesWriter#addPackedValue():68 [JIT compiled code] 0.61% 2153M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [JIT compiled code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():126 [JIT compiled code] 0.48% 1684M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():398 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc():259 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():145 [JIT compiled code] 0.47% 1657M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.util.BytesRefBlockPool#addBytesRef():91 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():343 [JIT compiled code] 0.44% 1558M java.util.Formatter#parse():2810 [Inlined code] at java.util.Formatter#format():2744 [Inlined code] at java.util.Formatter#format():2698 [Inlined code] at java.lang.String#format():4455 [Inlined code] 0.44% 1546M perf.LineFileDocs#newDocState():502 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.42% 1497M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():637 [JIT compiled code] 0.41% 1452M java.lang.Integer#toString():167 [Inlined code] at perf.LineFileDocs#intToID():297 [JIT compiled code] at perf.LineFileDocs#nextDoc():748 [JIT compiled code] at perf.LineFileDocs#nextDoc():581 [Inlined code] 0.40% 1406M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1458 [Inlined code] at org.apache.lucene.util.IntBlockPool#nextBuffer():153 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():155 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():200 [JIT compiled code] 0.32% 1135M org.apache.lucene.document.KeywordField#setStringValue():119 [Inlined code] at perf.LineFileDocs#nextDoc():737 [JIT compiled code] at perf.LineFileDocs#nextDoc():581 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.32% 1110M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():581 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.31% 1105M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():748 [JIT compiled code] 0.31% 1100M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():732 [JIT compiled code] 0.31% 1082M org.apache.lucene.codecs.lucene104.PForUtil#encode():78 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():160 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 0.29% 1039M perf.LineFileDocs#nextDoc():734 [JIT compiled code] at perf.LineFileDocs#nextDoc():581 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.29% 1006M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():732 [JIT compiled code] at perf.LineFileDocs#nextDoc():581 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.28% 995M perf.LineFileDocs#nextDoc():637 [JIT compiled code] at perf.LineFileDocs#nextDoc():581 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.27% 948M java.util.Formatter#parse():2782 [Inlined code] at java.util.Formatter#format():2744 [Inlined code] at java.util.Formatter#format():2698 [Inlined code] at java.lang.String#format():4455 [Inlined code] 0.27% 946M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():581 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.27% 934M org.apache.lucene.document.KeywordField#setStringValue():119 [Inlined code] at perf.LineFileDocs#nextDoc():731 [JIT compiled code] at perf.LineFileDocs#nextDoc():581 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.26% 904M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():748 [JIT compiled code] at perf.LineFileDocs#nextDoc():581 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=8 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr Profiler for heap at stackSize=8 [nrt medium index /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 238.67 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 238.67 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 238.67 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 238.67 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 238.67 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 238.67 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 238.67 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 238.67 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 238.67 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 555297 events (total: 352536M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 15.40% 54274M perf.LineFileDocs#nextDoc():640 [JIT compiled code] at perf.LineFileDocs#nextDoc():581 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 7.43% 26180M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():581 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 6.33% 22310M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.29% 15137M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():170 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] 3.89% 13707M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():581 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 2.24% 7904M perf.LineFileDocs#nextDoc():635 [JIT compiled code] at perf.LineFileDocs#nextDoc():581 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 2.24% 7896M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():170 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():341 [JIT compiled code] 2.07% 7286M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] at org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [JIT compiled code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():126 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 1.83% 6458M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000581e3d18#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] 1.80% 6337M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():170 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():341 [Interpreted code] 1.76% 6190M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():160 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] 1.54% 5444M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():226 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():266 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():197 [JIT compiled code] 1.52% 5361M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():262 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():302 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1339 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1235 [Inlined code] 1.51% 5309M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():241 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():262 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():302 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1339 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1235 [Inlined code] 1.50% 5305M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000581e3d18#merge() [Interpreted code] 1.48% 5208M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():262 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():302 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1339 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1235 [Inlined code] 1.46% 5156M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():262 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():302 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1339 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1235 [Inlined code] 1.36% 4789M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():236 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():262 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():302 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1339 [JIT compiled code] 1.24% 4361M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():123 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000581e3d18#merge() [Interpreted code] 1.22% 4287M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():236 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():262 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():302 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1339 [JIT compiled code] 1.17% 4122M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.12% 3942M java.util.TreeMap#keyIterator():1421 [Inlined code] at java.util.TreeMap$KeySet#iterator():1434 [JIT compiled code] at java.util.TreeSet#iterator():187 [Inlined code] at org.apache.lucene.codecs.CompetitiveImpactAccumulator#addAll():82 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():482 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#finishTerm():576 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():173 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 0.97% 3417M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1339 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1235 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():748 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():274 [Inlined code] 0.94% 3313M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.KeywordField#setStringValue():119 [Inlined code] at perf.LineFileDocs#nextDoc():731 [JIT compiled code] at perf.LineFileDocs#nextDoc():581 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.88% 3085M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():236 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():262 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():302 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1339 [JIT compiled code] 0.86% 3040M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at perf.LineFileDocs#nextDoc():734 [JIT compiled code] at perf.LineFileDocs#nextDoc():581 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.85% 2995M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():341 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():456 [Interpreted code] 0.82% 2896M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():161 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():200 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1339 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1235 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():748 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] 0.82% 2891M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():341 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():456 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] 0.75% 2645M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():123 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():341 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():456 [Interpreted code] 0.74% 2612M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] at java.util.Formatter$FormatSpecifierParser#parse():2917 [Inlined code] at java.util.Formatter#parse():2814 [Inlined code] at java.util.Formatter#format():2744 [Inlined code] at java.util.Formatter#format():2698 [Inlined code] 0.72% 2530M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():226 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():266 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():183 [JIT compiled code] 0.69% 2448M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():226 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():263 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():197 [JIT compiled code] 0.65% 2305M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():341 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():456 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] 0.65% 2278M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():226 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():266 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():214 [Inlined code] 0.64% 2245M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():226 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():266 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():173 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():214 [Inlined code] 0.63% 2235M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():341 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():456 [Interpreted code] 0.61% 2153M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [JIT compiled code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():126 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] 0.58% 2060M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [Inlined code] at org.apache.lucene.util.ArrayUtil#grow():377 [Inlined code] at org.apache.lucene.index.PointValuesWriter#addPackedValue():68 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():783 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():274 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 0.54% 1889M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():123 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():341 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():456 [Interpreted code] 0.49% 1744M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] at org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():398 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc():259 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():145 [JIT compiled code] 0.49% 1715M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():464 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc():259 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():145 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] 0.46% 1625M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#():108 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#bytesRefToTrie():95 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingBlock#compileIndex():481 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlocks():682 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#pushTerm():1039 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():995 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] 0.44% 1546M perf.LineFileDocs#newDocState():502 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.43% 1498M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():160 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():341 [JIT compiled code] 0.42% 1492M java.util.Formatter#parse():2810 [Inlined code] at java.util.Formatter#format():2744 [Inlined code] at java.util.Formatter#format():2698 [Inlined code] at java.lang.String#format():4455 [Inlined code] at perf.LineFileDocs#intToID():297 [JIT compiled code] at perf.LineFileDocs#nextDoc():748 [JIT compiled code] at perf.LineFileDocs#nextDoc():581 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.41% 1454M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():637 [JIT compiled code] at perf.LineFileDocs#nextDoc():581 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.41% 1452M java.lang.Integer#toString():167 [Inlined code] at perf.LineFileDocs#intToID():297 [JIT compiled code] at perf.LineFileDocs#nextDoc():748 [JIT compiled code] at perf.LineFileDocs#nextDoc():581 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.34% 1210M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1458 [Inlined code] at org.apache.lucene.util.IntBlockPool#nextBuffer():153 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():155 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():200 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1339 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1235 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():748 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] 0.34% 1182M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#():108 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#bytesRefToTrie():95 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingBlock#compileIndex():481 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlocks():682 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#pushTerm():1039 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():995 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr Profiler for heap at stackSize=12 [nrt medium index /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 238.67 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 238.67 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 238.67 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 238.67 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 238.67 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 238.67 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 238.67 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 238.67 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 238.67 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 238.67 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 555297 events (total: 352536M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 15.40% 54274M perf.LineFileDocs#nextDoc():640 [JIT compiled code] at perf.LineFileDocs#nextDoc():581 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 7.43% 26180M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():581 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 6.33% 22310M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.29% 15137M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():170 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000581e3d18#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5286 [Interpreted code] 3.89% 13707M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():581 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 2.24% 7904M perf.LineFileDocs#nextDoc():635 [JIT compiled code] at perf.LineFileDocs#nextDoc():581 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 2.07% 7286M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] at org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [JIT compiled code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():126 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000581e3d18#merge() [Interpreted code] 1.99% 7003M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():170 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():341 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():456 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [JIT compiled code] 1.83% 6458M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000581e3d18#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5286 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4749 [Interpreted code] at org.apache.lucene.index.IndexWriter$IndexWriterMergeSource#merge():6554 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler#doMerge():661 [Interpreted code] 1.76% 6190M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():160 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000581e3d18#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5286 [Interpreted code] 1.57% 5527M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():170 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():341 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():456 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [JIT compiled code] 1.50% 5305M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000581e3d18#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5286 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4749 [Interpreted code] 1.44% 5062M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():262 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():302 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1339 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1235 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():748 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():274 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 1.42% 5005M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():241 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():262 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():302 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1339 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1235 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():748 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():274 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 1.39% 4892M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():262 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():302 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1339 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1235 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():748 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():274 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 1.36% 4795M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():262 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():302 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1339 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1235 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():748 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():274 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 1.30% 4574M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():236 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():262 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():302 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1339 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1235 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():748 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():274 [Inlined code] 1.24% 4361M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():123 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000581e3d18#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5286 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4749 [Interpreted code] 1.17% 4122M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.13% 3991M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():236 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():262 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():302 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1339 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1235 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():748 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():274 [Inlined code] 1.10% 3891M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():226 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():266 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():197 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():214 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():202 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1339 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1235 [JIT compiled code] 0.97% 3417M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1339 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1235 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():748 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():274 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] 0.94% 3313M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.KeywordField#setStringValue():119 [Inlined code] at perf.LineFileDocs#nextDoc():731 [JIT compiled code] at perf.LineFileDocs#nextDoc():581 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.86% 3040M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at perf.LineFileDocs#nextDoc():734 [JIT compiled code] at perf.LineFileDocs#nextDoc():581 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.84% 2975M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():236 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():262 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():302 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1339 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1235 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():748 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():274 [Inlined code] 0.82% 2896M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():161 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():200 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1339 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1235 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():748 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():274 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 0.82% 2891M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():341 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():456 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():449 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 0.73% 2562M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():341 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():456 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():449 [JIT compiled code] 0.72% 2530M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():226 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():266 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():183 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():214 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():202 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1339 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1235 [Inlined code] 0.70% 2480M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] at java.util.Formatter$FormatSpecifierParser#parse():2917 [Inlined code] at java.util.Formatter#parse():2814 [Inlined code] at java.util.Formatter#format():2744 [Inlined code] at java.util.Formatter#format():2698 [Inlined code] at java.lang.String#format():4455 [Inlined code] at perf.LineFileDocs#intToID():297 [JIT compiled code] at perf.LineFileDocs#nextDoc():748 [JIT compiled code] at perf.LineFileDocs#nextDoc():581 [Inlined code] 0.65% 2291M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():226 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():263 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():197 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():214 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():202 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1339 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1235 [JIT compiled code] 0.65% 2285M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():123 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():341 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():456 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():449 [JIT compiled code] 0.61% 2164M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():341 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():456 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():449 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 0.61% 2153M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [JIT compiled code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():126 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000581e3d18#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] 0.61% 2146M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():226 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():266 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():214 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():202 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1339 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1235 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():748 [Inlined code] 0.60% 2120M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():226 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():266 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():173 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():214 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():202 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1339 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1235 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():748 [Inlined code] 0.58% 2060M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [Inlined code] at org.apache.lucene.util.ArrayUtil#grow():377 [Inlined code] at org.apache.lucene.index.PointValuesWriter#addPackedValue():68 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():783 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():274 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 0.53% 1884M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():341 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():456 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():449 [JIT compiled code] 0.51% 1796M java.util.TreeMap#keyIterator():1421 [Inlined code] at java.util.TreeMap$KeySet#iterator():1434 [JIT compiled code] at java.util.TreeSet#iterator():187 [Inlined code] at org.apache.lucene.codecs.CompetitiveImpactAccumulator#addAll():82 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():482 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#finishTerm():576 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():173 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] 0.49% 1715M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():464 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc():259 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():145 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000581e3d18#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] 0.46% 1626M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():123 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():341 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():456 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():449 [JIT compiled code] 0.46% 1625M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#():108 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#bytesRefToTrie():95 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingBlock#compileIndex():481 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlocks():682 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#pushTerm():1039 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():995 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000581e3d18#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] 0.44% 1553M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():226 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():266 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():197 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():214 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():202 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1339 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1235 [Inlined code] 0.44% 1546M perf.LineFileDocs#newDocState():502 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.42% 1492M java.util.Formatter#parse():2810 [Inlined code] at java.util.Formatter#format():2744 [Inlined code] at java.util.Formatter#format():2698 [Inlined code] at java.lang.String#format():4455 [Inlined code] at perf.LineFileDocs#intToID():297 [JIT compiled code] at perf.LineFileDocs#nextDoc():748 [JIT compiled code] at perf.LineFileDocs#nextDoc():581 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.41% 1454M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():637 [JIT compiled code] at perf.LineFileDocs#nextDoc():581 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.41% 1452M java.lang.Integer#toString():167 [Inlined code] at perf.LineFileDocs#intToID():297 [JIT compiled code] at perf.LineFileDocs#nextDoc():748 [JIT compiled code] at perf.LineFileDocs#nextDoc():581 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.38% 1327M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():160 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():341 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():456 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [JIT compiled code] 0.34% 1214M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] at org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():398 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc():259 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():145 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] 0.34% 1201M java.util.TreeMap#keyIterator():1421 [Inlined code] at java.util.TreeMap$KeySet#iterator():1434 [JIT compiled code] at java.util.TreeSet#iterator():187 [Inlined code] at org.apache.lucene.codecs.CompetitiveImpactAccumulator#addAll():82 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():482 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#finishTerm():576 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():173 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():341 [JIT compiled code] move log to /l/logs.nightly/2026.04.16.10.08.30/nrtIndexMediumDocs.log move vmstat log to /l/logs.nightly/2026.04.16.10.08.30/nrtIndexMediumDocs.vmstat.log move top log to /l/logs.nightly/2026.04.16.10.08.30/nrtIndexMediumDocs.top.log [2026-04-16 23:35:02.544422] took 184.5 sec [2026-04-16 23:35:02.548627] run CheckIndex [2026-04-16 23:35:02.548701] 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.16.10.08.30/checkIndex.nrtIndexMediumDocs.log 2>&1 [2026-04-16 23:43:35.363693] took 512.8 sec [2026-04-16 23:43:35.364896] nrtMedIndexAtClose 26 segments: segments_2: _1a(11.0.0):C443892 _1j(11.0.0):C542764 _1v(11.0.0):C680361 _57(11.0.0):C6844894 _25(11.0.0):C948758 _78(11.0.0):C7190052 _8h(11.0.0):C7308547 _70(11.0.0):C932146 _85(11.0.0):C930641 _7t(11.0.0):C64169 _8g(11.0.0):C819982 _8f(11.0.0):C123913 _81(11.0.0):C39293 _80(11.0.0):C41758 _7y(11.0.0):C50585 _83(11.0.0):C28377 _82(11.0.0):C31718 _7s(11.0.0):C70459 _7q(11.0.0):C79019 _7r(11.0.0):C74252 _7u(11.0.0):C60087 _7x(11.0.0):C54157 _7v(11.0.0):C56795 _7o(11.0.0):C78254 _7z(11.0.0):C45374 _7n(11.0.0):C84791 [2026-04-16 23:43:35.365053] 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.16.10.08.30/nrt.log 2>&1 [2026-04-17 00:13:36.391072] took 1801.0 sec [2026-04-17 00:13:36.395480] drop: 473.7 487.2 488.6 494.5 499.3 504.2 506.5 525.1 526.3 527.4 527.8 528.7 529.8 530.7 530.8 530.9 531.0 531.2 531.3 531.4 531.8 532.2 532.6 532.9 533.0 533.1 533.2 533.4 533.5 533.7 533.7 533.8 533.8 535.0 535.0 [2026-04-17 00:13:36.395861] times: 21.2 21.3 21.4 21.6 21.7 21.7 21.7 21.8 21.9 21.9 22.0 22.0 22.1 22.1 22.2 22.3 22.3 22.3 22.4 22.4 22.4 22.5 22.5 22.7 22.7 22.7 22.7 22.7 22.8 22.8 22.9 22.9 22.9 23.1 23.1 23.1 23.1 23.2 23.2 23.2 23.2 23.2 23.3 23.3 23.4 23.4 23.4 23.4 23.5 23.5 23.5 23.5 23.6 23.6 23.7 23.7 23.8 23.8 23.8 23.8 23.8 23.9 23.9 23.9 23.9 23.9 23.9 23.9 23.9 24.0 24.0 24.1 24.1 24.1 24.1 24.1 24.2 24.2 24.2 24.2 24.2 24.2 24.2 24.3 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.7 24.7 24.8 24.8 24.8 24.8 24.8 24.9 24.9 24.9 24.9 24.9 24.9 24.9 24.9 24.9 25.0 25.0 25.0 25.0 25.1 25.1 25.1 25.1 25.2 25.2 25.2 25.3 25.3 25.3 25.3 25.3 25.3 25.3 25.4 25.4 25.4 25.4 25.4 25.4 25.4 25.4 25.5 25.5 25.5 25.5 25.5 25.5 25.6 25.6 25.6 25.6 25.6 25.6 25.6 25.6 25.6 25.7 25.7 25.7 25.7 25.7 25.8 25.8 25.8 25.8 25.8 25.8 25.8 25.8 25.8 25.9 25.9 25.9 25.9 25.9 25.9 25.9 25.9 25.9 26.0 26.0 26.0 26.0 26.0 26.0 26.0 26.1 26.1 26.1 26.2 26.2 26.3 26.3 26.3 26.3 26.4 26.4 26.4 26.4 26.4 26.4 26.4 26.4 26.5 26.5 26.5 26.5 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.7 26.7 26.7 26.7 26.7 26.7 26.7 26.8 26.8 26.8 26.8 26.8 26.8 26.8 26.8 26.9 26.9 26.9 26.9 26.9 26.9 26.9 27.0 27.0 27.1 27.1 27.1 27.1 27.2 27.2 27.3 27.3 27.3 27.3 27.3 27.3 27.3 27.3 27.3 27.4 27.4 27.4 27.5 27.5 27.5 27.5 27.6 27.6 27.6 27.6 27.7 27.7 27.8 27.8 27.8 27.8 27.8 27.8 27.9 27.9 27.9 27.9 28.0 28.0 28.0 28.0 28.0 28.1 28.1 28.1 28.1 28.1 28.2 28.2 28.2 28.2 28.2 28.3 28.3 28.4 28.4 28.4 28.4 28.4 28.4 28.4 28.4 28.4 28.5 28.5 28.5 28.5 28.5 28.5 28.5 28.5 28.5 28.5 28.6 28.6 28.6 28.6 28.6 28.6 28.6 28.6 28.7 28.7 28.7 28.7 28.7 28.7 28.7 28.7 28.7 28.7 28.8 28.8 28.8 28.8 28.8 28.8 28.8 28.8 28.8 28.8 28.8 28.8 28.8 28.8 28.8 28.8 28.8 28.8 28.8 28.8 28.9 28.9 28.9 28.9 28.9 28.9 28.9 28.9 28.9 28.9 28.9 28.9 28.9 29.0 29.0 29.0 29.0 29.0 29.0 29.0 29.0 29.0 29.0 29.0 29.0 29.1 29.1 29.1 29.1 29.1 29.1 29.1 29.1 29.1 29.1 29.1 29.1 29.1 29.1 29.1 29.1 29.1 29.1 29.1 29.1 29.1 29.2 29.2 29.2 29.2 29.2 29.2 29.2 29.2 29.2 29.2 29.2 29.2 29.2 29.2 29.2 29.2 29.2 29.2 29.2 29.2 29.2 29.2 29.2 29.2 29.2 29.2 29.3 29.3 29.3 29.3 29.3 29.3 29.3 29.3 29.3 29.3 29.3 29.3 29.3 29.3 29.3 29.3 29.3 29.3 29.3 29.3 29.3 29.3 29.3 29.3 29.3 29.3 29.3 29.3 29.3 29.3 29.3 29.3 29.3 29.3 29.3 29.4 29.4 29.4 29.4 29.4 29.4 29.4 29.4 29.4 29.4 29.4 29.4 29.4 29.4 29.4 29.4 29.4 29.4 29.4 29.4 29.4 29.4 29.4 29.4 29.4 29.4 29.4 29.4 29.5 29.5 29.5 29.5 29.5 29.5 29.5 29.5 29.5 29.5 29.5 29.5 29.5 29.5 29.5 29.5 29.5 29.5 29.5 29.5 29.5 29.5 29.5 29.5 29.5 29.5 29.5 29.5 29.6 29.6 29.6 29.6 29.6 29.6 29.6 29.6 29.6 29.6 29.6 29.6 29.6 29.6 29.6 29.6 29.6 29.6 29.6 29.6 29.6 29.6 29.6 29.6 29.6 29.6 29.6 29.6 29.6 29.6 29.6 29.6 29.6 29.6 29.6 29.6 29.6 29.6 29.6 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.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 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.0 30.0 30.0 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.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.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.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 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.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.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.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.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 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.4 32.4 32.4 32.4 32.4 32.4 32.4 32.4 32.4 32.4 32.4 32.4 32.4 32.4 32.4 32.4 32.4 32.4 32.4 32.4 32.4 32.4 32.4 32.4 32.4 32.4 32.4 32.4 32.4 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.7 32.7 32.7 32.7 32.7 32.7 32.7 32.7 32.7 32.7 32.7 32.7 32.7 32.7 32.7 32.7 32.7 32.7 32.7 32.7 32.7 32.7 32.7 32.7 32.7 32.7 32.7 32.7 32.7 32.7 32.7 32.7 32.7 32.8 32.8 32.8 32.8 32.8 32.8 32.8 32.8 32.8 32.8 32.8 32.8 32.8 32.8 32.8 32.8 32.8 32.8 32.8 32.8 32.8 32.8 32.8 32.8 32.8 32.8 32.9 32.9 32.9 32.9 32.9 32.9 32.9 32.9 32.9 32.9 32.9 32.9 32.9 32.9 32.9 32.9 32.9 32.9 32.9 32.9 32.9 32.9 32.9 32.9 33.0 33.0 33.0 33.0 33.0 33.0 33.0 33.0 33.0 33.0 33.0 33.0 33.0 33.0 33.0 33.0 33.0 33.0 33.1 33.1 33.1 33.1 33.1 33.1 33.1 33.1 33.1 33.1 33.1 33.1 33.1 33.1 33.1 33.1 33.2 33.2 33.2 33.2 33.2 33.2 33.2 33.2 33.2 33.2 33.2 33.2 33.2 33.2 33.2 33.3 33.3 33.3 33.3 33.3 33.3 33.3 33.3 33.3 33.3 33.3 33.3 33.3 33.4 33.4 33.4 33.4 33.4 33.4 33.4 33.4 33.4 33.4 33.4 33.5 33.5 33.5 33.5 33.5 33.5 33.5 33.5 33.5 33.5 33.5 33.5 33.5 33.5 33.6 33.6 33.6 33.6 33.6 33.6 33.6 33.7 33.7 33.7 33.7 33.7 33.7 33.7 33.7 33.7 33.7 33.7 33.8 33.8 33.8 33.9 34.0 34.0 34.1 34.1 34.1 34.1 34.3 34.4 34.5 34.7 34.8 35.3 35.5 35.6 35.6 35.8 36.0 36.0 36.1 36.1 36.5 36.9 38.0 38.0 38.2 38.4 38.7 38.7 38.8 39.2 41.6 42.2 141.9 147.9 148.7 148.9 151.6 153.1 154.9 167.7 170.9 211.9 212.1 212.5 213.1 213.6 213.7 214.0 215.0 216.3 216.7 216.8 216.9 216.9 217.0 217.0 217.1 217.3 217.4 217.5 217.6 217.6 217.8 218.3 218.4 218.7 219.2 219.4 219.9 220.1 220.5 221.1 221.4 222.1 222.3 223.6 233.9 236.0 238.0 239.8 240.6 242.3 244.2 247.0 247.6 259.7 261.7 263.4 264.2 268.3 269.1 270.2 270.9 270.9 271.7 273.7 279.0 282.9 286.9 287.0 287.5 290.0 303.3 306.8 307.5 309.4 313.8 320.2 324.5 325.0 326.5 328.5 328.9 329.0 335.2 335.5 336.4 336.4 336.4 337.0 341.1 341.3 342.1 342.6 342.6 342.7 342.8 343.5 344.8 344.8 345.0 345.2 345.5 345.6 346.0 346.1 346.3 346.7 347.2 347.2 347.8 347.9 348.7 349.2 349.9 350.5 350.6 352.6 353.1 353.6 355.6 359.4 359.6 362.2 364.8 372.7 383.0 386.7 398.3 399.5 404.7 407.6 409.3 418.0 424.1 428.2 429.2 429.4 430.4 432.8 433.2 434.0 435.7 442.1 443.4 445.2 447.0 450.3 450.9 451.4 451.9 453.9 453.9 454.9 455.5 455.7 455.7 456.3 456.5 456.5 456.6 457.1 457.4 457.9 457.9 458.4 458.7 458.7 459.3 460.3 460.5 461.6 462.0 462.7 463.1 463.4 463.6 464.0 465.3 465.4 465.7 466.7 467.9 468.0 470.0 471.1 473.6 [2026-04-17 00:13:36.396003] NRT reopen time (msec) mean=61.8791 stdDev=98.0561 [2026-04-17 00:13:36.396012] run CheckIndex [2026-04-17 00:13:36.396083] 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.16.10.08.30/checkIndex.nrt.log 2>&1 [2026-04-17 00:22:08.272035] took 511.9 sec [2026-04-17 00:22:09.165789] 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=2327414 Profiler summary for /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr Version: 2.1 Chunks: 14 Start: 2026-04-17 04:22:09 (UTC) Duration: 108 s Event Type Count Size (bytes) ============================================================= jdk.FileWrite 3710770 77148349 jdk.CPUTimeSample 2853097 49841470 jdk.FileRead 624165 14668850 jdk.ObjectAllocationInNewTLAB 332032 5892351 jdk.ObjectAllocationOutsideTLAB 92705 1501103 jdk.NativeMethodSample 22238 296569 jdk.BooleanFlag 9688 305906 jdk.Compilation 5781 148495 jdk.CPULoad 1909 37581 jdk.UnsignedIntFlag 868 29882 jdk.IntFlag 784 28042 jdk.Checkpoint 730 23562566 jdk.StringFlag 630 23410 jdk.GarbageCollection 41 969 jdk.CPUInformation 14 21022 jdk.GCConfiguration 14 358 jdk.JVMInformation 14 14596 jdk.Metadata 14 1547373 jdk.ActiveRecording 0 0 jdk.ActiveSetting 0 0 jdk.AllocationRequiringGC 0 0 jdk.BooleanFlagChanged 0 0 jdk.CPUTimeSamplesLost 0 0 jdk.CPUTimeStampCounter 0 0 jdk.ClassDefine 0 0 jdk.ClassLoad 0 0 jdk.ClassLoaderStatistics 0 0 jdk.ClassLoadingStatistics 0 0 jdk.ClassRedefinition 0 0 jdk.ClassUnload 0 0 jdk.CodeCacheConfiguration 0 0 jdk.CodeCacheFull 0 0 jdk.CodeCacheStatistics 0 0 jdk.CompilationFailure 0 0 jdk.CompilerConfiguration 0 0 jdk.CompilerInlining 0 0 jdk.CompilerPhase 0 0 jdk.CompilerQueueUtilization 0 0 jdk.CompilerStatistics 0 0 jdk.ConcurrentModeFailure 0 0 jdk.ContainerCPUThrottling 0 0 jdk.ContainerCPUUsage 0 0 jdk.ContainerConfiguration 0 0 jdk.ContainerIOUsage 0 0 jdk.ContainerMemoryUsage 0 0 jdk.ContinuationFreeze 0 0 jdk.ContinuationFreezeFast 0 0 jdk.ContinuationFreezeSlow 0 0 jdk.ContinuationThaw 0 0 jdk.ContinuationThawFast 0 0 jdk.ContinuationThawSlow 0 0 jdk.DataLoss 0 0 jdk.Deoptimization 0 0 jdk.DeprecatedInvocation 0 0 jdk.Deserialization 0 0 jdk.DirectBufferStatistics 0 0 jdk.DoubleFlag 0 0 jdk.DoubleFlagChanged 0 0 jdk.DumpReason 0 0 jdk.EvacuationFailed 0 0 jdk.EvacuationInformation 0 0 jdk.ExceptionStatistics 0 0 jdk.ExecuteVMOperation 0 0 jdk.ExecutionSample 0 0 jdk.FileForce 0 0 jdk.FinalizerStatistics 0 0 jdk.Flush 0 0 jdk.G1AdaptiveIHOP 0 0 jdk.G1BasicIHOP 0 0 jdk.G1EvacuationOldStatistics 0 0 jdk.G1EvacuationYoungStatistics 0 0 jdk.G1GarbageCollection 0 0 jdk.G1HeapRegionInformation 0 0 jdk.G1HeapRegionTypeChange 0 0 jdk.G1HeapSummary 0 0 jdk.G1MMU 0 0 jdk.GCCPUTime 0 0 jdk.GCHeapConfiguration 0 0 jdk.GCHeapMemoryPoolUsage 0 0 jdk.GCHeapMemoryUsage 0 0 jdk.GCHeapSummary 0 0 jdk.GCPhaseConcurrent 0 0 jdk.GCPhaseConcurrentLevel1 0 0 jdk.GCPhaseConcurrentLevel2 0 0 jdk.GCPhaseParallel 0 0 jdk.GCPhasePause 0 0 jdk.GCPhasePauseLevel1 0 0 jdk.GCPhasePauseLevel2 0 0 jdk.GCPhasePauseLevel3 0 0 jdk.GCPhasePauseLevel4 0 0 jdk.GCReferenceStatistics 0 0 jdk.GCSurvivorConfiguration 0 0 jdk.GCTLABConfiguration 0 0 jdk.HeapDump 0 0 jdk.InitialEnvironmentVariable 0 0 jdk.InitialSecurityProperty 0 0 jdk.InitialSystemProperty 0 0 jdk.IntFlagChanged 0 0 jdk.JITRestart 0 0 jdk.JavaAgent 0 0 jdk.JavaErrorThrow 0 0 jdk.JavaExceptionThrow 0 0 jdk.JavaMonitorDeflate 0 0 jdk.JavaMonitorEnter 0 0 jdk.JavaMonitorInflate 0 0 jdk.JavaMonitorNotify 0 0 jdk.JavaMonitorStatistics 0 0 jdk.JavaMonitorWait 0 0 jdk.JavaThreadStatistics 0 0 jdk.LongFlag 0 0 jdk.LongFlagChanged 0 0 jdk.MetaspaceAllocationFailure 0 0 jdk.MetaspaceChunkFreeListSummary 0 0 jdk.MetaspaceGCThreshold 0 0 jdk.MetaspaceOOM 0 0 jdk.MetaspaceSummary 0 0 jdk.MethodTiming 0 0 jdk.MethodTrace 0 0 jdk.ModuleExport 0 0 jdk.ModuleRequire 0 0 jdk.NativeAgent 0 0 jdk.NativeLibrary 0 0 jdk.NativeLibraryLoad 0 0 jdk.NativeLibraryUnload 0 0 jdk.NativeMemoryUsage 0 0 jdk.NativeMemoryUsageTotal 0 0 jdk.NetworkUtilization 0 0 jdk.OSInformation 0 0 jdk.ObjectAllocationSample 0 0 jdk.ObjectCount 0 0 jdk.ObjectCountAfterGC 0 0 jdk.OldGarbageCollection 0 0 jdk.OldObjectSample 0 0 jdk.PSHeapSummary 0 0 jdk.ParallelOldGarbageCollection 0 0 jdk.PhysicalMemory 0 0 jdk.ProcessStart 0 0 jdk.PromoteObjectInNewPLAB 0 0 jdk.PromoteObjectOutsidePLAB 0 0 jdk.PromotionFailed 0 0 jdk.RedefineClasses 0 0 jdk.ReservedStackActivation 0 0 jdk.ResidentSetSize 0 0 jdk.RetransformClasses 0 0 jdk.SafepointBegin 0 0 jdk.SafepointEnd 0 0 jdk.SafepointLatency 0 0 jdk.SafepointStateSynchronization 0 0 jdk.SecurityPropertyModification 0 0 jdk.SecurityProviderService 0 0 jdk.SerializationMisdeclaration 0 0 jdk.ShenandoahEvacuationInformation 0 0 jdk.ShenandoahHeapRegionInformation 0 0 jdk.ShenandoahHeapRegionStateChange 0 0 jdk.Shutdown 0 0 jdk.SocketRead 0 0 jdk.SocketWrite 0 0 jdk.StringFlagChanged 0 0 jdk.StringTableStatistics 0 0 jdk.SwapSpace 0 0 jdk.SymbolTableStatistics 0 0 jdk.SyncOnValueBasedClass 0 0 jdk.SystemGC 0 0 jdk.SystemProcess 0 0 jdk.TLSHandshake 0 0 jdk.TenuringDistribution 0 0 jdk.ThreadAllocationStatistics 0 0 jdk.ThreadCPULoad 0 0 jdk.ThreadContextSwitchRate 0 0 jdk.ThreadDump 0 0 jdk.ThreadEnd 0 0 jdk.ThreadPark 0 0 jdk.ThreadSleep 0 0 jdk.ThreadStart 0 0 jdk.UnsignedIntFlagChanged 0 0 jdk.UnsignedLongFlag 0 0 jdk.UnsignedLongFlagChanged 0 0 jdk.VirtualThreadEnd 0 0 jdk.VirtualThreadPinned 0 0 jdk.VirtualThreadStart 0 0 jdk.VirtualThreadSubmitFailed 0 0 jdk.VirtualizationInformation 0 0 jdk.X509Certificate 0 0 jdk.X509Validation 0 0 jdk.YoungGarbageCollection 0 0 jdk.YoungGenerationConfiguration 0 0 jdk.ZAllocationStall 0 0 jdk.ZOldGarbageCollection 0 0 jdk.ZPageAllocation 0 0 jdk.ZRelocationSet 0 0 jdk.ZRelocationSetGroup 0 0 jdk.ZStatisticsCounter 0 0 jdk.ZStatisticsSampler 0 0 jdk.ZThreadPhase 0 0 jdk.ZUncommit 0 0 jdk.ZYoungGarbageCollection 0 0 profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr Profiler for cpu at stackSize=1 [big index (fast) /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 166.96 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 22238 events (total: 22238) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 47.16% 10488 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 19.69% 4379 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] 19.65% 4369 jdk.jfr.internal.JVM#emitEvent() [Native code] 6.53% 1452 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] 6.07% 1350 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] 0.48% 106 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] 0.08% 18 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] 0.08% 17 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] 0.06% 13 java.util.zip.Inflater#inflateBytesBytes() [Native code] 0.05% 11 java.io.FileOutputStream#writeBytes() [Native code] 0.04% 10 jdk.jfr.internal.JVM#getStackTraceId() [Native code] 0.02% 4 java.lang.System#nanoTime() [Native code] 0.02% 4 sun.nio.ch.UnixFileDispatcherImpl#size0() [Native code] 0.01% 3 java.io.FileDescriptor#close0() [Native code] 0.01% 2 jdk.internal.misc.Unsafe#park() [Native code] 0.01% 2 java.nio.MappedMemoryUtils#isLoaded0() [Native code] 0.01% 2 sun.nio.fs.UnixNativeDispatcher#lstat0() [Native code] 0.01% 2 java.lang.Object#getClass() [Native code] 0.00% 1 sun.nio.ch.NativeThread#current0() [Native code] 0.00% 1 java.io.UnixFileSystem#getBooleanAttributes0() [Native code] 0.00% 1 java.lang.Object#wait0() [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 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr Profiler for cpu at stackSize=2 [big index (fast) /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 166.96 MB /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 166.96 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 22238 events (total: 22238) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 47.05% 10462 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] 19.22% 4274 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [Inlined code] 16.34% 3634 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [JIT compiled code] 6.45% 1435 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] 5.90% 1311 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [JIT compiled code] 3.31% 735 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Interpreted code] 0.41% 91 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [JIT compiled code] 0.20% 44 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open():69 [JIT compiled code] 0.18% 39 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [Interpreted code] 0.14% 31 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open():69 [Interpreted code] 0.14% 31 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open():69 [Inlined code] 0.09% 20 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [JIT compiled code] 0.08% 17 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Interpreted code] 0.08% 17 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map():144 [JIT compiled code] 0.06% 14 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [Interpreted code] 0.04% 10 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace():186 [Inlined code] 0.04% 9 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat():253 [Inlined code] 0.04% 8 java.util.zip.Inflater#inflateBytesBytes() [Native code] at java.util.zip.Inflater#inflate():354 [JIT compiled code] 0.04% 8 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat():253 [JIT compiled code] 0.03% 7 java.io.FileOutputStream#writeBytes() [Native code] at java.io.FileOutputStream#traceWriteBytes():311 [Interpreted code] 0.03% 6 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Interpreted code] 0.02% 5 java.util.zip.Inflater#inflateBytesBytes() [Native code] at java.util.zip.Inflater#inflate():354 [Interpreted code] 0.02% 4 sun.nio.ch.UnixFileDispatcherImpl#size0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#size():93 [Inlined code] 0.02% 4 java.io.FileOutputStream#writeBytes() [Native code] at java.io.FileOutputStream#traceWriteBytes():311 [JIT compiled code] 0.01% 3 java.io.FileDescriptor#close0() [Native code] at java.io.FileDescriptor#close():304 [Inlined code] 0.01% 2 jdk.internal.misc.Unsafe#park() [Native code] at java.util.concurrent.locks.LockSupport#park():369 [Inlined code] 0.01% 2 java.nio.MappedMemoryUtils#isLoaded0() [Native code] at java.nio.MappedMemoryUtils#isLoaded():47 [JIT compiled code] 0.01% 2 sun.nio.fs.UnixNativeDispatcher#lstat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#lstat():273 [JIT compiled code] 0.01% 2 java.lang.System#nanoTime() [Native code] at org.apache.lucene.index.ReadersAndUpdates#writeFieldUpdates():618 [Interpreted code] 0.00% 1 java.lang.System#nanoTime() [Native code] at org.apache.lucene.index.IndexingChain#flush():312 [Interpreted code] 0.00% 1 java.io.FileInputStream#readBytes() [Native code] at java.io.FileInputStream#traceReadBytes():236 [Interpreted code] 0.00% 1 java.lang.Object#getClass() [Native code] at java.util.Collections#unmodifiableSet():1239 [JIT compiled code] 0.00% 1 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current():51 [Inlined code] 0.00% 1 java.lang.Object#getClass() [Native code] at java.util.ArrayList#toArray():401 [Interpreted code] 0.00% 1 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map():144 [Interpreted code] 0.00% 1 java.lang.ClassLoader#defineClass1() [Native code] at java.lang.ClassLoader#defineClass():962 [Interpreted code] 0.00% 1 java.lang.System#nanoTime() [Native code] at org.apache.lucene.index.IndexingChain#flush():321 [Interpreted code] 0.00% 1 java.lang.Object#wait0() [Native code] at java.lang.Object#wait():389 [JIT compiled code] 0.00% 1 jdk.internal.misc.Unsafe#allocateMemory0() [Native code] at jdk.internal.misc.Unsafe#allocateMemory():636 [Interpreted code] 0.00% 1 java.io.UnixFileSystem#getBooleanAttributes0() [Native code] at java.io.UnixFileSystem#hasBooleanAttributes():180 [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 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr Profiler for cpu at stackSize=4 [big index (fast) /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 166.96 MB /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 166.96 MB /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 166.96 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 22238 events (total: 22238) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 47.05% 10462 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] 19.22% 4274 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer():341 [Inlined code] at sun.nio.ch.IOUtil#read():307 [Inlined code] 16.34% 3634 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [JIT compiled code] 6.45% 1435 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [JIT compiled code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [JIT compiled code] 5.90% 1311 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] 3.17% 705 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Interpreted code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [Interpreted code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [Interpreted code] 0.35% 77 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [JIT compiled code] at sun.nio.ch.IOUtil#readIntoNativeBuffer():341 [JIT compiled code] at sun.nio.ch.IOUtil#read():307 [JIT compiled code] 0.19% 42 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open():69 [JIT compiled code] at sun.nio.fs.UnixChannelFactory#open():242 [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel():132 [JIT compiled code] 0.17% 37 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [Interpreted code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [Interpreted code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Interpreted code] 0.14% 31 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open():69 [Interpreted code] at sun.nio.fs.UnixChannelFactory#open():242 [Interpreted code] at sun.nio.fs.UnixChannelFactory#newFileChannel():132 [Interpreted code] 0.13% 30 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open():69 [Inlined code] at sun.nio.fs.UnixChannelFactory#open():242 [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel():132 [Inlined code] 0.13% 29 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Interpreted code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [Interpreted code] 0.09% 20 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [JIT compiled code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [JIT compiled code] at sun.nio.ch.IOUtil#write():102 [JIT compiled code] 0.08% 17 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map():144 [JIT compiled code] at sun.nio.ch.FileChannelImpl#mapInternal():1515 [JIT compiled code] at sun.nio.ch.FileChannelImpl#map():1453 [JIT compiled code] 0.08% 17 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Interpreted code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [Interpreted code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [Interpreted code] 0.06% 14 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [Interpreted code] at sun.nio.ch.IOUtil#readIntoNativeBuffer():341 [Interpreted code] at sun.nio.ch.IOUtil#read():307 [Interpreted code] 0.06% 13 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [JIT compiled code] at sun.nio.ch.IOUtil#readIntoNativeBuffer():341 [Interpreted code] at sun.nio.ch.IOUtil#read():307 [JIT compiled code] 0.04% 9 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat():253 [Inlined code] at sun.nio.fs.UnixFileAttributes#get():77 [Inlined code] at sun.nio.fs.UnixFileAttributeViews$Basic#readAttributes():51 [Inlined code] 0.04% 8 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat():253 [JIT compiled code] at sun.nio.fs.UnixFileAttributes#get():77 [Inlined code] at sun.nio.fs.UnixFileAttributeViews$Basic#readAttributes():51 [JIT compiled code] 0.03% 6 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Interpreted code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Interpreted code] at sun.nio.ch.IOUtil#write():102 [Interpreted code] 0.03% 6 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace():186 [Inlined code] at jdk.internal.event.FileWriteEvent#commit() [JIT compiled code] at jdk.internal.event.FileWriteEvent#offer():69 [Inlined code] 0.02% 4 java.util.zip.Inflater#inflateBytesBytes() [Native code] at java.util.zip.Inflater#inflate():354 [Interpreted code] at java.util.zip.InflaterInputStream#read():210 [Interpreted code] at jdk.internal.loader.Resource#getBytes():106 [Interpreted code] 0.02% 4 java.util.zip.Inflater#inflateBytesBytes() [Native code] at java.util.zip.Inflater#inflate():354 [JIT compiled code] at java.util.zip.InflaterInputStream#read():210 [JIT compiled code] at jdk.internal.loader.Resource#getBytes():106 [JIT compiled code] 0.02% 4 java.io.FileOutputStream#writeBytes() [Native code] at java.io.FileOutputStream#traceWriteBytes():311 [JIT compiled code] at java.io.FileOutputStream#write():349 [JIT compiled code] at java.lang.System$Out#write():1910 [Inlined code] 0.02% 4 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace():186 [Inlined code] at jdk.internal.event.FileReadEvent#commit() [JIT compiled code] at jdk.internal.event.FileReadEvent#offer():71 [Inlined code] 0.02% 4 sun.nio.ch.UnixFileDispatcherImpl#size0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#size():93 [Inlined code] at sun.nio.ch.FileChannelImpl#size():496 [JIT compiled code] at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock#ensureValid():169 [JIT compiled code] 0.02% 4 java.io.FileOutputStream#writeBytes() [Native code] at java.io.FileOutputStream#traceWriteBytes():311 [Interpreted code] at java.io.FileOutputStream#write():349 [Interpreted code] at java.lang.System$Out#write():1910 [Inlined code] 0.02% 4 java.util.zip.Inflater#inflateBytesBytes() [Native code] at java.util.zip.Inflater#inflate():354 [JIT compiled code] at java.util.zip.InflaterInputStream#read():210 [JIT compiled code] at jdk.internal.loader.Resource#getBytes():106 [Interpreted code] 0.01% 2 sun.nio.fs.UnixNativeDispatcher#lstat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#lstat():273 [JIT compiled code] at sun.nio.fs.UnixFileAttributes#get():79 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete():254 [JIT compiled code] 0.01% 2 java.io.FileOutputStream#writeBytes() [Native code] at java.io.FileOutputStream#traceWriteBytes():311 [Interpreted code] at java.io.FileOutputStream#write():349 [Interpreted code] at java.lang.System$Out#write():1910 [Interpreted code] 0.01% 2 java.io.FileDescriptor#close0() [Native code] at java.io.FileDescriptor#close():304 [Inlined code] at java.io.FileDescriptor$1#close():89 [Inlined code] at sun.nio.ch.FileChannelImpl$Closer#run():123 [Inlined code] 0.01% 2 java.nio.MappedMemoryUtils#isLoaded0() [Native code] at java.nio.MappedMemoryUtils#isLoaded():47 [JIT compiled code] at java.nio.MappedMemoryUtils$1#isLoaded():184 [JIT compiled code] at jdk.internal.misc.ScopedMemoryAccess#isLoadedInternal():255 [Inlined code] 0.01% 2 jdk.internal.misc.Unsafe#park() [Native code] at java.util.concurrent.locks.LockSupport#park():369 [Inlined code] at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode#block():520 [Inlined code] at java.util.concurrent.ForkJoinPool#unmanagedBlock():4364 [Inlined code] 0.01% 2 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open():69 [JIT compiled code] at sun.nio.fs.UnixChannelFactory#open():242 [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel():132 [Interpreted code] 0.00% 1 java.io.FileOutputStream#writeBytes() [Native code] at java.io.FileOutputStream#traceWriteBytes():311 [Interpreted code] at java.io.FileOutputStream#write():349 [JIT compiled code] at java.lang.System$Out#write():1910 [Inlined code] 0.00% 1 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open():69 [Inlined code] at sun.nio.fs.UnixChannelFactory#open():242 [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel():132 [JIT compiled code] 0.00% 1 java.lang.System#nanoTime() [Native code] at org.apache.lucene.index.IndexingChain#flush():312 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():456 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] 0.00% 1 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map():144 [Interpreted code] at sun.nio.ch.FileChannelImpl#mapInternal():1515 [Interpreted code] at sun.nio.ch.FileChannelImpl#map():1453 [Interpreted code] 0.00% 1 java.util.zip.Inflater#inflateBytesBytes() [Native code] at java.util.zip.Inflater#inflate():354 [Interpreted code] at java.util.zip.InflaterInputStream#read():210 [JIT compiled code] at jdk.internal.loader.Resource#getBytes():106 [JIT compiled code] 0.00% 1 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [Interpreted code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] 0.00% 1 java.lang.System#nanoTime() [Native code] at org.apache.lucene.index.IndexingChain#flush():321 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():456 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] 0.00% 1 java.io.UnixFileSystem#getBooleanAttributes0() [Native code] at java.io.UnixFileSystem#hasBooleanAttributes():180 [Interpreted code] at java.io.File#exists():790 [Interpreted code] at jdk.internal.loader.URLClassPath$FileLoader#getResource():953 [Interpreted code] 0.00% 1 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [Interpreted code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [Interpreted code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [JIT compiled code] 0.00% 1 java.lang.System#nanoTime() [Native code] at org.apache.lucene.index.ReadersAndUpdates#writeFieldUpdates():618 [Interpreted code] at org.apache.lucene.index.ReaderPool#writeDocValuesUpdatesForMerge():267 [Interpreted code] at org.apache.lucene.index.IndexWriter#_mergeInit():4978 [Interpreted code] 0.00% 1 java.io.FileInputStream#readBytes() [Native code] at java.io.FileInputStream#traceReadBytes():236 [Interpreted code] at java.io.FileInputStream#read():279 [Interpreted code] at jdk.internal.loader.Resource#getBytes():106 [Interpreted code] 0.00% 1 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Interpreted code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [JIT compiled code] 0.00% 1 java.lang.System#nanoTime() [Native code] at org.apache.lucene.index.ReadersAndUpdates#writeFieldUpdates():618 [Interpreted code] at org.apache.lucene.index.ReaderPool#writeAllDocValuesUpdates():250 [Interpreted code] at org.apache.lucene.index.IndexWriter#writeReaderPool():4002 [Interpreted code] 0.00% 1 java.lang.Object#wait0() [Native code] at java.lang.Object#wait():389 [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#takeNap():540 [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#periodicTask():508 [Interpreted code] 0.00% 1 java.io.FileDescriptor#close0() [Native code] at java.io.FileDescriptor#close():304 [Inlined code] at java.io.FileDescriptor$1#close():89 [Inlined code] at sun.nio.ch.FileChannelImpl$Closer#run():123 [JIT compiled code] 0.00% 1 java.lang.Object#getClass() [Native code] at java.util.ArrayList#toArray():401 [Interpreted code] at java.util.Collection#toArray():418 [Interpreted code] at org.apache.lucene.store.ByteBuffersDataInput#():58 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=8 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr Profiler for cpu at stackSize=8 [big index (fast) /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 166.96 MB /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 166.96 MB /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 166.96 MB /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 166.96 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 22238 events (total: 22238) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 47.04% 10460 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] at sun.nio.ch.IOUtil#write():72 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():355 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] 16.58% 3687 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer():341 [Inlined code] at sun.nio.ch.IOUtil#read():307 [Inlined code] at sun.nio.ch.IOUtil#read():284 [Inlined code] at sun.nio.ch.FileChannelImpl#implRead():251 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead():269 [Inlined code] at sun.nio.ch.FileChannelImpl#read():229 [JIT compiled code] 16.34% 3634 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#periodicTask():502 [Interpreted code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0():428 [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000003907aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] 5.86% 1304 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [JIT compiled code] 5.64% 1254 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [JIT compiled code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle():280 [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup():270 [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup():264 [Inlined code] at jdk.internal.foreign.SharedSession$SharedResourceList#cleanup():143 [JIT compiled code] 3.17% 705 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Interpreted code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [Interpreted code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [Interpreted code] at jdk.jfr.internal.PlatformRecorder#periodicTask():502 [Interpreted code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0():428 [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000003907aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] 2.64% 587 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer():341 [Inlined code] at sun.nio.ch.IOUtil#read():307 [Inlined code] at sun.nio.ch.IOUtil#read():284 [Inlined code] at sun.nio.ch.FileChannelImpl#implRead():251 [JIT compiled code] at sun.nio.ch.FileChannelImpl#traceImplRead():269 [JIT compiled code] at sun.nio.ch.FileChannelImpl#read():229 [Inlined code] 0.68% 151 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [JIT compiled code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle():280 [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup():270 [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup():264 [Interpreted code] at jdk.internal.foreign.SharedSession$SharedResourceList#cleanup():143 [Interpreted code] 0.30% 67 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [JIT compiled code] at sun.nio.ch.IOUtil#readIntoNativeBuffer():341 [JIT compiled code] at sun.nio.ch.IOUtil#read():307 [JIT compiled code] at sun.nio.ch.IOUtil#read():284 [JIT compiled code] at sun.nio.ch.FileChannelImpl#implRead():251 [JIT compiled code] at sun.nio.ch.FileChannelImpl#traceImplRead():269 [JIT compiled code] at sun.nio.ch.FileChannelImpl#read():229 [JIT compiled code] 0.17% 37 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [Interpreted code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [Interpreted code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Interpreted code] at java.nio.file.Files#delete():1052 [Interpreted code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [Interpreted code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [Interpreted code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [Interpreted code] 0.17% 37 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open():69 [JIT compiled code] at sun.nio.fs.UnixChannelFactory#open():242 [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel():132 [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel():145 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#newFileChannel():211 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#newByteChannel():244 [Inlined code] at java.nio.file.spi.FileSystemProvider#newOutputStream():426 [JIT compiled code] 0.14% 31 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open():69 [Interpreted code] at sun.nio.fs.UnixChannelFactory#open():242 [Interpreted code] at sun.nio.fs.UnixChannelFactory#newFileChannel():132 [Interpreted code] at sun.nio.fs.UnixChannelFactory#newFileChannel():145 [Interpreted code] at sun.nio.fs.UnixFileSystemProvider#newFileChannel():211 [Interpreted code] at sun.nio.fs.UnixFileSystemProvider#newByteChannel():244 [Interpreted code] at java.nio.file.spi.FileSystemProvider#newOutputStream():426 [Interpreted code] 0.13% 30 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [JIT compiled code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle():280 [Inlined code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup():115 [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl#close():241 [Inlined code] at jdk.internal.foreign.ArenaImpl#close():47 [JIT compiled code] 0.13% 29 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Interpreted code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [Interpreted code] at jdk.jfr.internal.PlatformRecorder#periodicTask():502 [Interpreted code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0():428 [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000003907aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] 0.12% 27 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open():69 [Inlined code] at sun.nio.fs.UnixChannelFactory#open():242 [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel():132 [Inlined code] at sun.nio.fs.UnixChannelFactory#newFileChannel():145 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#newFileChannel():211 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#newByteChannel():244 [Inlined code] at java.nio.file.spi.FileSystemProvider#newOutputStream():426 [JIT compiled code] 0.09% 20 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [JIT compiled code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [JIT compiled code] at sun.nio.ch.IOUtil#write():102 [JIT compiled code] at sun.nio.ch.IOUtil#write():72 [JIT compiled code] at sun.nio.ch.FileChannelImpl#implWrite():355 [JIT compiled code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [JIT compiled code] at sun.nio.ch.FileChannelImpl#write():333 [JIT compiled code] 0.06% 14 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [Interpreted code] at sun.nio.ch.IOUtil#readIntoNativeBuffer():341 [Interpreted code] at sun.nio.ch.IOUtil#read():307 [Interpreted code] at sun.nio.ch.IOUtil#read():284 [Interpreted code] at sun.nio.ch.FileChannelImpl#implRead():251 [Interpreted code] at sun.nio.ch.FileChannelImpl#traceImplRead():269 [Interpreted code] at sun.nio.ch.FileChannelImpl#read():229 [Interpreted code] 0.05% 12 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [JIT compiled code] at sun.nio.ch.IOUtil#readIntoNativeBuffer():341 [Interpreted code] at sun.nio.ch.IOUtil#read():307 [JIT compiled code] at sun.nio.ch.IOUtil#read():284 [JIT compiled code] at sun.nio.ch.FileChannelImpl#implRead():251 [JIT compiled code] at sun.nio.ch.FileChannelImpl#traceImplRead():269 [Interpreted code] at sun.nio.ch.FileChannelImpl#read():229 [Interpreted code] 0.04% 10 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Interpreted code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [Interpreted code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [Interpreted code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle():280 [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup():270 [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup():264 [Interpreted code] at jdk.internal.foreign.SharedSession$SharedResourceList#cleanup():143 [Interpreted code] 0.04% 9 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map():144 [JIT compiled code] at sun.nio.ch.FileChannelImpl#mapInternal():1515 [JIT compiled code] at sun.nio.ch.FileChannelImpl#map():1453 [JIT compiled code] at org.apache.lucene.store.MMapDirectory#map():376 [JIT compiled code] at org.apache.lucene.store.MMapDirectory#openInput():333 [JIT compiled code] at org.apache.lucene.store.FilterDirectory#openInput():101 [JIT compiled code] at org.apache.lucene.store.FilterDirectory#openInput():101 [JIT compiled code] 0.03% 7 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [JIT compiled code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [Interpreted code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [JIT compiled code] 0.03% 6 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat():253 [JIT compiled code] at sun.nio.fs.UnixFileAttributes#get():77 [Inlined code] at sun.nio.fs.UnixFileAttributeViews$Basic#readAttributes():51 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#readAttributes():161 [JIT compiled code] at sun.nio.fs.LinuxFileSystemProvider#readAttributes():99 [JIT compiled code] at java.nio.file.Files#readAttributes():1702 [Inlined code] at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock#ensureValid():177 [JIT compiled code] 0.03% 6 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace():186 [Inlined code] at jdk.internal.event.FileWriteEvent#commit() [JIT compiled code] at jdk.internal.event.FileWriteEvent#offer():69 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():376 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [Inlined code] at sun.nio.ch.ChannelOutputStream#write():105 [Inlined code] 0.03% 6 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Interpreted code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Interpreted code] at sun.nio.ch.IOUtil#write():102 [Interpreted code] at sun.nio.ch.IOUtil#write():72 [Interpreted code] at sun.nio.ch.FileChannelImpl#implWrite():355 [Interpreted code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Interpreted code] at sun.nio.ch.FileChannelImpl#write():333 [Interpreted code] 0.02% 4 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat():253 [Inlined code] at sun.nio.fs.UnixFileAttributes#get():77 [Inlined code] at sun.nio.fs.UnixFileAttributeViews$Basic#readAttributes():51 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#readAttributes():161 [Inlined code] at sun.nio.fs.LinuxFileSystemProvider#readAttributes():99 [Inlined code] at java.nio.file.Files#readAttributes():1702 [Inlined code] at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock#ensureValid():177 [JIT compiled code] 0.02% 4 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Interpreted code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [Interpreted code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [Interpreted code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle():280 [Interpreted code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup():115 [Interpreted code] at jdk.internal.foreign.MemorySessionImpl#close():241 [Interpreted code] at jdk.internal.foreign.ArenaImpl#close():47 [Interpreted code] 0.02% 4 java.util.zip.Inflater#inflateBytesBytes() [Native code] at java.util.zip.Inflater#inflate():354 [JIT compiled code] at java.util.zip.InflaterInputStream#read():210 [JIT compiled code] at jdk.internal.loader.Resource#getBytes():106 [JIT compiled code] at jdk.internal.loader.URLClassPath$JarLoader$1#getBytes():730 [JIT compiled code] at jdk.internal.loader.BuiltinClassLoader#defineClass():773 [JIT compiled code] at jdk.internal.loader.BuiltinClassLoader#findClassOnClassPathOrNull():691 [JIT compiled code] at jdk.internal.loader.BuiltinClassLoader#loadClassOrNull():620 [JIT compiled code] 0.02% 4 java.io.FileOutputStream#writeBytes() [Native code] at java.io.FileOutputStream#traceWriteBytes():311 [JIT compiled code] at java.io.FileOutputStream#write():349 [JIT compiled code] at java.lang.System$Out#write():1910 [Inlined code] at java.io.BufferedOutputStream#flushBuffer():123 [Inlined code] at java.io.BufferedOutputStream#flush():203 [JIT compiled code] at java.io.PrintStream#write():541 [JIT compiled code] at sun.nio.cs.StreamEncoder#writeBytes():220 [JIT compiled code] 0.02% 4 java.io.FileOutputStream#writeBytes() [Native code] at java.io.FileOutputStream#traceWriteBytes():311 [Interpreted code] at java.io.FileOutputStream#write():349 [Interpreted code] at java.lang.System$Out#write():1910 [Inlined code] at java.io.BufferedOutputStream#flushBuffer():123 [Inlined code] at java.io.BufferedOutputStream#flush():203 [JIT compiled code] at java.io.PrintStream#write():541 [Interpreted code] at sun.nio.cs.StreamEncoder#writeBytes():220 [Interpreted code] 0.01% 3 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [JIT compiled code] at sun.nio.ch.IOUtil#readIntoNativeBuffer():341 [JIT compiled code] at sun.nio.ch.IOUtil#read():307 [JIT compiled code] at sun.nio.ch.IOUtil#read():284 [JIT compiled code] at sun.nio.ch.FileChannelImpl#implRead():251 [JIT compiled code] at sun.nio.ch.FileChannelImpl#traceImplRead():269 [Interpreted code] at sun.nio.ch.FileChannelImpl#read():229 [JIT compiled code] 0.01% 3 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace():186 [Inlined code] at jdk.internal.event.FileReadEvent#commit() [JIT compiled code] at jdk.internal.event.FileReadEvent#offer():71 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead():271 [Inlined code] at sun.nio.ch.FileChannelImpl#read():229 [JIT compiled code] at perf.LineFileDocs#readDocs():178 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 0.01% 3 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [JIT compiled code] at sun.nio.ch.IOUtil#readIntoNativeBuffer():341 [JIT compiled code] at sun.nio.ch.IOUtil#read():307 [JIT compiled code] at sun.nio.ch.IOUtil#read():284 [JIT compiled code] at sun.nio.ch.FileChannelImpl#implRead():251 [JIT compiled code] at sun.nio.ch.FileChannelImpl#traceImplRead():269 [JIT compiled code] at sun.nio.ch.FileChannelImpl#read():229 [Inlined code] 0.01% 3 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open():69 [Inlined code] at sun.nio.fs.UnixChannelFactory#open():242 [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel():132 [Inlined code] at sun.nio.fs.UnixChannelFactory#newFileChannel():145 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#newFileChannel():211 [JIT compiled code] at java.nio.channels.FileChannel#open():301 [JIT compiled code] at java.nio.channels.FileChannel#open():353 [Inlined code] 0.01% 3 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat():253 [Inlined code] at sun.nio.fs.UnixFileAttributes#get():77 [Inlined code] at sun.nio.fs.UnixFileAttributeViews$Basic#readAttributes():51 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#readAttributes():161 [Inlined code] at sun.nio.fs.LinuxFileSystemProvider#readAttributes():99 [JIT compiled code] at java.nio.file.Files#readAttributes():1702 [Inlined code] at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock#ensureValid():177 [JIT compiled code] 0.01% 3 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [JIT compiled code] at sun.nio.ch.IOUtil#readIntoNativeBuffer():341 [JIT compiled code] at sun.nio.ch.IOUtil#read():307 [JIT compiled code] at sun.nio.ch.IOUtil#read():284 [JIT compiled code] at sun.nio.ch.FileChannelImpl#implRead():251 [JIT compiled code] at sun.nio.ch.FileChannelImpl#traceImplRead():269 [Interpreted code] at sun.nio.ch.FileChannelImpl#read():229 [Interpreted code] 0.01% 3 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open():69 [JIT compiled code] at sun.nio.fs.UnixChannelFactory#open():242 [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel():132 [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel():145 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#newFileChannel():211 [JIT compiled code] at java.nio.channels.FileChannel#open():301 [JIT compiled code] at java.nio.channels.FileChannel#open():353 [Inlined code] 0.01% 2 java.util.zip.Inflater#inflateBytesBytes() [Native code] at java.util.zip.Inflater#inflate():354 [JIT compiled code] at java.util.zip.InflaterInputStream#read():210 [JIT compiled code] at jdk.internal.loader.Resource#getBytes():106 [Interpreted code] at jdk.internal.loader.URLClassPath$JarLoader$1#getBytes():730 [Interpreted code] at jdk.internal.loader.BuiltinClassLoader#defineClass():773 [Interpreted code] at jdk.internal.loader.BuiltinClassLoader#findClassOnClassPathOrNull():691 [JIT compiled code] at jdk.internal.loader.BuiltinClassLoader#loadClassOrNull():620 [JIT compiled code] 0.01% 2 jdk.internal.misc.Unsafe#park() [Native code] at java.util.concurrent.locks.LockSupport#park():369 [Inlined code] at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode#block():520 [Inlined code] at java.util.concurrent.ForkJoinPool#unmanagedBlock():4364 [Inlined code] at java.util.concurrent.ForkJoinPool#managedBlock():4310 [Inlined code] at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject#await():1752 [Inlined code] at java.util.concurrent.ArrayBlockingQueue#put():371 [JIT compiled code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] 0.01% 2 java.util.zip.Inflater#inflateBytesBytes() [Native code] at java.util.zip.Inflater#inflate():354 [JIT compiled code] at java.util.zip.InflaterInputStream#read():210 [JIT compiled code] at jdk.internal.loader.Resource#getBytes():106 [Interpreted code] at jdk.internal.loader.URLClassPath$JarLoader$1#getBytes():730 [Interpreted code] at jdk.internal.loader.BuiltinClassLoader#defineClass():773 [Interpreted code] at jdk.internal.loader.BuiltinClassLoader#findClassOnClassPathOrNull():691 [Interpreted code] at jdk.internal.loader.BuiltinClassLoader#loadClassOrNull():620 [JIT compiled code] 0.01% 2 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map():144 [JIT compiled code] at sun.nio.ch.FileChannelImpl#mapInternal():1515 [JIT compiled code] at sun.nio.ch.FileChannelImpl#map():1453 [JIT compiled code] at org.apache.lucene.store.MMapDirectory#map():376 [JIT compiled code] at org.apache.lucene.store.MMapDirectory#openInput():333 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader#():145 [Interpreted code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsFormat#fieldsReader():133 [Interpreted code] 0.01% 2 sun.nio.ch.UnixFileDispatcherImpl#size0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#size():93 [Inlined code] at sun.nio.ch.FileChannelImpl#size():496 [JIT compiled code] at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock#ensureValid():169 [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#createOutput():42 [JIT compiled code] at org.apache.lucene.store.TrackingDirectoryWrapper#createOutput():41 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#():153 [Interpreted code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsFormat#fieldsConsumer():411 [Interpreted code] 0.01% 2 java.io.FileOutputStream#writeBytes() [Native code] at java.io.FileOutputStream#traceWriteBytes():311 [Interpreted code] at java.io.FileOutputStream#write():349 [Interpreted code] at java.lang.System$Out#write():1910 [Interpreted code] at java.io.BufferedOutputStream#flushBuffer():123 [Interpreted code] at java.io.BufferedOutputStream#flush():203 [Interpreted code] at java.io.PrintStream#write():541 [Interpreted code] at sun.nio.cs.StreamEncoder#writeBytes():220 [Interpreted code] 0.01% 2 java.nio.MappedMemoryUtils#isLoaded0() [Native code] at java.nio.MappedMemoryUtils#isLoaded():47 [JIT compiled code] at java.nio.MappedMemoryUtils$1#isLoaded():184 [JIT compiled code] at jdk.internal.misc.ScopedMemoryAccess#isLoadedInternal():255 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#isLoaded():243 [Inlined code] at jdk.internal.foreign.MappedMemorySegmentImpl#isLoaded():90 [JIT compiled code] at org.apache.lucene.store.MemorySegmentIndexInput#lambda$prefetch$0():351 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput$$Lambda.0x00000000391aa230#apply() [JIT compiled code] 0.01% 2 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Interpreted code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [Interpreted code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [Interpreted code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle():280 [Interpreted code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup():270 [Interpreted code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup():264 [Interpreted code] at jdk.internal.foreign.SharedSession$SharedResourceList#cleanup():143 [Interpreted code] 0.01% 2 java.util.zip.Inflater#inflateBytesBytes() [Native code] at java.util.zip.Inflater#inflate():354 [Interpreted code] at java.util.zip.InflaterInputStream#read():210 [Interpreted code] at jdk.internal.loader.Resource#getBytes():106 [Interpreted code] at jdk.internal.loader.URLClassPath$JarLoader$1#getBytes():730 [Interpreted code] at jdk.internal.loader.BuiltinClassLoader#defineClass():773 [Interpreted code] at jdk.internal.loader.BuiltinClassLoader#findClassOnClassPathOrNull():691 [Interpreted code] at jdk.internal.loader.BuiltinClassLoader#loadClassOrNull():620 [JIT compiled code] 0.01% 2 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat():253 [JIT compiled code] at sun.nio.fs.UnixFileAttributes#get():77 [Inlined code] at sun.nio.fs.UnixFileAttributeViews$Basic#readAttributes():51 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#readAttributes():161 [JIT compiled code] at sun.nio.fs.LinuxFileSystemProvider#readAttributes():99 [JIT compiled code] at java.nio.file.Files#readAttributes():1702 [Inlined code] at java.nio.file.Files#size():2242 [Inlined code] 0.01% 2 java.util.zip.Inflater#inflateBytesBytes() [Native code] at java.util.zip.Inflater#inflate():354 [Interpreted code] at java.util.zip.InflaterInputStream#read():210 [Interpreted code] at jdk.internal.loader.Resource#getBytes():106 [Interpreted code] at jdk.internal.loader.URLClassPath$JarLoader$1#getBytes():730 [Interpreted code] at jdk.internal.loader.BuiltinClassLoader#defineClass():773 [Interpreted code] at jdk.internal.loader.BuiltinClassLoader#findClassOnClassPathOrNull():691 [Interpreted code] at jdk.internal.loader.BuiltinClassLoader#loadClassOrNull():620 [Interpreted code] 0.01% 2 sun.nio.fs.UnixNativeDispatcher#lstat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#lstat():273 [JIT compiled code] at sun.nio.fs.UnixFileAttributes#get():79 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete():254 [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [JIT compiled code] 0.01% 2 java.io.FileDescriptor#close0() [Native code] at java.io.FileDescriptor#close():304 [Inlined code] at java.io.FileDescriptor$1#close():89 [Inlined code] at sun.nio.ch.FileChannelImpl$Closer#run():123 [Inlined code] at jdk.internal.ref.CleanerImpl$PhantomCleanableRef#performCleanup():176 [Inlined code] at jdk.internal.ref.PhantomCleanable#clean():96 [Inlined code] at sun.nio.ch.FileChannelImpl#implCloseChannel():219 [Inlined code] at java.nio.channels.spi.AbstractInterruptibleChannel#close():129 [JIT compiled code] 0.00% 1 java.lang.System#nanoTime() [Native code] at org.apache.lucene.index.IndexingChain#flush():312 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():456 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():449 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr Profiler for cpu at stackSize=12 [big index (fast) /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 166.96 MB /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 166.96 MB /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 166.96 MB /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 166.96 MB /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 166.96 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 22238 events (total: 22238) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 46.97% 10446 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] at sun.nio.ch.IOUtil#write():72 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():355 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [Inlined code] at sun.nio.ch.ChannelOutputStream#write():105 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write():391 [Inlined code] at java.util.zip.CheckedOutputStream#write():73 [JIT compiled code] 16.34% 3634 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#periodicTask():502 [Interpreted code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0():428 [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000003907aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 12.33% 2743 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer():341 [Inlined code] at sun.nio.ch.IOUtil#read():307 [Inlined code] at sun.nio.ch.IOUtil#read():284 [Inlined code] at sun.nio.ch.FileChannelImpl#implRead():251 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead():269 [Inlined code] at sun.nio.ch.FileChannelImpl#read():229 [JIT compiled code] at perf.LineFileDocs#readDocs():178 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 5.64% 1254 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [JIT compiled code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle():280 [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup():270 [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup():264 [Inlined code] at jdk.internal.foreign.SharedSession$SharedResourceList#cleanup():143 [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl#close():241 [Inlined code] at jdk.internal.foreign.ArenaImpl#close():47 [JIT compiled code] at org.apache.lucene.store.RefCountedSharedArena#release():113 [JIT compiled code] at org.apache.lucene.store.RefCountedSharedArena#close():122 [JIT compiled code] 3.81% 847 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer():341 [Inlined code] at sun.nio.ch.IOUtil#read():307 [Inlined code] at sun.nio.ch.IOUtil#read():284 [Inlined code] at sun.nio.ch.FileChannelImpl#implRead():251 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead():269 [Inlined code] at sun.nio.ch.FileChannelImpl#read():229 [JIT compiled code] at perf.LineFileDocs#readDocs():178 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 3.17% 705 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Interpreted code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [Interpreted code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [Interpreted code] at jdk.jfr.internal.PlatformRecorder#periodicTask():502 [Interpreted code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0():428 [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000003907aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 2.50% 555 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer():341 [Inlined code] at sun.nio.ch.IOUtil#read():307 [Inlined code] at sun.nio.ch.IOUtil#read():284 [Inlined code] at sun.nio.ch.FileChannelImpl#implRead():251 [JIT compiled code] at sun.nio.ch.FileChannelImpl#traceImplRead():269 [JIT compiled code] at sun.nio.ch.FileChannelImpl#read():229 [Inlined code] at perf.LineFileDocs#readDocs():178 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 2.26% 503 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete():234 [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete():227 [Inlined code] at org.apache.lucene.util.FileDeleter#decRef():109 [JIT compiled code] at org.apache.lucene.index.IndexFileDeleter#decRef():620 [JIT compiled code] 0.98% 217 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete():234 [Inlined code] at org.apache.lucene.util.FileDeleter#delete():227 [JIT compiled code] at org.apache.lucene.util.FileDeleter#deleteFilesIfNoRef():190 [Interpreted code] at org.apache.lucene.index.IndexFileDeleter#refresh():485 [Interpreted code] 0.89% 198 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete():234 [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete():227 [Interpreted code] at org.apache.lucene.util.FileDeleter#decRef():109 [JIT compiled code] at org.apache.lucene.index.IndexFileDeleter#decRef():620 [Interpreted code] 0.63% 140 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete():234 [Inlined code] at org.apache.lucene.util.FileDeleter#delete():227 [JIT compiled code] at org.apache.lucene.util.FileDeleter#decRef():109 [JIT compiled code] at org.apache.lucene.index.IndexFileDeleter#decRef():620 [Interpreted code] 0.57% 127 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [JIT compiled code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle():280 [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup():270 [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup():264 [Interpreted code] at jdk.internal.foreign.SharedSession$SharedResourceList#cleanup():143 [Interpreted code] at jdk.internal.foreign.MemorySessionImpl#close():241 [Inlined code] at jdk.internal.foreign.ArenaImpl#close():47 [JIT compiled code] at org.apache.lucene.store.RefCountedSharedArena#release():113 [JIT compiled code] at org.apache.lucene.store.RefCountedSharedArena#close():122 [JIT compiled code] 0.48% 107 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete():234 [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete():227 [Interpreted code] at org.apache.lucene.util.FileDeleter#decRef():109 [Interpreted code] at org.apache.lucene.index.IndexFileDeleter#decRef():620 [Interpreted code] 0.35% 78 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer():341 [Inlined code] at sun.nio.ch.IOUtil#read():307 [Inlined code] at sun.nio.ch.IOUtil#read():284 [Inlined code] at sun.nio.ch.FileChannelImpl#implRead():251 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead():269 [Inlined code] at sun.nio.ch.FileChannelImpl#read():229 [JIT compiled code] at perf.LineFileDocs#readDocs():159 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 0.30% 66 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [JIT compiled code] at sun.nio.ch.IOUtil#readIntoNativeBuffer():341 [JIT compiled code] at sun.nio.ch.IOUtil#read():307 [JIT compiled code] at sun.nio.ch.IOUtil#read():284 [JIT compiled code] at sun.nio.ch.FileChannelImpl#implRead():251 [JIT compiled code] at sun.nio.ch.FileChannelImpl#traceImplRead():269 [JIT compiled code] at sun.nio.ch.FileChannelImpl#read():229 [JIT compiled code] at perf.LineFileDocs#readDocs():178 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 0.25% 56 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete():234 [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete():227 [Inlined code] at org.apache.lucene.util.FileDeleter#decRef():109 [JIT compiled code] at org.apache.lucene.index.IndexFileDeleter#decRef():620 [Interpreted code] 0.22% 48 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete():234 [Inlined code] at org.apache.lucene.util.FileDeleter#delete():227 [JIT compiled code] at org.apache.lucene.util.FileDeleter#decRef():109 [Interpreted code] at org.apache.lucene.index.IndexFileDeleter#decRef():620 [Interpreted code] 0.16% 35 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open():69 [JIT compiled code] at sun.nio.fs.UnixChannelFactory#open():242 [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel():132 [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel():145 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#newFileChannel():211 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#newByteChannel():244 [Inlined code] at java.nio.file.spi.FileSystemProvider#newOutputStream():426 [JIT compiled code] at java.nio.file.Files#newOutputStream():215 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#():385 [JIT compiled code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#():378 [JIT compiled code] at org.apache.lucene.store.FSDirectory#createOutput():215 [JIT compiled code] 0.16% 35 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [Interpreted code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [Interpreted code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Interpreted code] at java.nio.file.Files#delete():1052 [Interpreted code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [Interpreted code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [Interpreted code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [Interpreted code] at org.apache.lucene.util.FileDeleter#delete():234 [Interpreted code] at org.apache.lucene.util.FileDeleter#delete():227 [Interpreted code] at org.apache.lucene.util.FileDeleter#decRef():109 [Interpreted code] at org.apache.lucene.index.IndexFileDeleter#decRef():620 [Interpreted code] 0.14% 32 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer():341 [Inlined code] at sun.nio.ch.IOUtil#read():307 [Inlined code] at sun.nio.ch.IOUtil#read():284 [Inlined code] at sun.nio.ch.FileChannelImpl#implRead():251 [JIT compiled code] at sun.nio.ch.FileChannelImpl#traceImplRead():269 [JIT compiled code] at sun.nio.ch.FileChannelImpl#read():229 [Inlined code] at perf.LineFileDocs#readDocs():159 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 0.14% 31 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete():234 [Interpreted code] at org.apache.lucene.util.FileDeleter#delete():227 [Interpreted code] at org.apache.lucene.util.FileDeleter#decRef():109 [Interpreted code] at org.apache.lucene.index.IndexFileDeleter#decRef():620 [Interpreted code] 0.13% 29 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Interpreted code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [Interpreted code] at jdk.jfr.internal.PlatformRecorder#periodicTask():502 [Interpreted code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0():428 [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000003907aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 0.12% 27 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open():69 [Inlined code] at sun.nio.fs.UnixChannelFactory#open():242 [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel():132 [Inlined code] at sun.nio.fs.UnixChannelFactory#newFileChannel():145 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#newFileChannel():211 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#newByteChannel():244 [Inlined code] at java.nio.file.spi.FileSystemProvider#newOutputStream():426 [JIT compiled code] at java.nio.file.Files#newOutputStream():215 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#():385 [JIT compiled code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#():378 [JIT compiled code] at org.apache.lucene.store.FSDirectory#createOutput():215 [JIT compiled code] 0.11% 24 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [JIT compiled code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle():280 [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup():270 [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup():264 [Interpreted code] at jdk.internal.foreign.SharedSession$SharedResourceList#cleanup():143 [Interpreted code] at jdk.internal.foreign.MemorySessionImpl#close():241 [Inlined code] at jdk.internal.foreign.ArenaImpl#close():47 [JIT compiled code] at org.apache.lucene.store.RefCountedSharedArena#release():113 [Interpreted code] at org.apache.lucene.store.RefCountedSharedArena#close():122 [Interpreted code] 0.09% 20 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [JIT compiled code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [JIT compiled code] at sun.nio.ch.IOUtil#write():102 [JIT compiled code] at sun.nio.ch.IOUtil#write():72 [JIT compiled code] at sun.nio.ch.FileChannelImpl#implWrite():355 [JIT compiled code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [JIT compiled code] at sun.nio.ch.FileChannelImpl#write():333 [JIT compiled code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [JIT compiled code] at sun.nio.ch.ChannelOutputStream#write():105 [JIT compiled code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write():391 [JIT compiled code] at java.util.zip.CheckedOutputStream#write():73 [JIT compiled code] 0.09% 19 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer():341 [Inlined code] at sun.nio.ch.IOUtil#read():307 [Inlined code] at sun.nio.ch.IOUtil#read():284 [Inlined code] at sun.nio.ch.FileChannelImpl#implRead():251 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead():269 [Inlined code] at sun.nio.ch.FileChannelImpl#read():229 [JIT compiled code] at perf.LineFileDocs#readDocs():159 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 0.08% 17 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open():69 [Interpreted code] at sun.nio.fs.UnixChannelFactory#open():242 [Interpreted code] at sun.nio.fs.UnixChannelFactory#newFileChannel():132 [Interpreted code] at sun.nio.fs.UnixChannelFactory#newFileChannel():145 [Interpreted code] at sun.nio.fs.UnixFileSystemProvider#newFileChannel():211 [Interpreted code] at sun.nio.fs.UnixFileSystemProvider#newByteChannel():244 [Interpreted code] at java.nio.file.spi.FileSystemProvider#newOutputStream():426 [Interpreted code] at java.nio.file.Files#newOutputStream():215 [Interpreted code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#():385 [Interpreted code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#():378 [Interpreted code] at org.apache.lucene.store.FSDirectory#createOutput():215 [Interpreted code] 0.06% 14 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open():69 [Interpreted code] at sun.nio.fs.UnixChannelFactory#open():242 [Interpreted code] at sun.nio.fs.UnixChannelFactory#newFileChannel():132 [Interpreted code] at sun.nio.fs.UnixChannelFactory#newFileChannel():145 [Interpreted code] at sun.nio.fs.UnixFileSystemProvider#newFileChannel():211 [Interpreted code] at sun.nio.fs.UnixFileSystemProvider#newByteChannel():244 [Interpreted code] at java.nio.file.spi.FileSystemProvider#newOutputStream():426 [Interpreted code] at java.nio.file.Files#newOutputStream():215 [Interpreted code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#():385 [Interpreted code] at org.apache.lucene.store.FSDirectory#createTempOutput():229 [Interpreted code] at org.apache.lucene.store.FilterDirectory#createTempOutput():81 [Interpreted code] 0.05% 12 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [JIT compiled code] at sun.nio.ch.IOUtil#readIntoNativeBuffer():341 [Interpreted code] at sun.nio.ch.IOUtil#read():307 [JIT compiled code] at sun.nio.ch.IOUtil#read():284 [JIT compiled code] at sun.nio.ch.FileChannelImpl#implRead():251 [JIT compiled code] at sun.nio.ch.FileChannelImpl#traceImplRead():269 [Interpreted code] at sun.nio.ch.FileChannelImpl#read():229 [Interpreted code] at perf.LineFileDocs#readDocs():178 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 0.05% 11 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] at sun.nio.ch.IOUtil#write():72 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():355 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [Inlined code] at sun.nio.ch.ChannelOutputStream#write():105 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write():391 [Inlined code] at java.util.zip.CheckedOutputStream#write():73 [Inlined code] 0.04% 10 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Interpreted code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [Interpreted code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [Interpreted code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle():280 [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup():270 [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup():264 [Interpreted code] at jdk.internal.foreign.SharedSession$SharedResourceList#cleanup():143 [Interpreted code] at jdk.internal.foreign.MemorySessionImpl#close():241 [Inlined code] at jdk.internal.foreign.ArenaImpl#close():47 [JIT compiled code] at org.apache.lucene.store.RefCountedSharedArena#release():113 [Interpreted code] at org.apache.lucene.store.RefCountedSharedArena#close():122 [Interpreted code] 0.04% 9 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [Interpreted code] at sun.nio.ch.IOUtil#readIntoNativeBuffer():341 [Interpreted code] at sun.nio.ch.IOUtil#read():307 [Interpreted code] at sun.nio.ch.IOUtil#read():284 [Interpreted code] at sun.nio.ch.FileChannelImpl#implRead():251 [Interpreted code] at sun.nio.ch.FileChannelImpl#traceImplRead():269 [Interpreted code] at sun.nio.ch.FileChannelImpl#read():229 [Interpreted code] at perf.LineFileDocs#readDocs():159 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 0.03% 7 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [JIT compiled code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [Interpreted code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [JIT compiled code] at org.apache.lucene.util.FileDeleter#delete():234 [Interpreted code] at org.apache.lucene.util.FileDeleter#delete():227 [Interpreted code] at org.apache.lucene.util.FileDeleter#decRef():109 [Interpreted code] at org.apache.lucene.index.IndexFileDeleter#decRef():620 [Interpreted code] 0.03% 6 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Interpreted code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Interpreted code] at sun.nio.ch.IOUtil#write():102 [Interpreted code] at sun.nio.ch.IOUtil#write():72 [Interpreted code] at sun.nio.ch.FileChannelImpl#implWrite():355 [Interpreted code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Interpreted code] at sun.nio.ch.FileChannelImpl#write():333 [Interpreted code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [Interpreted code] at sun.nio.ch.ChannelOutputStream#write():105 [Interpreted code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write():391 [Interpreted code] at java.util.zip.CheckedOutputStream#write():73 [Interpreted code] 0.02% 5 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [JIT compiled code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle():280 [Inlined code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup():115 [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl#close():241 [Inlined code] at jdk.internal.foreign.ArenaImpl#close():47 [JIT compiled code] at org.apache.lucene.store.MemorySegmentIndexInput#close():698 [JIT compiled code] at org.apache.lucene.store.BufferedChecksumIndexInput#close():83 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader#():226 [Interpreted code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsFormat#fieldsReader():133 [Interpreted code] 0.02% 5 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [JIT compiled code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle():280 [Inlined code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup():115 [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl#close():241 [Inlined code] at jdk.internal.foreign.ArenaImpl#close():47 [JIT compiled code] at org.apache.lucene.store.MemorySegmentIndexInput#close():698 [JIT compiled code] at org.apache.lucene.store.BufferedChecksumIndexInput#close():83 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.FieldsIndexWriter#finish():141 [Interpreted code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#finish():480 [Interpreted code] 0.02% 5 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [Interpreted code] at sun.nio.ch.IOUtil#readIntoNativeBuffer():341 [Interpreted code] at sun.nio.ch.IOUtil#read():307 [Interpreted code] at sun.nio.ch.IOUtil#read():284 [Interpreted code] at sun.nio.ch.FileChannelImpl#implRead():251 [Interpreted code] at sun.nio.ch.FileChannelImpl#traceImplRead():269 [Interpreted code] at sun.nio.ch.FileChannelImpl#read():229 [Interpreted code] at perf.LineFileDocs#readDocs():178 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 0.02% 4 java.io.FileOutputStream#writeBytes() [Native code] at java.io.FileOutputStream#traceWriteBytes():311 [JIT compiled code] at java.io.FileOutputStream#write():349 [JIT compiled code] at java.lang.System$Out#write():1910 [Inlined code] at java.io.BufferedOutputStream#flushBuffer():123 [Inlined code] at java.io.BufferedOutputStream#flush():203 [JIT compiled code] at java.io.PrintStream#write():541 [JIT compiled code] at sun.nio.cs.StreamEncoder#writeBytes():220 [JIT compiled code] at sun.nio.cs.StreamEncoder#implFlushBuffer():315 [Inlined code] at sun.nio.cs.StreamEncoder#flushBuffer():101 [JIT compiled code] at java.io.OutputStreamWriter#flushBuffer():179 [Inlined code] at java.io.PrintStream#writeln():690 [JIT compiled code] 0.02% 4 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [JIT compiled code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle():280 [Inlined code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup():115 [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl#close():241 [Inlined code] at jdk.internal.foreign.ArenaImpl#close():47 [JIT compiled code] at org.apache.lucene.store.MemorySegmentIndexInput#close():698 [JIT compiled code] at org.apache.lucene.store.BufferedChecksumIndexInput#close():83 [Inlined code] at org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#():80 [JIT compiled code] at org.apache.lucene.codecs.lucene90.Lucene90NormsFormat#normsProducer():96 [JIT compiled code] 0.01% 3 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace():186 [Inlined code] at jdk.internal.event.FileReadEvent#commit() [JIT compiled code] at jdk.internal.event.FileReadEvent#offer():71 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead():271 [Inlined code] at sun.nio.ch.FileChannelImpl#read():229 [JIT compiled code] at perf.LineFileDocs#readDocs():178 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 0.01% 3 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map():144 [JIT compiled code] at sun.nio.ch.FileChannelImpl#mapInternal():1515 [JIT compiled code] at sun.nio.ch.FileChannelImpl#map():1453 [JIT compiled code] at org.apache.lucene.store.MMapDirectory#map():376 [JIT compiled code] at org.apache.lucene.store.MMapDirectory#openInput():333 [JIT compiled code] at org.apache.lucene.store.FilterDirectory#openInput():101 [JIT compiled code] at org.apache.lucene.store.FilterDirectory#openInput():101 [JIT compiled code] at org.apache.lucene.store.Directory#openChecksumInput():156 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.FieldsIndexWriter#finish():120 [Interpreted code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#finish():480 [Interpreted code] at org.apache.lucene.index.StoredFieldsConsumer#flush():106 [Interpreted code] 0.01% 3 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [JIT compiled code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle():280 [Inlined code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup():115 [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl#close():241 [Inlined code] at jdk.internal.foreign.ArenaImpl#close():47 [JIT compiled code] at org.apache.lucene.store.MemorySegmentIndexInput#close():698 [JIT compiled code] at org.apache.lucene.store.BufferedChecksumIndexInput#close():83 [JIT compiled code] at org.apache.lucene.codecs.lucene94.Lucene94FieldInfosFormat#read():248 [Interpreted code] at org.apache.lucene.index.SegmentCoreReaders#():91 [Interpreted code] 0.01% 3 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [JIT compiled code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle():280 [Inlined code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup():115 [JIT compiled code] at jdk.internal.foreign.MemorySessionImpl#close():241 [Inlined code] at jdk.internal.foreign.ArenaImpl#close():47 [JIT compiled code] at org.apache.lucene.store.MemorySegmentIndexInput#close():698 [JIT compiled code] at org.apache.lucene.store.BufferedChecksumIndexInput#close():83 [JIT compiled code] at org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#():80 [Interpreted code] at org.apache.lucene.codecs.lucene90.Lucene90NormsFormat#normsProducer():96 [Interpreted code] 0.01% 3 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace():186 [Inlined code] at jdk.internal.event.FileWriteEvent#commit() [JIT compiled code] at jdk.internal.event.FileWriteEvent#offer():69 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():376 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [Inlined code] at sun.nio.ch.ChannelOutputStream#write():105 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write():391 [Inlined code] at java.util.zip.CheckedOutputStream#write():73 [JIT compiled code] at java.io.BufferedOutputStream#flushBuffer():123 [Inlined code] at java.io.BufferedOutputStream#flush():203 [JIT compiled code] 0.01% 3 java.io.FileOutputStream#writeBytes() [Native code] at java.io.FileOutputStream#traceWriteBytes():311 [Interpreted code] at java.io.FileOutputStream#write():349 [Interpreted code] at java.lang.System$Out#write():1910 [Inlined code] at java.io.BufferedOutputStream#flushBuffer():123 [Inlined code] at java.io.BufferedOutputStream#flush():203 [JIT compiled code] at java.io.PrintStream#write():541 [Interpreted code] at sun.nio.cs.StreamEncoder#writeBytes():220 [Interpreted code] at sun.nio.cs.StreamEncoder#implFlushBuffer():315 [Interpreted code] at sun.nio.cs.StreamEncoder#flushBuffer():101 [Interpreted code] at java.io.OutputStreamWriter#flushBuffer():179 [Interpreted code] at java.io.PrintStream#writeln():690 [Interpreted code] 0.01% 3 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [JIT compiled code] at sun.nio.ch.IOUtil#readIntoNativeBuffer():341 [JIT compiled code] at sun.nio.ch.IOUtil#read():307 [JIT compiled code] at sun.nio.ch.IOUtil#read():284 [JIT compiled code] at sun.nio.ch.FileChannelImpl#implRead():251 [JIT compiled code] at sun.nio.ch.FileChannelImpl#traceImplRead():269 [Interpreted code] at sun.nio.ch.FileChannelImpl#read():229 [JIT compiled code] at perf.LineFileDocs#readDocs():178 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 0.01% 3 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [JIT compiled code] at sun.nio.ch.IOUtil#readIntoNativeBuffer():341 [JIT compiled code] at sun.nio.ch.IOUtil#read():307 [JIT compiled code] at sun.nio.ch.IOUtil#read():284 [JIT compiled code] at sun.nio.ch.FileChannelImpl#implRead():251 [JIT compiled code] at sun.nio.ch.FileChannelImpl#traceImplRead():269 [Interpreted code] at sun.nio.ch.FileChannelImpl#read():229 [Interpreted code] at perf.LineFileDocs#readDocs():178 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 0.01% 3 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [JIT compiled code] at sun.nio.ch.IOUtil#readIntoNativeBuffer():341 [JIT compiled code] at sun.nio.ch.IOUtil#read():307 [JIT compiled code] at sun.nio.ch.IOUtil#read():284 [JIT compiled code] at sun.nio.ch.FileChannelImpl#implRead():251 [JIT compiled code] at sun.nio.ch.FileChannelImpl#traceImplRead():269 [JIT compiled code] at sun.nio.ch.FileChannelImpl#read():229 [Inlined code] at perf.LineFileDocs#readDocs():178 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 0.01% 2 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map():144 [JIT compiled code] at sun.nio.ch.FileChannelImpl#mapInternal():1515 [JIT compiled code] at sun.nio.ch.FileChannelImpl#map():1453 [JIT compiled code] at org.apache.lucene.store.MMapDirectory#map():376 [JIT compiled code] at org.apache.lucene.store.MMapDirectory#openInput():333 [JIT compiled code] at org.apache.lucene.store.FilterDirectory#openInput():101 [JIT compiled code] at org.apache.lucene.store.FilterDirectory#openInput():101 [JIT compiled code] at org.apache.lucene.store.FilterDirectory#openInput():101 [JIT compiled code] at org.apache.lucene.store.Directory#openChecksumInput():156 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.FieldsIndexWriter#finish():120 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#finish():480 [Interpreted code] 0.01% 2 jdk.internal.misc.Unsafe#park() [Native code] at java.util.concurrent.locks.LockSupport#park():369 [Inlined code] at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode#block():520 [Inlined code] at java.util.concurrent.ForkJoinPool#unmanagedBlock():4364 [Inlined code] at java.util.concurrent.ForkJoinPool#managedBlock():4310 [Inlined code] at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject#await():1752 [Inlined code] at java.util.concurrent.ArrayBlockingQueue#put():371 [JIT compiled code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr Profiler for heap at stackSize=1 [big index (fast) /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 166.96 MB /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 166.96 MB /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 166.96 MB /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 166.96 MB /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 166.96 MB /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 166.96 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 424710 events (total: 284843M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 15.79% 44975M perf.LineFileDocs#nextDoc():640 [JIT compiled code] 12.50% 35615M java.lang.StringUTF16#compress():216 [Inlined code] 8.95% 25485M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] 8.91% 25385M java.lang.StringUTF16#compress():212 [Inlined code] 7.55% 21515M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] 7.14% 20338M perf.LineFileDocs#readDocs():176 [JIT compiled code] 2.94% 8368M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] 2.88% 8191M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] 2.82% 8037M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] 2.65% 7560M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] 1.87% 5314M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():241 [Inlined code] 1.82% 5176M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] 1.81% 5160M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] 1.76% 5001M perf.LineFileDocs#readDocs():176 [Interpreted code] 1.70% 4852M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 1.69% 4806M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] 1.64% 4668M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] 1.51% 4307M org.apache.lucene.util.TimSorter#():62 [Inlined code] 1.41% 4017M perf.LineFileDocs#nextDoc():635 [JIT compiled code] 1.35% 3836M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] 1.09% 3092M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] 0.92% 2626M perf.LineFileDocs#nextDoc():640 [Interpreted code] 0.90% 2577M java.util.TreeMap#keyIterator():1421 [Inlined code] 0.57% 1627M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1458 [Inlined code] 0.54% 1546M perf.LineFileDocs#newDocState():502 [Interpreted code] 0.53% 1510M java.util.ArrayList#grow():240 [Inlined code] 0.52% 1493M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#():108 [Inlined code] 0.51% 1452M org.apache.lucene.codecs.lucene104.PForUtil#encode():78 [JIT compiled code] 0.50% 1423M org.apache.lucene.util.BytesRef#():71 [Inlined code] 0.45% 1295M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] 0.40% 1149M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] 0.20% 564M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] 0.17% 475M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlock():967 [JIT compiled code] 0.17% 473M org.apache.lucene.util.StringSorter#fallbackSorter():92 [Inlined code] 0.16% 461M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] 0.14% 408M java.util.ArrayList#iterator():1030 [JIT compiled code] 0.13% 381M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#():89 [Inlined code] 0.13% 364M java.lang.Integer#toString():167 [Inlined code] 0.12% 349M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 0.12% 341M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] 0.11% 323M java.util.Formatter#parse():2810 [Inlined code] 0.10% 294M java.lang.String#format():4455 [Inlined code] 0.10% 284M org.apache.lucene.document.IntPoint#pack():108 [Inlined code] 0.10% 282M java.util.Arrays#copyOfRange():3849 [Inlined code] 0.09% 261M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():103 [JIT compiled code] 0.09% 260M perf.LineFileDocs#nextDoc():642 [JIT compiled code] 0.09% 250M java.util.Formatter#():2110 [Inlined code] 0.09% 249M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlock():725 [JIT compiled code] 0.09% 248M java.util.ArrayList#subList():1192 [Inlined code] 0.08% 235M java.lang.Thread#beforeSleep():473 [Interpreted code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=2 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr Profiler for heap at stackSize=2 [big index (fast) /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 166.96 MB /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 166.96 MB /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 166.96 MB /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 166.96 MB /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 166.96 MB /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 166.96 MB /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 166.96 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 424710 events (total: 284843M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 14.82% 42217M perf.LineFileDocs#nextDoc():640 [JIT compiled code] at perf.LineFileDocs#nextDoc():581 [Inlined code] 12.50% 35615M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] 8.95% 25485M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] 8.91% 25385M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] 7.55% 21502M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] 7.14% 20338M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 2.87% 8179M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 2.77% 7879M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] 2.65% 7543M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():123 [JIT compiled code] 2.63% 7485M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] 1.87% 5314M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():241 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():262 [Inlined code] 1.82% 5176M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():262 [Inlined code] 1.81% 5160M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():262 [Inlined code] 1.76% 5001M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.70% 4852M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():262 [Inlined code] 1.69% 4806M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():236 [Inlined code] 1.58% 4495M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():236 [Inlined code] 1.51% 4307M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] 1.27% 3620M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():236 [Inlined code] 1.20% 3421M perf.LineFileDocs#nextDoc():635 [JIT compiled code] at perf.LineFileDocs#nextDoc():581 [Inlined code] 1.09% 3092M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] 0.97% 2757M perf.LineFileDocs#nextDoc():640 [JIT compiled code] at perf.LineFileDocs#nextDoc():581 [JIT compiled code] 0.92% 2610M perf.LineFileDocs#nextDoc():640 [Interpreted code] at perf.LineFileDocs#nextDoc():581 [Inlined code] 0.90% 2577M java.util.TreeMap#keyIterator():1421 [Inlined code] at java.util.TreeMap$KeySet#iterator():1434 [JIT compiled code] 0.57% 1627M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1458 [Inlined code] at org.apache.lucene.util.IntBlockPool#nextBuffer():153 [JIT compiled code] 0.54% 1546M perf.LineFileDocs#newDocState():502 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.53% 1510M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] 0.52% 1493M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#():108 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#bytesRefToTrie():95 [Inlined code] 0.44% 1256M org.apache.lucene.codecs.lucene104.PForUtil#encode():78 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] 0.44% 1249M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [JIT compiled code] 0.41% 1163M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] 0.40% 1149M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():398 [JIT compiled code] 0.31% 883M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():464 [JIT compiled code] 0.21% 596M perf.LineFileDocs#nextDoc():635 [JIT compiled code] at perf.LineFileDocs#nextDoc():581 [JIT compiled code] 0.17% 473M org.apache.lucene.util.StringSorter#fallbackSorter():92 [Inlined code] at org.apache.lucene.util.StringSorter$MSBStringRadixSorter#getFallbackSorter():83 [Inlined code] 0.16% 461M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues():72 [Inlined code] 0.13% 381M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#():89 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#bytesRefToTrie():95 [Inlined code] 0.13% 373M java.util.ArrayList#iterator():1030 [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():126 [Interpreted code] 0.13% 364M java.lang.Integer#toString():167 [Inlined code] at perf.LineFileDocs#intToID():297 [JIT compiled code] 0.12% 344M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] 0.12% 333M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] at java.lang.invoke.LambdaForm$DMH.0x00000000391a4400#newInvokeSpecial() [Inlined code] 0.11% 323M java.util.Formatter#parse():2810 [Inlined code] at java.util.Formatter#format():2744 [Inlined code] 0.10% 294M java.lang.String#format():4455 [Inlined code] at perf.LineFileDocs#intToID():297 [JIT compiled code] 0.10% 284M org.apache.lucene.document.IntPoint#pack():108 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues():72 [Inlined code] 0.09% 261M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():103 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():398 [JIT compiled code] 0.09% 260M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():581 [Inlined code] 0.09% 259M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlock():725 [JIT compiled code] 0.09% 252M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlock():967 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlocks():666 [JIT compiled code] 0.09% 250M java.util.Formatter#():2110 [Inlined code] at java.lang.String#format():4455 [Inlined code] 0.09% 248M java.util.ArrayList#subList():1192 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlocks():685 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr Profiler for heap at stackSize=4 [big index (fast) /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 166.96 MB /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 166.96 MB /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 166.96 MB /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 166.96 MB /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 166.96 MB /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 166.96 MB /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 166.96 MB /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 166.96 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 424710 events (total: 284843M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 14.82% 42217M perf.LineFileDocs#nextDoc():640 [JIT compiled code] at perf.LineFileDocs#nextDoc():581 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 11.71% 33342M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():642 [JIT compiled code] 8.32% 23701M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():642 [JIT compiled code] 7.42% 21132M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():170 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 7.14% 20338M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 7.12% 20277M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] 2.77% 7879M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 2.64% 7508M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():123 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 2.61% 7421M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():160 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 1.87% 5314M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():241 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():262 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():302 [JIT compiled code] 1.82% 5176M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():262 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():302 [JIT compiled code] 1.81% 5160M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():262 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():302 [JIT compiled code] 1.76% 5001M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.70% 4852M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():262 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():302 [JIT compiled code] 1.69% 4806M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():236 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():262 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] 1.63% 4640M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] 1.58% 4495M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():236 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():262 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] 1.46% 4158M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] at org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [JIT compiled code] 1.30% 3697M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():161 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():200 [JIT compiled code] 1.27% 3620M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():236 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():262 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] 1.20% 3421M perf.LineFileDocs#nextDoc():635 [JIT compiled code] at perf.LineFileDocs#nextDoc():581 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.14% 3257M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] 1.02% 2896M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1339 [JIT compiled code] 0.97% 2757M perf.LineFileDocs#nextDoc():640 [JIT compiled code] at perf.LineFileDocs#nextDoc():581 [JIT compiled code] at perf.IndexThreads$IndexThread#run():397 [Interpreted code] 0.92% 2610M perf.LineFileDocs#nextDoc():640 [Interpreted code] at perf.LineFileDocs#nextDoc():581 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.90% 2565M java.util.TreeMap#keyIterator():1421 [Inlined code] at java.util.TreeMap$KeySet#iterator():1434 [JIT compiled code] at java.util.TreeSet#iterator():187 [Inlined code] at org.apache.lucene.codecs.CompetitiveImpactAccumulator#addAll():82 [Inlined code] 0.63% 1795M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [JIT compiled code] at perf.LineFileDocs#nextDoc():642 [Interpreted code] 0.57% 1627M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1458 [Inlined code] at org.apache.lucene.util.IntBlockPool#nextBuffer():153 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():155 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():200 [JIT compiled code] 0.54% 1546M perf.LineFileDocs#newDocState():502 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.53% 1510M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] 0.53% 1510M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.util.BytesRefBlockPool#addBytesRef():91 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():343 [JIT compiled code] 0.52% 1493M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#():108 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#bytesRefToTrie():95 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingBlock#compileIndex():481 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlocks():682 [JIT compiled code] 0.44% 1256M org.apache.lucene.codecs.lucene104.PForUtil#encode():78 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():160 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 0.44% 1249M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [JIT compiled code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():126 [JIT compiled code] 0.40% 1146M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():398 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc():259 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():145 [JIT compiled code] 0.39% 1122M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [JIT compiled code] at perf.LineFileDocs#nextDoc():642 [Interpreted code] 0.31% 883M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():464 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc():259 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():145 [JIT compiled code] 0.22% 613M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():731 [JIT compiled code] 0.21% 596M perf.LineFileDocs#nextDoc():635 [JIT compiled code] at perf.LineFileDocs#nextDoc():581 [JIT compiled code] at perf.IndexThreads$IndexThread#run():397 [Interpreted code] 0.16% 468M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [JIT compiled code] at perf.LineFileDocs#nextDoc():642 [JIT compiled code] 0.16% 454M org.apache.lucene.util.StringSorter#fallbackSorter():92 [Inlined code] at org.apache.lucene.util.StringSorter$MSBStringRadixSorter#getFallbackSorter():83 [Inlined code] at org.apache.lucene.util.MSBRadixSorter#sort():134 [Inlined code] at org.apache.lucene.util.MSBRadixSorter#radixSort():182 [JIT compiled code] 0.13% 381M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#():89 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#bytesRefToTrie():95 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingBlock#compileIndex():481 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlocks():682 [JIT compiled code] 0.13% 373M java.util.ArrayList#iterator():1030 [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():126 [Interpreted code] at jdk.jfr.internal.PlatformRecorder#periodicTask():502 [Interpreted code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0():428 [Interpreted code] 0.13% 361M java.lang.Integer#toString():167 [Inlined code] at perf.LineFileDocs#intToID():297 [JIT compiled code] at perf.LineFileDocs#nextDoc():748 [JIT compiled code] at perf.LineFileDocs#nextDoc():581 [Inlined code] 0.12% 344M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.ArrayUtil#grow():377 [Inlined code] at org.apache.lucene.index.PointValuesWriter#addPackedValue():68 [Inlined code] 0.12% 333M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] at java.lang.invoke.LambdaForm$DMH.0x00000000391a4400#newInvokeSpecial() [Inlined code] at java.lang.invoke.Invokers$Holder#linkToTargetMethod() [Inlined code] at org.apache.lucene.util.StringSorter$MSBStringRadixSorter#getFallbackSorter():83 [Inlined code] 0.11% 323M java.util.Formatter#parse():2810 [Inlined code] at java.util.Formatter#format():2744 [Inlined code] at java.util.Formatter#format():2698 [Inlined code] at java.lang.String#format():4455 [Inlined code] 0.11% 312M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():637 [JIT compiled code] 0.10% 282M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] 0.10% 278M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():748 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=8 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr Profiler for heap at stackSize=8 [big index (fast) /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 166.96 MB /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 166.96 MB /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 166.96 MB /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 166.96 MB /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 166.96 MB /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 166.96 MB /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 166.96 MB /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 166.96 MB /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 166.96 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 424710 events (total: 284843M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 14.82% 42217M perf.LineFileDocs#nextDoc():640 [JIT compiled code] at perf.LineFileDocs#nextDoc():581 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 10.89% 31029M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():581 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 7.78% 22159M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():581 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 7.14% 20338M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 3.21% 9132M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():226 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():266 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():197 [JIT compiled code] 2.94% 8362M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():170 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] 2.61% 7420M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():170 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():341 [Interpreted code] 1.91% 5440M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():226 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():263 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():197 [JIT compiled code] 1.81% 5160M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():262 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():302 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1339 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1235 [Inlined code] 1.76% 5001M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.73% 4918M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():241 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():262 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():302 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1339 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1235 [Inlined code] 1.71% 4868M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():262 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():302 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1339 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1235 [Inlined code] 1.70% 4852M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():262 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():302 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1339 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1235 [Inlined code] 1.64% 4658M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():170 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():341 [JIT compiled code] 1.55% 4416M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():236 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():262 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():302 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1339 [JIT compiled code] 1.46% 4155M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] at org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [JIT compiled code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():126 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 1.44% 4094M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():160 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] 1.43% 4083M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():236 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():262 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():302 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1339 [JIT compiled code] 1.21% 3435M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():161 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():200 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1339 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1235 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():748 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] 1.20% 3421M perf.LineFileDocs#nextDoc():635 [JIT compiled code] at perf.LineFileDocs#nextDoc():581 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.14% 3257M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000391c7148#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] 1.12% 3189M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():236 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():262 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():302 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1339 [JIT compiled code] 1.10% 3143M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000391c7148#merge() [Interpreted code] 1.09% 3108M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():123 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000391c7148#merge() [Interpreted code] 1.01% 2867M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1339 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1235 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():748 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():274 [Inlined code] 0.97% 2757M perf.LineFileDocs#nextDoc():640 [JIT compiled code] at perf.LineFileDocs#nextDoc():581 [JIT compiled code] at perf.IndexThreads$IndexThread#run():397 [Interpreted code] 0.97% 2750M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():341 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():456 [Interpreted code] 0.92% 2610M perf.LineFileDocs#nextDoc():640 [Interpreted code] at perf.LineFileDocs#nextDoc():581 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.90% 2556M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():123 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():341 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():456 [Interpreted code] 0.81% 2312M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():581 [JIT compiled code] at perf.IndexThreads$IndexThread#run():397 [Interpreted code] 0.80% 2289M java.util.TreeMap#keyIterator():1421 [Inlined code] at java.util.TreeMap$KeySet#iterator():1434 [JIT compiled code] at java.util.TreeSet#iterator():187 [Inlined code] at org.apache.lucene.codecs.CompetitiveImpactAccumulator#addAll():82 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():482 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#finishTerm():576 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():173 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 0.66% 1888M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():160 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():341 [Interpreted code] 0.62% 1778M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [JIT compiled code] at perf.LineFileDocs#nextDoc():642 [Interpreted code] at perf.LineFileDocs#nextDoc():581 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.60% 1703M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():341 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():456 [Interpreted code] 0.55% 1564M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():341 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():456 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] 0.54% 1549M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():123 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():341 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():456 [Interpreted code] 0.54% 1546M perf.LineFileDocs#newDocState():502 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.54% 1543M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1458 [Inlined code] at org.apache.lucene.util.IntBlockPool#nextBuffer():153 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():155 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():200 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1339 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1235 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():748 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] 0.54% 1542M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():581 [JIT compiled code] at perf.IndexThreads$IndexThread#run():397 [Interpreted code] 0.48% 1357M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():226 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():263 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():183 [JIT compiled code] 0.46% 1320M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():226 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():266 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():214 [Inlined code] 0.45% 1277M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():226 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():266 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():183 [JIT compiled code] 0.45% 1268M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.util.BytesRefBlockPool#addBytesRef():91 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():343 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1339 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1235 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():748 [JIT compiled code] 0.44% 1249M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [JIT compiled code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():126 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] 0.44% 1242M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():160 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():341 [JIT compiled code] 0.42% 1192M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():226 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():266 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():173 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():214 [Inlined code] 0.41% 1154M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():341 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():456 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#postUpdate():403 [Inlined code] 0.39% 1122M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [JIT compiled code] at perf.LineFileDocs#nextDoc():642 [Interpreted code] at perf.LineFileDocs#nextDoc():581 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.34% 979M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():341 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():456 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] 0.31% 872M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#():108 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#bytesRefToTrie():95 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingBlock#compileIndex():481 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlocks():682 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#pushTerm():1039 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():995 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr Profiler for heap at stackSize=12 [big index (fast) /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 166.96 MB /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 166.96 MB /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 166.96 MB /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 166.96 MB /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 166.96 MB /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 166.96 MB /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 166.96 MB /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 166.96 MB /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 166.96 MB /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 166.96 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 424710 events (total: 284843M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 14.82% 42217M perf.LineFileDocs#nextDoc():640 [JIT compiled code] at perf.LineFileDocs#nextDoc():581 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 10.89% 31029M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():581 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 7.78% 22159M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():581 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 7.14% 20338M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 2.94% 8362M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():170 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000391c7148#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5286 [Interpreted code] 2.05% 5850M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():226 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():266 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():197 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():214 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():202 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1339 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1235 [JIT compiled code] 1.76% 5001M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.65% 4694M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():262 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():302 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1339 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1235 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():748 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():274 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 1.64% 4679M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():241 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():262 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():302 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1339 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1235 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():748 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():274 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 1.60% 4569M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():262 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():302 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1339 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1235 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():748 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():274 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 1.60% 4561M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():262 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():302 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1339 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1235 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():748 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():274 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 1.60% 4557M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():170 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():341 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():456 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [Inlined code] 1.52% 4321M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():236 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():262 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():302 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1339 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1235 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():748 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():274 [Inlined code] 1.46% 4155M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] at org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [JIT compiled code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():126 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000391c7148#merge() [Interpreted code] 1.44% 4094M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():160 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000391c7148#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5286 [Interpreted code] 1.42% 4049M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():226 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():263 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():197 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():214 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():202 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1339 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1235 [JIT compiled code] 1.40% 3993M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():236 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():262 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():302 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1339 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1235 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():748 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():274 [Inlined code] 1.20% 3421M perf.LineFileDocs#nextDoc():635 [JIT compiled code] at perf.LineFileDocs#nextDoc():581 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.15% 3282M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():226 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():266 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():197 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():214 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():202 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1339 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1235 [Inlined code] 1.14% 3257M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000391c7148#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5286 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4749 [Interpreted code] at org.apache.lucene.index.IndexWriter$IndexWriterMergeSource#merge():6554 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler#doMerge():661 [Interpreted code] 1.11% 3148M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():161 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():200 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1339 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1235 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():748 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():274 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 1.10% 3143M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000391c7148#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5286 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4749 [Interpreted code] 1.09% 3109M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():236 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():262 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():302 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1339 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1235 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():748 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():274 [Inlined code] 1.09% 3108M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():123 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000391c7148#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5286 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4749 [Interpreted code] 1.00% 2838M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():170 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():341 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():456 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#postUpdate():403 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():449 [JIT compiled code] 0.97% 2757M perf.LineFileDocs#nextDoc():640 [JIT compiled code] at perf.LineFileDocs#nextDoc():581 [JIT compiled code] at perf.IndexThreads$IndexThread#run():397 [Interpreted code] 0.96% 2742M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():170 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():341 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():456 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [Inlined code] 0.96% 2738M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1339 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1235 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():748 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():274 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] 0.92% 2610M perf.LineFileDocs#nextDoc():640 [Interpreted code] at perf.LineFileDocs#nextDoc():581 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.81% 2312M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():581 [JIT compiled code] at perf.IndexThreads$IndexThread#run():397 [Interpreted code] 0.62% 1778M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [JIT compiled code] at perf.LineFileDocs#nextDoc():642 [Interpreted code] at perf.LineFileDocs#nextDoc():581 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.60% 1713M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():341 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():456 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():449 [JIT compiled code] 0.56% 1587M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():123 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():341 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():456 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():449 [JIT compiled code] 0.55% 1560M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():170 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():341 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():456 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#postUpdate():403 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():449 [JIT compiled code] 0.54% 1546M perf.LineFileDocs#newDocState():502 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.54% 1542M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():581 [JIT compiled code] at perf.IndexThreads$IndexThread#run():397 [Interpreted code] 0.51% 1452M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():341 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():456 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():449 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 0.50% 1416M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1458 [Inlined code] at org.apache.lucene.util.IntBlockPool#nextBuffer():153 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():155 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():200 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1339 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1235 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():748 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():274 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 0.49% 1391M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():226 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():263 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():197 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():214 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():202 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1339 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1235 [Inlined code] 0.48% 1357M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():226 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():263 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():183 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():214 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():202 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1339 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1235 [Inlined code] 0.45% 1277M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():226 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():266 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():183 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():214 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():202 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1339 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1235 [Inlined code] 0.44% 1252M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():226 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():266 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():214 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():202 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1339 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1235 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():748 [JIT compiled code] 0.44% 1249M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [JIT compiled code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():126 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000391c7148#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] 0.41% 1169M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():226 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():266 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():173 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():214 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():202 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1339 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1235 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():748 [JIT compiled code] 0.41% 1168M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():160 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():341 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():456 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [Inlined code] 0.39% 1122M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [JIT compiled code] at perf.LineFileDocs#nextDoc():642 [Interpreted code] at perf.LineFileDocs#nextDoc():581 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.39% 1106M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():341 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():456 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#postUpdate():403 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():449 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] 0.38% 1078M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.util.BytesRefBlockPool#addBytesRef():91 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():343 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1339 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1235 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():748 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():274 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] 0.35% 1006M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():341 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():456 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():449 [JIT compiled code] 0.34% 979M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():341 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():456 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():449 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] move log to /l/logs.nightly/2026.04.16.10.08.30/fastIndexBigDocs.log move vmstat log to /l/logs.nightly/2026.04.16.10.08.30/fastIndexBigDocs.vmstat.log move top log to /l/logs.nightly/2026.04.16.10.08.30/fastIndexBigDocs.top.log [2026-04-17 00:24:21.958900] took 80.3 sec [2026-04-17 00:24:21.959937] bigIndexAtClose None [2026-04-17 00:24:21.961044] 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=2329544 Profiler summary for /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr Version: 2.1 Chunks: 168 Start: 2026-04-17 12:43:52 (UTC) Duration: 11240 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 83307939 1582402510 jdk.FileWrite 18194331 418459615 jdk.NativeMethodSample 616069 8695662 jdk.FileRead 322459 8952527 jdk.CPULoad 212143 4455003 jdk.BooleanFlag 116256 3836952 jdk.Checkpoint 33587 91794727 jdk.ObjectAllocationInNewTLAB 31143 678650 jdk.UnsignedIntFlag 10416 373464 jdk.IntFlag 9408 349944 jdk.StringFlag 7560 323736 jdk.ObjectAllocationOutsideTLAB 218 3907 jdk.CPUInformation 168 252504 jdk.GCConfiguration 168 4536 jdk.JVMInformation 168 316680 jdk.Metadata 168 18568704 jdk.Compilation 138 3846 jdk.GarbageCollection 65 1690 jdk.ActiveRecording 0 0 jdk.ActiveSetting 0 0 jdk.AllocationRequiringGC 0 0 jdk.BooleanFlagChanged 0 0 jdk.CPUTimeSamplesLost 0 0 jdk.CPUTimeStampCounter 0 0 jdk.ClassDefine 0 0 jdk.ClassLoad 0 0 jdk.ClassLoaderStatistics 0 0 jdk.ClassLoadingStatistics 0 0 jdk.ClassRedefinition 0 0 jdk.ClassUnload 0 0 jdk.CodeCacheConfiguration 0 0 jdk.CodeCacheFull 0 0 jdk.CodeCacheStatistics 0 0 jdk.CompilationFailure 0 0 jdk.CompilerConfiguration 0 0 jdk.CompilerInlining 0 0 jdk.CompilerPhase 0 0 jdk.CompilerQueueUtilization 0 0 jdk.CompilerStatistics 0 0 jdk.ConcurrentModeFailure 0 0 jdk.ContainerCPUThrottling 0 0 jdk.ContainerCPUUsage 0 0 jdk.ContainerConfiguration 0 0 jdk.ContainerIOUsage 0 0 jdk.ContainerMemoryUsage 0 0 jdk.ContinuationFreeze 0 0 jdk.ContinuationFreezeFast 0 0 jdk.ContinuationFreezeSlow 0 0 jdk.ContinuationThaw 0 0 jdk.ContinuationThawFast 0 0 jdk.ContinuationThawSlow 0 0 jdk.DataLoss 0 0 jdk.Deoptimization 0 0 jdk.DeprecatedInvocation 0 0 jdk.Deserialization 0 0 jdk.DirectBufferStatistics 0 0 jdk.DoubleFlag 0 0 jdk.DoubleFlagChanged 0 0 jdk.DumpReason 0 0 jdk.EvacuationFailed 0 0 jdk.EvacuationInformation 0 0 jdk.ExceptionStatistics 0 0 jdk.ExecuteVMOperation 0 0 jdk.ExecutionSample 0 0 jdk.FileForce 0 0 jdk.FinalizerStatistics 0 0 jdk.Flush 0 0 jdk.G1AdaptiveIHOP 0 0 jdk.G1BasicIHOP 0 0 jdk.G1EvacuationOldStatistics 0 0 jdk.G1EvacuationYoungStatistics 0 0 jdk.G1GarbageCollection 0 0 jdk.G1HeapRegionInformation 0 0 jdk.G1HeapRegionTypeChange 0 0 jdk.G1HeapSummary 0 0 jdk.G1MMU 0 0 jdk.GCCPUTime 0 0 jdk.GCHeapConfiguration 0 0 jdk.GCHeapMemoryPoolUsage 0 0 jdk.GCHeapMemoryUsage 0 0 jdk.GCHeapSummary 0 0 jdk.GCPhaseConcurrent 0 0 jdk.GCPhaseConcurrentLevel1 0 0 jdk.GCPhaseConcurrentLevel2 0 0 jdk.GCPhaseParallel 0 0 jdk.GCPhasePause 0 0 jdk.GCPhasePauseLevel1 0 0 jdk.GCPhasePauseLevel2 0 0 jdk.GCPhasePauseLevel3 0 0 jdk.GCPhasePauseLevel4 0 0 jdk.GCReferenceStatistics 0 0 jdk.GCSurvivorConfiguration 0 0 jdk.GCTLABConfiguration 0 0 jdk.HeapDump 0 0 jdk.InitialEnvironmentVariable 0 0 jdk.InitialSecurityProperty 0 0 jdk.InitialSystemProperty 0 0 jdk.IntFlagChanged 0 0 jdk.JITRestart 0 0 jdk.JavaAgent 0 0 jdk.JavaErrorThrow 0 0 jdk.JavaExceptionThrow 0 0 jdk.JavaMonitorDeflate 0 0 jdk.JavaMonitorEnter 0 0 jdk.JavaMonitorInflate 0 0 jdk.JavaMonitorNotify 0 0 jdk.JavaMonitorStatistics 0 0 jdk.JavaMonitorWait 0 0 jdk.JavaThreadStatistics 0 0 jdk.LongFlag 0 0 jdk.LongFlagChanged 0 0 jdk.MetaspaceAllocationFailure 0 0 jdk.MetaspaceChunkFreeListSummary 0 0 jdk.MetaspaceGCThreshold 0 0 jdk.MetaspaceOOM 0 0 jdk.MetaspaceSummary 0 0 jdk.MethodTiming 0 0 jdk.MethodTrace 0 0 jdk.ModuleExport 0 0 jdk.ModuleRequire 0 0 jdk.NativeAgent 0 0 jdk.NativeLibrary 0 0 jdk.NativeLibraryLoad 0 0 jdk.NativeLibraryUnload 0 0 jdk.NativeMemoryUsage 0 0 jdk.NativeMemoryUsageTotal 0 0 jdk.NetworkUtilization 0 0 jdk.OSInformation 0 0 jdk.ObjectAllocationSample 0 0 jdk.ObjectCount 0 0 jdk.ObjectCountAfterGC 0 0 jdk.OldGarbageCollection 0 0 jdk.OldObjectSample 0 0 jdk.PSHeapSummary 0 0 jdk.ParallelOldGarbageCollection 0 0 jdk.PhysicalMemory 0 0 jdk.ProcessStart 0 0 jdk.PromoteObjectInNewPLAB 0 0 jdk.PromoteObjectOutsidePLAB 0 0 jdk.PromotionFailed 0 0 jdk.RedefineClasses 0 0 jdk.ReservedStackActivation 0 0 jdk.ResidentSetSize 0 0 jdk.RetransformClasses 0 0 jdk.SafepointBegin 0 0 jdk.SafepointEnd 0 0 jdk.SafepointLatency 0 0 jdk.SafepointStateSynchronization 0 0 jdk.SecurityPropertyModification 0 0 jdk.SecurityProviderService 0 0 jdk.SerializationMisdeclaration 0 0 jdk.ShenandoahEvacuationInformation 0 0 jdk.ShenandoahHeapRegionInformation 0 0 jdk.ShenandoahHeapRegionStateChange 0 0 jdk.Shutdown 0 0 jdk.SocketRead 0 0 jdk.SocketWrite 0 0 jdk.StringFlagChanged 0 0 jdk.StringTableStatistics 0 0 jdk.SwapSpace 0 0 jdk.SymbolTableStatistics 0 0 jdk.SyncOnValueBasedClass 0 0 jdk.SystemGC 0 0 jdk.SystemProcess 0 0 jdk.TLSHandshake 0 0 jdk.TenuringDistribution 0 0 jdk.ThreadAllocationStatistics 0 0 jdk.ThreadCPULoad 0 0 jdk.ThreadContextSwitchRate 0 0 jdk.ThreadDump 0 0 jdk.ThreadEnd 0 0 jdk.ThreadPark 0 0 jdk.ThreadSleep 0 0 jdk.ThreadStart 0 0 jdk.UnsignedIntFlagChanged 0 0 jdk.UnsignedLongFlag 0 0 jdk.UnsignedLongFlagChanged 0 0 jdk.VirtualThreadEnd 0 0 jdk.VirtualThreadPinned 0 0 jdk.VirtualThreadStart 0 0 jdk.VirtualThreadSubmitFailed 0 0 jdk.VirtualizationInformation 0 0 jdk.X509Certificate 0 0 jdk.X509Validation 0 0 jdk.YoungGarbageCollection 0 0 jdk.YoungGenerationConfiguration 0 0 jdk.ZAllocationStall 0 0 jdk.ZOldGarbageCollection 0 0 jdk.ZPageAllocation 0 0 jdk.ZRelocationSet 0 0 jdk.ZRelocationSetGroup 0 0 jdk.ZStatisticsCounter 0 0 jdk.ZStatisticsSampler 0 0 jdk.ZThreadPhase 0 0 jdk.ZUncommit 0 0 jdk.ZYoungGarbageCollection 0 0 profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr Profiler for cpu at stackSize=1 [search index (fixed segments) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr is 2040.37 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 616069 events (total: 616069) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 88.46% 544972 jdk.jfr.internal.JVM#emitEvent() [Native code] 5.43% 33450 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 4.16% 25632 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] 1.42% 8738 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] 0.27% 1675 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] 0.09% 569 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] 0.07% 444 jdk.internal.misc.Unsafe#park() [Native code] 0.02% 143 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] 0.02% 130 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] 0.02% 93 sun.nio.ch.UnixFileDispatcherImpl#force0() [Native code] 0.00% 25 java.lang.Object#wait0() [Native code] 0.00% 23 sun.nio.fs.UnixNativeDispatcher#lstat0() [Native code] 0.00% 22 jdk.jfr.internal.JVM#shouldRotateDisk() [Native code] 0.00% 22 jdk.internal.misc.Unsafe#unpark() [Native code] 0.00% 22 sun.nio.ch.UnixFileDispatcherImpl#size0() [Native code] 0.00% 21 java.io.FileDescriptor#close0() [Native code] 0.00% 21 java.lang.Thread#sleepNanos0() [Native code] 0.00% 19 jdk.jfr.internal.JVM#getStackTraceId() [Native code] 0.00% 14 java.io.FileOutputStream#writeBytes() [Native code] 0.00% 10 sun.nio.ch.NativeThread#current0() [Native code] 0.00% 9 java.io.RandomAccessFile#open0() [Native code] 0.00% 3 java.nio.MappedMemoryUtils#isLoaded0() [Native code] 0.00% 3 jdk.jfr.internal.JVM#flush() [Native code] 0.00% 2 sun.nio.fs.UnixNativeDispatcher#access0() [Native code] 0.00% 2 jdk.internal.misc.Unsafe#freeMemory0() [Native code] 0.00% 1 java.lang.System#nanoTime() [Native code] 0.00% 1 java.lang.Object#hashCode() [Native code] 0.00% 1 java.lang.Object#notifyAll() [Native code] 0.00% 1 java.lang.System#identityHashCode() [Native code] 0.00% 1 jdk.internal.loader.NativeLibrary#findEntry0() [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 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr Profiler for cpu at stackSize=2 [search index (fixed segments) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr is 2040.37 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 2040.37 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 616069 events (total: 616069) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 88.46% 544972 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Inlined code] 5.43% 33450 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] 4.16% 25632 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [Inlined code] 0.86% 5292 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [Inlined code] 0.56% 3446 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [JIT compiled code] 0.27% 1675 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] 0.09% 569 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open():69 [Inlined code] 0.07% 440 jdk.internal.misc.Unsafe#park() [Native code] at java.util.concurrent.locks.LockSupport#park():223 [Inlined code] 0.02% 143 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat():253 [Inlined code] 0.02% 130 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map():144 [Inlined code] 0.01% 92 sun.nio.ch.UnixFileDispatcherImpl#force0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#force():85 [Interpreted code] 0.00% 25 java.lang.Object#wait0() [Native code] at java.lang.Object#wait():389 [Inlined code] 0.00% 22 jdk.internal.misc.Unsafe#unpark() [Native code] at java.util.concurrent.locks.LockSupport#unpark():183 [Inlined code] 0.00% 22 sun.nio.ch.UnixFileDispatcherImpl#size0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#size():93 [Inlined code] 0.00% 22 jdk.jfr.internal.JVM#shouldRotateDisk() [Native code] at jdk.jfr.internal.PlatformRecorder#periodicTask():495 [JIT compiled code] 0.00% 21 java.lang.Thread#sleepNanos0() [Native code] at java.lang.Thread#sleepNanos():509 [Inlined code] 0.00% 21 java.io.FileDescriptor#close0() [Native code] at java.io.FileDescriptor#close():304 [Inlined code] 0.00% 19 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace():186 [Inlined code] 0.00% 14 java.io.FileOutputStream#writeBytes() [Native code] at java.io.FileOutputStream#traceWriteBytes():311 [JIT compiled code] 0.00% 13 sun.nio.fs.UnixNativeDispatcher#lstat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#lstat():273 [JIT compiled code] 0.00% 10 sun.nio.fs.UnixNativeDispatcher#lstat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#lstat():273 [Inlined code] 0.00% 10 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current():51 [Inlined code] 0.00% 9 java.io.RandomAccessFile#open0() [Native code] at java.io.RandomAccessFile#open():338 [Inlined code] 0.00% 4 jdk.internal.misc.Unsafe#park() [Native code] at java.util.concurrent.locks.LockSupport#park():369 [Inlined code] 0.00% 3 java.nio.MappedMemoryUtils#isLoaded0() [Native code] at java.nio.MappedMemoryUtils#isLoaded():47 [JIT compiled code] 0.00% 3 jdk.jfr.internal.JVM#flush() [Native code] at jdk.jfr.internal.MetadataRepository#flush():373 [Inlined code] 0.00% 2 sun.nio.fs.UnixNativeDispatcher#access0() [Native code] at sun.nio.fs.UnixNativeDispatcher#access():437 [JIT compiled code] 0.00% 2 jdk.internal.misc.Unsafe#freeMemory0() [Native code] at jdk.internal.misc.Unsafe#freeMemory():930 [Inlined code] 0.00% 1 jdk.internal.loader.NativeLibrary#findEntry0() [Native code] at jdk.internal.loader.NativeLibraries$NativeLibraryImpl#find():302 [Interpreted code] 0.00% 1 java.lang.Object#hashCode() [Native code] at java.util.HashMap#hash():338 [Inlined code] 0.00% 1 java.lang.System#identityHashCode() [Native code] at java.util.IdentityHashMap#hash():307 [Inlined code] 0.00% 1 java.lang.System#nanoTime() [Native code] at org.apache.lucene.index.IndexFileDeleter#checkpoint():548 [Interpreted code] 0.00% 1 java.lang.Object#notifyAll() [Native code] at jdk.jfr.internal.util.Utils#notifyFlush():360 [JIT compiled code] 0.00% 1 sun.nio.ch.UnixFileDispatcherImpl#force0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#force():85 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr Profiler for cpu at stackSize=4 [search index (fixed segments) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr is 2040.37 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 2040.37 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 2040.37 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 616069 events (total: 616069) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 88.46% 544972 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Inlined code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [Inlined code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [JIT compiled code] 5.43% 33450 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] 4.16% 25632 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer():341 [Inlined code] at sun.nio.ch.IOUtil#read():307 [Inlined code] 0.86% 5292 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] 0.53% 3287 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] 0.27% 1675 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [Inlined code] 0.09% 569 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open():69 [Inlined code] at sun.nio.fs.UnixChannelFactory#open():242 [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel():132 [Inlined code] 0.06% 362 jdk.internal.misc.Unsafe#park() [Native code] at java.util.concurrent.locks.LockSupport#park():223 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():410 [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] 0.03% 159 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] 0.02% 143 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat():253 [Inlined code] at sun.nio.fs.UnixFileAttributes#get():77 [Inlined code] at sun.nio.fs.UnixFileAttributeViews$Basic#readAttributes():51 [Inlined code] 0.02% 130 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map():144 [Inlined code] at sun.nio.ch.FileChannelImpl#mapInternal():1515 [JIT compiled code] at sun.nio.ch.FileChannelImpl#map():1453 [Inlined code] 0.01% 88 sun.nio.ch.UnixFileDispatcherImpl#force0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#force():85 [Interpreted code] at sun.nio.ch.FileChannelImpl#implForce():620 [Interpreted code] at sun.nio.ch.FileChannelImpl#force():635 [Interpreted code] 0.01% 78 jdk.internal.misc.Unsafe#park() [Native code] at java.util.concurrent.locks.LockSupport#park():223 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():410 [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():650 [Inlined code] 0.00% 25 java.lang.Object#wait0() [Native code] at java.lang.Object#wait():389 [Inlined code] at jdk.jfr.internal.PlatformRecorder#takeNap():540 [Inlined code] at jdk.jfr.internal.PlatformRecorder#periodicTask():508 [JIT compiled code] 0.00% 22 jdk.jfr.internal.JVM#shouldRotateDisk() [Native code] at jdk.jfr.internal.PlatformRecorder#periodicTask():495 [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0():428 [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000001d07aa58#run() [Interpreted code] 0.00% 21 java.lang.Thread#sleepNanos0() [Native code] at java.lang.Thread#sleepNanos():509 [Inlined code] at java.lang.Thread#sleep():540 [Inlined code] at perf.Indexer#_main():589 [JIT compiled code] 0.00% 21 jdk.internal.misc.Unsafe#unpark() [Native code] at java.util.concurrent.locks.LockSupport#unpark():183 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():266 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#release():720 [Inlined code] 0.00% 20 java.io.FileDescriptor#close0() [Native code] at java.io.FileDescriptor#close():304 [Inlined code] at java.io.FileDescriptor$1#close():89 [Inlined code] at sun.nio.ch.FileChannelImpl$Closer#run():123 [JIT compiled code] 0.00% 19 sun.nio.ch.UnixFileDispatcherImpl#size0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#size():93 [Inlined code] at sun.nio.ch.FileChannelImpl#size():496 [JIT compiled code] at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock#ensureValid():169 [JIT compiled code] 0.00% 14 java.io.FileOutputStream#writeBytes() [Native code] at java.io.FileOutputStream#traceWriteBytes():311 [JIT compiled code] at java.io.FileOutputStream#write():349 [JIT compiled code] at java.lang.System$Out#write():1910 [Inlined code] 0.00% 12 sun.nio.fs.UnixNativeDispatcher#lstat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#lstat():273 [JIT compiled code] at sun.nio.fs.UnixFileAttributes#get():79 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete():254 [Inlined code] 0.00% 10 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace():186 [Inlined code] at jdk.internal.event.FileReadEvent#commit() [JIT compiled code] at jdk.internal.event.FileReadEvent#offer():71 [Inlined code] 0.00% 10 sun.nio.fs.UnixNativeDispatcher#lstat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#lstat():273 [Inlined code] at sun.nio.fs.UnixFileAttributes#get():79 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete():254 [Inlined code] 0.00% 9 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace():186 [Inlined code] at jdk.internal.event.FileWriteEvent#commit() [JIT compiled code] at jdk.internal.event.FileWriteEvent#offer():69 [Inlined code] 0.00% 9 java.io.RandomAccessFile#open0() [Native code] at java.io.RandomAccessFile#open():338 [Inlined code] at java.io.RandomAccessFile#():257 [JIT compiled code] at java.io.RandomAccessFile#():211 [Inlined code] 0.00% 6 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current():51 [Inlined code] at sun.nio.ch.NativeThreadSet#add():48 [Inlined code] at sun.nio.ch.FileChannelImpl#implRead():245 [Inlined code] 0.00% 4 sun.nio.ch.UnixFileDispatcherImpl#force0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#force():85 [Interpreted code] at sun.nio.ch.FileChannelImpl#implForce():620 [Interpreted code] at sun.nio.ch.FileChannelImpl#force():635 [JIT compiled code] 0.00% 4 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current():51 [Inlined code] at sun.nio.ch.NativeThreadSet#add():48 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():349 [Inlined code] 0.00% 4 jdk.internal.misc.Unsafe#park() [Native code] at java.util.concurrent.locks.LockSupport#park():369 [Inlined code] at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode#block():520 [Inlined code] at java.util.concurrent.ForkJoinPool#unmanagedBlock():4364 [Inlined code] 0.00% 3 jdk.jfr.internal.JVM#flush() [Native code] at jdk.jfr.internal.MetadataRepository#flush():373 [Inlined code] at jdk.jfr.internal.PlatformRecorder#flush():668 [JIT compiled code] at jdk.jfr.internal.periodic.FlushTask#execute():50 [Inlined code] 0.00% 3 java.nio.MappedMemoryUtils#isLoaded0() [Native code] at java.nio.MappedMemoryUtils#isLoaded():47 [JIT compiled code] at java.nio.MappedMemoryUtils$1#isLoaded():184 [JIT compiled code] at jdk.internal.misc.ScopedMemoryAccess#isLoadedInternal():255 [Inlined code] 0.00% 2 sun.nio.ch.UnixFileDispatcherImpl#size0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#size():93 [Inlined code] at sun.nio.ch.FileChannelImpl#mapInternal():1488 [JIT compiled code] at sun.nio.ch.FileChannelImpl#map():1453 [Inlined code] 0.00% 2 sun.nio.fs.UnixNativeDispatcher#access0() [Native code] at sun.nio.fs.UnixNativeDispatcher#access():437 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#exists():518 [JIT compiled code] at java.nio.file.Files#exists():2289 [Inlined code] 0.00% 2 jdk.internal.misc.Unsafe#freeMemory0() [Native code] at jdk.internal.misc.Unsafe#freeMemory():930 [Inlined code] at sun.nio.ch.Util#free():343 [JIT compiled code] at sun.nio.ch.Util#getTemporaryDirectBuffer():242 [Inlined code] 0.00% 1 java.lang.System#identityHashCode() [Native code] at java.util.IdentityHashMap#hash():307 [Inlined code] at java.util.IdentityHashMap#put():441 [Inlined code] at java.util.Collections$SetFromMap#add():6045 [Inlined code] 0.00% 1 sun.nio.fs.UnixNativeDispatcher#lstat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#lstat():273 [JIT compiled code] at sun.nio.fs.UnixFileAttributes#get():79 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete():254 [JIT compiled code] 0.00% 1 sun.nio.ch.UnixFileDispatcherImpl#force0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#force():85 [Inlined code] at sun.nio.ch.FileChannelImpl#implForce():620 [JIT compiled code] at sun.nio.ch.FileChannelImpl#force():635 [JIT compiled code] 0.00% 1 jdk.internal.loader.NativeLibrary#findEntry0() [Native code] at jdk.internal.loader.NativeLibraries$NativeLibraryImpl#find():302 [Interpreted code] at jdk.internal.loader.NativeLibraries#find():101 [Interpreted code] at java.lang.ClassLoader#findNative():2297 [Interpreted code] 0.00% 1 java.lang.Object#notifyAll() [Native code] at jdk.jfr.internal.util.Utils#notifyFlush():360 [JIT compiled code] at jdk.jfr.internal.periodic.FlushTask#execute():51 [Inlined code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [JIT compiled code] 0.00% 1 java.io.FileDescriptor#close0() [Native code] at java.io.FileDescriptor#close():304 [Inlined code] at java.io.RandomAccessFile$1#close():760 [JIT compiled code] at java.io.FileDescriptor#closeAll():361 [JIT compiled code] 0.00% 1 java.lang.Object#hashCode() [Native code] at java.util.HashMap#hash():338 [Inlined code] at java.util.HashMap#put():619 [JIT compiled code] at java.util.HashSet#add():230 [Inlined code] 0.00% 1 sun.nio.ch.UnixFileDispatcherImpl#size0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#size():93 [Inlined code] at sun.nio.ch.FileChannelImpl#size():496 [JIT compiled code] at org.apache.lucene.store.MMapDirectory#openInput():329 [JIT compiled code] 0.00% 1 jdk.internal.misc.Unsafe#unpark() [Native code] at java.util.concurrent.locks.LockSupport#unpark():183 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNextIfShared():276 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():376 [JIT compiled code] 0.00% 1 java.lang.System#nanoTime() [Native code] at org.apache.lucene.index.IndexFileDeleter#checkpoint():548 [Interpreted code] at org.apache.lucene.index.IndexWriter#rollbackInternalNoCommit():2552 [Interpreted code] at org.apache.lucene.index.IndexWriter#rollbackInternal():2472 [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 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr Profiler for cpu at stackSize=8 [search index (fixed segments) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr is 2040.37 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 2040.37 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 2040.37 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 2040.37 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 616069 events (total: 616069) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 88.46% 544972 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Inlined code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [Inlined code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#periodicTask():502 [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0():428 [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000001d07aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] 5.43% 33450 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] at sun.nio.ch.IOUtil#write():72 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():355 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] 4.16% 25632 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer():341 [Inlined code] at sun.nio.ch.IOUtil#read():307 [Inlined code] at sun.nio.ch.IOUtil#read():284 [Inlined code] at sun.nio.ch.FileChannelImpl#implRead():251 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead():269 [Inlined code] at sun.nio.ch.FileChannelImpl#read():229 [JIT compiled code] 0.86% 5292 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [Inlined code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [Inlined code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [Inlined code] 0.53% 3278 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [Inlined code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [Inlined code] 0.25% 1521 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle():280 [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup():270 [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup():264 [Inlined code] at jdk.internal.foreign.SharedSession$SharedResourceList#cleanup():143 [Inlined code] 0.09% 539 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open():69 [Inlined code] at sun.nio.fs.UnixChannelFactory#open():242 [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel():132 [Inlined code] at sun.nio.fs.UnixChannelFactory#newFileChannel():145 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#newFileChannel():211 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#newByteChannel():244 [Inlined code] at java.nio.file.spi.FileSystemProvider#newOutputStream():426 [Inlined code] 0.06% 362 jdk.internal.misc.Unsafe#park() [Native code] at java.util.concurrent.locks.LockSupport#park():223 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():410 [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.02% 154 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle():280 [Inlined code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup():115 [Inlined code] at jdk.internal.foreign.MemorySessionImpl#close():241 [Inlined code] at jdk.internal.foreign.ArenaImpl#close():47 [Inlined code] 0.02% 151 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at jdk.jfr.internal.RepositoryChunk#delete():96 [JIT compiled code] at jdk.jfr.internal.RepositoryChunk#destroy():120 [JIT compiled code] at jdk.jfr.internal.RepositoryChunk#release():137 [JIT compiled code] 0.01% 88 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat():253 [Inlined code] at sun.nio.fs.UnixFileAttributes#get():77 [Inlined code] at sun.nio.fs.UnixFileAttributeViews$Basic#readAttributes():51 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#readAttributes():161 [Inlined code] at sun.nio.fs.LinuxFileSystemProvider#readAttributes():99 [Inlined code] at java.nio.file.Files#readAttributes():1702 [Inlined code] at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock#ensureValid():177 [JIT compiled code] 0.01% 87 sun.nio.ch.UnixFileDispatcherImpl#force0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#force():85 [Interpreted code] at sun.nio.ch.FileChannelImpl#implForce():620 [Interpreted code] at sun.nio.ch.FileChannelImpl#force():635 [Interpreted code] at org.apache.lucene.util.IOUtils#fsync():537 [Interpreted code] at org.apache.lucene.store.FSDirectory#fsync():296 [Interpreted code] at org.apache.lucene.store.FSDirectory#sync():248 [Interpreted code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#sync():68 [Interpreted code] 0.01% 78 jdk.internal.misc.Unsafe#park() [Native code] at java.util.concurrent.locks.LockSupport#park():223 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():410 [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():650 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#lock():966 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#write():48 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():382 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] 0.01% 76 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map():144 [Inlined code] at sun.nio.ch.FileChannelImpl#mapInternal():1515 [JIT compiled code] at sun.nio.ch.FileChannelImpl#map():1453 [Inlined code] at org.apache.lucene.store.MMapDirectory#map():376 [JIT compiled code] at org.apache.lucene.store.MMapDirectory#openInput():333 [JIT compiled code] at org.apache.lucene.store.FilterDirectory#openInput():101 [JIT compiled code] at org.apache.lucene.store.FilterDirectory#openInput():101 [JIT compiled code] 0.01% 52 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat():253 [Inlined code] at sun.nio.fs.UnixFileAttributes#get():77 [Inlined code] at sun.nio.fs.UnixFileAttributeViews$Basic#readAttributes():51 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#readAttributes():161 [Inlined code] at sun.nio.fs.LinuxFileSystemProvider#readAttributes():99 [Inlined code] at java.nio.file.Files#readAttributes():1702 [Inlined code] at java.nio.file.Files#size():2242 [Inlined code] 0.01% 34 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map():144 [Inlined code] at sun.nio.ch.FileChannelImpl#mapInternal():1515 [JIT compiled code] at sun.nio.ch.FileChannelImpl#map():1453 [Inlined code] at org.apache.lucene.store.MMapDirectory#map():376 [JIT compiled code] at org.apache.lucene.store.MMapDirectory#openInput():333 [JIT compiled code] at org.apache.lucene.store.FilterDirectory#openInput():101 [JIT compiled code] at org.apache.lucene.store.FilterDirectory#openInput():101 [Inlined code] 0.00% 30 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open():69 [Inlined code] at sun.nio.fs.UnixChannelFactory#open():242 [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel():132 [Inlined code] at sun.nio.fs.UnixChannelFactory#newFileChannel():145 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#newFileChannel():211 [JIT compiled code] at java.nio.channels.FileChannel#open():301 [Inlined code] at java.nio.channels.FileChannel#open():353 [Inlined code] 0.00% 25 java.lang.Object#wait0() [Native code] at java.lang.Object#wait():389 [Inlined code] at jdk.jfr.internal.PlatformRecorder#takeNap():540 [Inlined code] at jdk.jfr.internal.PlatformRecorder#periodicTask():508 [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0():428 [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000001d07aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 0.00% 22 jdk.jfr.internal.JVM#shouldRotateDisk() [Native code] at jdk.jfr.internal.PlatformRecorder#periodicTask():495 [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0():428 [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000001d07aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 0.00% 21 jdk.internal.misc.Unsafe#unpark() [Native code] at java.util.concurrent.locks.LockSupport#unpark():183 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():266 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#release():720 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#unlock():1154 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():392 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.00% 21 java.lang.Thread#sleepNanos0() [Native code] at java.lang.Thread#sleepNanos():509 [Inlined code] at java.lang.Thread#sleep():540 [Inlined code] at perf.Indexer#_main():589 [JIT compiled code] at perf.Indexer#main():93 [Interpreted code] 0.00% 20 java.io.FileDescriptor#close0() [Native code] at java.io.FileDescriptor#close():304 [Inlined code] at java.io.FileDescriptor$1#close():89 [Inlined code] at sun.nio.ch.FileChannelImpl$Closer#run():123 [JIT compiled code] at jdk.internal.ref.CleanerImpl$PhantomCleanableRef#performCleanup():176 [Inlined code] at jdk.internal.ref.PhantomCleanable#clean():96 [Inlined code] at sun.nio.ch.FileChannelImpl#implCloseChannel():219 [Inlined code] at java.nio.channels.spi.AbstractInterruptibleChannel#close():129 [Inlined code] 0.00% 14 java.io.FileOutputStream#writeBytes() [Native code] at java.io.FileOutputStream#traceWriteBytes():311 [JIT compiled code] at java.io.FileOutputStream#write():349 [JIT compiled code] at java.lang.System$Out#write():1910 [Inlined code] at java.io.BufferedOutputStream#flushBuffer():123 [JIT compiled code] at java.io.BufferedOutputStream#flush():203 [JIT compiled code] at java.io.PrintStream#write():541 [JIT compiled code] at sun.nio.cs.StreamEncoder#writeBytes():220 [JIT compiled code] 0.00% 12 sun.nio.fs.UnixNativeDispatcher#lstat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#lstat():273 [JIT compiled code] at sun.nio.fs.UnixFileAttributes#get():79 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete():254 [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [Inlined code] 0.00% 10 sun.nio.fs.UnixNativeDispatcher#lstat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#lstat():273 [Inlined code] at sun.nio.fs.UnixFileAttributes#get():79 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete():254 [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [Inlined code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [Inlined code] 0.00% 9 sun.nio.ch.UnixFileDispatcherImpl#size0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#size():93 [Inlined code] at sun.nio.ch.FileChannelImpl#size():496 [JIT compiled code] at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock#ensureValid():169 [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#createOutput():42 [JIT compiled code] at org.apache.lucene.store.TrackingDirectoryWrapper#createOutput():41 [Inlined code] at org.apache.lucene.codecs.lucene90.Lucene90DocValuesConsumer#():85 [Inlined code] at org.apache.lucene.codecs.lucene90.Lucene90DocValuesFormat#fieldsConsumer():160 [Inlined code] 0.00% 9 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [Inlined code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [JIT compiled code] 0.00% 9 java.io.RandomAccessFile#open0() [Native code] at java.io.RandomAccessFile#open():338 [Inlined code] at java.io.RandomAccessFile#():257 [JIT compiled code] at java.io.RandomAccessFile#():211 [Inlined code] at jdk.jfr.internal.RepositoryChunk#():57 [JIT compiled code] at jdk.jfr.internal.Repository#newChunk():99 [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#rotateDisk():383 [Inlined code] at jdk.jfr.internal.PlatformRecorder#periodicTask():496 [JIT compiled code] 0.00% 8 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at jdk.jfr.internal.RepositoryChunk#delete():96 [JIT compiled code] at jdk.jfr.internal.RepositoryChunk#destroy():120 [Interpreted code] at jdk.jfr.internal.RepositoryChunk#release():137 [JIT compiled code] 0.00% 6 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace():186 [Inlined code] at jdk.internal.event.FileReadEvent#commit() [JIT compiled code] at jdk.internal.event.FileReadEvent#offer():71 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead():271 [Inlined code] at sun.nio.ch.FileChannelImpl#read():229 [JIT compiled code] at perf.LineFileDocs#readDocs():159 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 0.00% 6 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace():186 [Inlined code] at jdk.internal.event.FileWriteEvent#commit() [JIT compiled code] at jdk.internal.event.FileWriteEvent#offer():69 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():376 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [Inlined code] at sun.nio.ch.ChannelOutputStream#write():105 [Inlined code] 0.00% 5 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map():144 [Inlined code] at sun.nio.ch.FileChannelImpl#mapInternal():1515 [JIT compiled code] at sun.nio.ch.FileChannelImpl#map():1453 [Inlined code] at org.apache.lucene.store.MMapDirectory#map():376 [JIT compiled code] at org.apache.lucene.store.MMapDirectory#openInput():333 [JIT compiled code] at org.apache.lucene.codecs.lucene90.Lucene90CompoundReader#():76 [Inlined code] at org.apache.lucene.codecs.lucene90.Lucene90CompoundFormat#getCompoundReader():91 [Inlined code] 0.00% 5 sun.nio.ch.UnixFileDispatcherImpl#size0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#size():93 [Inlined code] at sun.nio.ch.FileChannelImpl#size():496 [JIT compiled code] at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock#ensureValid():169 [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#createOutput():42 [JIT compiled code] at org.apache.lucene.store.TrackingDirectoryWrapper#createOutput():41 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#():129 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsFormat#fieldsWriter():140 [Inlined code] 0.00% 5 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map():144 [Inlined code] at sun.nio.ch.FileChannelImpl#mapInternal():1515 [JIT compiled code] at sun.nio.ch.FileChannelImpl#map():1453 [Inlined code] at org.apache.lucene.store.MMapDirectory#map():376 [JIT compiled code] at org.apache.lucene.store.MMapDirectory#openInput():333 [JIT compiled code] at org.apache.lucene.store.Directory#openChecksumInput():156 [Inlined code] at org.apache.lucene.codecs.lucene90.Lucene90CompoundReader#readEntries():104 [Inlined code] 0.00% 5 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current():51 [Inlined code] at sun.nio.ch.NativeThreadSet#add():48 [Inlined code] at sun.nio.ch.FileChannelImpl#implRead():245 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead():269 [Inlined code] at sun.nio.ch.FileChannelImpl#read():229 [JIT compiled code] at perf.LineFileDocs#readDocs():159 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 0.00% 4 jdk.internal.misc.Unsafe#park() [Native code] at java.util.concurrent.locks.LockSupport#park():369 [Inlined code] at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode#block():520 [Inlined code] at java.util.concurrent.ForkJoinPool#unmanagedBlock():4364 [Inlined code] at java.util.concurrent.ForkJoinPool#managedBlock():4310 [Inlined code] at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject#await():1752 [Inlined code] at java.util.concurrent.ArrayBlockingQueue#put():371 [JIT compiled code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] 0.00% 4 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current():51 [Inlined code] at sun.nio.ch.NativeThreadSet#add():48 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():349 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [Inlined code] at sun.nio.ch.ChannelOutputStream#write():105 [Inlined code] 0.00% 4 sun.nio.ch.UnixFileDispatcherImpl#force0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#force():85 [Interpreted code] at sun.nio.ch.FileChannelImpl#implForce():620 [Interpreted code] at sun.nio.ch.FileChannelImpl#force():635 [JIT compiled code] at org.apache.lucene.util.IOUtils#fsync():537 [JIT compiled code] at org.apache.lucene.store.FSDirectory#fsync():296 [Interpreted code] at org.apache.lucene.store.FSDirectory#sync():248 [Interpreted code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#sync():68 [Interpreted code] 0.00% 3 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map():144 [Inlined code] at sun.nio.ch.FileChannelImpl#mapInternal():1515 [JIT compiled code] at sun.nio.ch.FileChannelImpl#map():1453 [Inlined code] at org.apache.lucene.store.MMapDirectory#map():376 [JIT compiled code] at org.apache.lucene.store.MMapDirectory#openInput():333 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsReader#():115 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsFormat#fieldsProducer():425 [Inlined code] 0.00% 3 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace():186 [Inlined code] at jdk.internal.event.FileReadEvent#commit() [JIT compiled code] at jdk.internal.event.FileReadEvent#offer():71 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead():271 [Inlined code] at sun.nio.ch.FileChannelImpl#read():229 [JIT compiled code] at perf.LineFileDocs#readDocs():178 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 0.00% 3 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat():253 [Inlined code] at sun.nio.fs.UnixFileAttributes#get():77 [Inlined code] at sun.nio.fs.UnixFileAttributeViews$Basic#readAttributes():51 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#readAttributes():161 [Inlined code] at sun.nio.fs.LinuxFileSystemProvider#readAttributes():99 [JIT compiled code] at java.nio.file.Files#readAttributes():1702 [Inlined code] at java.nio.file.Files#size():2242 [Inlined code] 0.00% 3 java.nio.MappedMemoryUtils#isLoaded0() [Native code] at java.nio.MappedMemoryUtils#isLoaded():47 [JIT compiled code] at java.nio.MappedMemoryUtils$1#isLoaded():184 [JIT compiled code] at jdk.internal.misc.ScopedMemoryAccess#isLoadedInternal():255 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#isLoaded():243 [Inlined code] at jdk.internal.foreign.MappedMemorySegmentImpl#isLoaded():90 [JIT compiled code] at org.apache.lucene.store.MemorySegmentIndexInput#lambda$prefetch$0():351 [JIT compiled code] at org.apache.lucene.store.MemorySegmentIndexInput$$Lambda.0x000000001d1e5670#apply() [Inlined code] 0.00% 3 jdk.jfr.internal.JVM#flush() [Native code] at jdk.jfr.internal.MetadataRepository#flush():373 [Inlined code] at jdk.jfr.internal.PlatformRecorder#flush():668 [JIT compiled code] at jdk.jfr.internal.periodic.FlushTask#execute():50 [Inlined code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():170 [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#periodicTask():502 [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0():428 [Interpreted code] 0.00% 3 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace():186 [Inlined code] at jdk.internal.event.FileWriteEvent#commit() [JIT compiled code] at jdk.internal.event.FileWriteEvent#offer():69 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():376 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [JIT compiled code] at sun.nio.ch.ChannelOutputStream#write():105 [Inlined code] 0.00% 2 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map():144 [Inlined code] at sun.nio.ch.FileChannelImpl#mapInternal():1515 [JIT compiled code] at sun.nio.ch.FileChannelImpl#map():1453 [Inlined code] at org.apache.lucene.store.MMapDirectory#map():376 [JIT compiled code] at org.apache.lucene.store.MMapDirectory#openInput():333 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#():135 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsFormat#fieldsProducer():423 [Inlined code] 0.00% 2 sun.nio.ch.UnixFileDispatcherImpl#size0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#size():93 [Inlined code] at sun.nio.ch.FileChannelImpl#mapInternal():1488 [JIT compiled code] at sun.nio.ch.FileChannelImpl#map():1453 [Inlined code] at org.apache.lucene.store.MMapDirectory#map():376 [JIT compiled code] at org.apache.lucene.store.MMapDirectory#openInput():333 [JIT compiled code] at org.apache.lucene.store.FilterDirectory#openInput():101 [JIT compiled code] at org.apache.lucene.store.FilterDirectory#openInput():101 [JIT compiled code] 0.00% 2 sun.nio.fs.UnixNativeDispatcher#access0() [Native code] at sun.nio.fs.UnixNativeDispatcher#access():437 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#exists():518 [JIT compiled code] at java.nio.file.Files#exists():2289 [Inlined code] at jdk.jfr.internal.management.ChunkFilename#next():56 [JIT compiled code] at jdk.jfr.internal.Repository#newChunk():98 [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#rotateDisk():383 [Inlined code] at jdk.jfr.internal.PlatformRecorder#periodicTask():496 [JIT compiled code] 0.00% 1 sun.nio.ch.UnixFileDispatcherImpl#size0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#size():93 [Inlined code] at sun.nio.ch.FileChannelImpl#size():496 [JIT compiled code] at org.apache.lucene.store.MMapDirectory#openInput():329 [JIT compiled code] at org.apache.lucene.store.FilterDirectory#openInput():101 [JIT compiled code] at org.apache.lucene.store.FilterDirectory#openInput():101 [Inlined code] at org.apache.lucene.store.Directory#openChecksumInput():156 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.FieldsIndexWriter#finish():120 [JIT compiled code] 0.00% 1 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map():144 [Inlined code] at sun.nio.ch.FileChannelImpl#mapInternal():1515 [JIT compiled code] at sun.nio.ch.FileChannelImpl#map():1453 [Inlined code] at org.apache.lucene.store.MMapDirectory#map():376 [JIT compiled code] at org.apache.lucene.store.MMapDirectory#openInput():333 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.FieldsIndexReader#():71 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader#():187 [JIT compiled code] 0.00% 1 java.lang.Object#hashCode() [Native code] at java.util.HashMap#hash():338 [Inlined code] at java.util.HashMap#put():619 [JIT compiled code] at java.util.HashSet#add():230 [Inlined code] at java.util.AbstractCollection#addAll():338 [Inlined code] at java.util.HashSet#():122 [Inlined code] at org.apache.lucene.index.ReaderPool#writeAllDocValuesUpdates():245 [Inlined code] at org.apache.lucene.index.IndexWriter#writeReaderPool():4002 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr Profiler for cpu at stackSize=12 [search index (fixed segments) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr is 2040.37 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 2040.37 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 2040.37 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 2040.37 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 2040.37 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 616069 events (total: 616069) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 88.46% 544972 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Inlined code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [Inlined code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#periodicTask():502 [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0():428 [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000001d07aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 3.31% 20403 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer():341 [Inlined code] at sun.nio.ch.IOUtil#read():307 [Inlined code] at sun.nio.ch.IOUtil#read():284 [Inlined code] at sun.nio.ch.FileChannelImpl#implRead():251 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead():269 [Inlined code] at sun.nio.ch.FileChannelImpl#read():229 [JIT compiled code] at perf.LineFileDocs#readDocs():178 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 3.28% 20204 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] at sun.nio.ch.IOUtil#write():72 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():355 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [Inlined code] at sun.nio.ch.ChannelOutputStream#write():105 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write():391 [Inlined code] at java.util.zip.CheckedOutputStream#write():73 [Inlined code] 2.15% 13246 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] at sun.nio.ch.IOUtil#write():72 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():355 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [JIT compiled code] at sun.nio.ch.ChannelOutputStream#write():105 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write():391 [Inlined code] at java.util.zip.CheckedOutputStream#write():73 [JIT compiled code] 0.86% 5292 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [Inlined code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [Inlined code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [Inlined code] at org.apache.lucene.util.FileDeleter#delete():234 [Inlined code] at org.apache.lucene.util.FileDeleter#delete():227 [Inlined code] at org.apache.lucene.util.FileDeleter#decRef():109 [JIT compiled code] at org.apache.lucene.index.IndexFileDeleter#decRef():620 [Inlined code] 0.81% 5006 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer():341 [Inlined code] at sun.nio.ch.IOUtil#read():307 [Inlined code] at sun.nio.ch.IOUtil#read():284 [Inlined code] at sun.nio.ch.FileChannelImpl#implRead():251 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead():269 [Inlined code] at sun.nio.ch.FileChannelImpl#read():229 [JIT compiled code] at perf.LineFileDocs#readVector():215 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 0.50% 3080 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [Inlined code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [Inlined code] at org.apache.lucene.store.TrackingDirectoryWrapper#deleteFile():35 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#lambda$mergeOneFieldToIndex$0():334 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$$Lambda.0x000000001d203690#close() [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FlatCloseableRandomVectorScorerSupplier#close():530 [Interpreted code] 0.25% 1521 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle():280 [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup():270 [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanup():264 [Inlined code] at jdk.internal.foreign.SharedSession$SharedResourceList#cleanup():143 [Inlined code] at jdk.internal.foreign.MemorySessionImpl#close():241 [Inlined code] at jdk.internal.foreign.ArenaImpl#close():47 [JIT compiled code] at org.apache.lucene.store.RefCountedSharedArena#release():113 [JIT compiled code] at org.apache.lucene.store.RefCountedSharedArena#close():122 [Inlined code] 0.08% 503 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open():69 [Inlined code] at sun.nio.fs.UnixChannelFactory#open():242 [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel():132 [Inlined code] at sun.nio.fs.UnixChannelFactory#newFileChannel():145 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#newFileChannel():211 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#newByteChannel():244 [Inlined code] at java.nio.file.spi.FileSystemProvider#newOutputStream():426 [Inlined code] at java.nio.file.Files#newOutputStream():215 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#():385 [JIT compiled code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#():378 [Inlined code] at org.apache.lucene.store.FSDirectory#createOutput():215 [Inlined code] 0.06% 343 jdk.internal.misc.Unsafe#park() [Native code] at java.util.concurrent.locks.LockSupport#park():223 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():410 [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] 0.04% 223 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer():341 [Inlined code] at sun.nio.ch.IOUtil#read():307 [Inlined code] at sun.nio.ch.IOUtil#read():284 [Inlined code] at sun.nio.ch.FileChannelImpl#implRead():251 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead():269 [Inlined code] at sun.nio.ch.FileChannelImpl#read():229 [JIT compiled code] at perf.LineFileDocs#readDocs():159 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 0.02% 151 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at jdk.jfr.internal.RepositoryChunk#delete():96 [JIT compiled code] at jdk.jfr.internal.RepositoryChunk#destroy():120 [JIT compiled code] at jdk.jfr.internal.RepositoryChunk#release():137 [JIT compiled code] at jdk.jfr.internal.PlatformRecording#removed():617 [JIT compiled code] at jdk.jfr.internal.PlatformRecording#trimToSize():584 [JIT compiled code] at jdk.jfr.internal.PlatformRecording#appendChunk():574 [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#finishChunk():437 [JIT compiled code] 0.02% 126 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [Inlined code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [Inlined code] at org.apache.lucene.util.FileDeleter#delete():234 [Inlined code] at org.apache.lucene.util.FileDeleter#delete():227 [JIT compiled code] at org.apache.lucene.util.FileDeleter#deleteFilesIfNoRef():190 [JIT compiled code] at org.apache.lucene.index.IndexFileDeleter#deleteNewFiles():636 [Inlined code] 0.02% 95 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle():280 [Inlined code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup():115 [Inlined code] at jdk.internal.foreign.MemorySessionImpl#close():241 [Inlined code] at jdk.internal.foreign.ArenaImpl#close():47 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#close():698 [JIT compiled code] at org.apache.lucene.store.BufferedChecksumIndexInput#close():83 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.FieldsIndexWriter#finish():141 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#finish():480 [Inlined code] 0.01% 87 sun.nio.ch.UnixFileDispatcherImpl#force0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#force():85 [Interpreted code] at sun.nio.ch.FileChannelImpl#implForce():620 [Interpreted code] at sun.nio.ch.FileChannelImpl#force():635 [Interpreted code] at org.apache.lucene.util.IOUtils#fsync():537 [Interpreted code] at org.apache.lucene.store.FSDirectory#fsync():296 [Interpreted code] at org.apache.lucene.store.FSDirectory#sync():248 [Interpreted code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#sync():68 [Interpreted code] at org.apache.lucene.index.IndexWriter#startCommit():5663 [Interpreted code] at org.apache.lucene.index.IndexWriter#prepareCommitInternal():3789 [Interpreted code] at org.apache.lucene.index.IndexWriter#commitInternal():4131 [Interpreted code] at org.apache.lucene.index.IndexWriter#shutdown():1325 [Interpreted code] 0.01% 78 jdk.internal.misc.Unsafe#park() [Native code] at java.util.concurrent.locks.LockSupport#park():223 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():410 [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():650 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#lock():966 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#write():48 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():382 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] 0.01% 63 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map():144 [Inlined code] at sun.nio.ch.FileChannelImpl#mapInternal():1515 [JIT compiled code] at sun.nio.ch.FileChannelImpl#map():1453 [Inlined code] at org.apache.lucene.store.MMapDirectory#map():376 [JIT compiled code] at org.apache.lucene.store.MMapDirectory#openInput():333 [JIT compiled code] at org.apache.lucene.store.FilterDirectory#openInput():101 [JIT compiled code] at org.apache.lucene.store.FilterDirectory#openInput():101 [JIT compiled code] at org.apache.lucene.store.FilterDirectory#openInput():101 [Inlined code] at org.apache.lucene.store.Directory#openChecksumInput():156 [Inlined code] at org.apache.lucene.codecs.lucene90.Lucene90CompoundFormat#writeCompoundFile():129 [JIT compiled code] at org.apache.lucene.codecs.lucene90.Lucene90CompoundFormat#write():104 [Inlined code] 0.01% 55 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [Inlined code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [Inlined code] at org.apache.lucene.store.TrackingDirectoryWrapper#deleteFile():35 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.FieldsIndexWriter#finish():142 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#finish():480 [Inlined code] at org.apache.lucene.index.StoredFieldsConsumer#flush():106 [Inlined code] 0.01% 39 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle():280 [Inlined code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup():115 [Inlined code] at jdk.internal.foreign.MemorySessionImpl#close():241 [Inlined code] at jdk.internal.foreign.ArenaImpl#close():47 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#close():698 [JIT compiled code] at org.apache.lucene.store.BufferedChecksumIndexInput#close():83 [Inlined code] at org.apache.lucene.codecs.lucene90.Lucene90CompoundFormat#writeCompoundFile():147 [JIT compiled code] at org.apache.lucene.codecs.lucene90.Lucene90CompoundFormat#write():104 [Inlined code] 0.01% 34 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map():144 [Inlined code] at sun.nio.ch.FileChannelImpl#mapInternal():1515 [JIT compiled code] at sun.nio.ch.FileChannelImpl#map():1453 [Inlined code] at org.apache.lucene.store.MMapDirectory#map():376 [JIT compiled code] at org.apache.lucene.store.MMapDirectory#openInput():333 [JIT compiled code] at org.apache.lucene.store.FilterDirectory#openInput():101 [JIT compiled code] at org.apache.lucene.store.FilterDirectory#openInput():101 [Inlined code] at org.apache.lucene.store.Directory#openChecksumInput():156 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.FieldsIndexWriter#finish():120 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#finish():480 [Inlined code] at org.apache.lucene.index.StoredFieldsConsumer#flush():106 [Inlined code] 0.01% 34 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open():69 [Inlined code] at sun.nio.fs.UnixChannelFactory#open():242 [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel():132 [Inlined code] at sun.nio.fs.UnixChannelFactory#newFileChannel():145 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#newFileChannel():211 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#newByteChannel():244 [Inlined code] at java.nio.file.spi.FileSystemProvider#newOutputStream():426 [Inlined code] at java.nio.file.Files#newOutputStream():215 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput#():385 [JIT compiled code] at org.apache.lucene.store.FSDirectory#createTempOutput():229 [Inlined code] at org.apache.lucene.store.FilterDirectory#createTempOutput():81 [JIT compiled code] 0.00% 25 java.lang.Object#wait0() [Native code] at java.lang.Object#wait():389 [Inlined code] at jdk.jfr.internal.PlatformRecorder#takeNap():540 [Inlined code] at jdk.jfr.internal.PlatformRecorder#periodicTask():508 [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0():428 [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000001d07aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 0.00% 22 jdk.jfr.internal.JVM#shouldRotateDisk() [Native code] at jdk.jfr.internal.PlatformRecorder#periodicTask():495 [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0():428 [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000001d07aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 0.00% 21 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat():253 [Inlined code] at sun.nio.fs.UnixFileAttributes#get():77 [Inlined code] at sun.nio.fs.UnixFileAttributeViews$Basic#readAttributes():51 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#readAttributes():161 [Inlined code] at sun.nio.fs.LinuxFileSystemProvider#readAttributes():99 [Inlined code] at java.nio.file.Files#readAttributes():1702 [Inlined code] at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock#ensureValid():177 [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#createOutput():42 [JIT compiled code] at org.apache.lucene.store.TrackingDirectoryWrapper#createOutput():41 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#():129 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsFormat#fieldsWriter():140 [Inlined code] 0.00% 21 jdk.internal.misc.Unsafe#unpark() [Native code] at java.util.concurrent.locks.LockSupport#unpark():183 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():266 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#release():720 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#unlock():1154 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():392 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.00% 21 java.lang.Thread#sleepNanos0() [Native code] at java.lang.Thread#sleepNanos():509 [Inlined code] at java.lang.Thread#sleep():540 [Inlined code] at perf.Indexer#_main():589 [JIT compiled code] at perf.Indexer#main():93 [Interpreted code] 0.00% 20 java.io.FileDescriptor#close0() [Native code] at java.io.FileDescriptor#close():304 [Inlined code] at java.io.FileDescriptor$1#close():89 [Inlined code] at sun.nio.ch.FileChannelImpl$Closer#run():123 [JIT compiled code] at jdk.internal.ref.CleanerImpl$PhantomCleanableRef#performCleanup():176 [Inlined code] at jdk.internal.ref.PhantomCleanable#clean():96 [Inlined code] at sun.nio.ch.FileChannelImpl#implCloseChannel():219 [Inlined code] at java.nio.channels.spi.AbstractInterruptibleChannel#close():129 [Inlined code] at sun.nio.ch.ChannelOutputStream#close():111 [JIT compiled code] at java.io.FilterOutputStream#close():190 [JIT compiled code] at java.io.FilterOutputStream#close():190 [JIT compiled code] at java.io.FilterOutputStream#close():190 [Inlined code] 0.00% 19 jdk.internal.misc.Unsafe#park() [Native code] at java.util.concurrent.locks.LockSupport#park():223 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():410 [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] 0.00% 18 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat():253 [Inlined code] at sun.nio.fs.UnixFileAttributes#get():77 [Inlined code] at sun.nio.fs.UnixFileAttributeViews$Basic#readAttributes():51 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#readAttributes():161 [Inlined code] at sun.nio.fs.LinuxFileSystemProvider#readAttributes():99 [Inlined code] at java.nio.file.Files#readAttributes():1702 [Inlined code] at java.nio.file.Files#size():2242 [Inlined code] at org.apache.lucene.store.FSDirectory#fileLength():203 [JIT compiled code] at org.apache.lucene.index.SegmentCommitInfo#sizeInBytes():230 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#sealFlushedSegment():602 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():538 [JIT compiled code] 0.00% 17 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [Inlined code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [Inlined code] at org.apache.lucene.store.TrackingDirectoryWrapper#deleteFile():35 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.FieldsIndexWriter#finish():169 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#finish():480 [Inlined code] at org.apache.lucene.index.StoredFieldsConsumer#flush():106 [Inlined code] 0.00% 17 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat():253 [Inlined code] at sun.nio.fs.UnixFileAttributes#get():77 [Inlined code] at sun.nio.fs.UnixFileAttributeViews$Basic#readAttributes():51 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#readAttributes():161 [Inlined code] at sun.nio.fs.LinuxFileSystemProvider#readAttributes():99 [Inlined code] at java.nio.file.Files#readAttributes():1702 [Inlined code] at java.nio.file.Files#size():2242 [Inlined code] at org.apache.lucene.store.FSDirectory#fileLength():203 [JIT compiled code] at org.apache.lucene.store.FilterDirectory#fileLength():70 [JIT compiled code] at org.apache.lucene.store.FilterDirectory#fileLength():70 [JIT compiled code] at org.apache.lucene.store.FilterDirectory#fileLength():70 [Inlined code] 0.00% 14 java.io.FileOutputStream#writeBytes() [Native code] at java.io.FileOutputStream#traceWriteBytes():311 [JIT compiled code] at java.io.FileOutputStream#write():349 [JIT compiled code] at java.lang.System$Out#write():1910 [Inlined code] at java.io.BufferedOutputStream#flushBuffer():123 [JIT compiled code] at java.io.BufferedOutputStream#flush():203 [JIT compiled code] at java.io.PrintStream#write():541 [JIT compiled code] at sun.nio.cs.StreamEncoder#writeBytes():220 [JIT compiled code] at sun.nio.cs.StreamEncoder#implFlushBuffer():315 [Inlined code] at sun.nio.cs.StreamEncoder#flushBuffer():101 [JIT compiled code] at java.io.OutputStreamWriter#flushBuffer():179 [Inlined code] at java.io.PrintStream#writeln():690 [JIT compiled code] 0.00% 13 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat():253 [Inlined code] at sun.nio.fs.UnixFileAttributes#get():77 [Inlined code] at sun.nio.fs.UnixFileAttributeViews$Basic#readAttributes():51 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#readAttributes():161 [Inlined code] at sun.nio.fs.LinuxFileSystemProvider#readAttributes():99 [Inlined code] at java.nio.file.Files#readAttributes():1702 [Inlined code] at java.nio.file.Files#size():2242 [Inlined code] at org.apache.lucene.store.FSDirectory#fileLength():203 [JIT compiled code] at org.apache.lucene.index.SegmentCommitInfo#sizeInBytes():230 [Inlined code] at org.apache.lucene.index.MergePolicy#size():721 [Inlined code] at org.apache.lucene.index.LogMergePolicy#sizeBytes():172 [Inlined code] 0.00% 12 sun.nio.fs.UnixNativeDispatcher#open0() [Native code] at sun.nio.fs.UnixNativeDispatcher#open():69 [Inlined code] at sun.nio.fs.UnixChannelFactory#open():242 [JIT compiled code] at sun.nio.fs.UnixChannelFactory#newFileChannel():132 [Inlined code] at sun.nio.fs.UnixChannelFactory#newFileChannel():145 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#newFileChannel():211 [JIT compiled code] at java.nio.channels.FileChannel#open():301 [Inlined code] at java.nio.channels.FileChannel#open():353 [Inlined code] at org.apache.lucene.store.MMapDirectory#openInput():328 [JIT compiled code] at org.apache.lucene.store.FilterDirectory#openInput():101 [JIT compiled code] at org.apache.lucene.store.FilterDirectory#openInput():101 [JIT compiled code] at org.apache.lucene.store.FilterDirectory#openInput():101 [Inlined code] 0.00% 11 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat():253 [Inlined code] at sun.nio.fs.UnixFileAttributes#get():77 [Inlined code] at sun.nio.fs.UnixFileAttributeViews$Basic#readAttributes():51 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#readAttributes():161 [Inlined code] at sun.nio.fs.LinuxFileSystemProvider#readAttributes():99 [Inlined code] at java.nio.file.Files#readAttributes():1702 [Inlined code] at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock#ensureValid():177 [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():36 [Inlined code] at org.apache.lucene.util.FileDeleter#delete():234 [Inlined code] at org.apache.lucene.util.FileDeleter#delete():227 [Inlined code] at org.apache.lucene.util.FileDeleter#decRef():109 [JIT compiled code] 0.00% 10 sun.nio.fs.UnixNativeDispatcher#lstat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#lstat():273 [Inlined code] at sun.nio.fs.UnixFileAttributes#get():79 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete():254 [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [Inlined code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [Inlined code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [Inlined code] at org.apache.lucene.util.FileDeleter#delete():234 [Inlined code] at org.apache.lucene.util.FileDeleter#delete():227 [Inlined code] at org.apache.lucene.util.FileDeleter#decRef():109 [JIT compiled code] 0.00% 9 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat():253 [Inlined code] at sun.nio.fs.UnixFileAttributes#get():77 [Inlined code] at sun.nio.fs.UnixFileAttributeViews$Basic#readAttributes():51 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#readAttributes():161 [Inlined code] at sun.nio.fs.LinuxFileSystemProvider#readAttributes():99 [Inlined code] at java.nio.file.Files#readAttributes():1702 [Inlined code] at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock#ensureValid():177 [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():36 [Inlined code] at org.apache.lucene.util.FileDeleter#delete():234 [Inlined code] at org.apache.lucene.util.FileDeleter#delete():227 [JIT compiled code] at org.apache.lucene.util.FileDeleter#deleteFilesIfNoRef():190 [JIT compiled code] 0.00% 9 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat():253 [Inlined code] at sun.nio.fs.UnixFileAttributes#get():77 [Inlined code] at sun.nio.fs.UnixFileAttributeViews$Basic#readAttributes():51 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#readAttributes():161 [Inlined code] at sun.nio.fs.LinuxFileSystemProvider#readAttributes():99 [Inlined code] at java.nio.file.Files#readAttributes():1702 [Inlined code] at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock#ensureValid():177 [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#createOutput():42 [JIT compiled code] at org.apache.lucene.store.TrackingDirectoryWrapper#createOutput():41 [Inlined code] at org.apache.lucene.codecs.lucene90.Lucene90DocValuesConsumer#():85 [Inlined code] at org.apache.lucene.codecs.lucene90.Lucene90DocValuesFormat#fieldsConsumer():160 [Inlined code] 0.00% 9 sun.nio.ch.UnixFileDispatcherImpl#size0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#size():93 [Inlined code] at sun.nio.ch.FileChannelImpl#size():496 [JIT compiled code] at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock#ensureValid():169 [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#createOutput():42 [JIT compiled code] at org.apache.lucene.store.TrackingDirectoryWrapper#createOutput():41 [Inlined code] at org.apache.lucene.codecs.lucene90.Lucene90DocValuesConsumer#():85 [Inlined code] at org.apache.lucene.codecs.lucene90.Lucene90DocValuesFormat#fieldsConsumer():160 [Inlined code] at org.apache.lucene.codecs.perfield.PerFieldDocValuesFormat$FieldsWriter#getInstance():223 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldDocValuesFormat$FieldsWriter#getInstance():155 [Inlined code] at org.apache.lucene.codecs.perfield.PerFieldDocValuesFormat$FieldsWriter#addBinaryField():108 [Inlined code] at org.apache.lucene.index.BinaryDocValuesWriter#flush():132 [JIT compiled code] 0.00% 9 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle():280 [Inlined code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup():115 [Inlined code] at jdk.internal.foreign.MemorySessionImpl#close():241 [Inlined code] at jdk.internal.foreign.ArenaImpl#close():47 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#close():698 [JIT compiled code] at org.apache.lucene.store.BufferedChecksumIndexInput#close():83 [JIT compiled code] at org.apache.lucene.codecs.lucene90.Lucene90CompoundReader#readEntries():123 [Inlined code] at org.apache.lucene.codecs.lucene90.Lucene90CompoundReader#():66 [Inlined code] 0.00% 9 java.io.RandomAccessFile#open0() [Native code] at java.io.RandomAccessFile#open():338 [Inlined code] at java.io.RandomAccessFile#():257 [JIT compiled code] at java.io.RandomAccessFile#():211 [Inlined code] at jdk.jfr.internal.RepositoryChunk#():57 [JIT compiled code] at jdk.jfr.internal.Repository#newChunk():99 [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#rotateDisk():383 [Inlined code] at jdk.jfr.internal.PlatformRecorder#periodicTask():496 [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0():428 [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000001d07aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 0.00% 8 sun.nio.fs.UnixNativeDispatcher#lstat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#lstat():273 [JIT compiled code] at sun.nio.fs.UnixFileAttributes#get():79 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#implDelete():254 [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [Inlined code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [Inlined code] at org.apache.lucene.util.FileDeleter#delete():234 [Inlined code] at org.apache.lucene.util.FileDeleter#delete():227 [JIT compiled code] at org.apache.lucene.util.FileDeleter#deleteFilesIfNoRef():190 [JIT compiled code] 0.00% 8 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [JIT compiled code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at jdk.jfr.internal.RepositoryChunk#delete():96 [JIT compiled code] at jdk.jfr.internal.RepositoryChunk#destroy():120 [Interpreted code] at jdk.jfr.internal.RepositoryChunk#release():137 [JIT compiled code] at jdk.jfr.internal.PlatformRecording#removed():617 [JIT compiled code] at jdk.jfr.internal.PlatformRecording#trimToSize():584 [JIT compiled code] at jdk.jfr.internal.PlatformRecording#appendChunk():574 [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#finishChunk():437 [JIT compiled code] 0.00% 7 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat():253 [Inlined code] at sun.nio.fs.UnixFileAttributes#get():77 [Inlined code] at sun.nio.fs.UnixFileAttributeViews$Basic#readAttributes():51 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#readAttributes():161 [Inlined code] at sun.nio.fs.LinuxFileSystemProvider#readAttributes():99 [Inlined code] at java.nio.file.Files#readAttributes():1702 [Inlined code] at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock#ensureValid():177 [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#createOutput():42 [JIT compiled code] at org.apache.lucene.store.TrackingDirectoryWrapper#createOutput():41 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.FieldsIndexWriter#finish():112 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#finish():480 [Inlined code] 0.00% 7 sun.nio.fs.UnixNativeDispatcher#stat0() [Native code] at sun.nio.fs.UnixNativeDispatcher#stat():253 [Inlined code] at sun.nio.fs.UnixFileAttributes#get():77 [Inlined code] at sun.nio.fs.UnixFileAttributeViews$Basic#readAttributes():51 [Inlined code] at sun.nio.fs.UnixFileSystemProvider#readAttributes():161 [Inlined code] at sun.nio.fs.LinuxFileSystemProvider#readAttributes():99 [Inlined code] at java.nio.file.Files#readAttributes():1702 [Inlined code] at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock#ensureValid():177 [JIT compiled code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#createOutput():42 [JIT compiled code] at org.apache.lucene.store.TrackingDirectoryWrapper#createOutput():41 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99SegmentInfoFormat#write():185 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#sealFlushedSegment():622 [JIT compiled code] 0.00% 7 sun.nio.fs.UnixNativeDispatcher#unlink0() [Native code] at sun.nio.fs.UnixNativeDispatcher#unlink():141 [JIT compiled code] at sun.nio.fs.UnixFileSystemProvider#implDelete():258 [Inlined code] at sun.nio.fs.AbstractFileSystemProvider#delete():105 [Inlined code] at java.nio.file.Files#delete():1052 [Inlined code] at org.apache.lucene.store.FSDirectory#privateDeleteFile():339 [JIT compiled code] at org.apache.lucene.store.FSDirectory#deleteFile():304 [Inlined code] at org.apache.lucene.store.LockValidatingDirectoryWrapper#deleteFile():37 [JIT compiled code] at org.apache.lucene.store.FilterDirectory#deleteFile():65 [Inlined code] at org.apache.lucene.store.TrackingDirectoryWrapper#deleteFile():35 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.FieldsIndexWriter#finish():142 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#finish():480 [Inlined code] 0.00% 6 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace():186 [Inlined code] at jdk.internal.event.FileReadEvent#commit() [JIT compiled code] at jdk.internal.event.FileReadEvent#offer():71 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead():271 [Inlined code] at sun.nio.ch.FileChannelImpl#read():229 [JIT compiled code] at perf.LineFileDocs#readDocs():159 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 0.00% 6 sun.nio.ch.UnixFileDispatcherImpl#unmap0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#unmap():148 [Inlined code] at sun.nio.ch.FileChannelImpl$Unmapper#unmap():1317 [Inlined code] at jdk.internal.foreign.SegmentFactories$2#cleanup():263 [Inlined code] at jdk.internal.foreign.MemorySessionImpl$ResourceList#cleanupSingle():280 [Inlined code] at jdk.internal.foreign.ConfinedSession$ConfinedResourceList#cleanup():115 [Inlined code] at jdk.internal.foreign.MemorySessionImpl#close():241 [Inlined code] at jdk.internal.foreign.ArenaImpl#close():47 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#close():698 [JIT compiled code] at org.apache.lucene.store.BufferedChecksumIndexInput#close():83 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.FieldsIndexWriter#finish():168 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#finish():480 [Inlined code] 0.00% 6 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace():186 [Inlined code] at jdk.internal.event.FileWriteEvent#commit() [JIT compiled code] at jdk.internal.event.FileWriteEvent#offer():69 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():376 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [Inlined code] at sun.nio.ch.ChannelOutputStream#write():105 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write():391 [Inlined code] at java.util.zip.CheckedOutputStream#write():73 [Inlined code] at java.io.BufferedOutputStream#flushBuffer():123 [JIT compiled code] at java.io.BufferedOutputStream#write():188 [Inlined code] 0.00% 6 sun.nio.ch.UnixFileDispatcherImpl#map0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#map():144 [Inlined code] at sun.nio.ch.FileChannelImpl#mapInternal():1515 [JIT compiled code] at sun.nio.ch.FileChannelImpl#map():1453 [Inlined code] at org.apache.lucene.store.MMapDirectory#map():376 [JIT compiled code] at org.apache.lucene.store.MMapDirectory#openInput():333 [JIT compiled code] at org.apache.lucene.store.FilterDirectory#openInput():101 [JIT compiled code] at org.apache.lucene.store.FilterDirectory#openInput():101 [JIT compiled code] at org.apache.lucene.store.Directory#openChecksumInput():156 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.FieldsIndexWriter#finish():146 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#finish():480 [Inlined code] at org.apache.lucene.index.StoredFieldsConsumer#flush():106 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr Profiler for heap at stackSize=1 [search index (fixed segments) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr is 2040.37 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 2040.37 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 2040.37 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 2040.37 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 2040.37 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 2040.37 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 31359 events (total: 627115M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 14.83% 93004M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 14.63% 91726M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 5.43% 34046M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] 5.12% 32099M perf.LineFileDocs#readVector():212 [Inlined code] 4.86% 30475M java.nio.HeapByteBuffer#():75 [Inlined code] 3.46% 21671M org.apache.lucene.util.BytesRef#():71 [Inlined code] 2.68% 16776M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getNode():183 [Inlined code] 2.60% 16318M java.util.Arrays#copyOf():3478 [Inlined code] 2.10% 13169M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] 1.99% 12458M perf.LineFileDocs#nextDoc():640 [JIT compiled code] 1.72% 10806M java.util.Arrays#copyOf():3537 [Inlined code] 1.51% 9460M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getFrame():169 [Inlined code] 1.33% 8371M java.lang.StringUTF16#compress():212 [Inlined code] 1.26% 7922M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getNode():180 [Inlined code] 1.22% 7622M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] 1.21% 7615M java.lang.StringBuilder#toString():478 [Inlined code] 1.20% 7541M java.util.ArrayList#grow():240 [Inlined code] 1.13% 7111M perf.LineFileDocs#readDocs():176 [JIT compiled code] 1.08% 6799M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] 1.08% 6778M java.util.Arrays#copyOfRange():3849 [Inlined code] 1.00% 6259M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [Inlined code] 0.95% 5959M org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():448 [JIT compiled code] 0.92% 5797M java.util.ImmutableCollections$AbstractImmutableList#iterator():303 [JIT compiled code] 0.90% 5645M java.lang.AbstractStringBuilder#():101 [Inlined code] 0.85% 5332M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] 0.82% 5112M org.apache.lucene.document.StringField#():61 [Inlined code] 0.72% 4488M org.apache.lucene.util.FixedBitSet#():148 [Inlined code] 0.69% 4322M java.util.HashMap#newNode():1910 [Inlined code] 0.65% 4053M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] 0.64% 4038M java.util.HashMap#resize():711 [JIT compiled code] 0.59% 3685M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] 0.56% 3500M java.lang.StringUTF16#compress():216 [Inlined code] 0.55% 3459M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] 0.55% 3439M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#():335 [JIT compiled code] 0.54% 3399M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#newTermState():203 [Inlined code] 0.52% 3288M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#():302 [JIT compiled code] 0.48% 2978M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnumFrame#loadBlock():195 [JIT compiled code] 0.47% 2944M org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():423 [JIT compiled code] 0.45% 2829M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [Inlined code] 0.41% 2561M java.lang.Long#valueOf():1000 [Inlined code] 0.40% 2529M perf.LineFileDocs#cloneDoc():526 [JIT compiled code] 0.36% 2238M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] 0.35% 2225M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] 0.34% 2162M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] 0.33% 2047M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():241 [Inlined code] 0.32% 1986M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] 0.31% 1963M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] 0.31% 1929M org.apache.lucene.util.TimSorter#():62 [Inlined code] 0.31% 1929M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] 0.31% 1919M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#():63 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=2 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr Profiler for heap at stackSize=2 [search index (fixed segments) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr is 2040.37 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 2040.37 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 2040.37 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 2040.37 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 2040.37 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 2040.37 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 2040.37 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 31359 events (total: 627115M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 14.83% 93004M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] 14.02% 87912M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] 5.43% 34046M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():435 [Inlined code] 5.12% 32099M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] 4.86% 30475M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] 3.44% 21560M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] 2.68% 16776M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getNode():183 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#prepareSeekExact():412 [JIT compiled code] 2.60% 16318M java.util.Arrays#copyOf():3478 [Inlined code] at java.util.ArrayList#grow():238 [Inlined code] 2.10% 13169M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] 1.99% 12458M perf.LineFileDocs#nextDoc():640 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] 1.72% 10806M java.util.Arrays#copyOf():3537 [Inlined code] at java.lang.AbstractStringBuilder#ensureCapacityNewCoder():282 [JIT compiled code] 1.51% 9460M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getFrame():169 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#pushFrame():192 [JIT compiled code] 1.33% 8371M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] 1.26% 7922M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getNode():180 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#prepareSeekExact():412 [JIT compiled code] 1.22% 7622M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] 1.20% 7541M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] 1.13% 7111M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.11% 6991M java.lang.StringBuilder#toString():478 [Inlined code] at org.apache.lucene.facet.FacetsConfig#pathToString():592 [JIT compiled code] 1.08% 6799M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [Inlined code] 1.07% 6735M java.util.Arrays#copyOfRange():3849 [Inlined code] at java.lang.String#():4863 [Inlined code] 1.00% 6259M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [Inlined code] at java.lang.StringConcatHelper#newArray():578 [Inlined code] 0.92% 5797M java.util.ImmutableCollections$AbstractImmutableList#iterator():303 [JIT compiled code] at org.apache.lucene.index.BufferedUpdatesStream#waitApplyForMerge():181 [JIT compiled code] 0.90% 5645M java.lang.AbstractStringBuilder#():101 [Inlined code] at java.lang.StringBuilder#():106 [Inlined code] 0.85% 5332M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] 0.72% 4488M org.apache.lucene.util.FixedBitSet#():148 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#():307 [JIT compiled code] 0.62% 3900M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] 0.61% 3813M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [Inlined code] 0.59% 3685M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 0.56% 3500M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] 0.55% 3439M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#():335 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#postings():260 [Inlined code] 0.54% 3399M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#newTermState():203 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnumFrame#():106 [Inlined code] 0.52% 3288M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#():302 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#postings():260 [Inlined code] 0.48% 3008M org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():448 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():400 [JIT compiled code] 0.48% 2978M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnumFrame#loadBlock():195 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum$1#get():489 [Inlined code] 0.47% 2951M org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():448 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():501 [Inlined code] 0.46% 2870M java.util.HashMap#resize():711 [JIT compiled code] at java.util.HashMap#computeIfAbsent():1207 [JIT compiled code] 0.45% 2829M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 0.44% 2729M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] 0.41% 2597M org.apache.lucene.document.StringField#():61 [Inlined code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():450 [JIT compiled code] 0.40% 2529M perf.LineFileDocs#cloneDoc():526 [JIT compiled code] at perf.LineFileDocs#nextDoc():761 [JIT compiled code] 0.35% 2225M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():236 [Inlined code] 0.34% 2162M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():123 [Inlined code] 0.33% 2068M org.apache.lucene.document.StringField#():61 [Inlined code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():426 [JIT compiled code] 0.33% 2047M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():241 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():262 [Inlined code] 0.33% 2045M java.util.HashMap#newNode():1910 [Inlined code] at java.util.HashMap#computeIfAbsent():1241 [JIT compiled code] 0.32% 1986M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():236 [Inlined code] 0.31% 1963M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():262 [Inlined code] 0.31% 1929M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] 0.31% 1929M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():236 [Inlined code] 0.31% 1919M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#():63 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.FieldReader#iterator():141 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr Profiler for heap at stackSize=4 [search index (fixed segments) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr is 2040.37 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 2040.37 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 2040.37 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 2040.37 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 2040.37 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 2040.37 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 2040.37 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 2040.37 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 31359 events (total: 627115M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 13.64% 85513M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] 12.74% 79882M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] 5.43% 34046M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():435 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():432 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():461 [Inlined code] 5.12% 32099M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.86% 30475M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at perf.LineFileDocs#readVector():213 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] 2.68% 16776M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getNode():183 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#prepareSeekExact():412 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#seekExact():521 [Inlined code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():363 [JIT compiled code] 2.60% 16318M java.util.Arrays#copyOf():3478 [Inlined code] at java.util.ArrayList#grow():238 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] 1.99% 12458M perf.LineFileDocs#nextDoc():640 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():251 [Inlined code] 1.72% 10806M java.util.Arrays#copyOf():3537 [Inlined code] at java.lang.AbstractStringBuilder#ensureCapacityNewCoder():282 [JIT compiled code] at java.lang.AbstractStringBuilder#append():897 [Inlined code] at java.lang.StringBuilder#append():246 [Inlined code] 1.28% 8030M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] 1.27% 7935M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 1.26% 7922M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getNode():180 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#prepareSeekExact():412 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#seekExact():521 [Inlined code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():363 [JIT compiled code] 1.22% 7622M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():170 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 1.21% 7603M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#():61 [Inlined code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():450 [JIT compiled code] 1.20% 7541M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] 1.19% 7490M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] 1.13% 7111M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.13% 7083M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():642 [JIT compiled code] 1.08% 6799M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [JIT compiled code] 1.05% 6572M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getFrame():169 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#pushFrame():192 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#prepareSeekExact():396 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#seekExact():521 [Inlined code] 0.99% 6237M java.util.Arrays#copyOfRange():3849 [Inlined code] at java.lang.String#():4863 [Inlined code] at java.lang.StringBuilder#toString():478 [Inlined code] at org.apache.lucene.facet.FacetsConfig#pathToString():592 [JIT compiled code] 0.92% 5797M java.util.ImmutableCollections$AbstractImmutableList#iterator():303 [JIT compiled code] at org.apache.lucene.index.BufferedUpdatesStream#waitApplyForMerge():181 [JIT compiled code] at org.apache.lucene.index.IndexWriter#mergeInit():4927 [JIT compiled code] at org.apache.lucene.index.IndexWriter#merge():4743 [JIT compiled code] 0.90% 5668M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [Inlined code] at java.lang.StringConcatHelper#newArray():578 [Inlined code] at java.lang.StringConcatHelper#newArrayWithSuffix():611 [Inlined code] at java.lang.String$$StringConcat.0x000000001d04c400#concat() [Inlined code] 0.83% 5233M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.72% 4488M org.apache.lucene.util.FixedBitSet#():148 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#():307 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#postings():260 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#postings():1010 [JIT compiled code] 0.70% 4411M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#():61 [Inlined code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():426 [JIT compiled code] 0.62% 3900M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 0.55% 3439M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#():335 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#postings():260 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#postings():1010 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():365 [JIT compiled code] 0.52% 3288M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#():302 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#postings():260 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#postings():1010 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():365 [JIT compiled code] 0.52% 3236M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():642 [JIT compiled code] 0.49% 3051M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#newTermState():203 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnumFrame#():106 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getFrame():169 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#pushFrame():192 [JIT compiled code] 0.48% 3016M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] 0.48% 3008M org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():448 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():400 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():855 [JIT compiled code] 0.48% 2978M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnumFrame#loadBlock():195 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum$1#get():489 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#seekExact():522 [Inlined code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():363 [JIT compiled code] 0.47% 2951M org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():448 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():501 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] at perf.LineFileDocs#nextDoc():855 [JIT compiled code] 0.46% 2888M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getFrame():169 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#pushFrame():192 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#prepareSeekExact():452 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#seekExact():521 [Inlined code] 0.44% 2729M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():160 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 0.43% 2688M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():480 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] 0.40% 2529M perf.LineFileDocs#cloneDoc():526 [JIT compiled code] at perf.LineFileDocs#nextDoc():761 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] 0.39% 2455M java.lang.AbstractStringBuilder#():101 [Inlined code] at java.lang.StringBuilder#():106 [Inlined code] at org.apache.lucene.facet.FacetsConfig#pathToString():573 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():450 [JIT compiled code] 0.35% 2225M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():236 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():262 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] 0.35% 2199M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] 0.35% 2188M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():497 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] 0.34% 2162M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():123 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 0.33% 2047M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():241 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():262 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():302 [JIT compiled code] 0.32% 1986M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():236 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():262 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] 0.31% 1963M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():262 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():302 [JIT compiled code] 0.31% 1929M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] at org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] 0.31% 1929M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():236 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():262 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] 0.31% 1919M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#():63 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.FieldReader#iterator():141 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():362 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#addCategory():389 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=8 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr Profiler for heap at stackSize=8 [search index (fixed segments) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr is 2040.37 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 2040.37 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 2040.37 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 2040.37 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 2040.37 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 2040.37 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 2040.37 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 2040.37 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 2040.37 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 31359 events (total: 627115M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 7.76% 48657M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 7.62% 47771M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 5.43% 34046M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():435 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():432 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():461 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():731 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1051 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():786 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] 5.12% 32099M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.86% 30475M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at perf.LineFileDocs#readVector():213 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.56% 28619M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():738 [JIT compiled code] 3.79% 23771M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():738 [JIT compiled code] 2.68% 16776M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getNode():183 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#prepareSeekExact():412 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#seekExact():521 [Inlined code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():363 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#addCategory():389 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():383 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():855 [JIT compiled code] 1.99% 12458M perf.LineFileDocs#nextDoc():640 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():251 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocuments():1523 [Inlined code] at perf.IndexThreads$IndexThread#run():275 [JIT compiled code] 1.27% 7935M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 1.26% 7922M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getNode():180 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#prepareSeekExact():412 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#seekExact():521 [Inlined code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():363 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#addCategory():389 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():383 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():855 [JIT compiled code] 1.13% 7111M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.13% 7083M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():251 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 1.05% 6572M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getFrame():169 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#pushFrame():192 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#prepareSeekExact():396 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#seekExact():521 [Inlined code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():363 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#addCategory():389 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():383 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] 0.93% 5808M java.util.Arrays#copyOf():3478 [Inlined code] at java.util.ArrayList#grow():238 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] at org.apache.lucene.document.Document#add():62 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():353 [JIT compiled code] at perf.LineFileDocs#nextDoc():855 [JIT compiled code] 0.92% 5797M java.util.ImmutableCollections$AbstractImmutableList#iterator():303 [JIT compiled code] at org.apache.lucene.index.BufferedUpdatesStream#waitApplyForMerge():181 [JIT compiled code] at org.apache.lucene.index.IndexWriter#mergeInit():4927 [JIT compiled code] at org.apache.lucene.index.IndexWriter#merge():4743 [JIT compiled code] at org.apache.lucene.index.IndexWriter$IndexWriterMergeSource#merge():6554 [JIT compiled code] at org.apache.lucene.index.ConcurrentMergeScheduler#doMerge():661 [Inlined code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [JIT compiled code] 0.90% 5668M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [Inlined code] at java.lang.StringConcatHelper#newArray():578 [Inlined code] at java.lang.StringConcatHelper#newArrayWithSuffix():611 [Inlined code] at java.lang.String$$StringConcat.0x000000001d04c400#concat() [Inlined code] at java.lang.invoke.DirectMethodHandle$Holder#invokeSpecial() [Inlined code] at java.lang.invoke.LambdaForm$MH.0x000000001d04c800#invoke() [Inlined code] at java.lang.invoke.Invokers$Holder#linkToTargetMethod() [Inlined code] at org.apache.lucene.store.IndexInput#getFullSliceDescription():150 [Inlined code] 0.84% 5280M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.83% 5233M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():738 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1051 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():786 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] 0.82% 5145M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.80% 4986M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.72% 4488M org.apache.lucene.util.FixedBitSet#():148 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#():307 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#postings():260 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#postings():1010 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():365 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#addCategory():389 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():383 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] 0.71% 4441M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():170 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [JIT compiled code] 0.70% 4383M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] 0.65% 4066M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#():61 [Inlined code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():450 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():400 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():855 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] 0.60% 3755M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] 0.56% 3536M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#():61 [Inlined code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():450 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():501 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] at perf.LineFileDocs#nextDoc():855 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] 0.55% 3439M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#():335 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#postings():260 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#postings():1010 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():365 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#addCategory():389 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():383 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():855 [JIT compiled code] 0.54% 3383M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():395 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] 0.52% 3288M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#():302 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#postings():260 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#postings():1010 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():365 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#addCategory():389 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():383 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():855 [JIT compiled code] 0.52% 3236M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():251 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 0.51% 3220M java.util.Arrays#copyOf():3537 [Inlined code] at java.lang.AbstractStringBuilder#ensureCapacityNewCoder():282 [JIT compiled code] at java.lang.AbstractStringBuilder#append():897 [Inlined code] at java.lang.StringBuilder#append():246 [Inlined code] at org.apache.lucene.facet.FacetsConfig#pathToString():585 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():426 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():501 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] 0.51% 3180M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():170 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():341 [JIT compiled code] 0.48% 3020M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.48% 3008M org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():448 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():400 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():855 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():251 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 0.48% 2978M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnumFrame#loadBlock():195 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum$1#get():489 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#seekExact():522 [Inlined code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():363 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#addCategory():389 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():383 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():855 [JIT compiled code] 0.47% 2951M org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():448 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():501 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] at perf.LineFileDocs#nextDoc():855 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():251 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 0.47% 2944M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():292 [JIT compiled code] at perf.LineFileDocs#nextDoc():855 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] 0.46% 2888M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getFrame():169 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#pushFrame():192 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#prepareSeekExact():452 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#seekExact():521 [Inlined code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():363 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#addCategory():389 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():383 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] 0.43% 2688M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():480 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] at perf.LineFileDocs#nextDoc():855 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():251 [Inlined code] 0.40% 2529M perf.LineFileDocs#cloneDoc():526 [JIT compiled code] at perf.LineFileDocs#nextDoc():761 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():251 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocuments():1523 [Inlined code] 0.38% 2386M java.util.Arrays#copyOf():3537 [Inlined code] at java.lang.AbstractStringBuilder#ensureCapacityNewCoder():282 [JIT compiled code] at java.lang.AbstractStringBuilder#append():897 [Inlined code] at java.lang.StringBuilder#append():246 [Inlined code] at org.apache.lucene.facet.FacetsConfig#pathToString():585 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():426 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():400 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] 0.38% 2365M java.util.Arrays#copyOf():3478 [Inlined code] at java.util.ArrayList#grow():238 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] at org.apache.lucene.document.Document#add():62 [Inlined code] at perf.LineFileDocs#cloneDoc():526 [JIT compiled code] at perf.LineFileDocs#nextDoc():761 [JIT compiled code] 0.37% 2326M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#newTermState():203 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnumFrame#():106 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getFrame():169 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#pushFrame():192 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#prepareSeekExact():396 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#seekExact():521 [Inlined code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():363 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#addCategory():389 [JIT compiled code] 0.36% 2274M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#():61 [Inlined code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():426 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():501 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] at perf.LineFileDocs#nextDoc():855 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] 0.36% 2243M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():395 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] 0.35% 2194M java.util.Arrays#copyOf():3537 [Inlined code] at java.lang.AbstractStringBuilder#ensureCapacityNewCoder():282 [JIT compiled code] at java.lang.AbstractStringBuilder#append():897 [Inlined code] at java.lang.StringBuilder#append():246 [Inlined code] at org.apache.lucene.facet.FacetsConfig#pathToString():585 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():450 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():400 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] 0.35% 2191M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():280 [JIT compiled code] at perf.LineFileDocs#nextDoc():855 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] 0.35% 2188M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():497 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] at perf.LineFileDocs#nextDoc():855 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():251 [Inlined code] 0.35% 2175M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():341 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():456 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#postUpdate():403 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr Profiler for heap at stackSize=12 [search index (fixed segments) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr is 2040.37 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 2040.37 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 2040.37 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 2040.37 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 2040.37 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 2040.37 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 2040.37 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 2040.37 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 2040.37 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 2040.37 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 31359 events (total: 627115M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 7.76% 48657M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001d208d20#call() [JIT compiled code] 7.62% 47771M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001d208d20#call() [JIT compiled code] 5.43% 34046M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():435 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():432 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():461 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():731 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1051 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():786 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():274 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocuments():1523 [Inlined code] 5.12% 32099M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.86% 30475M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at perf.LineFileDocs#readVector():213 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.56% 28619M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():738 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1051 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():786 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():274 [Inlined code] 3.79% 23771M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():738 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1051 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():786 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():274 [Inlined code] 2.68% 16776M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getNode():183 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#prepareSeekExact():412 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#seekExact():521 [Inlined code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():363 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#addCategory():389 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():383 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():855 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():251 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 1.99% 12458M perf.LineFileDocs#nextDoc():640 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():251 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocuments():1523 [Inlined code] at perf.IndexThreads$IndexThread#run():275 [JIT compiled code] 1.26% 7922M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getNode():180 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#prepareSeekExact():412 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#seekExact():521 [Inlined code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():363 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#addCategory():389 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():383 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():855 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():251 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 1.13% 7111M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.13% 7083M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():251 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocuments():1523 [Inlined code] at perf.IndexThreads$IndexThread#run():275 [JIT compiled code] 1.05% 6572M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getFrame():169 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#pushFrame():192 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#prepareSeekExact():396 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#seekExact():521 [Inlined code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():363 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#addCategory():389 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():383 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():855 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():251 [Inlined code] 1.04% 6515M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001d208d20#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.93% 5808M java.util.Arrays#copyOf():3478 [Inlined code] at java.util.ArrayList#grow():238 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] at org.apache.lucene.document.Document#add():62 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():353 [JIT compiled code] at perf.LineFileDocs#nextDoc():855 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():251 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 0.92% 5797M java.util.ImmutableCollections$AbstractImmutableList#iterator():303 [JIT compiled code] at org.apache.lucene.index.BufferedUpdatesStream#waitApplyForMerge():181 [JIT compiled code] at org.apache.lucene.index.IndexWriter#mergeInit():4927 [JIT compiled code] at org.apache.lucene.index.IndexWriter#merge():4743 [JIT compiled code] at org.apache.lucene.index.IndexWriter$IndexWriterMergeSource#merge():6554 [JIT compiled code] at org.apache.lucene.index.ConcurrentMergeScheduler#doMerge():661 [Inlined code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [JIT compiled code] 0.84% 5280M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.83% 5233M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():738 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1051 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():786 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():274 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocuments():1523 [Inlined code] 0.82% 5145M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.80% 4986M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001d208d20#call() [JIT compiled code] 0.72% 4488M org.apache.lucene.util.FixedBitSet#():148 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#():307 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#postings():260 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#postings():1010 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():365 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#addCategory():389 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():383 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():855 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():251 [Inlined code] 0.71% 4441M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():170 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [JIT compiled code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000001d1df308#merge() [JIT compiled code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():147 [JIT compiled code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5286 [JIT compiled code] 0.70% 4383M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] 0.65% 4066M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#():61 [Inlined code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():450 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():400 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():855 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():251 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] 0.60% 3755M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] 0.56% 3536M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#():61 [Inlined code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():450 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():501 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] at perf.LineFileDocs#nextDoc():855 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():251 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] 0.55% 3439M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#():335 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#postings():260 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#postings():1010 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():365 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#addCategory():389 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():383 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():855 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():251 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 0.54% 3383M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():395 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():738 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1051 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():786 [JIT compiled code] 0.52% 3288M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#():302 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#postings():260 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#postings():1010 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():365 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#addCategory():389 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():383 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():855 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():251 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 0.52% 3236M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():251 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocuments():1523 [Inlined code] at perf.IndexThreads$IndexThread#run():275 [JIT compiled code] 0.51% 3220M java.util.Arrays#copyOf():3537 [Inlined code] at java.lang.AbstractStringBuilder#ensureCapacityNewCoder():282 [JIT compiled code] at java.lang.AbstractStringBuilder#append():897 [Inlined code] at java.lang.StringBuilder#append():246 [Inlined code] at org.apache.lucene.facet.FacetsConfig#pathToString():585 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():426 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():501 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] at perf.LineFileDocs#nextDoc():855 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():251 [Inlined code] 0.50% 3144M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():170 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():341 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():456 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#postUpdate():403 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():449 [JIT compiled code] 0.48% 3020M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():738 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1051 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():786 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():609 [JIT compiled code] 0.48% 3008M org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():448 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():400 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():855 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():251 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocuments():1523 [Inlined code] at perf.IndexThreads$IndexThread#run():275 [JIT compiled code] 0.48% 3000M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [Inlined code] at java.lang.StringConcatHelper#newArray():578 [Inlined code] at java.lang.StringConcatHelper#newArrayWithSuffix():611 [Inlined code] at java.lang.String$$StringConcat.0x000000001d04c400#concat() [Inlined code] at java.lang.invoke.DirectMethodHandle$Holder#invokeSpecial() [Inlined code] at java.lang.invoke.LambdaForm$MH.0x000000001d04c800#invoke() [Inlined code] at java.lang.invoke.Invokers$Holder#linkToTargetMethod() [Inlined code] at org.apache.lucene.store.IndexInput#getFullSliceDescription():150 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#buildSlice():656 [JIT compiled code] at org.apache.lucene.store.MemorySegmentIndexInput#slice():604 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput$SingleSegmentImpl#slice():712 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.FieldReader#newReader():87 [JIT compiled code] 0.48% 2978M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnumFrame#loadBlock():195 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum$1#get():489 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#seekExact():522 [Inlined code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():363 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#addCategory():389 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():383 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():855 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():251 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 0.47% 2951M org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():448 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():501 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] at perf.LineFileDocs#nextDoc():855 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():251 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocuments():1523 [Inlined code] at perf.IndexThreads$IndexThread#run():275 [JIT compiled code] 0.47% 2944M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():292 [JIT compiled code] at perf.LineFileDocs#nextDoc():855 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():251 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocuments():1523 [Inlined code] 0.46% 2888M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getFrame():169 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#pushFrame():192 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#prepareSeekExact():452 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#seekExact():521 [Inlined code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():363 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#addCategory():389 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():383 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():855 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():251 [Inlined code] 0.43% 2688M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():480 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] at perf.LineFileDocs#nextDoc():855 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():251 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocuments():1523 [Inlined code] at perf.IndexThreads$IndexThread#run():275 [JIT compiled code] 0.43% 2668M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [Inlined code] at java.lang.StringConcatHelper#newArray():578 [Inlined code] at java.lang.StringConcatHelper#newArrayWithSuffix():611 [Inlined code] at java.lang.String$$StringConcat.0x000000001d04c400#concat() [Inlined code] at java.lang.invoke.DirectMethodHandle$Holder#invokeSpecial() [Inlined code] at java.lang.invoke.LambdaForm$MH.0x000000001d04c800#invoke() [Inlined code] at java.lang.invoke.Invokers$Holder#linkToTargetMethod() [Inlined code] at org.apache.lucene.store.IndexInput#getFullSliceDescription():150 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#buildSlice():656 [JIT compiled code] at org.apache.lucene.store.MemorySegmentIndexInput#slice():604 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput$SingleSegmentImpl#slice():712 [Inlined code] at org.apache.lucene.store.IndexInput#randomAccessSlice():161 [Inlined code] 0.40% 2529M perf.LineFileDocs#cloneDoc():526 [JIT compiled code] at perf.LineFileDocs#nextDoc():761 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():251 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocuments():1523 [Inlined code] at perf.IndexThreads$IndexThread#run():275 [JIT compiled code] 0.38% 2386M java.util.Arrays#copyOf():3537 [Inlined code] at java.lang.AbstractStringBuilder#ensureCapacityNewCoder():282 [JIT compiled code] at java.lang.AbstractStringBuilder#append():897 [Inlined code] at java.lang.StringBuilder#append():246 [Inlined code] at org.apache.lucene.facet.FacetsConfig#pathToString():585 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():426 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():400 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():855 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():251 [Inlined code] 0.38% 2365M java.util.Arrays#copyOf():3478 [Inlined code] at java.util.ArrayList#grow():238 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] at org.apache.lucene.document.Document#add():62 [Inlined code] at perf.LineFileDocs#cloneDoc():526 [JIT compiled code] at perf.LineFileDocs#nextDoc():761 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():251 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 0.37% 2326M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#newTermState():203 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnumFrame#():106 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getFrame():169 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#pushFrame():192 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#prepareSeekExact():396 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#seekExact():521 [Inlined code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():363 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#addCategory():389 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():383 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():855 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] 0.36% 2274M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#():61 [Inlined code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():426 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():501 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] at perf.LineFileDocs#nextDoc():855 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():251 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] 0.36% 2243M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():395 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():738 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1051 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():786 [JIT compiled code] 0.35% 2194M java.util.Arrays#copyOf():3537 [Inlined code] at java.lang.AbstractStringBuilder#ensureCapacityNewCoder():282 [JIT compiled code] at java.lang.AbstractStringBuilder#append():897 [Inlined code] at java.lang.StringBuilder#append():246 [Inlined code] at org.apache.lucene.facet.FacetsConfig#pathToString():585 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():450 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():400 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():855 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():251 [Inlined code] 0.35% 2191M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():280 [JIT compiled code] at perf.LineFileDocs#nextDoc():855 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():251 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocuments():1523 [Inlined code] 0.35% 2188M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():497 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] at perf.LineFileDocs#nextDoc():855 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():251 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocuments():1523 [Inlined code] at perf.IndexThreads$IndexThread#run():275 [JIT compiled code] move log to /l/logs.nightly/2026.04.16.10.08.30/fixedIndex.log move vmstat log to /l/logs.nightly/2026.04.16.10.08.30/fixedIndex.vmstat.log move top log to /l/logs.nightly/2026.04.16.10.08.30/fixedIndex.top.log [2026-04-17 11:53:13.543986] took 41209.6 sec [2026-04-17 11:53:13.547364] run CheckIndex [2026-04-17 11:53:13.547447] 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.16.10.08.30/checkIndex.fixedIndex.log 2>&1 [2026-04-17 11:59:25.452973] took 371.9 sec [2026-04-17 11:59:25.454215] 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-17 11:59:25.454346] search run vmstat: /usr/sbin/vmstat --active --wide --timestamp --unit M 1 > /l/logs.nightly/2026.04.16.10.08.30/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.16.10.08.30/search-tasks.top.log 2>&1 to /l/logs.nightly/2026.04.16.10.08.30/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 420.9 s 53.9 actual sustained QPS; 2.6 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 402.2 s 56.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.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 405.0 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.3 + stdout run: /usr/sbin/perf stat -dd -e task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/bench-search-nightly-nightly-3.jfr -XX:+UnlockDiagnosticVMOptions -XX:+DebugNonSafepoints -classpath /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build perf.SearchPerfTest -dirImpl MMapDirectory -indexPath /l/indices/wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M -facets taxonomy:Date;Date -facets taxonomy:Month;Month -facets taxonomy:DayOfYear;DayOfYear -facets sortedset:Month;Month -facets sortedset:DayOfYear;DayOfYear -facets sortedset:Date;Date -facets taxonomy:RandomLabel;RandomLabel -facets sortedset:RandomLabel;RandomLabel -analyzer StandardAnalyzerNoStopWords -taskSource /l/util.nightly/tasks/wikinightly.tasks -numConcurrentQueries 1 -taskRepeatCount 50 -field body -tasksPerCat 5 -searchConcurrency 8 -staticSeed -8035476 -seed -4890746 -similarity BM25Similarity -commit multi -hiliteImpl FastVectorHighlighter -log /l/logs.nightly/nightly.nightly.3 -topN 100 -context -printHeap -pk -vectorFile /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -vectorDimension 1024 -pollute 407.5 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.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 406.2 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.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 404.8 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.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 417.1 s 54.4 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.7 + stdout run: /usr/sbin/perf stat -dd -e task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/bench-search-nightly-nightly-7.jfr -XX:+UnlockDiagnosticVMOptions -XX:+DebugNonSafepoints -classpath /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build perf.SearchPerfTest -dirImpl MMapDirectory -indexPath /l/indices/wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M -facets taxonomy:Date;Date -facets taxonomy:Month;Month -facets taxonomy:DayOfYear;DayOfYear -facets sortedset:Month;Month -facets sortedset:DayOfYear;DayOfYear -facets sortedset:Date;Date -facets taxonomy:RandomLabel;RandomLabel -facets sortedset:RandomLabel;RandomLabel -analyzer StandardAnalyzerNoStopWords -taskSource /l/util.nightly/tasks/wikinightly.tasks -numConcurrentQueries 1 -taskRepeatCount 50 -field body -tasksPerCat 5 -searchConcurrency 8 -staticSeed -8035476 -seed -9025962 -similarity BM25Similarity -commit multi -hiliteImpl FastVectorHighlighter -log /l/logs.nightly/nightly.nightly.7 -topN 100 -context -printHeap -pk -vectorFile /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -vectorDimension 1024 -pollute 408.9 s 55.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 412.4 s 55.0 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.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 409.5 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.10 + stdout run: /usr/sbin/perf stat -dd -e task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/bench-search-nightly-nightly-10.jfr -XX:+UnlockDiagnosticVMOptions -XX:+DebugNonSafepoints -classpath /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build perf.SearchPerfTest -dirImpl MMapDirectory -indexPath /l/indices/wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M -facets taxonomy:Date;Date -facets taxonomy:Month;Month -facets taxonomy:DayOfYear;DayOfYear -facets sortedset:Month;Month -facets sortedset:DayOfYear;DayOfYear -facets sortedset:Date;Date -facets taxonomy:RandomLabel;RandomLabel -facets sortedset:RandomLabel;RandomLabel -analyzer StandardAnalyzerNoStopWords -taskSource /l/util.nightly/tasks/wikinightly.tasks -numConcurrentQueries 1 -taskRepeatCount 50 -field body -tasksPerCat 5 -searchConcurrency 8 -staticSeed -8035476 -seed 876413 -similarity BM25Similarity -commit multi -hiliteImpl FastVectorHighlighter -log /l/logs.nightly/nightly.nightly.10 -topN 100 -context -printHeap -pk -vectorFile /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -vectorDimension 1024 -pollute 403.2 s 56.3 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.11 + stdout run: /usr/sbin/perf stat -dd -e task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/bench-search-nightly-nightly-11.jfr -XX:+UnlockDiagnosticVMOptions -XX:+DebugNonSafepoints -classpath /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build perf.SearchPerfTest -dirImpl MMapDirectory -indexPath /l/indices/wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M -facets taxonomy:Date;Date -facets taxonomy:Month;Month -facets taxonomy:DayOfYear;DayOfYear -facets sortedset:Month;Month -facets sortedset:DayOfYear;DayOfYear -facets sortedset:Date;Date -facets taxonomy:RandomLabel;RandomLabel -facets sortedset:RandomLabel;RandomLabel -analyzer StandardAnalyzerNoStopWords -taskSource /l/util.nightly/tasks/wikinightly.tasks -numConcurrentQueries 1 -taskRepeatCount 50 -field body -tasksPerCat 5 -searchConcurrency 8 -staticSeed -8035476 -seed -7628876 -similarity BM25Similarity -commit multi -hiliteImpl FastVectorHighlighter -log /l/logs.nightly/nightly.nightly.11 -topN 100 -context -printHeap -pk -vectorFile /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -vectorDimension 1024 -pollute 421.6 s 53.7 actual sustained QPS; 2.6 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.1 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 408.9 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.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 415.4 s 54.7 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.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 404.3 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.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 406.1 s 56.0 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.17 + stdout run: /usr/sbin/perf stat -dd -e task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/bench-search-nightly-nightly-17.jfr -XX:+UnlockDiagnosticVMOptions -XX:+DebugNonSafepoints -classpath /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build perf.SearchPerfTest -dirImpl MMapDirectory -indexPath /l/indices/wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M -facets taxonomy:Date;Date -facets taxonomy:Month;Month -facets taxonomy:DayOfYear;DayOfYear -facets sortedset:Month;Month -facets sortedset:DayOfYear;DayOfYear -facets sortedset:Date;Date -facets taxonomy:RandomLabel;RandomLabel -facets sortedset:RandomLabel;RandomLabel -analyzer StandardAnalyzerNoStopWords -taskSource /l/util.nightly/tasks/wikinightly.tasks -numConcurrentQueries 1 -taskRepeatCount 50 -field body -tasksPerCat 5 -searchConcurrency 8 -staticSeed -8035476 -seed -9408097 -similarity BM25Similarity -commit multi -hiliteImpl FastVectorHighlighter -log /l/logs.nightly/nightly.nightly.17 -topN 100 -context -printHeap -pk -vectorFile /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -vectorDimension 1024 -pollute 410.4 s 55.3 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.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 404.8 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.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 411.3 s 55.2 actual sustained QPS; 2.6 CPU cores used now kill vmstat: pid=2764119 [2026-04-17 14:16:33.246465] done search (2:17:07.792090) 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.577 1.620 2.8% 4.930 5.087 3.2% 5.397 5.425 0.5% 5.528 5.629 1.8% 6.250 5.909 -5.5% ('And3Terms', None) 1.584 1.619 2.2% 3.165 3.172 0.2% 3.481 3.443 -1.1% 3.538 3.784 7.0% 3.678 3.924 6.7% ('AndHighHigh', None) 4.903 4.721 -3.7% 6.771 6.794 0.3% 7.024 7.095 1.0% 8.314 8.303 -0.1% 17.034 28.773 68.9% ('AndHighHighDayTaxoFacets', None) 74.242 67.097 -9.6% 134.268 127.879 -4.8% 137.228 132.972 -3.1% 137.523 134.632 -2.1% 156.493 162.069 3.6% ('AndHighMed', None) 2.191 2.199 0.4% 3.021 2.911 -3.6% 3.244 3.102 -4.4% 4.586 3.154 -31.2% 4.739 3.201 -32.5% ('AndHighMedDayTaxoFacets', None) 7.705 7.778 0.9% 23.266 21.952 -5.6% 23.975 23.179 -3.3% 24.322 23.329 -4.1% 24.818 23.519 -5.2% ('AndHighOrMedMed', None) 6.194 6.408 3.5% 10.948 11.081 1.2% 11.549 11.784 2.0% 11.974 12.433 3.8% 25.168 19.612 -22.1% ('AndMedOrHighHigh', None) 4.365 4.339 -0.6% 11.674 11.631 -0.4% 11.972 12.211 2.0% 12.207 12.592 3.2% 75.817 56.332 -25.7% ('AndMissingHigh', 'Title') 0.158 0.143 -9.3% 0.272 0.247 -9.0% 0.393 0.444 13.0% 0.494 0.497 0.6% 0.631 0.700 10.9% ('AndStopWords', None) 5.891 5.892 0.0% 18.520 18.681 0.9% 18.729 19.255 2.8% 18.729 19.255 2.8% 19.970 19.907 -0.3% ('BrowseDateSSDVFacets', None) 652.403 656.559 0.6% 657.303 665.046 1.2% 668.734 672.450 0.6% 668.734 672.450 0.6% 756.094 740.470 -2.1% ('BrowseDateTaxoFacets', None) 139.670 139.037 -0.5% 147.399 143.043 -3.0% 152.416 153.666 0.8% 152.416 153.666 0.8% 154.397 153.991 -0.3% ('BrowseDayOfYearSSDVFacets', None) 173.755 174.238 0.3% 176.149 176.965 0.5% 183.439 185.584 1.2% 183.439 185.584 1.2% 186.283 187.217 0.5% ('BrowseDayOfYearTaxoFacets', None) 138.330 138.195 -0.1% 140.507 140.297 -0.1% 152.751 153.091 0.2% 152.751 153.091 0.2% 155.825 153.164 -1.7% ('BrowseMonthSSDVFacets', None) 162.145 162.269 0.1% 171.119 164.514 -3.9% 171.285 166.355 -2.9% 171.285 166.355 -2.9% 171.354 170.712 -0.4% ('BrowseMonthTaxoFacets', None) 148.675 148.495 -0.1% 151.724 151.124 -0.4% 158.212 157.822 -0.2% 158.212 157.822 -0.2% 207.910 322.511 55.1% ('BrowseRandomLabelSSDVFacets', None) 214.275 212.058 -1.0% 226.250 221.578 -2.1% 249.188 231.045 -7.3% 249.188 231.045 -7.3% 250.693 234.886 -6.3% ('BrowseRandomLabelTaxoFacets', None) 158.809 156.178 -1.7% 163.867 165.815 1.2% 171.519 169.911 -0.9% 171.519 169.911 -0.9% 175.450 174.236 -0.7% ('CombinedAndHighHigh', None) 17.909 18.048 0.8% 18.955 19.168 1.1% 20.259 20.468 1.0% 20.848 22.076 5.9% 40.989 65.933 60.9% ('CombinedAndHighMed', None) 3.214 3.210 -0.1% 9.010 8.961 -0.5% 9.690 9.699 0.1% 9.790 10.255 4.8% 84.383 89.511 6.1% ('CombinedOrHighHigh', None) 17.915 18.183 1.5% 19.287 19.430 0.7% 20.163 20.324 0.8% 20.532 21.224 3.4% 20.760 21.719 4.6% ('CombinedOrHighMed', None) 3.318 3.355 1.1% 9.114 9.080 -0.4% 9.532 9.665 1.4% 9.956 10.195 2.4% 29.209 30.744 5.3% ('CombinedTerm', None) 6.620 6.717 1.5% 12.635 12.694 0.5% 12.903 12.941 0.3% 14.995 14.562 -2.9% 30.911 17.474 -43.5% ('CountAndHighHigh', None) 1.794 1.796 0.1% 2.004 1.993 -0.5% 2.223 2.278 2.4% 4.063 2.335 -42.5% 5.960 2.392 -59.9% ('CountAndHighMed', None) 1.692 1.679 -0.8% 1.985 1.968 -0.9% 4.978 2.217 -55.5% 47.590 55.704 17.1% 75.775 97.483 28.6% ('CountFilteredIntNRQ', None) 6.627 6.580 -0.7% 7.605 7.525 -1.1% 8.652 7.993 -7.6% 43.725 38.957 -10.9% 50.974 54.257 6.4% ('CountFilteredOrHighHigh', None) 4.867 4.813 -1.1% 5.111 5.095 -0.3% 5.745 5.471 -4.8% 7.608 6.146 -19.2% 25.426 19.377 -23.8% ('CountFilteredOrHighMed', None) 4.356 4.344 -0.3% 4.767 4.705 -1.3% 6.383 5.040 -21.0% 8.710 8.209 -5.8% 16.459 9.123 -44.6% ('CountFilteredOrMany', None) 17.405 16.844 -3.2% 20.593 19.782 -3.9% 21.425 20.478 -4.4% 22.926 21.663 -5.5% 86.162 86.867 0.8% ('CountFilteredPhrase', None) 11.867 12.103 2.0% 17.556 17.308 -1.4% 18.165 18.150 -0.1% 29.776 26.798 -10.0% 112.404 109.930 -2.2% ('CountOrHighHigh', None) 1.749 1.696 -3.0% 1.971 1.935 -1.8% 2.300 2.334 1.5% 2.428 2.410 -0.7% 4.831 2.430 -49.7% ('CountOrHighMed', None) 1.667 1.645 -1.3% 1.990 1.988 -0.1% 2.519 2.310 -8.3% 3.827 2.970 -22.4% 15.563 15.102 -3.0% ('CountOrMany', None) 15.418 15.172 -1.6% 19.264 18.751 -2.7% 19.907 19.556 -1.8% 23.602 24.230 2.7% 24.813 31.525 27.0% ('CountPhrase', None) 39.812 40.002 0.5% 87.946 79.644 -9.4% 94.821 88.253 -6.9% 97.963 89.986 -8.1% 98.169 90.154 -8.2% ('CountTerm', None) 0.102 0.096 -6.0% 0.160 0.160 0.0% 0.216 0.293 35.7% 0.295 0.364 23.3% 0.575 0.598 3.9% ('DismaxOrHighHigh', None) 2.975 2.943 -1.1% 7.355 7.194 -2.2% 7.635 7.494 -1.8% 13.269 13.802 4.0% 16.240 14.762 -9.1% ('DismaxOrHighMed', None) 2.735 2.656 -2.9% 3.329 3.231 -3.0% 3.759 3.625 -3.6% 10.738 6.476 -39.7% 15.022 27.769 84.9% ('DismaxTerm', None) 0.724 0.698 -3.6% 0.938 0.926 -1.3% 2.509 2.466 -1.7% 3.681 12.224 232.0% 4.214 12.834 204.6% ('FilteredAnd2Terms2StopWords', None) 1.003 0.980 -2.3% 6.223 6.280 0.9% 6.480 6.572 1.4% 6.531 6.654 1.9% 6.743 6.686 -0.8% ('FilteredAnd3Terms', None) 1.468 1.477 0.6% 2.489 2.490 0.0% 2.768 2.813 1.6% 2.952 7.152 142.3% 3.199 19.639 513.9% ('FilteredAndHighHigh', None) 7.327 7.317 -0.1% 7.592 7.613 0.3% 8.065 7.884 -2.2% 8.574 7.958 -7.2% 9.339 23.219 148.6% ('FilteredAndHighMed', None) 2.219 2.235 0.7% 5.606 5.587 -0.3% 5.849 5.801 -0.8% 5.894 5.930 0.6% 6.250 5.935 -5.0% ('FilteredAndStopWords', None) 7.979 8.069 1.1% 10.154 10.067 -0.9% 10.334 13.446 30.1% 10.334 13.446 30.1% 112.154 105.678 -5.8% ('FilteredDismaxOrHighHigh', None) 9.979 10.315 3.4% 10.692 10.985 2.7% 11.026 11.436 3.7% 13.410 25.845 92.7% 39.758 50.793 27.8% ('FilteredDismaxOrHighMed', None) 3.102 3.179 2.5% 7.236 7.413 2.4% 7.840 7.867 0.3% 9.363 10.122 8.1% 120.652 150.844 25.0% ('FilteredDismaxTerm', None) 3.560 3.555 -0.1% 4.797 4.796 -0.0% 5.053 5.151 1.9% 5.315 6.515 22.6% 6.503 7.993 22.9% ('FilteredIntNRQ', None) 3.215 3.148 -2.1% 4.130 4.048 -2.0% 4.668 4.368 -6.4% 6.438 4.460 -30.7% 57.663 60.003 4.1% ('FilteredOr2Terms2StopWords', None) 3.384 3.374 -0.3% 7.369 7.364 -0.1% 7.682 7.770 1.1% 8.146 9.268 13.8% 88.964 92.564 4.0% ('FilteredOr3Terms', None) 4.554 4.570 0.3% 6.063 6.023 -0.6% 6.268 6.379 1.8% 6.335 6.396 1.0% 6.621 8.036 21.4% ('FilteredOrHighHigh', None) 7.716 7.765 0.6% 8.043 8.062 0.2% 8.283 8.377 1.1% 8.645 10.491 21.3% 143.664 61.953 -56.9% ('FilteredOrHighMed', None) 2.239 2.220 -0.8% 5.595 5.570 -0.4% 5.925 5.800 -2.1% 7.250 5.977 -17.6% 30.826 6.674 -78.3% ('FilteredOrMany', None) 31.211 30.751 -1.5% 34.162 33.599 -1.6% 35.499 35.027 -1.3% 35.588 35.181 -1.1% 45.286 36.011 -20.5% ('FilteredOrStopWords', None) 11.470 11.605 1.2% 11.858 11.966 0.9% 13.157 12.288 -6.6% 13.157 12.288 -6.6% 146.939 141.136 -3.9% ('FilteredPhrase', None) 10.882 11.145 2.4% 17.051 16.614 -2.6% 18.902 18.904 0.0% 23.211 23.653 1.9% 26.805 28.273 5.5% ('FilteredPrefix3', None) 1.787 1.783 -0.2% 3.930 3.940 0.3% 4.418 4.993 13.0% 5.941 7.581 27.6% 17.283 14.094 -18.5% ('FilteredTerm', None) 3.165 3.158 -0.2% 4.515 4.587 1.6% 4.703 4.929 4.8% 4.848 5.035 3.9% 30.630 31.029 1.3% ('Fuzzy1', None) 9.189 9.122 -0.7% 11.126 11.123 -0.0% 11.974 11.753 -1.8% 15.282 12.541 -17.9% 34.959 34.575 -1.1% ('Fuzzy2', None) 10.213 10.176 -0.4% 12.169 12.120 -0.4% 13.321 13.137 -1.4% 14.054 14.810 5.4% 15.208 17.042 12.1% ('IntNRQ', None) 3.223 3.114 -3.4% 4.113 3.995 -2.9% 4.565 4.519 -1.0% 4.752 5.680 19.5% 6.333 5.942 -6.2% ('IntSet', None) 1.203 1.170 -2.8% 1.380 1.369 -0.8% 3.262 3.371 3.4% 19.571 22.413 14.5% 27.184 27.852 2.5% ('IntervalsOrdered', None) 37.195 36.928 -0.7% 93.783 96.460 2.9% 95.695 100.032 4.5% 99.180 104.313 5.2% 117.672 134.360 14.2% ('MedTermDayTaxoFacets', None) 25.845 24.253 -6.2% 30.984 29.197 -5.8% 31.867 29.783 -6.5% 32.108 30.357 -5.5% 34.770 32.228 -7.3% ('Or2Terms2StopWords', None) 1.684 1.678 -0.4% 5.002 5.043 0.8% 5.472 5.495 0.4% 5.709 5.646 -1.1% 33.596 34.521 2.8% ('Or3Terms', None) 2.155 2.143 -0.6% 3.536 3.570 1.0% 3.965 4.056 2.3% 4.249 6.087 43.2% 262.481 274.688 4.7% ('OrHighHigh', None) 5.144 5.124 -0.4% 5.786 5.778 -0.1% 5.976 6.132 2.6% 6.145 6.236 1.5% 16.419 15.745 -4.1% ('OrHighMed', None) 1.723 1.717 -0.3% 2.885 2.886 0.0% 3.199 3.142 -1.8% 8.009 7.499 -6.4% 8.738 8.715 -0.3% ('OrHighMedDayTaxoFacets', None) 87.517 87.402 -0.1% 291.907 292.312 0.1% 295.767 296.934 0.4% 309.586 305.936 -1.2% 341.404 308.808 -9.5% ('OrHighRare', None) 2.897 2.794 -3.5% 3.187 3.102 -2.6% 3.431 3.258 -5.0% 3.877 3.269 -15.7% 10.403 9.560 -8.1% ('OrMany', None) 24.872 24.548 -1.3% 27.708 27.575 -0.5% 29.390 30.017 2.1% 30.062 30.801 2.5% 31.231 49.288 57.8% ('OrStopWords', None) 5.817 6.664 14.6% 15.470 15.401 -0.4% 15.649 15.636 -0.1% 15.649 15.636 -0.1% 19.012 17.866 -6.0% ('PKLookup',) 2.678 2.706 1.0% 2.832 2.885 1.9% 4.503 3.974 -11.7% 5.209 5.641 8.3% 7.490 8.112 8.3% ('Phrase', None) 14.697 14.713 0.1% 40.088 39.700 -1.0% 41.803 41.415 -0.9% 45.669 43.283 -5.2% 62.357 58.334 -6.5% ('PostFilteredVectorSearch', None) 1.942 1.973 1.6% 2.362 2.206 -6.6% 5.296 6.247 18.0% 6.721 6.556 -2.4% 7.262 8.642 19.0% ('PreFilteredVectorSearch', None) 5.670 5.681 0.2% 6.340 6.292 -0.8% 9.095 30.897 239.7% 34.809 84.098 141.6% 296.804 338.957 14.2% ('Prefix3', None) 1.094 1.086 -0.7% 3.458 3.479 0.6% 4.118 3.953 -4.0% 6.161 6.773 9.9% 83.731 88.542 5.7% ('Respell',) 14.870 14.845 -0.2% 17.290 17.354 0.4% 18.647 20.217 8.4% 25.629 24.673 -3.7% 31.889 32.151 0.8% ('SloppyPhrase', None) 86.851 83.505 -3.9% 221.394 214.656 -3.0% 224.439 217.362 -3.2% 224.641 217.669 -3.1% 302.527 270.507 -10.6% ('SpanNear', None) 35.250 33.779 -4.2% 90.791 91.457 0.7% 91.603 92.974 1.5% 92.892 93.975 1.2% 211.299 200.060 -5.3% ('Term', None) 0.864 0.828 -4.1% 1.055 0.968 -8.2% 1.226 1.095 -10.6% 1.310 1.170 -10.7% 25.004 29.647 18.6% ('TermBGroup1M', None) 50.612 51.045 0.9% 81.935 82.340 0.5% 83.035 83.145 0.1% 84.338 83.935 -0.5% 84.761 84.658 -0.1% ('TermBGroup1M1P', None) 24.859 25.132 1.1% 44.667 44.793 0.3% 45.189 46.123 2.1% 46.513 47.991 3.2% 50.643 54.354 7.3% ('TermDateFacets', None) 35.797 33.188 -7.3% 61.576 58.204 -5.5% 62.970 58.694 -6.8% 69.587 60.979 -12.4% 140.498 142.248 1.2% ('TermDateTimeSort', 'DateTime') 4.238 4.164 -1.7% 5.698 5.676 -0.4% 7.193 6.039 -16.0% 16.639 15.920 -4.3% 90.720 75.519 -16.8% ('TermDateTimeSortSkipper', 'LastModified (skipper)') 6.213 6.179 -0.5% 9.607 9.588 -0.2% 10.153 9.974 -1.8% 10.668 11.736 10.0% 42.136 41.988 -0.4% ('TermDayOfYearSort', 'DayOfYear') 2.275 2.118 -6.9% 3.498 3.383 -3.3% 4.065 3.999 -1.6% 16.615 12.664 -23.8% 21.621 24.440 13.0% ('TermDayOfYearSortSkipper', 'DayOfYear (skipper)') 6.148 6.126 -0.4% 10.555 10.497 -0.6% 10.826 10.883 0.5% 10.840 10.934 0.9% 11.481 11.275 -1.8% ('TermGroup100', None) 55.877 56.068 0.3% 106.760 106.076 -0.6% 108.876 108.503 -0.3% 109.449 109.063 -0.4% 112.780 109.144 -3.2% ('TermGroup10K', None) 62.894 63.390 0.8% 107.618 108.710 1.0% 108.676 110.179 1.4% 109.517 111.028 1.4% 156.162 127.406 -18.4% ('TermGroup1M', None) 63.752 64.273 0.8% 112.580 113.753 1.0% 114.180 116.141 1.7% 115.002 116.267 1.1% 115.555 116.529 0.8% ('TermMonthSort', 'Month') 0.936 0.904 -3.5% 1.093 1.056 -3.4% 1.322 1.474 11.5% 1.515 1.996 31.7% 2.271 2.431 7.0% ('TermMonthSortSkipper', 'Month (skipper)') 4.957 4.943 -0.3% 8.375 8.310 -0.8% 8.936 8.544 -4.4% 9.536 9.018 -5.4% 61.875 62.041 0.3% ('TermTitleSort', 'Title') 7.546 7.643 1.3% 10.330 9.495 -8.1% 22.039 14.195 -35.6% 77.861 79.691 2.4% 86.227 138.175 60.2% ('TermTitleSortSkipper', 'Title (skipper)') 6.349 6.337 -0.2% 9.657 9.605 -0.5% 9.860 9.860 -0.0% 9.940 9.877 -0.6% 76.669 71.122 -7.2% ('VectorSearch', None) 2.101 2.089 -0.5% 2.284 2.274 -0.5% 6.283 6.128 -2.5% 6.462 6.241 -3.4% 8.492 8.499 0.1% ('Wildcard', None) 2.577 2.557 -0.8% 4.066 4.048 -0.4% 4.825 8.112 68.1% 4.844 19.274 297.9% 57.443 55.789 -2.9% generate vmstat pretties /l/reports.nightly/2026.04.16.10.08.30/fastIndexMediumDocsWithVectorsQuantized /l/reports.nightly/2026.04.16.10.08.30/search-tasks /l/reports.nightly/2026.04.16.10.08.30/fastIndexBigDocs /l/reports.nightly/2026.04.16.10.08.30/fixedIndex /l/reports.nightly/2026.04.16.10.08.30/fastIndexMediumDocsWithVectors /l/reports.nightly/2026.04.16.10.08.30/nrtIndexMediumDocs /l/reports.nightly/2026.04.16.10.08.30/fastIndexMediumDocs JFR aggregation command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.stacksize=1 -Dtests.profile.count=50 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-search-nightly-nightly-14.jfr /l/logs.nightly/bench-search-nightly-nightly-13.jfr /l/logs.nightly/bench-search-nightly-nightly-5.jfr /l/logs.nightly/bench-search-nightly-nightly-0.jfr /l/logs.nightly/bench-search-nightly-nightly-17.jfr /l/logs.nightly/bench-search-nightly-nightly-19.jfr /l/logs.nightly/bench-search-nightly-nightly-16.jfr /l/logs.nightly/bench-search-nightly-nightly-11.jfr /l/logs.nightly/bench-search-nightly-nightly-8.jfr /l/logs.nightly/bench-search-nightly-nightly-18.jfr /l/logs.nightly/bench-search-nightly-nightly-1.jfr /l/logs.nightly/bench-search-nightly-nightly-7.jfr /l/logs.nightly/bench-search-nightly-nightly-9.jfr /l/logs.nightly/bench-search-nightly-nightly-2.jfr /l/logs.nightly/bench-search-nightly-nightly-3.jfr /l/logs.nightly/bench-search-nightly-nightly-6.jfr /l/logs.nightly/bench-search-nightly-nightly-12.jfr /l/logs.nightly/bench-search-nightly-nightly-4.jfr /l/logs.nightly/bench-search-nightly-nightly-10.jfr /l/logs.nightly/bench-search-nightly-nightly-15.jfr Took 17.48 seconds JFR aggregation command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.stacksize=2 -Dtests.profile.count=50 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-search-nightly-nightly-14.jfr /l/logs.nightly/bench-search-nightly-nightly-13.jfr /l/logs.nightly/bench-search-nightly-nightly-5.jfr /l/logs.nightly/bench-search-nightly-nightly-0.jfr /l/logs.nightly/bench-search-nightly-nightly-17.jfr /l/logs.nightly/bench-search-nightly-nightly-19.jfr /l/logs.nightly/bench-search-nightly-nightly-16.jfr /l/logs.nightly/bench-search-nightly-nightly-11.jfr /l/logs.nightly/bench-search-nightly-nightly-8.jfr /l/logs.nightly/bench-search-nightly-nightly-18.jfr /l/logs.nightly/bench-search-nightly-nightly-1.jfr /l/logs.nightly/bench-search-nightly-nightly-7.jfr /l/logs.nightly/bench-search-nightly-nightly-9.jfr /l/logs.nightly/bench-search-nightly-nightly-2.jfr /l/logs.nightly/bench-search-nightly-nightly-3.jfr /l/logs.nightly/bench-search-nightly-nightly-6.jfr /l/logs.nightly/bench-search-nightly-nightly-12.jfr /l/logs.nightly/bench-search-nightly-nightly-4.jfr /l/logs.nightly/bench-search-nightly-nightly-10.jfr /l/logs.nightly/bench-search-nightly-nightly-15.jfr Took 16.59 seconds JFR aggregation command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.stacksize=4 -Dtests.profile.count=50 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-search-nightly-nightly-14.jfr /l/logs.nightly/bench-search-nightly-nightly-13.jfr /l/logs.nightly/bench-search-nightly-nightly-5.jfr /l/logs.nightly/bench-search-nightly-nightly-0.jfr /l/logs.nightly/bench-search-nightly-nightly-17.jfr /l/logs.nightly/bench-search-nightly-nightly-19.jfr /l/logs.nightly/bench-search-nightly-nightly-16.jfr /l/logs.nightly/bench-search-nightly-nightly-11.jfr /l/logs.nightly/bench-search-nightly-nightly-8.jfr /l/logs.nightly/bench-search-nightly-nightly-18.jfr /l/logs.nightly/bench-search-nightly-nightly-1.jfr /l/logs.nightly/bench-search-nightly-nightly-7.jfr /l/logs.nightly/bench-search-nightly-nightly-9.jfr /l/logs.nightly/bench-search-nightly-nightly-2.jfr /l/logs.nightly/bench-search-nightly-nightly-3.jfr /l/logs.nightly/bench-search-nightly-nightly-6.jfr /l/logs.nightly/bench-search-nightly-nightly-12.jfr /l/logs.nightly/bench-search-nightly-nightly-4.jfr /l/logs.nightly/bench-search-nightly-nightly-10.jfr /l/logs.nightly/bench-search-nightly-nightly-15.jfr Took 16.53 seconds JFR aggregation command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.stacksize=8 -Dtests.profile.count=50 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-search-nightly-nightly-14.jfr /l/logs.nightly/bench-search-nightly-nightly-13.jfr /l/logs.nightly/bench-search-nightly-nightly-5.jfr /l/logs.nightly/bench-search-nightly-nightly-0.jfr /l/logs.nightly/bench-search-nightly-nightly-17.jfr /l/logs.nightly/bench-search-nightly-nightly-19.jfr /l/logs.nightly/bench-search-nightly-nightly-16.jfr /l/logs.nightly/bench-search-nightly-nightly-11.jfr /l/logs.nightly/bench-search-nightly-nightly-8.jfr /l/logs.nightly/bench-search-nightly-nightly-18.jfr /l/logs.nightly/bench-search-nightly-nightly-1.jfr /l/logs.nightly/bench-search-nightly-nightly-7.jfr /l/logs.nightly/bench-search-nightly-nightly-9.jfr /l/logs.nightly/bench-search-nightly-nightly-2.jfr /l/logs.nightly/bench-search-nightly-nightly-3.jfr /l/logs.nightly/bench-search-nightly-nightly-6.jfr /l/logs.nightly/bench-search-nightly-nightly-12.jfr /l/logs.nightly/bench-search-nightly-nightly-4.jfr /l/logs.nightly/bench-search-nightly-nightly-10.jfr /l/logs.nightly/bench-search-nightly-nightly-15.jfr Took 15.64 seconds JFR aggregation command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.stacksize=12 -Dtests.profile.count=50 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-search-nightly-nightly-14.jfr /l/logs.nightly/bench-search-nightly-nightly-13.jfr /l/logs.nightly/bench-search-nightly-nightly-5.jfr /l/logs.nightly/bench-search-nightly-nightly-0.jfr /l/logs.nightly/bench-search-nightly-nightly-17.jfr /l/logs.nightly/bench-search-nightly-nightly-19.jfr /l/logs.nightly/bench-search-nightly-nightly-16.jfr /l/logs.nightly/bench-search-nightly-nightly-11.jfr /l/logs.nightly/bench-search-nightly-nightly-8.jfr /l/logs.nightly/bench-search-nightly-nightly-18.jfr /l/logs.nightly/bench-search-nightly-nightly-1.jfr /l/logs.nightly/bench-search-nightly-nightly-7.jfr /l/logs.nightly/bench-search-nightly-nightly-9.jfr /l/logs.nightly/bench-search-nightly-nightly-2.jfr /l/logs.nightly/bench-search-nightly-nightly-3.jfr /l/logs.nightly/bench-search-nightly-nightly-6.jfr /l/logs.nightly/bench-search-nightly-nightly-12.jfr /l/logs.nightly/bench-search-nightly-nightly-4.jfr /l/logs.nightly/bench-search-nightly-nightly-10.jfr /l/logs.nightly/bench-search-nightly-nightly-15.jfr Took 16.52 seconds JFR aggregation command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.stacksize=1 -Dtests.profile.count=50 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-search-nightly-nightly-14.jfr /l/logs.nightly/bench-search-nightly-nightly-13.jfr /l/logs.nightly/bench-search-nightly-nightly-5.jfr /l/logs.nightly/bench-search-nightly-nightly-0.jfr /l/logs.nightly/bench-search-nightly-nightly-17.jfr /l/logs.nightly/bench-search-nightly-nightly-19.jfr /l/logs.nightly/bench-search-nightly-nightly-16.jfr /l/logs.nightly/bench-search-nightly-nightly-11.jfr /l/logs.nightly/bench-search-nightly-nightly-8.jfr /l/logs.nightly/bench-search-nightly-nightly-18.jfr /l/logs.nightly/bench-search-nightly-nightly-1.jfr /l/logs.nightly/bench-search-nightly-nightly-7.jfr /l/logs.nightly/bench-search-nightly-nightly-9.jfr /l/logs.nightly/bench-search-nightly-nightly-2.jfr /l/logs.nightly/bench-search-nightly-nightly-3.jfr /l/logs.nightly/bench-search-nightly-nightly-6.jfr /l/logs.nightly/bench-search-nightly-nightly-12.jfr /l/logs.nightly/bench-search-nightly-nightly-4.jfr /l/logs.nightly/bench-search-nightly-nightly-10.jfr /l/logs.nightly/bench-search-nightly-nightly-15.jfr Took 14.66 seconds JFR aggregation command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.stacksize=2 -Dtests.profile.count=50 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-search-nightly-nightly-14.jfr /l/logs.nightly/bench-search-nightly-nightly-13.jfr /l/logs.nightly/bench-search-nightly-nightly-5.jfr /l/logs.nightly/bench-search-nightly-nightly-0.jfr /l/logs.nightly/bench-search-nightly-nightly-17.jfr /l/logs.nightly/bench-search-nightly-nightly-19.jfr /l/logs.nightly/bench-search-nightly-nightly-16.jfr /l/logs.nightly/bench-search-nightly-nightly-11.jfr /l/logs.nightly/bench-search-nightly-nightly-8.jfr /l/logs.nightly/bench-search-nightly-nightly-18.jfr /l/logs.nightly/bench-search-nightly-nightly-1.jfr /l/logs.nightly/bench-search-nightly-nightly-7.jfr /l/logs.nightly/bench-search-nightly-nightly-9.jfr /l/logs.nightly/bench-search-nightly-nightly-2.jfr /l/logs.nightly/bench-search-nightly-nightly-3.jfr /l/logs.nightly/bench-search-nightly-nightly-6.jfr /l/logs.nightly/bench-search-nightly-nightly-12.jfr /l/logs.nightly/bench-search-nightly-nightly-4.jfr /l/logs.nightly/bench-search-nightly-nightly-10.jfr /l/logs.nightly/bench-search-nightly-nightly-15.jfr Took 13.75 seconds JFR aggregation command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.stacksize=4 -Dtests.profile.count=50 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-search-nightly-nightly-14.jfr /l/logs.nightly/bench-search-nightly-nightly-13.jfr /l/logs.nightly/bench-search-nightly-nightly-5.jfr /l/logs.nightly/bench-search-nightly-nightly-0.jfr /l/logs.nightly/bench-search-nightly-nightly-17.jfr /l/logs.nightly/bench-search-nightly-nightly-19.jfr /l/logs.nightly/bench-search-nightly-nightly-16.jfr /l/logs.nightly/bench-search-nightly-nightly-11.jfr /l/logs.nightly/bench-search-nightly-nightly-8.jfr /l/logs.nightly/bench-search-nightly-nightly-18.jfr /l/logs.nightly/bench-search-nightly-nightly-1.jfr /l/logs.nightly/bench-search-nightly-nightly-7.jfr /l/logs.nightly/bench-search-nightly-nightly-9.jfr /l/logs.nightly/bench-search-nightly-nightly-2.jfr /l/logs.nightly/bench-search-nightly-nightly-3.jfr /l/logs.nightly/bench-search-nightly-nightly-6.jfr /l/logs.nightly/bench-search-nightly-nightly-12.jfr /l/logs.nightly/bench-search-nightly-nightly-4.jfr /l/logs.nightly/bench-search-nightly-nightly-10.jfr /l/logs.nightly/bench-search-nightly-nightly-15.jfr Took 13.74 seconds JFR aggregation command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.stacksize=8 -Dtests.profile.count=50 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-search-nightly-nightly-14.jfr /l/logs.nightly/bench-search-nightly-nightly-13.jfr /l/logs.nightly/bench-search-nightly-nightly-5.jfr /l/logs.nightly/bench-search-nightly-nightly-0.jfr /l/logs.nightly/bench-search-nightly-nightly-17.jfr /l/logs.nightly/bench-search-nightly-nightly-19.jfr /l/logs.nightly/bench-search-nightly-nightly-16.jfr /l/logs.nightly/bench-search-nightly-nightly-11.jfr /l/logs.nightly/bench-search-nightly-nightly-8.jfr /l/logs.nightly/bench-search-nightly-nightly-18.jfr /l/logs.nightly/bench-search-nightly-nightly-1.jfr /l/logs.nightly/bench-search-nightly-nightly-7.jfr /l/logs.nightly/bench-search-nightly-nightly-9.jfr /l/logs.nightly/bench-search-nightly-nightly-2.jfr /l/logs.nightly/bench-search-nightly-nightly-3.jfr /l/logs.nightly/bench-search-nightly-nightly-6.jfr /l/logs.nightly/bench-search-nightly-nightly-12.jfr /l/logs.nightly/bench-search-nightly-nightly-4.jfr /l/logs.nightly/bench-search-nightly-nightly-10.jfr /l/logs.nightly/bench-search-nightly-nightly-15.jfr Took 13.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=12 -Dtests.profile.count=50 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-search-nightly-nightly-14.jfr /l/logs.nightly/bench-search-nightly-nightly-13.jfr /l/logs.nightly/bench-search-nightly-nightly-5.jfr /l/logs.nightly/bench-search-nightly-nightly-0.jfr /l/logs.nightly/bench-search-nightly-nightly-17.jfr /l/logs.nightly/bench-search-nightly-nightly-19.jfr /l/logs.nightly/bench-search-nightly-nightly-16.jfr /l/logs.nightly/bench-search-nightly-nightly-11.jfr /l/logs.nightly/bench-search-nightly-nightly-8.jfr /l/logs.nightly/bench-search-nightly-nightly-18.jfr /l/logs.nightly/bench-search-nightly-nightly-1.jfr /l/logs.nightly/bench-search-nightly-nightly-7.jfr /l/logs.nightly/bench-search-nightly-nightly-9.jfr /l/logs.nightly/bench-search-nightly-nightly-2.jfr /l/logs.nightly/bench-search-nightly-nightly-3.jfr /l/logs.nightly/bench-search-nightly-nightly-6.jfr /l/logs.nightly/bench-search-nightly-nightly-12.jfr /l/logs.nightly/bench-search-nightly-nightly-4.jfr /l/logs.nightly/bench-search-nightly-nightly-10.jfr /l/logs.nightly/bench-search-nightly-nightly-15.jfr Took 14.09 seconds Blunders: now uploading files "/l/logs.nightly/bench-search-nightly-nightly-14.jfr" "/l/logs.nightly/bench-search-nightly-nightly-13.jfr" "/l/logs.nightly/bench-search-nightly-nightly-5.jfr" "/l/logs.nightly/bench-search-nightly-nightly-0.jfr" "/l/logs.nightly/bench-search-nightly-nightly-17.jfr" "/l/logs.nightly/bench-search-nightly-nightly-19.jfr" "/l/logs.nightly/bench-search-nightly-nightly-16.jfr" "/l/logs.nightly/bench-search-nightly-nightly-11.jfr" "/l/logs.nightly/bench-search-nightly-nightly-8.jfr" "/l/logs.nightly/bench-search-nightly-nightly-18.jfr" "/l/logs.nightly/bench-search-nightly-nightly-1.jfr" "/l/logs.nightly/bench-search-nightly-nightly-7.jfr" "/l/logs.nightly/bench-search-nightly-nightly-9.jfr" "/l/logs.nightly/bench-search-nightly-nightly-2.jfr" "/l/logs.nightly/bench-search-nightly-nightly-3.jfr" "/l/logs.nightly/bench-search-nightly-nightly-6.jfr" "/l/logs.nightly/bench-search-nightly-nightly-12.jfr" "/l/logs.nightly/bench-search-nightly-nightly-4.jfr" "/l/logs.nightly/bench-search-nightly-nightly-10.jfr" "/l/logs.nightly/bench-search-nightly-nightly-15.jfr" to blunders.io... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 0* Host s3.eu-west-1.amazonaws.com:443 was resolved. * IPv6: (none) * IPv4: 3.5.75.87, 52.92.32.120, 3.5.74.37, 52.92.1.80, 3.5.67.10, 3.5.66.19, 3.5.73.109, 3.5.69.57 * Trying 3.5.75.87: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.87 port 443) from 10.17.4.7 port 50330 * using HTTP/1.x } [5 bytes data] > PUT /jfr-uploads.blunders.io/demo/f3a5d24d-b525-4d60-9ade-4d972d8e5193.jfr.gz?X-Amz-Security-Token=IQoJb3JpZ2luX2VjEA0aCWV1LXdlc3QtMSJHMEUCIQD6tGkW87h8xlMVTy09dvxXj9FiXYAhpdDUdoVgNbgPoQIgR5YzO0g%2Brgkd1CT%2FUH8ZchAPAQHJiZNQZQJn%2B9b%2BLbcqwwUI1v%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FARAAGgw4MzU0OTQ3NTMxMjYiDBGXub6lvmu0rb14nyqXBVg3VH3VfE1SqPICeLNb%2FV62YzI4RiARcCJKss8CO2e%2BSChtrVr123OLnHH%2BESREeFxAA0VhuUymGIuEvfRgn5RaU0trQKLNjglbgfgVQeo%2Fn6FShQJdDMnafQ2h%2F76lmJXr4oSfhDlN9Wqx7WZD%2F8WJAuPqEf3zJzISNB8QaawRWER%2FG4JYs%2ByYNsftQfOJ6KNb7tQvAJwOBOWKDEykvtwWRkjDTkmI2jObN2urqDRu0fA543Slz9UFI6G1L7vzCfltJN9y8%2FJlXhyRAvZUhUEqY692PQI%2F76fCxSR5Gsp%2BMfu6vDL%2FzwHjvRdGsEozHOLNg4yPq0%2ByxLCG3llNjBcuF8en8Se%2B4LpzEOGowQ8xjMsbqJnAI8w%2B3PK5AkD1G51iNNn5xjgKpXJJziBDGZqFdHLm33JIwqrr4w20OBSpxIpSmDSGAge2BtZoi7XJBZaDXM1IkmgPBkYk6qeUBhMil6Gzng09w5Bj7oR7B%2BXI1WHs%2FVM8Yr2ALJzqf3NOajiiuR%2B3uoPMP4YElFw1eltUi4HPhWqsS%2BtYUVxXkIayW9rgyXqy2dccsmLJb5Uu2dQUWWO3KpPI76AR8ye2X3UCXErcNZMxQM9YFyJvyrDyyl85YqiMHzsPKLZlsgCCrrX9F8861pDt%2BprtPdqEmfYdRl9qleSJlHF9d%2BlP8mkxB0KkB2Fq0mOTv4Mew2ghYmzhhQTI8w%2B%2BCVZBdy9l%2FYB%2BZ7cZRPPL5jvw6k9Q73viktEGsMQJKecOwr51bFfQj5gMuU4YoB3R4oeCDm2b8zjKH9Pd0jlQIkU01rrUj2W3caZfToAmq9rEe4bb5bkhiuh3UXMK5E%2FrXGweGFBTFCFBBnBIi41JNfDcA51Gro5tQcnA15AqaDDH1IjPBjqxAZrymxthG1JsLY%2BdAWrnRKw3ykPjyhvFGxUz%2BzfyKraM6hn48yHw51f49Oqtbi%2BcO0HHVYRvAXwojdu8YNtlK81777KSXX6tkrlhvrg1HgNyMiM34cnYnuCGbWb0dvVPcm5rCwmTUzevl5mFRwS2xS60DKWBcfzMN%2B%2BQVqdevXJZ33lluEWj%2B%2BoV66S9QP2npZYw6d6o7NgxAaByBTzUhGQ8XZCXW2fxT7yrW9BwTD6blg%3D%3D&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20260417T182102Z&X-Amz-SignedHeaders=host&X-Amz-Credential=ASIA4FB26GNTH5T7L5AC%2F20260417%2Feu-west-1%2Fs3%2Faws4_request&X-Amz-Expires=86400&X-Amz-Signature=2a567a52baea3e2f50cfc44655d2ade06dbc3ea56849b18a54382b15c632decd HTTP/1.1 > Host: s3.eu-west-1.amazonaws.com > User-Agent: curl/8.18.0 > Accept: */* > content-type: application/octet-stream > Content-Length: 429334415 > Expect: 100-continue > { [5 bytes data] < HTTP/1.1 100 Continue < } [5 bytes data] 0 409.4M 0 0 0 3.37M 0 3.35M 02:02 00:01 02:01 3.35M 2 409.4M 0 0 2 10.75M 0 5.35M 01:16 00:02 01:14 5.35M 4 409.4M 0 0 4 19.06M 0 6.33M 01:04 00:03 01:01 6.33M 6 409.4M 0 0 6 28.12M 0 7.00M 00:58 00:04 00:54 7.00M 9 409.4M 0 0 9 37.68M 0 7.51M 00:54 00:05 00:49 7.51M 11 409.4M 0 0 11 47.56M 0 7.90M 00:51 00:06 00:45 8.82M 14 409.4M 0 0 14 57.62M 0 8.21M 00:49 00:07 00:42 9.35M 16 409.4M 0 0 16 67.87M 0 8.46M 00:48 00:08 00:40 9.74M 19 409.4M 0 0 19 78.12M 0 8.65M 00:47 00:09 00:38 9.98M 21 409.4M 0 0 21 88.31M 0 8.80M 00:46 00:10 00:36 10.10M 24 409.4M 0 0 24 98.43M 0 8.92M 00:45 00:11 00:34 10.15M 26 409.4M 0 0 26 108.7M 0 9.03M 00:45 00:12 00:33 10.19M 29 409.4M 0 0 29 119.1M 0 9.14M 00:44 00:13 00:31 10.23M 31 409.4M 0 0 31 129.8M 0 9.25M 00:44 00:14 00:30 10.32M 34 409.4M 0 0 34 140.8M 0 9.36M 00:43 00:15 00:28 10.48M 37 409.4M 0 0 37 152.4M 0 9.50M 00:43 00:16 00:27 10.77M 40 409.4M 0 0 40 164.8M 0 9.67M 00:42 00:17 00:25 11.19M 43 409.4M 0 0 43 178.1M 0 9.87M 00:41 00:18 00:23 11.77M 47 409.4M 0 0 47 192.8M 0 10.12M 00:40 00:19 00:21 12.58M 50 409.4M 0 0 50 206.8M 0 10.32M 00:39 00:20 00:19 13.17M 53 409.4M 0 0 53 219.6M 0 10.43M 00:39 00:21 00:18 13.43M 57 409.4M 0 0 57 233.5M 0 10.59M 00:38 00:22 00:16 13.72M 60 409.4M 0 0 60 248.1M 0 10.76M 00:38 00:23 00:15 14.00M 64 409.4M 0 0 64 263.6M 0 10.96M 00:37 00:24 00:13 14.13M 68 409.4M 0 0 68 279.3M 0 11.15M 00:36 00:25 00:11 14.47M 72 409.4M 0 0 72 295.3M 0 11.33M 00:36 00:26 00:10 15.12M 75 409.4M 0 0 75 308.7M 0 11.41M 00:35 00:27 00:08 15.03M 78 409.4M 0 0 78 321.0M 0 11.44M 00:35 00:28 00:07 14.53M 81 409.4M 0 0 81 333.9M 0 11.49M 00:35 00:29 00:06 14.03M 84 409.4M 0 0 84 347.3M 0 11.55M 00:35 00:30 00:05 13.57M 87 409.4M 0 0 87 359.0M 0 11.55M 00:35 00:31 00:04 12.69M 89 409.4M 0 0 89 368.1M 0 11.48M 00:35 00:32 00:03 11.86M 91 409.4M 0 0 91 375.8M 0 11.36M 00:36 00:33 00:03 10.95M 93 409.4M 0 0 93 384.0M 0 11.27M 00:36 00:34 00:02 9.99M 95 409.4M 0 0 95 392.3M 0 11.18M 00:36 00:35 00:01 9.00M 97 409.4M 0 0 97 401.0M 0 11.11M 00:36 00:36 8.39M* upload completely sent off: 429334415 bytes { [5 bytes data] < HTTP/1.1 200 OK < x-amz-id-2: /XdNVp/LVQ21GK1HWgbN548yAqNIHAmhriaO175ubF67LTTBm1C56kOtX4dVzNPu3OJCckAagjqR23l3Fpt7YxBbc6rnZ89b < x-amz-request-id: 9NJ8MG93ZKFWZ2G9 < Date: Fri, 17 Apr 2026 18:21:35 GMT < x-amz-server-side-encryption: AES256 < ETag: "ef2d79609c7607ced8f62f5118ff6a27" < x-amz-checksum-crc64nvme: /qYv+9S5LfE= < x-amz-checksum-type: FULL_OBJECT < Content-Length: 0 < Server: AmazonS3 < 100 409.4M 0 0 100 409.4M 0 10.96M 00:37 00:37 7.80M 100 409.4M 0 0 100 409.4M 0 10.96M 00:37 00:37 7.80M 100 409.4M 0 0 100 409.4M 0 10.96M 00:37 00:37 7.80M 100 409.4M 0 0 100 409.4M 0 10.96M 00:37 00:37 7.80M * Connection #0 to host s3.eu-west-1.amazonaws.com:443 left intact took: 69.04 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.3.32, 3.5.72.107, 3.5.74.44, 3.5.73.117, 52.92.19.128, 3.5.73.26, 3.5.72.92, 3.5.72.85 * Trying 52.92.3.32: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.3.32 port 443) from 10.17.4.7 port 44294 * using HTTP/1.x } [5 bytes data] > PUT /jfr-uploads.blunders.io/demo/451dc523-39e4-4d67-bfc2-454bbd3f8303.jfr.gz?X-Amz-Security-Token=IQoJb3JpZ2luX2VjEA0aCWV1LXdlc3QtMSJHMEUCIQD6tGkW87h8xlMVTy09dvxXj9FiXYAhpdDUdoVgNbgPoQIgR5YzO0g%2Brgkd1CT%2FUH8ZchAPAQHJiZNQZQJn%2B9b%2BLbcqwwUI1v%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FARAAGgw4MzU0OTQ3NTMxMjYiDBGXub6lvmu0rb14nyqXBVg3VH3VfE1SqPICeLNb%2FV62YzI4RiARcCJKss8CO2e%2BSChtrVr123OLnHH%2BESREeFxAA0VhuUymGIuEvfRgn5RaU0trQKLNjglbgfgVQeo%2Fn6FShQJdDMnafQ2h%2F76lmJXr4oSfhDlN9Wqx7WZD%2F8WJAuPqEf3zJzISNB8QaawRWER%2FG4JYs%2ByYNsftQfOJ6KNb7tQvAJwOBOWKDEykvtwWRkjDTkmI2jObN2urqDRu0fA543Slz9UFI6G1L7vzCfltJN9y8%2FJlXhyRAvZUhUEqY692PQI%2F76fCxSR5Gsp%2BMfu6vDL%2FzwHjvRdGsEozHOLNg4yPq0%2ByxLCG3llNjBcuF8en8Se%2B4LpzEOGowQ8xjMsbqJnAI8w%2B3PK5AkD1G51iNNn5xjgKpXJJziBDGZqFdHLm33JIwqrr4w20OBSpxIpSmDSGAge2BtZoi7XJBZaDXM1IkmgPBkYk6qeUBhMil6Gzng09w5Bj7oR7B%2BXI1WHs%2FVM8Yr2ALJzqf3NOajiiuR%2B3uoPMP4YElFw1eltUi4HPhWqsS%2BtYUVxXkIayW9rgyXqy2dccsmLJb5Uu2dQUWWO3KpPI76AR8ye2X3UCXErcNZMxQM9YFyJvyrDyyl85YqiMHzsPKLZlsgCCrrX9F8861pDt%2BprtPdqEmfYdRl9qleSJlHF9d%2BlP8mkxB0KkB2Fq0mOTv4Mew2ghYmzhhQTI8w%2B%2BCVZBdy9l%2FYB%2BZ7cZRPPL5jvw6k9Q73viktEGsMQJKecOwr51bFfQj5gMuU4YoB3R4oeCDm2b8zjKH9Pd0jlQIkU01rrUj2W3caZfToAmq9rEe4bb5bkhiuh3UXMK5E%2FrXGweGFBTFCFBBnBIi41JNfDcA51Gro5tQcnA15AqaDDH1IjPBjqxAZrymxthG1JsLY%2BdAWrnRKw3ykPjyhvFGxUz%2BzfyKraM6hn48yHw51f49Oqtbi%2BcO0HHVYRvAXwojdu8YNtlK81777KSXX6tkrlhvrg1HgNyMiM34cnYnuCGbWb0dvVPcm5rCwmTUzevl5mFRwS2xS60DKWBcfzMN%2B%2BQVqdevXJZ33lluEWj%2B%2BoV66S9QP2npZYw6d6o7NgxAaByBTzUhGQ8XZCXW2fxT7yrW9BwTD6blg%3D%3D&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20260417T182211Z&X-Amz-SignedHeaders=host&X-Amz-Credential=ASIA4FB26GNTH5T7L5AC%2F20260417%2Feu-west-1%2Fs3%2Faws4_request&X-Amz-Expires=86400&X-Amz-Signature=0b88eea0741a1fbafa2cc9dbd0e5405ca4a20b4f583879e953cc0dee583831ff HTTP/1.1 > Host: s3.eu-west-1.amazonaws.com > User-Agent: curl/8.18.0 > Accept: */* > content-type: application/octet-stream > Content-Length: 68918246 > Expect: 100-continue > { [5 bytes data] < HTTP/1.1 100 Continue < } [5 bytes data] 1 65.72M 0 0 1 832.0k 0 785.3k 01:25 00:01 01:24 785.6k 1 65.72M 0 0 1 1.25M 0 619.7k 01:48 00:02 01:46 619.8k 2 65.72M 0 0 2 1.43M 0 464.3k 02:24 00:03 02:21 464.4k 2 65.72M 0 0 2 1.56M 0 352.5k 03:10 00:04 03:06 352.6k 2 65.72M 0 0 2 1.75M 0 302.8k 03:42 00:05 03:37 302.8k 2 65.72M 0 0 2 1.87M 0 263.1k 04:15 00:07 04:08 174.4k 3 65.72M 0 0 3 2.00M 0 241.2k 04:38 00:08 04:30 119.5k 3 65.72M 0 0 3 2.18M 0 226.8k 04:56 00:09 04:47 114.5k 3 65.72M 0 0 3 2.37M 0 220.1k 05:05 00:11 04:54 127.7k 3 65.72M 0 0 3 2.56M 0 212.3k 05:16 00:12 05:04 129.2k 4 65.72M 0 0 4 2.75M 0 205.3k 05:27 00:13 05:14 139.5k 4 65.72M 0 0 4 2.93M 0 202.9k 05:31 00:14 05:17 151.6k 4 65.72M 0 0 4 3.12M 0 198.0k 05:39 00:16 05:23 152.6k 5 65.72M 0 0 5 3.31M 0 194.4k 05:46 00:17 05:29 150.1k 5 65.72M 0 0 5 3.50M 0 193.0k 05:48 00:18 05:30 154.5k 5 65.72M 0 0 5 3.68M 0 188.5k 05:56 00:20 05:36 152.1k 5 65.72M 0 0 5 3.87M 0 187.5k 05:58 00:21 05:37 151.4k 6 65.72M 0 0 6 4.06M 0 186.2k 06:01 00:22 05:39 155.3k 6 65.72M 0 0 6 4.25M 0 184.1k 06:05 00:23 05:42 155.1k 6 65.72M 0 0 6 4.37M 0 179.7k 06:14 00:24 05:50 141.0k 6 65.72M 0 0 6 4.50M 0 176.7k 06:20 00:26 05:54 137.7k 7 65.72M 0 0 7 4.68M 0 176.0k 06:22 00:27 05:55 136.3k 7 65.72M 0 0 7 4.87M 0 174.3k 06:26 00:28 05:58 132.1k 7 65.72M 0 0 7 5.00M 0 172.6k 06:29 00:29 06:00 127.6k 7 65.72M 0 0 7 5.18M 0 172.2k 06:30 00:30 06:00 140.4k 8 65.72M 0 0 8 5.43M 0 173.4k 06:27 00:32 05:55 159.1k 8 65.72M 0 0 8 5.62M 0 173.5k 06:27 00:33 05:54 162.2k 8 65.72M 0 0 8 5.81M 0 173.1k 06:28 00:34 05:54 167.5k 9 65.72M 0 0 9 6.00M 0 172.7k 06:29 00:35 05:54 173.2k 9 65.72M 0 0 9 6.18M 0 171.5k 06:32 00:36 05:56 168.0k 9 65.72M 0 0 9 6.31M 0 170.2k 06:35 00:37 05:58 152.3k 9 65.72M 0 0 9 6.43M 0 168.0k 06:40 00:39 06:01 137.4k 9 65.72M 0 0 9 6.56M 0 166.8k 06:43 00:40 06:03 129.7k 10 65.72M 0 0 10 6.75M 0 166.8k 06:43 00:41 06:02 130.7k 10 65.72M 0 0 10 7.00M 0 168.1k 06:40 00:42 05:58 146.4k 11 65.72M 0 0 11 7.25M 0 168.8k 06:38 00:43 05:55 160.5k 11 65.72M 0 0 11 7.50M 0 170.8k 06:33 00:44 05:49 189.9k 11 65.72M 0 0 11 7.75M 0 170.8k 06:33 00:46 05:47 197.1k 12 65.72M 0 0 12 7.93M 0 169.1k 06:37 00:48 05:49 183.5k 12 65.72M 0 0 12 8.06M 0 167.1k 06:42 00:49 05:53 160.4k 12 65.72M 0 0 12 8.18M 0 166.3k 06:44 00:50 05:54 148.7k 12 65.72M 0 0 12 8.37M 0 165.7k 06:46 00:51 05:55 132.0k 13 65.72M 0 0 13 8.56M 0 164.9k 06:48 00:53 05:55 124.0k 13 65.72M 0 0 13 8.75M 0 165.0k 06:47 00:54 05:53 133.4k 13 65.72M 0 0 13 8.93M 0 165.3k 06:46 00:55 05:51 150.9k 13 65.72M 0 0 13 9.12M 0 164.9k 06:48 00:56 05:52 153.6k 14 65.72M 0 0 14 9.31M 0 164.5k 06:49 00:57 05:52 154.2k 14 65.72M 0 0 14 9.50M 0 164.0k 06:50 00:59 05:51 156.7k 14 65.72M 0 0 14 9.68M 0 162.6k 06:53 01:00 05:53 143.1k 15 65.72M 0 0 15 9.87M 0 162.1k 06:55 01:02 05:53 136.4k 15 65.72M 0 0 15 10.06M 0 162.1k 06:55 01:03 05:52 138.9k 15 65.72M 0 0 15 10.18M 0 161.3k 06:57 01:04 05:53 133.7k 15 65.72M 0 0 15 10.31M 0 160.1k 07:00 01:05 05:55 124.8k 15 65.72M 0 0 15 10.50M 0 160.4k 06:59 01:06 05:53 138.8k 16 65.72M 0 0 16 10.68M 0 160.5k 06:59 01:08 05:51 143.7k 16 65.72M 0 0 16 10.81M 0 159.8k 07:01 01:09 05:52 134.8k 16 65.72M 0 0 16 10.93M 0 158.0k 07:05 01:10 05:55 123.5k 16 65.72M 0 0 16 11.06M 0 157.1k 07:08 01:12 05:56 124.9k 17 65.72M 0 0 17 11.25M 0 156.8k 07:09 01:13 05:56 118.9k 17 65.72M 0 0 17 11.50M 0 157.5k 07:07 01:14 05:53 126.5k 17 65.72M 0 0 17 11.75M 0 158.4k 07:04 01:15 05:49 143.9k 18 65.72M 0 0 18 12.00M 0 159.2k 07:02 01:17 05:45 172.8k 18 65.72M 0 0 18 12.18M 0 159.3k 07:02 01:18 05:44 185.4k 18 65.72M 0 0 18 12.37M 0 159.3k 07:02 01:19 05:43 190.1k 19 65.72M 0 0 19 12.56M 0 159.0k 07:03 01:20 05:43 176.8k 19 65.72M 0 0 19 12.75M 0 159.1k 07:02 01:22 05:40 167.7k 19 65.72M 0 0 19 12.93M 0 158.9k 07:03 01:23 05:40 155.3k 19 65.72M 0 0 19 13.12M 0 159.0k 07:03 01:24 05:39 155.2k 20 65.72M 0 0 20 13.37M 0 159.6k 07:01 01:25 05:36 162.8k 20 65.72M 0 0 20 13.50M 0 158.9k 07:03 01:26 05:37 157.3k 20 65.72M 0 0 20 13.68M 0 158.5k 07:04 01:28 05:36 150.6k 21 65.72M 0 0 21 13.87M 0 158.8k 07:03 01:29 05:34 157.2k 21 65.72M 0 0 21 14.06M 0 158.6k 07:04 01:30 05:34 153.5k 21 65.72M 0 0 21 14.18M 0 157.9k 07:06 01:31 05:35 134.4k 21 65.72M 0 0 21 14.31M 0 157.5k 07:07 01:32 05:35 138.3k 22 65.72M 0 0 22 14.50M 0 157.3k 07:07 01:34 05:33 139.4k 22 65.72M 0 0 22 14.68M 0 157.0k 07:08 01:35 05:33 132.2k 22 65.72M 0 0 22 14.87M 0 157.2k 07:08 01:36 05:32 135.5k 22 65.72M 0 0 22 15.06M 0 157.0k 07:08 01:38 05:30 143.7k 23 65.72M 0 0 23 15.25M 0 157.2k 07:08 01:39 05:29 151.9k 23 65.72M 0 0 23 15.43M 0 157.1k 07:08 01:40 05:28 154.1k 23 65.72M 0 0 23 15.62M 0 157.0k 07:08 01:41 05:27 156.6k 24 65.72M 0 0 24 15.81M 0 156.9k 07:08 01:43 05:25 152.9k 24 65.72M 0 0 24 16.00M 0 156.8k 07:09 01:44 05:25 154.0k 24 65.72M 0 0 24 16.18M 0 157.0k 07:08 01:45 05:23 153.7k 24 65.72M 0 0 24 16.37M 0 156.5k 07:10 01:47 05:23 146.8k 25 65.72M 0 0 25 16.50M 0 156.1k 07:11 01:48 05:23 140.9k 25 65.72M 0 0 25 16.68M 0 156.1k 07:11 01:49 05:22 142.9k 25 65.72M 0 0 25 16.87M 0 155.9k 07:11 01:50 05:21 140.5k 25 65.72M 0 0 25 17.00M 0 155.6k 07:12 01:51 05:21 131.9k 26 65.72M 0 0 26 17.18M 0 155.8k 07:11 01:52 05:19 144.3k 26 65.72M 0 0 26 17.37M 0 156.0k 07:11 01:54 05:17 155.3k 26 65.72M 0 0 26 17.62M 0 156.3k 07:10 01:55 05:15 160.0k 27 65.72M 0 0 27 17.75M 0 156.0k 07:11 01:56 05:15 159.5k 27 65.72M 0 0 27 17.93M 0 155.8k 07:11 01:57 05:14 160.3k 27 65.72M 0 0 27 18.12M 0 155.7k 07:12 01:59 05:13 154.0k 27 65.72M 0 0 27 18.31M 0 155.4k 07:12 02:00 05:12 144.7k 28 65.72M 0 0 28 18.43M 0 155.2k 07:13 02:01 05:12 134.1k 28 65.72M 0 0 28 18.68M 0 155.6k 07:12 02:02 05:10 148.2k 28 65.72M 0 0 28 18.87M 0 155.8k 07:11 02:04 05:07 155.4k 29 65.72M 0 0 29 19.12M 0 156.3k 07:10 02:05 05:05 166.3k 29 65.72M 0 0 29 19.31M 0 156.3k 07:10 02:06 05:04 174.8k 29 65.72M 0 0 29 19.43M 0 155.8k 07:11 02:07 05:04 169.2k 29 65.72M 0 0 29 19.56M 0 154.8k 07:14 02:09 05:05 139.6k 29 65.72M 0 0 29 19.68M 0 154.0k 07:16 02:10 05:06 121.2k 30 65.72M 0 0 30 19.81M 0 153.1k 07:19 02:12 05:07 98.48k 30 65.72M 0 0 30 19.93M 0 152.5k 07:21 02:13 05:08 89432 30 65.72M 0 0 30 20.06M 0 152.1k 07:22 02:15 05:07 89517 30 65.72M 0 0 30 20.25M 0 152.1k 07:22 02:16 05:06 101.1k 31 65.72M 0 0 31 20.43M 0 152.4k 07:21 02:17 05:04 119.6k 31 65.72M 0 0 31 20.62M 0 152.6k 07:21 02:18 05:03 139.5k 31 65.72M 0 0 31 20.87M 0 153.2k 07:19 02:19 05:00 170.1k 32 65.72M 0 0 32 21.06M 0 153.2k 07:19 02:20 04:59 179.9k 32 65.72M 0 0 32 21.25M 0 153.1k 07:19 02:22 04:57 177.1k 32 65.72M 0 0 32 21.50M 0 153.4k 07:18 02:23 04:55 175.6k 32 65.72M 0 0 32 21.68M 0 153.3k 07:18 02:24 04:54 170.5k 33 65.72M 0 0 33 21.87M 0 153.4k 07:18 02:26 04:52 156.3k 33 65.72M 0 0 33 22.12M 0 154.0k 07:17 02:27 04:50 169.7k 33 65.72M 0 0 33 22.31M 0 154.2k 07:16 02:28 04:48 179.6k 34 65.72M 0 0 34 22.50M 0 154.3k 07:16 02:29 04:47 175.9k 34 65.72M 0 0 34 22.62M 0 154.1k 07:16 02:30 04:46 173.0k 34 65.72M 0 0 34 22.75M 0 153.8k 07:17 02:31 04:46 164.2k 34 65.72M 0 0 34 22.87M 0 153.1k 07:19 02:32 04:47 131.9k 34 65.72M 0 0 34 23.00M 0 152.9k 07:19 02:33 04:46 121.1k 35 65.72M 0 0 35 23.18M 0 153.1k 07:19 02:35 04:44 123.4k 35 65.72M 0 0 35 23.37M 0 153.3k 07:18 02:36 04:42 133.1k 35 65.72M 0 0 35 23.50M 0 153.1k 07:19 02:37 04:42 136.2k 36 65.72M 0 0 36 23.68M 0 153.1k 07:19 02:38 04:41 152.8k 36 65.72M 0 0 36 23.87M 0 153.1k 07:19 02:39 04:40 156.3k 36 65.72M 0 0 36 24.12M 0 153.7k 07:17 02:40 04:37 168.4k 37 65.72M 0 0 37 24.37M 0 154.2k 07:16 02:41 04:35 179.0k 37 65.72M 0 0 37 24.62M 0 154.5k 07:15 02:43 04:32 190.2k 37 65.72M 0 0 37 24.75M 0 154.3k 07:15 02:44 04:31 187.8k 37 65.72M 0 0 37 24.87M 0 154.0k 07:16 02:45 04:31 179.0k 38 65.72M 0 0 38 25.00M 0 153.7k 07:17 02:46 04:31 154.1k 38 65.72M 0 0 38 25.12M 0 153.3k 07:18 02:47 04:31 128.6k 38 65.72M 0 0 38 25.25M 0 153.1k 07:19 02:48 04:31 111.9k 38 65.72M 0 0 38 25.43M 0 153.2k 07:19 02:49 04:30 122.4k 39 65.72M 0 0 39 25.68M 0 153.6k 07:17 02:51 04:26 144.2k 39 65.72M 0 0 39 25.93M 0 154.2k 07:16 02:52 04:24 169.9k 39 65.72M 0 0 39 26.12M 0 154.4k 07:15 02:53 04:22 187.7k 40 65.72M 0 0 40 26.31M 0 154.5k 07:15 02:54 04:21 199.1k 40 65.72M 0 0 40 26.43M 0 154.2k 07:16 02:55 04:21 183.9k 40 65.72M 0 0 40 26.56M 0 153.9k 07:17 02:56 04:21 162.4k 40 65.72M 0 0 40 26.75M 0 154.0k 07:16 02:57 04:19 148.9k 40 65.72M 0 0 40 26.93M 0 154.0k 07:16 02:59 04:17 143.7k 41 65.72M 0 0 41 27.06M 0 153.6k 07:18 03:00 04:18 127.5k 41 65.72M 0 0 41 27.25M 0 153.4k 07:18 03:01 04:17 131.1k 41 65.72M 0 0 41 27.43M 0 153.4k 07:18 03:03 04:15 138.9k 42 65.72M 0 0 42 27.62M 0 153.6k 07:18 03:04 04:14 140.5k 42 65.72M 0 0 42 27.81M 0 153.7k 07:17 03:05 04:12 145.1k 42 65.72M 0 0 42 28.00M 0 153.9k 07:17 03:06 04:11 161.8k 42 65.72M 0 0 42 28.25M 0 154.2k 07:16 03:07 04:09 178.2k 43 65.72M 0 0 43 28.50M 0 154.4k 07:15 03:08 04:07 185.6k 43 65.72M 0 0 43 28.68M 0 154.4k 07:15 03:10 04:05 178.5k 43 65.72M 0 0 43 28.81M 0 154.0k 07:16 03:11 04:05 161.0k 44 65.72M 0 0 44 28.93M 0 153.3k 07:18 03:13 04:05 138.9k 44 65.72M 0 0 44 29.06M 0 153.0k 07:19 03:14 04:05 120.6k 44 65.72M 0 0 44 29.25M 0 153.0k 07:19 03:15 04:04 113.5k 44 65.72M 0 0 44 29.43M 0 153.1k 07:19 03:16 04:03 116.2k 45 65.72M 0 0 45 29.62M 0 153.3k 07:18 03:17 04:01 131.8k 45 65.72M 0 0 45 29.81M 0 153.4k 07:18 03:18 04:00 155.4k 45 65.72M 0 0 45 30.00M 0 153.5k 07:18 03:20 03:58 169.6k 45 65.72M 0 0 45 30.18M 0 153.4k 07:18 03:21 03:57 168.4k 46 65.72M 0 0 46 30.31M 0 153.2k 07:19 03:22 03:57 156.6k 46 65.72M 0 0 46 30.43M 0 153.0k 07:19 03:23 03:56 143.3k 46 65.72M 0 0 46 30.56M 0 152.6k 07:20 03:25 03:55 126.4k 46 65.72M 0 0 46 30.68M 0 152.4k 07:21 03:26 03:55 117.6k 46 65.72M 0 0 46 30.81M 0 152.2k 07:22 03:27 03:55 110.9k 47 65.72M 0 0 47 31.00M 0 152.1k 07:22 03:28 03:54 116.1k 47 65.72M 0 0 47 31.18M 0 151.9k 07:22 03:30 03:52 117.3k 47 65.72M 0 0 47 31.37M 0 151.9k 07:22 03:31 03:51 129.2k 48 65.72M 0 0 48 31.56M 0 152.0k 07:22 03:32 03:50 138.2k 48 65.72M 0 0 48 31.68M 0 151.8k 07:23 03:33 03:50 139.8k 48 65.72M 0 0 48 31.81M 0 151.4k 07:24 03:35 03:49 128.6k 48 65.72M 0 0 48 32.00M 0 151.5k 07:24 03:36 03:48 139.1k 48 65.72M 0 0 48 32.18M 0 151.6k 07:23 03:37 03:46 141.4k 49 65.72M 0 0 49 32.31M 0 151.1k 07:25 03:38 03:47 122.0k 49 65.72M 0 0 49 32.43M 0 150.9k 07:25 03:39 03:46 120.6k 49 65.72M 0 0 49 32.56M 0 150.8k 07:26 03:41 03:45 129.7k 49 65.72M 0 0 49 32.68M 0 150.5k 07:27 03:42 03:45 113.9k 49 65.72M 0 0 49 32.81M 0 150.2k 07:27 03:43 03:44 102.4k 50 65.72M 0 0 50 32.93M 0 150.1k 07:28 03:44 03:44 111.6k 50 65.72M 0 0 50 33.06M 0 149.9k 07:28 03:45 03:43 110.4k 50 65.72M 0 0 50 33.25M 0 150.0k 07:28 03:46 03:42 120.2k 50 65.72M 0 0 50 33.50M 0 150.3k 07:27 03:48 03:39 143.4k 51 65.72M 0 0 51 33.68M 0 150.3k 07:27 03:49 03:38 153.2k 51 65.72M 0 0 51 33.87M 0 150.3k 07:27 03:50 03:37 158.4k 51 65.72M 0 0 51 34.00M 0 149.9k 07:28 03:52 03:36 150.9k 51 65.72M 0 0 51 34.12M 0 149.5k 07:30 03:53 03:37 131.6k 52 65.72M 0 0 52 34.25M 0 149.3k 07:30 03:54 03:36 114.6k 52 65.72M 0 0 52 34.37M 0 149.0k 07:31 03:56 03:35 103.7k 52 65.72M 0 0 52 34.50M 0 148.8k 07:32 03:57 03:35 98240 52 65.72M 0 0 52 34.62M 0 148.7k 07:32 03:58 03:34 102.8k 52 65.72M 0 0 52 34.81M 0 148.8k 07:32 03:59 03:33 119.7k 53 65.72M 0 0 53 35.00M 0 148.9k 07:31 04:00 03:31 132.6k 53 65.72M 0 0 53 35.18M 0 148.9k 07:31 04:01 03:30 145.6k 53 65.72M 0 0 53 35.37M 0 148.9k 07:31 04:03 03:28 155.1k 54 65.72M 0 0 54 35.56M 0 148.9k 07:31 04:04 03:27 157.6k 54 65.72M 0 0 54 35.75M 0 149.0k 07:31 04:05 03:26 156.3k 54 65.72M 0 0 54 35.93M 0 148.8k 07:32 04:07 03:25 144.0k 54 65.72M 0 0 54 36.12M 0 148.8k 07:32 04:08 03:24 146.4k 55 65.72M 0 0 55 36.37M 0 149.1k 07:31 04:09 03:22 155.2k 55 65.72M 0 0 55 36.50M 0 148.9k 07:31 04:10 03:21 148.6k 55 65.72M 0 0 55 36.62M 0 148.8k 07:32 04:11 03:21 143.3k 55 65.72M 0 0 55 36.75M 0 148.7k 07:32 04:12 03:20 147.8k 56 65.72M 0 0 56 36.87M 0 148.6k 07:32 04:13 03:19 140.6k 56 65.72M 0 0 56 37.06M 0 148.6k 07:32 04:15 03:17 127.6k 56 65.72M 0 0 56 37.25M 0 148.7k 07:32 04:16 03:16 139.6k 56 65.72M 0 0 56 37.37M 0 148.6k 07:32 04:17 03:15 138.5k 57 65.72M 0 0 57 37.56M 0 148.6k 07:32 04:18 03:14 141.2k 57 65.72M 0 0 57 37.75M 0 148.6k 07:32 04:20 03:12 147.7k 57 65.72M 0 0 57 37.87M 0 148.5k 07:33 04:21 03:12 143.0k 57 65.72M 0 0 57 38.06M 0 148.4k 07:33 04:22 03:11 136.6k 58 65.72M 0 0 58 38.18M 0 148.3k 07:33 04:23 03:10 135.9k 58 65.72M 0 0 58 38.31M 0 148.1k 07:34 04:24 03:10 126.8k 58 65.72M 0 0 58 38.43M 0 147.8k 07:35 04:26 03:09 112.7k 58 65.72M 0 0 58 38.56M 0 147.7k 07:35 04:27 03:08 112.5k 58 65.72M 0 0 58 38.68M 0 147.6k 07:35 04:28 03:07 110.0k 59 65.72M 0 0 59 38.81M 0 147.2k 07:37 04:29 03:08 101.9k 59 65.72M 0 0 59 38.93M 0 147.1k 07:37 04:30 03:07 106.7k 59 65.72M 0 0 59 39.12M 0 147.1k 07:37 04:32 03:05 115.6k 59 65.72M 0 0 59 39.25M 0 147.0k 07:37 04:33 03:04 116.0k 59 65.72M 0 0 59 39.37M 0 146.8k 07:38 04:34 03:04 112.7k 60 65.72M 0 0 60 39.50M 0 146.7k 07:38 04:35 03:03 120.9k 60 65.72M 0 0 60 39.62M 0 146.6k 07:38 04:36 03:02 121.0k 60 65.72M 0 0 60 39.87M 0 146.9k 07:38 04:37 03:01 137.8k 61 65.72M 0 0 61 40.12M 0 147.2k 07:37 04:39 02:58 156.8k 61 65.72M 0 0 61 40.25M 0 147.1k 07:37 04:40 02:57 160.8k 61 65.72M 0 0 61 40.37M 0 146.7k 07:38 04:41 02:57 148.2k 61 65.72M 0 0 61 40.50M 0 146.6k 07:38 04:42 02:56 147.0k 61 65.72M 0 0 61 40.62M 0 146.5k 07:39 04:43 02:56 130.7k 62 65.72M 0 0 62 40.81M 0 146.5k 07:39 04:45 02:54 117.3k 62 65.72M 0 0 62 41.00M 0 146.6k 07:39 04:46 02:53 123.3k 62 65.72M 0 0 62 41.12M 0 146.4k 07:39 04:47 02:52 130.0k 62 65.72M 0 0 62 41.18M 0 146.1k 07:40 04:48 02:52 120.2k 62 65.72M 0 0 62 41.31M 0 145.8k 07:41 04:50 02:51 113.2k 63 65.72M 0 0 63 41.50M 0 145.7k 07:41 04:51 02:50 110.2k 63 65.72M 0 0 63 41.62M 0 145.4k 07:42 04:52 02:50 99357 63 65.72M 0 0 63 41.75M 0 145.2k 07:43 04:54 02:49 96561 63 65.72M 0 0 63 41.87M 0 144.8k 07:44 04:56 02:48 97722 63 65.72M 0 0 63 42.00M 0 144.6k 07:45 04:57 02:48 98942 64 65.72M 0 0 64 42.18M 0 144.6k 07:45 04:58 02:47 97.70k 64 65.72M 0 0 64 42.37M 0 144.6k 07:45 05:00 02:45 108.8k 64 65.72M 0 0 64 42.56M 0 144.5k 07:45 05:01 02:44 118.7k 65 65.72M 0 0 65 42.75M 0 144.5k 07:45 05:02 02:43 130.4k 65 65.72M 0 0 65 42.87M 0 144.3k 07:46 05:04 02:42 131.8k 65 65.72M 0 0 65 43.00M 0 144.3k 07:46 05:05 02:41 129.4k 65 65.72M 0 0 65 43.18M 0 144.2k 07:46 05:06 02:40 128.3k 65 65.72M 0 0 65 43.37M 0 144.3k 07:46 05:07 02:39 133.3k 66 65.72M 0 0 66 43.56M 0 144.5k 07:45 05:08 02:37 143.4k 66 65.72M 0 0 66 43.81M 0 144.7k 07:45 05:10 02:35 162.4k 66 65.72M 0 0 66 44.00M 0 144.7k 07:45 05:11 02:34 164.7k 67 65.72M 0 0 67 44.18M 0 144.8k 07:44 05:12 02:32 174.2k 67 65.72M 0 0 67 44.37M 0 144.9k 07:44 05:13 02:31 164.1k 67 65.72M 0 0 67 44.37M 0 144.9k 07:44 05:13 02:31 144.9k 67 65.72M 0 0 67 44.50M 0 144.8k 07:44 05:14 02:30 126.7k 67 65.72M 0 0 67 44.56M 0 144.6k 07:45 05:15 02:30 97717 67 65.72M 0 0 67 44.68M 0 144.2k 07:46 05:17 02:29 91047 68 65.72M 0 0 68 44.75M 0 144.0k 07:47 05:18 02:29 85444 68 65.72M 0 0 68 44.87M 0 143.7k 07:48 05:19 02:29 86203 68 65.72M 0 0 68 45.00M 0 143.5k 07:49 05:21 02:28 79642 68 65.72M 0 0 68 45.12M 0 143.3k 07:49 05:22 02:27 87161 68 65.72M 0 0 68 45.25M 0 143.2k 07:49 05:23 02:26 93906 69 65.72M 0 0 69 45.43M 0 143.3k 07:49 05:24 02:25 107.9k 69 65.72M 0 0 69 45.68M 0 143.5k 07:48 05:25 02:23 134.2k 69 65.72M 0 0 69 45.81M 0 143.4k 07:49 05:26 02:23 141.4k 69 65.72M 0 0 69 45.93M 0 143.3k 07:49 05:28 02:21 144.1k 70 65.72M 0 0 70 46.06M 0 143.2k 07:49 05:29 02:20 142.0k 70 65.72M 0 0 70 46.18M 0 143.1k 07:50 05:30 02:20 133.7k 70 65.72M 0 0 70 46.37M 0 143.2k 07:49 05:31 02:18 121.8k 70 65.72M 0 0 70 46.56M 0 143.3k 07:49 05:32 02:17 134.2k 71 65.72M 0 0 71 46.75M 0 143.3k 07:49 05:33 02:16 143.1k 71 65.72M 0 0 71 46.93M 0 143.4k 07:49 05:34 02:15 156.6k 71 65.72M 0 0 71 47.06M 0 143.2k 07:49 05:36 02:13 150.4k 71 65.72M 0 0 71 47.18M 0 143.2k 07:49 05:37 02:12 142.9k 72 65.72M 0 0 72 47.37M 0 143.3k 07:49 05:38 02:11 144.8k 72 65.72M 0 0 72 47.62M 0 143.5k 07:48 05:39 02:09 153.7k 72 65.72M 0 0 72 47.81M 0 143.5k 07:49 05:41 02:08 144.3k 72 65.72M 0 0 72 47.93M 0 143.4k 07:49 05:42 02:07 150.6k 73 65.72M 0 0 73 48.12M 0 143.3k 07:49 05:43 02:06 152.3k 73 65.72M 0 0 73 48.31M 0 143.3k 07:49 05:45 02:04 145.0k 73 65.72M 0 0 73 48.50M 0 143.4k 07:49 05:46 02:03 137.8k 74 65.72M 0 0 74 48.68M 0 143.4k 07:49 05:47 02:02 139.8k 74 65.72M 0 0 74 48.81M 0 143.3k 07:49 05:48 02:01 139.9k 74 65.72M 0 0 74 49.00M 0 143.3k 07:49 05:50 01:59 140.5k 74 65.72M 0 0 74 49.18M 0 143.2k 07:49 05:51 01:58 138.6k 75 65.72M 0 0 75 49.37M 0 143.3k 07:49 05:52 01:57 137.2k 75 65.72M 0 0 75 49.56M 0 143.4k 07:49 05:53 01:56 143.3k 75 65.72M 0 0 75 49.81M 0 143.6k 07:48 05:55 01:53 160.6k 76 65.72M 0 0 76 50.00M 0 143.6k 07:48 05:56 01:52 164.0k 76 65.72M 0 0 76 50.12M 0 143.5k 07:48 05:57 01:51 162.1k 76 65.72M 0 0 76 50.31M 0 143.6k 07:48 05:58 01:50 159.0k 76 65.72M 0 0 76 50.43M 0 143.5k 07:48 05:59 01:49 150.7k 76 65.72M 0 0 76 50.56M 0 143.4k 07:49 06:00 01:49 133.6k 77 65.72M 0 0 77 50.75M 0 143.3k 07:49 06:02 01:47 126.1k 77 65.72M 0 0 77 50.87M 0 143.0k 07:50 06:04 01:46 116.1k 77 65.72M 0 0 77 51.00M 0 142.9k 07:50 06:05 01:45 106.8k 77 65.72M 0 0 77 51.18M 0 143.0k 07:50 06:06 01:44 114.5k 78 65.72M 0 0 78 51.43M 0 143.2k 07:49 06:07 01:42 131.3k 78 65.72M 0 0 78 51.68M 0 143.4k 07:49 06:08 01:41 147.4k 78 65.72M 0 0 78 51.81M 0 143.3k 07:49 06:10 01:39 157.8k 79 65.72M 0 0 79 51.93M 0 143.1k 07:50 06:11 01:39 155.4k 79 65.72M 0 0 79 52.06M 0 142.9k 07:50 06:12 01:38 139.6k 79 65.72M 0 0 79 52.18M 0 142.8k 07:51 06:14 01:37 118.7k 79 65.72M 0 0 79 52.37M 0 142.9k 07:50 06:15 01:35 110.3k 79 65.72M 0 0 79 52.56M 0 142.9k 07:50 06:16 01:34 122.1k 80 65.72M 0 0 80 52.81M 0 143.2k 07:49 06:17 01:32 148.7k 80 65.72M 0 0 80 53.06M 0 143.4k 07:49 06:18 01:31 172.7k 81 65.72M 0 0 81 53.31M 0 143.6k 07:48 06:20 01:28 192.7k 81 65.72M 0 0 81 53.50M 0 143.7k 07:48 06:21 01:27 198.4k 81 65.72M 0 0 81 53.68M 0 143.8k 07:47 06:22 01:25 203.0k 82 65.72M 0 0 82 53.93M 0 144.1k 07:47 06:23 01:24 201.0k 82 65.72M 0 0 82 54.12M 0 144.0k 07:47 06:24 01:23 186.6k 82 65.72M 0 0 82 54.31M 0 144.1k 07:46 06:25 01:21 175.7k 83 65.72M 0 0 83 54.56M 0 144.3k 07:46 06:27 01:19 178.8k 83 65.72M 0 0 83 54.75M 0 144.2k 07:46 06:28 01:18 166.4k 83 65.72M 0 0 83 54.87M 0 144.1k 07:46 06:29 01:17 147.3k 83 65.72M 0 0 83 55.00M 0 144.1k 07:47 06:30 01:17 145.7k 83 65.72M 0 0 83 55.12M 0 144.0k 07:47 06:31 01:16 138.3k 84 65.72M 0 0 84 55.25M 0 143.8k 07:47 06:33 01:14 113.6k 84 65.72M 0 0 84 55.37M 0 143.6k 07:48 06:34 01:14 106.6k 84 65.72M 0 0 84 55.56M 0 143.7k 07:48 06:35 01:13 115.1k 84 65.72M 0 0 84 55.81M 0 143.8k 07:47 06:37 01:10 127.8k 85 65.72M 0 0 85 56.00M 0 143.9k 07:47 06:38 01:09 137.4k 85 65.72M 0 0 85 56.12M 0 143.8k 07:47 06:39 01:08 143.3k 85 65.72M 0 0 85 56.25M 0 143.6k 07:48 06:41 01:07 140.3k 85 65.72M 0 0 85 56.37M 0 143.3k 07:49 06:42 01:07 124.9k 85 65.72M 0 0 85 56.50M 0 143.3k 07:49 06:43 01:06 110.0k 86 65.72M 0 0 86 56.68M 0 143.2k 07:49 06:45 01:04 104.2k 86 65.72M 0 0 86 56.81M 0 143.2k 07:49 06:46 01:03 107.2k 86 65.72M 0 0 86 56.93M 0 143.1k 07:50 06:47 01:03 113.7k 86 65.72M 0 0 86 57.06M 0 143.0k 07:50 06:48 01:02 119.4k 87 65.72M 0 0 87 57.25M 0 143.1k 07:50 06:49 01:01 130.1k 87 65.72M 0 0 87 57.43M 0 143.2k 07:49 06:50 00:59 141.3k 87 65.72M 0 0 87 57.68M 0 143.3k 07:49 06:52 00:57 151.8k 87 65.72M 0 0 87 57.81M 0 143.1k 07:50 06:53 00:57 138.8k 88 65.72M 0 0 88 58.00M 0 143.1k 07:50 06:54 00:56 148.1k 88 65.72M 0 0 88 58.18M 0 143.2k 07:49 06:55 00:54 151.1k 88 65.72M 0 0 88 58.43M 0 143.3k 07:49 06:57 00:52 153.1k 89 65.72M 0 0 89 58.62M 0 143.4k 07:49 06:58 00:51 150.0k 89 65.72M 0 0 89 58.81M 0 143.4k 07:49 06:59 00:50 166.7k 89 65.72M 0 0 89 58.93M 0 143.1k 07:50 07:01 00:49 143.6k 89 65.72M 0 0 89 59.06M 0 142.9k 07:50 07:03 00:47 125.4k 90 65.72M 0 0 90 59.18M 0 142.5k 07:52 07:05 00:47 98.84k 90 65.72M 0 0 90 59.25M 0 142.3k 07:52 07:06 00:46 86447 90 65.72M 0 0 90 59.37M 0 142.2k 07:53 07:07 00:46 76970 90 65.72M 0 0 90 59.50M 0 142.0k 07:53 07:08 00:45 82285 90 65.72M 0 0 90 59.62M 0 142.0k 07:53 07:09 00:44 87967 91 65.72M 0 0 91 59.87M 0 142.2k 07:53 07:10 00:43 119.7k 91 65.72M 0 0 91 60.06M 0 142.2k 07:52 07:12 00:40 135.4k 91 65.72M 0 0 91 60.25M 0 142.3k 07:52 07:13 00:39 152.5k 92 65.72M 0 0 92 60.50M 0 142.5k 07:52 07:14 00:38 174.5k 92 65.72M 0 0 92 60.68M 0 142.6k 07:51 07:15 00:36 185.3k 92 65.72M 0 0 92 60.87M 0 142.6k 07:51 07:17 00:34 165.7k 92 65.72M 0 0 92 61.06M 0 142.6k 07:51 07:18 00:33 170.0k 93 65.72M 0 0 93 61.25M 0 142.7k 07:51 07:19 00:32 167.1k 93 65.72M 0 0 93 61.37M 0 142.6k 07:51 07:20 00:31 153.3k 93 65.72M 0 0 93 61.56M 0 142.6k 07:51 07:21 00:30 142.6k 93 65.72M 0 0 93 61.68M 0 142.5k 07:52 07:23 00:29 140.5k 94 65.72M 0 0 94 61.87M 0 142.6k 07:51 07:24 00:27 136.9k 94 65.72M 0 0 94 62.00M 0 142.5k 07:52 07:25 00:27 129.3k 94 65.72M 0 0 94 62.12M 0 142.4k 07:52 07:26 00:26 129.2k 94 65.72M 0 0 94 62.31M 0 142.5k 07:52 07:27 00:25 137.0k 95 65.72M 0 0 95 62.50M 0 142.5k 07:52 07:28 00:24 142.0k 95 65.72M 0 0 95 62.62M 0 142.5k 07:52 07:29 00:23 136.5k 95 65.72M 0 0 95 62.81M 0 142.5k 07:52 07:31 00:21 145.5k 96 65.72M 0 0 96 63.12M 0 142.9k 07:50 07:32 00:18 174.3k 96 65.72M 0 0 96 63.37M 0 143.1k 07:50 07:33 00:17 187.6k 96 65.72M 0 0 96 63.62M 0 143.3k 07:49 07:34 00:15 206.6k 97 65.72M 0 0 97 63.87M 0 143.5k 07:48 07:35 00:13 226.3k 97 65.72M 0 0 97 64.06M 0 143.6k 07:48 07:36 00:12 226.1k 97 65.72M 0 0 97 64.25M 0 143.6k 07:48 07:37 00:11 205.4k 98 65.72M 0 0 98 64.43M 0 143.7k 07:48 07:39 00:09 188.9k 98 65.72M 0 0 98 64.56M 0 143.6k 07:48 07:40 00:08 169.2k 98 65.72M 0 0 98 64.68M 0 143.5k 07:48 07:41 00:07 143.2k 98 65.72M 0 0 98 64.87M 0 143.4k 07:49 07:42 00:07 135.0k 98 65.72M 0 0 98 65.00M 0 143.4k 07:49 07:43 00:06 126.8k 99 65.72M 0 0 99 65.18M 0 143.5k 07:48 07:45 00:03 127.4k 99 65.72M 0 0 99 65.43M 0 143.7k 07:48 07:46 00:02 146.2k 99 65.72M 0 0 99 65.62M 0 143.8k 07:48 07:47 00:01 162.9k* upload completely sent off: 68918246 bytes 100 65.72M 0 0 100 65.72M 0 143.4k 07:49 07:49 140.1k 100 65.72M 0 0 100 65.72M 0 143.1k 07:50 07:50 119.9k{ [5 bytes data] < HTTP/1.1 200 OK < x-amz-id-2: ibPs0+t8RAad+flGehQ6lWSMupErqSMHmHLTqR2lZxDGxdczl4uQ1Hu7xX8knqOVZ8uP0+BNgKk= < x-amz-request-id: K6YA42SFP5FQWBEG < Date: Fri, 17 Apr 2026 18:22:18 GMT < x-amz-server-side-encryption: AES256 < ETag: "7934d917cfb4213864ffbb6a8f2f1adb" < x-amz-checksum-crc64nvme: o54Xp+cM4C0= < x-amz-checksum-type: FULL_OBJECT < Content-Length: 0 < Server: AmazonS3 < Connection: close < 100 65.72M 0 0 100 65.72M 0 142.9k 07:50 07:50 119.9k 100 65.72M 0 0 100 65.72M 0 142.9k 07:50 07:50 119.9k 100 65.72M 0 0 100 65.72M 0 142.9k 07:50 07:50 119.9k * shutting down connection #0 took: 476.47 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.74.63, 3.5.75.44, 52.92.19.8, 52.92.19.152, 3.5.73.47, 3.5.67.239, 3.5.73.120, 3.5.69.50 * Trying 3.5.74.63: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.74.63 port 443) from 10.17.4.7 port 42108 * using HTTP/1.x } [5 bytes data] > PUT /jfr-uploads.blunders.io/demo/52e9f977-7157-4bdc-8822-e2ef3dbf35ae.jfr.gz?X-Amz-Security-Token=IQoJb3JpZ2luX2VjEA0aCWV1LXdlc3QtMSJHMEUCIQD6tGkW87h8xlMVTy09dvxXj9FiXYAhpdDUdoVgNbgPoQIgR5YzO0g%2Brgkd1CT%2FUH8ZchAPAQHJiZNQZQJn%2B9b%2BLbcqwwUI1v%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FARAAGgw4MzU0OTQ3NTMxMjYiDBGXub6lvmu0rb14nyqXBVg3VH3VfE1SqPICeLNb%2FV62YzI4RiARcCJKss8CO2e%2BSChtrVr123OLnHH%2BESREeFxAA0VhuUymGIuEvfRgn5RaU0trQKLNjglbgfgVQeo%2Fn6FShQJdDMnafQ2h%2F76lmJXr4oSfhDlN9Wqx7WZD%2F8WJAuPqEf3zJzISNB8QaawRWER%2FG4JYs%2ByYNsftQfOJ6KNb7tQvAJwOBOWKDEykvtwWRkjDTkmI2jObN2urqDRu0fA543Slz9UFI6G1L7vzCfltJN9y8%2FJlXhyRAvZUhUEqY692PQI%2F76fCxSR5Gsp%2BMfu6vDL%2FzwHjvRdGsEozHOLNg4yPq0%2ByxLCG3llNjBcuF8en8Se%2B4LpzEOGowQ8xjMsbqJnAI8w%2B3PK5AkD1G51iNNn5xjgKpXJJziBDGZqFdHLm33JIwqrr4w20OBSpxIpSmDSGAge2BtZoi7XJBZaDXM1IkmgPBkYk6qeUBhMil6Gzng09w5Bj7oR7B%2BXI1WHs%2FVM8Yr2ALJzqf3NOajiiuR%2B3uoPMP4YElFw1eltUi4HPhWqsS%2BtYUVxXkIayW9rgyXqy2dccsmLJb5Uu2dQUWWO3KpPI76AR8ye2X3UCXErcNZMxQM9YFyJvyrDyyl85YqiMHzsPKLZlsgCCrrX9F8861pDt%2BprtPdqEmfYdRl9qleSJlHF9d%2BlP8mkxB0KkB2Fq0mOTv4Mew2ghYmzhhQTI8w%2B%2BCVZBdy9l%2FYB%2BZ7cZRPPL5jvw6k9Q73viktEGsMQJKecOwr51bFfQj5gMuU4YoB3R4oeCDm2b8zjKH9Pd0jlQIkU01rrUj2W3caZfToAmq9rEe4bb5bkhiuh3UXMK5E%2FrXGweGFBTFCFBBnBIi41JNfDcA51Gro5tQcnA15AqaDDH1IjPBjqxAZrymxthG1JsLY%2BdAWrnRKw3ykPjyhvFGxUz%2BzfyKraM6hn48yHw51f49Oqtbi%2BcO0HHVYRvAXwojdu8YNtlK81777KSXX6tkrlhvrg1HgNyMiM34cnYnuCGbWb0dvVPcm5rCwmTUzevl5mFRwS2xS60DKWBcfzMN%2B%2BQVqdevXJZ33lluEWj%2B%2BoV66S9QP2npZYw6d6o7NgxAaByBTzUhGQ8XZCXW2fxT7yrW9BwTD6blg%3D%3D&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20260417T183008Z&X-Amz-SignedHeaders=host&X-Amz-Credential=ASIA4FB26GNTH5T7L5AC%2F20260417%2Feu-west-1%2Fs3%2Faws4_request&X-Amz-Expires=86400&X-Amz-Signature=edcabdd5544fa6b49d7df1d0d01cd069d91d233097b7bc51810d01e20118646c HTTP/1.1 > Host: s3.eu-west-1.amazonaws.com > User-Agent: curl/8.18.0 > Accept: */* > content-type: application/octet-stream > Content-Length: 641223913 > Expect: 100-continue > { [5 bytes data] < HTTP/1.1 100 Continue < } [5 bytes data] 0 611.5M 0 0 0 1.81M 0 1.81M 05:37 05:37 1.81M 1 611.5M 0 0 1 9.43M 0 4.70M 02:09 00:02 02:07 4.70M 2 611.5M 0 0 2 17.06M 0 5.66M 01:47 00:03 01:44 5.66M 4 611.5M 0 0 4 25.43M 0 6.33M 01:36 00:04 01:32 6.33M 5 611.5M 0 0 5 34.25M 0 6.83M 01:29 00:05 01:24 6.83M 7 611.5M 0 0 7 43.37M 0 7.20M 01:24 00:06 01:18 8.28M 8 611.5M 0 0 8 52.43M 0 7.41M 01:22 00:07 01:15 8.48M 9 611.5M 0 0 9 60.06M 0 7.43M 01:22 00:08 01:14 8.49M 11 611.5M 0 0 11 67.43M 0 7.42M 01:22 00:09 01:13 8.29M 12 611.5M 0 0 12 75.12M 0 7.45M 01:22 00:10 01:12 8.06M 13 611.5M 0 0 13 83.00M 0 7.49M 01:21 00:11 01:10 7.82M 14 611.5M 0 0 14 91.00M 0 7.52M 01:21 00:12 01:09 7.68M 15 611.5M 0 0 15 97.81M 0 7.46M 01:21 00:13 01:08 7.51M 17 611.5M 0 0 17 104.2M 0 7.38M 01:22 00:14 01:08 7.31M 18 611.5M 0 0 18 111.2M 0 7.36M 01:23 00:15 01:08 7.17M 19 611.5M 0 0 19 118.7M 0 7.36M 01:22 00:16 01:06 7.10M 20 611.5M 0 0 20 126.3M 0 7.36M 01:23 00:17 01:06 6.98M 21 611.5M 0 0 21 132.5M 0 7.30M 01:23 00:18 01:05 6.87M 22 611.5M 0 0 22 138.6M 0 7.24M 01:24 00:19 01:05 6.82M 23 611.5M 0 0 23 145.1M 0 7.20M 01:24 00:20 01:04 6.71M 24 611.5M 0 0 24 151.6M 0 7.16M 01:25 00:21 01:04 6.52M 25 611.5M 0 0 25 158.3M 0 7.14M 01:25 00:22 01:03 6.38M 26 611.5M 0 0 26 164.5M 0 7.10M 01:26 00:23 01:03 6.39M 27 611.5M 0 0 27 169.6M 0 7.02M 01:27 00:24 01:03 6.18M 28 611.5M 0 0 28 175.4M 0 6.97M 01:27 00:25 01:02 6.04M 29 611.5M 0 0 29 181.5M 0 6.93M 01:28 00:26 01:02 5.96M 30 611.5M 0 0 30 188.0M 0 6.91M 01:28 00:27 01:01 5.93M 31 611.5M 0 0 31 194.6M 0 6.90M 01:28 00:28 01:00 5.99M 32 611.5M 0 0 32 201.2M 0 6.89M 01:28 00:29 00:59 6.29M 34 611.5M 0 0 34 207.9M 0 6.88M 01:28 00:30 00:58 6.47M 35 611.5M 0 0 35 214.5M 0 6.88M 01:28 00:31 00:57 6.58M 36 611.5M 0 0 36 221.0M 0 6.86M 01:29 00:32 00:57 6.57M 36 611.5M 0 0 36 226.1M 0 6.81M 01:29 00:33 00:56 6.28M 37 611.5M 0 0 37 231.5M 0 6.76M 01:30 00:34 00:56 6.00M 38 611.5M 0 0 38 235.9M 0 6.69M 01:31 00:35 00:56 5.55M 39 611.5M 0 0 39 240.6M 0 6.64M 01:32 00:36 00:56 5.17M 40 611.5M 0 0 40 245.6M 0 6.59M 01:32 00:37 00:55 4.87M 40 611.5M 0 0 40 250.6M 0 6.55M 01:33 00:38 00:55 4.85M 41 611.5M 0 0 41 255.6M 0 6.51M 01:33 00:39 00:54 4.79M 42 611.5M 0 0 42 260.6M 0 6.47M 01:34 00:40 00:54 4.91M 43 611.5M 0 0 43 265.6M 0 6.43M 01:34 00:41 00:53 4.96M 44 611.5M 0 0 44 270.8M 0 6.40M 01:35 00:42 00:53 5.00M 45 611.5M 0 0 45 276.0M 0 6.37M 01:35 00:43 00:52 5.04M 46 611.5M 0 0 46 281.4M 0 6.35M 01:36 00:44 00:52 5.13M 46 611.5M 0 0 46 287.3M 0 6.34M 01:36 00:45 00:51 5.32M 48 611.5M 0 0 48 293.8M 0 6.34M 01:36 00:46 00:50 5.60M 49 611.5M 0 0 49 301.1M 0 6.36M 01:36 00:47 00:49 6.04M 50 611.5M 0 0 50 309.5M 0 6.41M 01:35 00:48 00:47 6.69M 51 611.5M 0 0 51 316.2M 0 6.41M 01:35 00:49 00:46 6.94M 52 611.5M 0 0 52 320.1M 0 6.36M 01:36 00:50 00:46 6.54M 53 611.5M 0 0 53 324.1M 0 6.31M 01:36 00:51 00:45 6.03M 53 611.5M 0 0 53 328.2M 0 6.27M 01:37 00:52 00:45 5.40M 54 611.5M 0 0 54 332.4M 0 6.23M 01:38 00:53 00:45 4.55M 55 611.5M 0 0 55 336.7M 0 6.20M 01:38 00:54 00:44 4.07M 55 611.5M 0 0 55 341.0M 0 6.16M 01:39 00:55 00:44 4.13M 56 611.5M 0 0 56 345.3M 0 6.12M 01:39 00:56 00:43 4.20M 57 611.5M 0 0 57 349.6M 0 6.09M 01:40 00:57 00:43 4.24M 57 611.5M 0 0 57 354.0M 0 6.06M 01:40 00:58 00:42 4.29M 58 611.5M 0 0 58 358.8M 0 6.04M 01:41 00:59 00:42 4.37M 59 611.5M 0 0 59 363.9M 0 6.02M 01:41 01:00 00:41 4.55M 60 611.5M 0 0 60 369.5M 0 6.02M 01:41 01:01 00:40 4.81M 61 611.5M 0 0 61 376.0M 0 6.02M 01:41 01:02 00:39 5.23M 62 611.5M 0 0 62 383.3M 0 6.04M 01:41 01:03 00:38 5.80M 63 611.5M 0 0 63 390.6M 0 6.06M 01:40 01:04 00:36 6.32M 65 611.5M 0 0 65 397.5M 0 6.07M 01:40 01:05 00:35 6.68M 66 611.5M 0 0 66 405.1M 0 6.10M 01:40 01:06 00:34 7.08M 67 611.5M 0 0 67 413.1M 0 6.12M 01:39 01:07 00:32 7.41M 68 611.5M 0 0 68 421.6M 0 6.16M 01:39 01:08 00:31 7.62M 70 611.5M 0 0 70 430.2M 0 6.19M 01:38 01:09 00:29 7.89M 71 611.5M 0 0 71 439.0M 0 6.23M 01:38 01:10 00:28 8.25M 73 611.5M 0 0 73 447.2M 0 6.26M 01:37 01:11 00:26 8.37M 74 611.5M 0 0 74 453.9M 0 6.26M 01:37 01:12 00:25 8.10M 75 611.5M 0 0 75 461.3M 0 6.28M 01:37 01:13 00:24 7.89M 76 611.5M 0 0 76 469.2M 0 6.30M 01:37 01:14 00:23 7.76M 78 611.5M 0 0 78 477.5M 0 6.33M 01:36 01:15 00:21 7.67M 79 611.5M 0 0 79 486.1M 0 6.35M 01:36 01:16 00:20 7.74M 80 611.5M 0 0 80 494.8M 0 6.38M 01:35 01:17 00:18 8.14M 82 611.5M 0 0 82 503.5M 0 6.41M 01:35 01:18 00:17 8.40M 83 611.5M 0 0 83 512.2M 0 6.44M 01:34 01:19 00:15 8.57M 85 611.5M 0 0 85 521.0M 0 6.47M 01:34 01:20 00:14 8.66M 86 611.5M 0 0 86 529.6M 0 6.50M 01:34 01:21 00:13 8.68M 88 611.5M 0 0 88 538.6M 0 6.53M 01:33 01:22 00:11 8.73M 89 611.5M 0 0 89 547.6M 0 6.56M 01:33 01:23 00:10 8.79M 91 611.5M 0 0 91 557.0M 0 6.59M 01:32 01:24 00:08 8.92M 92 611.5M 0 0 92 566.9M 0 6.63M 01:32 01:25 00:07 9.16M 94 611.5M 0 0 94 577.4M 0 6.67M 01:31 01:26 00:05 9.52M 96 611.5M 0 0 96 588.9M 0 6.73M 01:30 01:27 00:03 10.03M 98 611.5M 0 0 98 601.7M 0 6.80M 01:29 01:28 00:01 10.80M* upload completely sent off: 641223913 bytes { [5 bytes data] < HTTP/1.1 200 OK < x-amz-id-2: qgomhhRooCicm1IBY2Y6lYg9aXtHhYGgcyRUi7DkzY+Ev5mYrrLvJu0JuZnbALRGYmyW1R0A88XUBKvfz95/pLR+vvUOIX/O < x-amz-request-id: M5QT1GE9WDPSWRQ8 < Date: Fri, 17 Apr 2026 18:31:04 GMT < x-amz-server-side-encryption: AES256 < ETag: "9ca703d42eb9826c4f4e89da34bec866" < x-amz-checksum-crc64nvme: 5h+ON0EfGnI= < x-amz-checksum-type: FULL_OBJECT < Content-Length: 0 < Server: AmazonS3 < 100 611.5M 0 0 100 611.5M 0 6.84M 01:29 01:29 10.80M 100 611.5M 0 0 100 611.5M 0 6.84M 01:29 01:29 10.80M 100 611.5M 0 0 100 611.5M 0 6.84M 01:29 01:29 10.80M * Connection #0 to host s3.eu-west-1.amazonaws.com:443 left intact took: 143.90 seconds Blunders: now uploading files "/l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr" to blunders.io... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 0* Host s3.eu-west-1.amazonaws.com:443 was resolved. * IPv6: (none) * IPv4: 3.5.74.44, 3.5.64.137, 3.5.75.106, 52.92.18.32, 3.5.66.53, 3.5.72.111, 3.5.67.220, 52.92.36.168 * Trying 3.5.74.44: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.74.44 port 443) from 10.17.4.7 port 45310 * using HTTP/1.x } [5 bytes data] > PUT /jfr-uploads.blunders.io/demo/ac25ebf7-bda6-4a2a-8a7d-8c379892c154.jfr.gz?X-Amz-Security-Token=IQoJb3JpZ2luX2VjEA0aCWV1LXdlc3QtMSJHMEUCIQD6tGkW87h8xlMVTy09dvxXj9FiXYAhpdDUdoVgNbgPoQIgR5YzO0g%2Brgkd1CT%2FUH8ZchAPAQHJiZNQZQJn%2B9b%2BLbcqwwUI1v%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FARAAGgw4MzU0OTQ3NTMxMjYiDBGXub6lvmu0rb14nyqXBVg3VH3VfE1SqPICeLNb%2FV62YzI4RiARcCJKss8CO2e%2BSChtrVr123OLnHH%2BESREeFxAA0VhuUymGIuEvfRgn5RaU0trQKLNjglbgfgVQeo%2Fn6FShQJdDMnafQ2h%2F76lmJXr4oSfhDlN9Wqx7WZD%2F8WJAuPqEf3zJzISNB8QaawRWER%2FG4JYs%2ByYNsftQfOJ6KNb7tQvAJwOBOWKDEykvtwWRkjDTkmI2jObN2urqDRu0fA543Slz9UFI6G1L7vzCfltJN9y8%2FJlXhyRAvZUhUEqY692PQI%2F76fCxSR5Gsp%2BMfu6vDL%2FzwHjvRdGsEozHOLNg4yPq0%2ByxLCG3llNjBcuF8en8Se%2B4LpzEOGowQ8xjMsbqJnAI8w%2B3PK5AkD1G51iNNn5xjgKpXJJziBDGZqFdHLm33JIwqrr4w20OBSpxIpSmDSGAge2BtZoi7XJBZaDXM1IkmgPBkYk6qeUBhMil6Gzng09w5Bj7oR7B%2BXI1WHs%2FVM8Yr2ALJzqf3NOajiiuR%2B3uoPMP4YElFw1eltUi4HPhWqsS%2BtYUVxXkIayW9rgyXqy2dccsmLJb5Uu2dQUWWO3KpPI76AR8ye2X3UCXErcNZMxQM9YFyJvyrDyyl85YqiMHzsPKLZlsgCCrrX9F8861pDt%2BprtPdqEmfYdRl9qleSJlHF9d%2BlP8mkxB0KkB2Fq0mOTv4Mew2ghYmzhhQTI8w%2B%2BCVZBdy9l%2FYB%2BZ7cZRPPL5jvw6k9Q73viktEGsMQJKecOwr51bFfQj5gMuU4YoB3R4oeCDm2b8zjKH9Pd0jlQIkU01rrUj2W3caZfToAmq9rEe4bb5bkhiuh3UXMK5E%2FrXGweGFBTFCFBBnBIi41JNfDcA51Gro5tQcnA15AqaDDH1IjPBjqxAZrymxthG1JsLY%2BdAWrnRKw3ykPjyhvFGxUz%2BzfyKraM6hn48yHw51f49Oqtbi%2BcO0HHVYRvAXwojdu8YNtlK81777KSXX6tkrlhvrg1HgNyMiM34cnYnuCGbWb0dvVPcm5rCwmTUzevl5mFRwS2xS60DKWBcfzMN%2B%2BQVqdevXJZ33lluEWj%2B%2BoV66S9QP2npZYw6d6o7NgxAaByBTzUhGQ8XZCXW2fxT7yrW9BwTD6blg%3D%3D&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20260417T183233Z&X-Amz-SignedHeaders=host&X-Amz-Credential=ASIA4FB26GNTH5T7L5AC%2F20260417%2Feu-west-1%2Fs3%2Faws4_request&X-Amz-Expires=86400&X-Amz-Signature=94382693c1f14863b0b2871218bf6c23155f7d43b04976eb5a2dc773798dfc3f HTTP/1.1 > Host: s3.eu-west-1.amazonaws.com > User-Agent: curl/8.18.0 > Accept: */* > content-type: application/octet-stream > Content-Length: 60276442 > Expect: 100-continue > { [5 bytes data] < HTTP/1.1 100 Continue < } [5 bytes data] 4 57.48M 0 0 4 2.68M 0 2.68M 00:21 00:21 2.68M 12 57.48M 0 0 12 7.37M 0 3.65M 00:15 00:02 00:13 3.65M 22 57.48M 0 0 22 12.81M 0 4.24M 00:13 00:03 00:10 4.24M 32 57.48M 0 0 32 18.62M 0 4.62M 00:12 00:04 00:08 4.62M 42 57.48M 0 0 42 24.62M 0 4.89M 00:11 00:05 00:06 4.89M 53 57.48M 0 0 53 30.75M 0 5.10M 00:11 00:06 00:05 5.58M 64 57.48M 0 0 64 36.93M 0 5.25M 00:10 00:07 00:03 5.89M 74 57.48M 0 0 74 42.56M 0 5.29M 00:10 00:08 00:02 5.93M 82 57.48M 0 0 82 47.43M 0 5.24M 00:10 00:09 00:01 5.73M 91 57.48M 0 0 91 52.81M 0 5.25M 00:10 00:10 5.60M* upload completely sent off: 60276442 bytes { [5 bytes data] < HTTP/1.1 200 OK < x-amz-id-2: PakWrLiGlr2tIhA6gKcs6CKFJJpDx1qyuEYB874oDcEfxI6s+z2BrzNHaGoENbfGnPB7bCYnq/ny5eqbDH8274K0P40xyDBT < x-amz-request-id: 1YSTKZRQ8XY57301 < Date: Fri, 17 Apr 2026 18:32:39 GMT < x-amz-server-side-encryption: AES256 < ETag: "c4e06b3094eb9b70e5fb8169e06913bd" < x-amz-checksum-crc64nvme: Ok9wRlBrVE8= < x-amz-checksum-type: FULL_OBJECT < Content-Length: 0 < Server: AmazonS3 < 100 57.48M 0 0 100 57.48M 0 5.07M 00:11 00:11 5.03M 100 57.48M 0 0 100 57.48M 0 5.07M 00:11 00:11 5.03M 100 57.48M 0 0 100 57.48M 0 5.07M 00:11 00:11 5.03M 100 57.48M 0 0 100 57.48M 0 5.07M 00:11 00:11 5.03M * Connection #0 to host s3.eu-west-1.amazonaws.com:443 left intact took: 16.16 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.64.249, 3.5.69.50, 52.92.20.32, 3.5.68.133, 52.92.20.8, 52.92.18.216, 3.5.73.52, 3.5.71.68 * Trying 3.5.64.249: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.64.249 port 443) from 10.17.4.7 port 41972 * using HTTP/1.x } [5 bytes data] > PUT /jfr-uploads.blunders.io/demo/3e7a19b6-fbf3-4320-b2d4-cef09e888771.jfr.gz?X-Amz-Security-Token=IQoJb3JpZ2luX2VjEA0aCWV1LXdlc3QtMSJHMEUCIQD6tGkW87h8xlMVTy09dvxXj9FiXYAhpdDUdoVgNbgPoQIgR5YzO0g%2Brgkd1CT%2FUH8ZchAPAQHJiZNQZQJn%2B9b%2BLbcqwwUI1v%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FARAAGgw4MzU0OTQ3NTMxMjYiDBGXub6lvmu0rb14nyqXBVg3VH3VfE1SqPICeLNb%2FV62YzI4RiARcCJKss8CO2e%2BSChtrVr123OLnHH%2BESREeFxAA0VhuUymGIuEvfRgn5RaU0trQKLNjglbgfgVQeo%2Fn6FShQJdDMnafQ2h%2F76lmJXr4oSfhDlN9Wqx7WZD%2F8WJAuPqEf3zJzISNB8QaawRWER%2FG4JYs%2ByYNsftQfOJ6KNb7tQvAJwOBOWKDEykvtwWRkjDTkmI2jObN2urqDRu0fA543Slz9UFI6G1L7vzCfltJN9y8%2FJlXhyRAvZUhUEqY692PQI%2F76fCxSR5Gsp%2BMfu6vDL%2FzwHjvRdGsEozHOLNg4yPq0%2ByxLCG3llNjBcuF8en8Se%2B4LpzEOGowQ8xjMsbqJnAI8w%2B3PK5AkD1G51iNNn5xjgKpXJJziBDGZqFdHLm33JIwqrr4w20OBSpxIpSmDSGAge2BtZoi7XJBZaDXM1IkmgPBkYk6qeUBhMil6Gzng09w5Bj7oR7B%2BXI1WHs%2FVM8Yr2ALJzqf3NOajiiuR%2B3uoPMP4YElFw1eltUi4HPhWqsS%2BtYUVxXkIayW9rgyXqy2dccsmLJb5Uu2dQUWWO3KpPI76AR8ye2X3UCXErcNZMxQM9YFyJvyrDyyl85YqiMHzsPKLZlsgCCrrX9F8861pDt%2BprtPdqEmfYdRl9qleSJlHF9d%2BlP8mkxB0KkB2Fq0mOTv4Mew2ghYmzhhQTI8w%2B%2BCVZBdy9l%2FYB%2BZ7cZRPPL5jvw6k9Q73viktEGsMQJKecOwr51bFfQj5gMuU4YoB3R4oeCDm2b8zjKH9Pd0jlQIkU01rrUj2W3caZfToAmq9rEe4bb5bkhiuh3UXMK5E%2FrXGweGFBTFCFBBnBIi41JNfDcA51Gro5tQcnA15AqaDDH1IjPBjqxAZrymxthG1JsLY%2BdAWrnRKw3ykPjyhvFGxUz%2BzfyKraM6hn48yHw51f49Oqtbi%2BcO0HHVYRvAXwojdu8YNtlK81777KSXX6tkrlhvrg1HgNyMiM34cnYnuCGbWb0dvVPcm5rCwmTUzevl5mFRwS2xS60DKWBcfzMN%2B%2BQVqdevXJZ33lluEWj%2B%2BoV66S9QP2npZYw6d6o7NgxAaByBTzUhGQ8XZCXW2fxT7yrW9BwTD6blg%3D%3D&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20260417T183249Z&X-Amz-SignedHeaders=host&X-Amz-Credential=ASIA4FB26GNTH5T7L5AC%2F20260417%2Feu-west-1%2Fs3%2Faws4_request&X-Amz-Expires=86400&X-Amz-Signature=b432585c7af073c3b706c5c643b046cbe2ee339926e0fd8dfdead38734c09ffd HTTP/1.1 > Host: s3.eu-west-1.amazonaws.com > User-Agent: curl/8.18.0 > Accept: */* > content-type: application/octet-stream > Content-Length: 582867959 > Expect: 100-continue > { [5 bytes data] < HTTP/1.1 100 Continue < } [5 bytes data] 0 555.8M 0 0 0 3.31M 0 3.29M 02:48 00:01 02:47 3.29M 1 555.8M 0 0 1 9.43M 0 4.68M 01:58 00:02 01:56 4.69M 2 555.8M 0 0 2 16.43M 0 5.45M 01:41 00:03 01:38 5.45M 4 555.8M 0 0 4 24.06M 0 5.98M 01:32 00:04 01:28 5.98M 5 555.8M 0 0 5 32.00M 0 6.37M 01:27 00:05 01:22 6.37M 7 555.8M 0 0 7 40.31M 0 6.68M 01:23 00:06 01:17 7.37M 8 555.8M 0 0 8 48.68M 0 6.92M 01:20 00:07 01:13 7.82M 10 555.8M 0 0 10 57.12M 0 7.11M 01:18 00:08 01:10 8.10M 11 555.8M 0 0 11 63.50M 0 7.02M 01:19 00:09 01:10 7.85M 12 555.8M 0 0 12 70.62M 0 7.03M 01:19 00:10 01:09 7.69M 14 555.8M 0 0 14 78.31M 0 7.08M 01:18 00:11 01:07 7.57M 15 555.8M 0 0 15 86.12M 0 7.14M 01:17 00:12 01:05 7.45M 16 555.8M 0 0 16 92.18M 0 7.05M 01:18 00:13 01:05 6.97M 17 555.8M 0 0 17 98.68M 0 7.01M 01:19 00:14 01:05 7.00M 18 555.8M 0 0 18 105.3M 0 6.99M 01:19 00:15 01:04 6.92M 20 555.8M 0 0 20 112.3M 0 6.99M 01:19 00:16 01:03 6.77M 21 555.8M 0 0 21 119.2M 0 6.98M 01:19 00:17 01:02 6.58M 22 555.8M 0 0 22 126.2M 0 6.98M 01:19 00:18 01:01 6.78M 23 555.8M 0 0 23 133.1M 0 6.98M 01:19 00:19 01:00 6.87M 25 555.8M 0 0 25 140.1M 0 6.97M 01:19 00:20 00:59 6.93M 26 555.8M 0 0 26 147.3M 0 6.98M 01:19 00:21 00:58 6.96M 27 555.8M 0 0 27 154.5M 0 6.99M 01:19 00:22 00:57 7.02M 29 555.8M 0 0 29 162.0M 0 7.01M 01:19 00:23 00:56 7.13M 30 555.8M 0 0 30 170.0M 0 7.05M 01:18 00:24 00:54 7.34M 32 555.8M 0 0 32 178.6M 0 7.11M 01:18 00:25 00:53 7.67M 33 555.8M 0 0 33 188.2M 0 7.21M 01:17 00:26 00:51 8.16M 35 555.8M 0 0 35 198.9M 0 7.33M 01:15 00:27 00:48 8.86M 37 555.8M 0 0 37 211.1M 0 7.51M 01:13 00:28 00:45 9.79M 40 555.8M 0 0 40 225.0M 0 7.72M 01:11 00:29 00:42 10.96M 43 555.8M 0 0 43 241.1M 0 8.00M 01:09 00:30 00:39 12.46M 45 555.8M 0 0 45 254.3M 0 8.17M 01:08 00:31 00:37 13.19M 47 555.8M 0 0 47 264.0M 0 8.22M 01:07 00:32 00:35 12.98M 49 555.8M 0 0 49 274.3M 0 8.28M 01:07 00:33 00:34 12.60M 51 555.8M 0 0 51 285.0M 0 8.35M 01:06 00:34 00:32 11.95M 53 555.8M 0 0 53 295.9M 0 8.42M 01:05 00:35 00:30 10.92M 55 555.8M 0 0 55 307.0M 0 8.49M 01:05 00:36 00:29 10.51M 57 555.8M 0 0 57 318.0M 0 8.56M 01:04 00:37 00:27 10.76M 58 555.8M 0 0 58 326.6M 0 8.56M 01:04 00:38 00:26 10.43M 60 555.8M 0 0 60 335.6M 0 8.57M 01:04 00:39 00:25 10.12M 62 555.8M 0 0 62 345.5M 0 8.60M 01:04 00:40 00:24 9.90M 64 555.8M 0 0 64 355.9M 0 8.65M 01:04 00:41 00:23 9.76M 65 555.8M 0 0 65 366.7M 0 8.70M 01:03 00:42 00:21 9.73M 67 555.8M 0 0 67 375.3M 0 8.70M 01:03 00:43 00:20 9.73M 69 555.8M 0 0 69 383.6M 0 8.69M 01:03 00:44 00:19 9.58M 70 555.8M 0 0 70 392.5M 0 8.69M 01:03 00:45 00:18 9.38M 72 555.8M 0 0 72 401.6M 0 8.70M 01:03 00:46 00:17 9.11M 73 555.8M 0 0 73 410.8M 0 8.71M 01:03 00:47 00:16 8.79M 75 555.8M 0 0 75 420.1M 0 8.72M 01:03 00:48 00:15 8.93M 77 555.8M 0 0 77 429.4M 0 8.73M 01:03 00:49 00:14 9.12M 78 555.8M 0 0 78 438.6M 0 8.74M 01:03 00:50 00:13 9.20M 80 555.8M 0 0 80 448.1M 0 8.75M 01:03 00:51 00:12 9.27M 82 555.8M 0 0 82 457.5M 0 8.76M 01:03 00:52 00:11 9.30M 84 555.8M 0 0 84 467.1M 0 8.78M 01:03 00:53 00:10 9.37M 85 555.8M 0 0 85 477.0M 0 8.80M 01:03 00:54 00:09 9.49M 87 555.8M 0 0 87 487.3M 0 8.83M 01:02 00:55 00:07 9.71M 89 555.8M 0 0 89 497.9M 0 8.86M 01:02 00:56 00:06 9.95M 91 555.8M 0 0 91 506.5M 0 8.85M 01:02 00:57 00:05 9.78M 92 555.8M 0 0 92 515.8M 0 8.86M 01:02 00:58 00:04 9.73M 94 555.8M 0 0 94 526.0M 0 8.88M 01:02 00:59 00:03 9.79M 96 555.8M 0 0 96 536.5M 0 8.91M 01:02 01:00 00:02 9.80M 98 555.8M 0 0 98 547.5M 0 8.94M 01:02 01:01 00:01 9.89M* upload completely sent off: 582867959 bytes { [5 bytes data] < HTTP/1.1 200 OK < x-amz-id-2: ZCgP9BCSmleQxU5C2yQreHvp7AjMznsX10KRpfVh1Ea8SSJSRdRDvcnKNpmmz4Qb1qkc+gCHCvyqu56eZBPPfrYTg4Rp42Tz < x-amz-request-id: CC32EYK2C4GDWE87 < Date: Fri, 17 Apr 2026 18:33:38 GMT < x-amz-server-side-encryption: AES256 < ETag: "e5a3f968c37791893c16a432b48842d2" < x-amz-checksum-crc64nvme: w4xWZPMrPyk= < x-amz-checksum-type: FULL_OBJECT < Content-Length: 0 < Server: AmazonS3 < 100 555.8M 0 0 100 555.8M 0 8.90M 01:02 01:02 9.35M 100 555.8M 0 0 100 555.8M 0 8.90M 01:02 01:02 9.35M 100 555.8M 0 0 100 555.8M 0 8.90M 01:02 01:02 9.35M 100 555.8M 0 0 100 555.8M 0 8.90M 01:02 01:02 9.35M * Connection #0 to host s3.eu-west-1.amazonaws.com:443 left intact took: 109.85 seconds no out.png (QPSChart)! heaps: (133408168, 143616672, 136979787.6, 2204958.588019629) [2026-04-17 14:34:43.165469] RUN: tar cjf logs.tar.bz2 --exclude=*.pk * [2026-04-17 14:35:50.374115] took 67.2 sec /l/logs.nightly/2026.04.16.10.08.30/logs.tar.bz2: fixed index size 125222.11 MB /l/logs.nightly/2026.04.16.10.08.30/logs.tar.bz2: fixed index time 41209.6s, bytes 25526799676 (from log) [2026-04-17 14:36:32.076327] done: total time 1 day, 4:28:01.433602 stored: 2021.10.28.07.03.29, 2021-10-28 07:03:29.455588 stored: 2021.11.04.08.14.20, 2021-11-04 08:14:20.226758 stored: 2021.11.04.18.04.32, 2021-11-04 18:04:32.679673 stored: 2021.11.05.18.04.30, 2021-11-05 18:04:30.080343 stored: 2021.11.06.18.04.39, 2021-11-06 18:04:39.550844 stored: 2021.11.07.18.04.36, 2021-11-07 18:04:36.657551 stored: 2021.11.08.18.04.00, 2021-11-08 18:04:00.994911 stored: 2021.11.09.18.04.20, 2021-11-09 18:04:20.109951 stored: 2021.11.10.18.03.54, 2021-11-10 18:03:54.222418 stored: 2021.11.11.18.03.57, 2021-11-11 18:03:57.523108 stored: 2021.11.12.18.04.06, 2021-11-12 18:04:06.704620 stored: 2021.11.13.18.03.52, 2021-11-13 18:03:52.601836 stored: 2021.11.14.18.03.58, 2021-11-14 18:03:58.888657 stored: 2021.11.15.18.04.03, 2021-11-15 18:04:03.246773 stored: 2021.11.16.18.04.11, 2021-11-16 18:04:11.243090 stored: 2021.11.21.07.10.06, 2021-11-21 07:10:06.045829 stored: 2021.11.21.18.03.53, 2021-11-21 18:03:53.490910 stored: 2021.11.24.18.04.23, 2021-11-24 18:04:23.532303 stored: 2021.11.25.18.03.48, 2021-11-25 18:03:48.813023 stored: 2021.11.26.18.03.56, 2021-11-26 18:03:56.783023 stored: 2021.11.27.18.03.48, 2021-11-27 18:03:48.676827 stored: 2021.11.28.18.04.03, 2021-11-28 18:04:03.888523 stored: 2021.11.30.07.32.39, 2021-11-30 07:32:39.551397 stored: 2021.11.30.18.02.53, 2021-11-30 18:02:53.210136 stored: 2021.12.01.18.02.55, 2021-12-01 18:02:55.259860 stored: 2021.12.02.18.03.01, 2021-12-02 18:03:01.423573 stored: 2021.12.03.18.03.07, 2021-12-03 18:03:07.491405 stored: 2021.12.05.18.02.56, 2021-12-05 18:02:56.805659 stored: 2021.12.06.18.02.47, 2021-12-06 18:02:47.787420 stored: 2021.12.07.18.02.52, 2021-12-07 18:02:52.822450 stored: 2021.12.08.18.02.42, 2021-12-08 18:02:42.731446 stored: 2021.12.10.18.02.40, 2021-12-10 18:02:40.132823 stored: 2021.12.11.18.02.37, 2021-12-11 18:02:37.827254 stored: 2021.12.12.18.02.40, 2021-12-12 18:02:40.436487 stored: 2021.12.13.18.02.38, 2021-12-13 18:02:38.296226 stored: 2021.12.14.18.02.37, 2021-12-14 18:02:37.558732 stored: 2021.12.15.18.02.39, 2021-12-15 18:02:39.006679 stored: 2021.12.16.18.02.33, 2021-12-16 18:02:33.312126 stored: 2021.12.17.18.02.37, 2021-12-17 18:02:37.875521 stored: 2021.12.18.18.02.30, 2021-12-18 18:02:30.413818 stored: 2021.12.19.18.02.38, 2021-12-19 18:02:38.838903 stored: 2021.12.20.18.02.38, 2021-12-20 18:02:38.697312 stored: 2022.01.01.18.17.43, 2022-01-01 18:17:43.282858 stored: 2022.01.02.18.03.14, 2022-01-02 18:03:14.180760 stored: 2022.01.03.18.03.13, 2022-01-03 18:03:13.115413 stored: 2022.01.04.18.03.13, 2022-01-04 18:03:13.678645 stored: 2022.01.05.18.03.14, 2022-01-05 18:03:14.479346 stored: 2022.01.06.18.03.20, 2022-01-06 18:03:20.894516 stored: 2022.01.07.18.03.19, 2022-01-07 18:03:19.289337 stored: 2022.01.08.18.03.14, 2022-01-08 18:03:14.173607 stored: 2022.01.09.18.03.19, 2022-01-09 18:03:19.993633 stored: 2022.01.10.18.03.12, 2022-01-10 18:03:12.149096 stored: 2022.01.11.18.03.18, 2022-01-11 18:03:18.149751 stored: 2022.01.12.18.03.17, 2022-01-12 18:03:17.100414 stored: 2022.01.13.18.03.24, 2022-01-13 18:03:24.390526 stored: 2022.01.14.18.03.18, 2022-01-14 18:03:18.213643 stored: 2022.01.15.18.03.15, 2022-01-15 18:03:15.659939 stored: 2022.01.16.18.03.22, 2022-01-16 18:03:22.620035 stored: 2022.01.17.18.03.16, 2022-01-17 18:03:16.817740 stored: 2022.01.19.10.17.11, 2022-01-19 10:17:11.082836 stored: 2022.01.20.18.03.13, 2022-01-20 18:03:13.241737 stored: 2022.01.21.18.02.45, 2022-01-21 18:02:45.803123 stored: 2022.01.22.18.02.40, 2022-01-22 18:02:40.750450 stored: 2022.01.23.18.03.17, 2022-01-23 18:03:17.307031 stored: 2022.01.26.18.03.08, 2022-01-26 18:03:08.854761 stored: 2022.01.27.18.02.43, 2022-01-27 18:02:43.999643 stored: 2022.01.28.18.03.15, 2022-01-28 18:03:15.360164 stored: 2022.01.29.18.02.44, 2022-01-29 18:02:44.395479 stored: 2022.01.30.18.02.48, 2022-01-30 18:02:48.161000 stored: 2022.01.31.18.03.10, 2022-01-31 18:03:10.904959 stored: 2022.02.01.18.02.43, 2022-02-01 18:02:43.496433 stored: 2022.02.02.18.02.46, 2022-02-02 18:02:46.350857 stored: 2022.02.03.18.03.02, 2022-02-03 18:03:02.092885 stored: 2022.02.04.18.02.45, 2022-02-04 18:02:45.187430 stored: 2022.02.09.18.31.03, 2022-02-09 18:31:03.246074 stored: 2022.02.18.07.54.59, 2022-02-18 07:54:59.694179 stored: 2022.02.18.18.02.47, 2022-02-18 18:02:47.068530 stored: 2022.02.19.18.02.45, 2022-02-19 18:02:45.734838 stored: 2022.02.20.18.03.09, 2022-02-20 18:03:09.236364 stored: 2022.02.21.18.02.40, 2022-02-21 18:02:40.593799 stored: 2022.02.22.18.03.13, 2022-02-22 18:03:13.109429 stored: 2022.02.23.18.02.43, 2022-02-23 18:02:43.345842 stored: 2022.02.24.18.02.43, 2022-02-24 18:02:43.877807 stored: 2022.02.25.18.03.10, 2022-02-25 18:03:10.143495 stored: 2022.02.26.18.02.43, 2022-02-26 18:02:43.966247 stored: 2022.02.27.18.02.42, 2022-02-27 18:02:42.669502 stored: 2022.02.28.18.03.18, 2022-02-28 18:03:18.265343 stored: 2022.03.01.18.02.46, 2022-03-01 18:02:46.525887 stored: 2022.03.02.18.03.14, 2022-03-02 18:03:14.970684 stored: 2022.03.03.18.03.10, 2022-03-03 18:03:10.964372 stored: 2022.03.04.18.02.43, 2022-03-04 18:02:43.385113 stored: 2022.03.05.18.03.13, 2022-03-05 18:03:13.831560 stored: 2022.03.06.18.02.41, 2022-03-06 18:02:41.743793 stored: 2022.03.07.18.02.50, 2022-03-07 18:02:50.024173 stored: 2022.03.08.18.03.11, 2022-03-08 18:03:11.246520 stored: 2022.03.09.18.03.05, 2022-03-09 18:03:05.565553 stored: 2022.03.10.18.03.14, 2022-03-10 18:03:14.219741 stored: 2022.03.11.18.03.10, 2022-03-11 18:03:10.828184 stored: 2022.03.12.18.03.12, 2022-03-12 18:03:12.634204 stored: 2022.03.13.18.03.03, 2022-03-13 18:03:03.282738 stored: 2022.03.14.18.03.09, 2022-03-14 18:03:09.756518 stored: 2022.03.15.18.02.55, 2022-03-15 18:02:55.449989 stored: 2022.03.16.18.03.03, 2022-03-16 18:03:03.602354 stored: 2022.03.17.18.03.02, 2022-03-17 18:03:02.060290 stored: 2022.03.18.18.02.57, 2022-03-18 18:02:57.471094 stored: 2022.03.19.18.02.54, 2022-03-19 18:02:54.357434 stored: 2022.03.20.18.03.00, 2022-03-20 18:03:00.033975 stored: 2022.03.21.18.02.58, 2022-03-21 18:02:58.169196 stored: 2022.03.22.18.02.59, 2022-03-22 18:02:59.643690 stored: 2022.03.23.18.03.07, 2022-03-23 18:03:07.211772 stored: 2022.03.24.18.03.04, 2022-03-24 18:03:04.900816 stored: 2022.03.25.18.02.58, 2022-03-25 18:02:58.251937 stored: 2022.03.26.18.02.54, 2022-03-26 18:02:54.760987 stored: 2022.03.27.18.02.58, 2022-03-27 18:02:58.523452 stored: 2022.03.28.18.02.54, 2022-03-28 18:02:54.758276 stored: 2022.03.29.18.03.00, 2022-03-29 18:03:00.746316 stored: 2022.03.30.18.02.58, 2022-03-30 18:02:58.752598 stored: 2022.03.31.18.03.00, 2022-03-31 18:03:00.597065 stored: 2022.04.01.18.02.57, 2022-04-01 18:02:57.424492 stored: 2022.04.02.18.02.57, 2022-04-02 18:02:57.955852 stored: 2022.04.05.18.03.04, 2022-04-05 18:03:04.798447 stored: 2022.04.06.18.02.58, 2022-04-06 18:02:58.576892 stored: 2022.04.07.18.02.59, 2022-04-07 18:02:59.742062 stored: 2022.04.08.18.03.02, 2022-04-08 18:03:02.736752 stored: 2022.04.09.18.02.57, 2022-04-09 18:02:57.307297 stored: 2022.04.10.18.02.56, 2022-04-10 18:02:56.174384 stored: 2022.04.11.18.02.59, 2022-04-11 18:02:59.941170 stored: 2022.04.12.18.02.56, 2022-04-12 18:02:56.118596 stored: 2022.04.13.18.03.00, 2022-04-13 18:03:00.318774 stored: 2022.04.14.18.03.03, 2022-04-14 18:03:03.549003 stored: 2022.04.15.18.02.57, 2022-04-15 18:02:57.675674 stored: 2022.04.16.18.03.02, 2022-04-16 18:03:02.676051 stored: 2022.04.17.18.03.01, 2022-04-17 18:03:01.686635 stored: 2022.04.18.18.02.56, 2022-04-18 18:02:56.782626 stored: 2022.04.20.06.04.42, 2022-04-20 06:04:42.713956 stored: 2022.04.20.18.03.06, 2022-04-20 18:03:06.153503 stored: 2022.04.21.18.03.04, 2022-04-21 18:03:04.336656 stored: 2022.04.22.18.02.56, 2022-04-22 18:02:56.793190 stored: 2022.04.23.18.02.58, 2022-04-23 18:02:58.455267 stored: 2022.04.24.18.03.02, 2022-04-24 18:03:02.685044 stored: 2022.04.25.18.02.57, 2022-04-25 18:02:57.816439 stored: 2022.04.26.18.02.55, 2022-04-26 18:02:55.232329 stored: 2022.04.27.18.03.00, 2022-04-27 18:03:00.544766 stored: 2022.04.28.18.02.55, 2022-04-28 18:02:55.501720 stored: 2022.04.29.18.03.00, 2022-04-29 18:03:00.357389 stored: 2022.04.30.18.02.59, 2022-04-30 18:02:59.451627 stored: 2022.05.01.18.03.02, 2022-05-01 18:03:02.039547 stored: 2022.05.02.18.03.04, 2022-05-02 18:03:04.271047 stored: 2022.05.03.18.02.58, 2022-05-03 18:02:58.299703 stored: 2022.05.06.06.33.00, 2022-05-06 06:33:00.689368 stored: 2022.05.06.18.02.45, 2022-05-06 18:02:45.471320 stored: 2022.05.07.18.02.52, 2022-05-07 18:02:52.792526 stored: 2022.05.08.18.02.55, 2022-05-08 18:02:55.087351 stored: 2022.05.09.18.02.53, 2022-05-09 18:02:53.611427 stored: 2022.05.12.18.02.51, 2022-05-12 18:02:51.721813 stored: 2022.05.13.18.02.47, 2022-05-13 18:02:47.751226 stored: 2022.05.14.18.02.46, 2022-05-14 18:02:46.450758 stored: 2022.05.15.18.02.44, 2022-05-15 18:02:44.576069 stored: 2022.05.17.18.02.46, 2022-05-17 18:02:46.431282 stored: 2022.05.18.18.02.30, 2022-05-18 18:02:30.693172 stored: 2022.05.19.18.02.49, 2022-05-19 18:02:49.827154 stored: 2022.05.20.18.02.44, 2022-05-20 18:02:44.789891 stored: 2022.05.21.18.02.48, 2022-05-21 18:02:48.256156 stored: 2022.05.22.18.02.49, 2022-05-22 18:02:49.529612 stored: 2022.05.23.18.02.48, 2022-05-23 18:02:48.350989 stored: 2022.05.24.18.02.52, 2022-05-24 18:02:52.461013 stored: 2022.05.25.18.02.45, 2022-05-25 18:02:45.563084 stored: 2022.05.31.09.54.10, 2022-05-31 09:54:10.787369 stored: 2022.06.01.08.15.21, 2022-06-01 08:15:21.254066 stored: 2022.06.01.18.02.49, 2022-06-01 18:02:49.750461 stored: 2022.06.02.07.59.04, 2022-06-02 07:59:04.212824 stored: 2022.06.02.18.02.47, 2022-06-02 18:02:47.420772 stored: 2022.06.03.18.02.44, 2022-06-03 18:02:44.764715 stored: 2022.06.04.18.02.47, 2022-06-04 18:02:47.749276 stored: 2022.06.05.18.02.46, 2022-06-05 18:02:46.506575 stored: 2022.06.06.18.02.49, 2022-06-06 18:02:49.276502 stored: 2022.06.07.18.02.50, 2022-06-07 18:02:50.324813 stored: 2022.06.08.18.02.48, 2022-06-08 18:02:48.096195 stored: 2022.06.09.18.02.51, 2022-06-09 18:02:51.423498 stored: 2022.06.10.18.02.48, 2022-06-10 18:02:48.377319 stored: 2022.06.11.18.02.52, 2022-06-11 18:02:52.105637 stored: 2022.06.12.18.02.52, 2022-06-12 18:02:52.834410 stored: 2022.06.13.18.02.51, 2022-06-13 18:02:51.295977 stored: 2022.06.14.18.02.54, 2022-06-14 18:02:54.374967 stored: 2022.06.15.06.49.59, 2022-06-15 06:49:59.130434 stored: 2022.06.15.18.02.44, 2022-06-15 18:02:44.449539 stored: 2022.06.16.18.02.48, 2022-06-16 18:02:48.229346 stored: 2022.06.17.18.02.45, 2022-06-17 18:02:45.522032 stored: 2022.06.18.18.02.46, 2022-06-18 18:02:46.704598 stored: 2022.06.19.18.02.48, 2022-06-19 18:02:48.745174 stored: 2022.06.20.18.02.56, 2022-06-20 18:02:56.708037 stored: 2022.06.21.18.02.47, 2022-06-21 18:02:47.342532 stored: 2022.06.22.18.02.52, 2022-06-22 18:02:52.298425 stored: 2022.06.23.18.02.48, 2022-06-23 18:02:48.882837 stored: 2022.06.24.18.02.51, 2022-06-24 18:02:51.083754 stored: 2022.06.25.18.02.48, 2022-06-25 18:02:48.038873 stored: 2022.06.26.18.02.50, 2022-06-26 18:02:50.595081 stored: 2022.06.27.18.02.51, 2022-06-27 18:02:51.448267 stored: 2022.06.28.18.02.49, 2022-06-28 18:02:49.760022 stored: 2022.06.29.18.02.48, 2022-06-29 18:02:48.403397 stored: 2022.06.30.18.02.49, 2022-06-30 18:02:49.036467 stored: 2022.07.01.18.02.47, 2022-07-01 18:02:47.027407 stored: 2022.07.04.07.28.17, 2022-07-04 07:28:17.078865 stored: 2022.07.04.18.02.46, 2022-07-04 18:02:46.546540 stored: 2022.07.05.18.02.46, 2022-07-05 18:02:46.268882 stored: 2022.07.06.18.02.47, 2022-07-06 18:02:47.538912 stored: 2022.07.08.18.02.52, 2022-07-08 18:02:52.275476 stored: 2022.07.09.18.02.52, 2022-07-09 18:02:52.126154 stored: 2022.07.10.18.02.49, 2022-07-10 18:02:49.552148 stored: 2022.07.11.18.02.47, 2022-07-11 18:02:47.780614 stored: 2022.07.12.18.02.50, 2022-07-12 18:02:50.319222 stored: 2022.07.13.18.02.33, 2022-07-13 18:02:33.427271 stored: 2022.07.14.18.02.45, 2022-07-14 18:02:45.401174 stored: 2022.07.15.18.03.00, 2022-07-15 18:03:00.442758 stored: 2022.07.16.18.02.59, 2022-07-16 18:02:59.145436 stored: 2022.07.17.18.02.59, 2022-07-17 18:02:59.565565 stored: 2022.07.18.18.02.48, 2022-07-18 18:02:48.825419 stored: 2022.07.22.06.55.43, 2022-07-22 06:55:43.082318 stored: 2022.07.23.06.00.31, 2022-07-23 06:00:31.572717 stored: 2022.07.23.18.02.56, 2022-07-23 18:02:56.236469 stored: 2022.07.24.18.02.59, 2022-07-24 18:02:59.822205 stored: 2022.07.25.18.02.58, 2022-07-25 18:02:58.206960 stored: 2022.07.26.18.03.00, 2022-07-26 18:03:00.552749 stored: 2022.07.27.18.02.41, 2022-07-27 18:02:41.491561 stored: 2022.07.28.18.03.00, 2022-07-28 18:03:00.184449 stored: 2022.07.29.05.32.17, 2022-07-29 05:32:17.907522 stored: 2022.07.30.07.27.11, 2022-07-30 07:27:11.127080 stored: 2022.07.30.18.02.50, 2022-07-30 18:02:50.793370 stored: 2022.07.31.18.02.55, 2022-07-31 18:02:55.879812 stored: 2022.08.01.18.02.51, 2022-08-01 18:02:51.991168 stored: 2022.08.02.18.03.02, 2022-08-02 18:03:02.518477 stored: 2022.08.03.18.02.51, 2022-08-03 18:02:51.936040 stored: 2022.08.04.18.02.46, 2022-08-04 18:02:46.472359 stored: 2022.08.05.18.02.52, 2022-08-05 18:02:52.029197 stored: 2022.08.06.18.02.53, 2022-08-06 18:02:53.164107 stored: 2022.08.07.18.02.49, 2022-08-07 18:02:49.580148 stored: 2022.08.09.19.23.56, 2022-08-09 19:23:56.749349 stored: 2022.08.10.18.02.52, 2022-08-10 18:02:52.982299 stored: 2022.08.17.08.16.28, 2022-08-17 08:16:28.335487 stored: 2022.08.17.18.02.54, 2022-08-17 18:02:54.825221 stored: 2022.08.18.18.03.23, 2022-08-18 18:03:23.299833 stored: 2022.08.19.18.02.47, 2022-08-19 18:02:47.000292 stored: 2022.08.20.18.02.55, 2022-08-20 18:02:55.121126 stored: 2022.08.21.18.02.51, 2022-08-21 18:02:51.203643 stored: 2022.08.22.06.06.49, 2022-08-22 06:06:49.119870 stored: 2022.08.30.06.35.38, 2022-08-30 06:35:38.108548 stored: 2022.08.31.06.12.53, 2022-08-31 06:12:53.980950 stored: 2022.08.31.18.02.53, 2022-08-31 18:02:53.812614 stored: 2022.09.01.09.41.04, 2022-09-01 09:41:04.560256 stored: 2022.09.02.12.08.06, 2022-09-02 12:08:06.094646 stored: 2022.09.04.11.46.23, 2022-09-04 11:46:23.775863 stored: 2022.09.05.05.45.12, 2022-09-05 05:45:12.571696 stored: 2022.09.05.18.02.55, 2022-09-05 18:02:55.821046 stored: 2022.09.06.18.02.52, 2022-09-06 18:02:52.785120 stored: 2022.09.07.18.02.57, 2022-09-07 18:02:57.625782 stored: 2022.09.08.18.03.21, 2022-09-08 18:03:21.079514 stored: 2022.09.09.18.02.55, 2022-09-09 18:02:55.904538 stored: 2022.09.10.18.02.55, 2022-09-10 18:02:55.529806 stored: 2022.09.11.18.02.56, 2022-09-11 18:02:56.085669 stored: 2022.09.12.18.03.45, 2022-09-12 18:03:45.709203 stored: 2022.09.13.18.02.58, 2022-09-13 18:02:58.352570 stored: 2022.09.14.18.02.54, 2022-09-14 18:02:54.230050 stored: 2022.09.15.18.02.54, 2022-09-15 18:02:54.238296 stored: 2022.09.16.18.02.52, 2022-09-16 18:02:52.110429 stored: 2022.09.17.18.03.01, 2022-09-17 18:03:01.434150 stored: 2022.09.18.18.02.56, 2022-09-18 18:02:56.353910 stored: 2022.09.19.18.03.00, 2022-09-19 18:03:00.079408 stored: 2022.09.20.18.02.57, 2022-09-20 18:02:57.492326 stored: 2022.09.21.18.02.56, 2022-09-21 18:02:56.353960 stored: 2022.09.22.18.02.56, 2022-09-22 18:02:56.474854 stored: 2022.09.23.18.02.57, 2022-09-23 18:02:57.669188 stored: 2022.09.24.18.02.59, 2022-09-24 18:02:59.806205 stored: 2022.09.25.18.02.59, 2022-09-25 18:02:59.190830 stored: 2022.09.26.18.03.52, 2022-09-26 18:03:52.848909 stored: 2022.09.27.18.02.37, 2022-09-27 18:02:37.827659 stored: 2022.09.28.18.02.55, 2022-09-28 18:02:55.002146 stored: 2022.09.29.18.02.57, 2022-09-29 18:02:57.758005 stored: 2022.09.30.18.05.25, 2022-09-30 18:05:25.962638 stored: 2022.10.01.18.02.27, 2022-10-01 18:02:27.927861 stored: 2022.10.02.18.02.35, 2022-10-02 18:02:35.935875 stored: 2022.10.03.18.03.01, 2022-10-03 18:03:01.310740 stored: 2022.10.04.18.02.36, 2022-10-04 18:02:36.857038 stored: 2022.10.06.07.28.42, 2022-10-06 07:28:42.386172 stored: 2022.10.06.18.02.31, 2022-10-06 18:02:31.476235 stored: 2022.10.07.18.02.31, 2022-10-07 18:02:31.541305 stored: 2022.10.09.05.36.17, 2022-10-09 05:36:17.828744 stored: 2022.10.09.18.02.42, 2022-10-09 18:02:42.183627 stored: 2022.10.10.18.02.49, 2022-10-10 18:02:49.335348 stored: 2022.10.11.18.02.38, 2022-10-11 18:02:38.100132 stored: 2022.10.12.18.03.32, 2022-10-12 18:03:32.783997 stored: 2022.10.13.18.02.37, 2022-10-13 18:02:37.667391 stored: 2022.10.14.18.03.19, 2022-10-14 18:03:19.219738 stored: 2022.10.15.18.02.55, 2022-10-15 18:02:55.025395 stored: 2022.10.16.18.02.39, 2022-10-16 18:02:39.231821 stored: 2022.10.17.18.03.25, 2022-10-17 18:03:25.211219 stored: 2022.10.18.18.02.36, 2022-10-18 18:02:36.597499 stored: 2022.10.19.18.02.28, 2022-10-19 18:02:28.428784 stored: 2022.10.20.18.03.04, 2022-10-20 18:03:04.596975 stored: 2022.10.21.18.03.01, 2022-10-21 18:03:01.365348 stored: 2022.10.22.18.02.59, 2022-10-22 18:02:59.461611 stored: 2022.10.23.18.03.00, 2022-10-23 18:03:00.062912 stored: 2022.10.24.18.02.38, 2022-10-24 18:02:38.586168 stored: 2022.10.25.18.02.58, 2022-10-25 18:02:58.014045 stored: 2022.10.26.18.02.32, 2022-10-26 18:02:32.094910 stored: 2022.10.27.18.02.44, 2022-10-27 18:02:44.427713 stored: 2022.10.28.18.02.24, 2022-10-28 18:02:24.237438 stored: 2022.10.29.18.02.21, 2022-10-29 18:02:21.301497 stored: 2022.10.30.18.02.22, 2022-10-30 18:02:22.909685 stored: 2022.11.01.18.02.22, 2022-11-01 18:02:22.633110 stored: 2022.11.03.18.02.24, 2022-11-03 18:02:24.631208 stored: 2022.11.04.18.03.06, 2022-11-04 18:03:06.986892 stored: 2022.11.05.18.02.27, 2022-11-05 18:02:27.807238 stored: 2022.11.06.18.02.21, 2022-11-06 18:02:21.002408 stored: 2022.11.07.18.02.27, 2022-11-07 18:02:27.660064 stored: 2022.11.08.18.02.24, 2022-11-08 18:02:24.159608 stored: 2022.11.09.18.02.22, 2022-11-09 18:02:22.797916 stored: 2022.11.10.18.02.21, 2022-11-10 18:02:21.076510 stored: 2022.11.11.18.02.20, 2022-11-11 18:02:20.124465 stored: 2022.11.12.18.02.45, 2022-11-12 18:02:45.121886 stored: 2022.11.13.18.02.20, 2022-11-13 18:02:20.710555 stored: 2022.11.14.18.02.24, 2022-11-14 18:02:24.052841 stored: 2022.11.15.18.03.06, 2022-11-15 18:03:06.319538 stored: 2022.11.16.18.02.58, 2022-11-16 18:02:58.789458 stored: 2022.11.17.18.02.59, 2022-11-17 18:02:59.449212 stored: 2022.11.18.18.02.32, 2022-11-18 18:02:32.485443 stored: 2022.11.19.18.02.42, 2022-11-19 18:02:42.800702 stored: 2022.11.20.18.02.39, 2022-11-20 18:02:39.576362 stored: 2022.11.21.18.02.43, 2022-11-21 18:02:43.597391 stored: 2022.11.24.18.03.11, 2022-11-24 18:03:11.804363 stored: 2022.11.25.18.03.10, 2022-11-25 18:03:10.111683 stored: 2022.11.26.18.03.13, 2022-11-26 18:03:13.809206 stored: 2022.11.27.18.02.44, 2022-11-27 18:02:44.345627 stored: 2022.11.28.18.02.44, 2022-11-28 18:02:44.990767 stored: 2022.11.29.18.03.08, 2022-11-29 18:03:08.807634 stored: 2022.11.30.18.02.48, 2022-11-30 18:02:48.715894 stored: 2022.12.01.18.03.11, 2022-12-01 18:03:11.452949 stored: 2022.12.02.18.03.38, 2022-12-02 18:03:38.626955 stored: 2022.12.04.18.03.20, 2022-12-04 18:03:20.985614 stored: 2022.12.05.18.02.48, 2022-12-05 18:02:48.233512 stored: 2022.12.06.18.03.13, 2022-12-06 18:03:13.037211 stored: 2022.12.12.18.03.10, 2022-12-12 18:03:10.820831 stored: 2022.12.22.18.02.46, 2022-12-22 18:02:46.330108 stored: 2022.12.23.18.03.11, 2022-12-23 18:03:11.906109 stored: 2022.12.24.18.02.52, 2022-12-24 18:02:52.078570 stored: 2022.12.25.18.03.12, 2022-12-25 18:03:12.100324 stored: 2022.12.26.18.03.10, 2022-12-26 18:03:10.991373 stored: 2022.12.27.18.02.51, 2022-12-27 18:02:51.655843 stored: 2022.12.28.18.03.11, 2022-12-28 18:03:11.981522 stored: 2022.12.29.18.02.44, 2022-12-29 18:02:44.427874 stored: 2022.12.30.18.03.09, 2022-12-30 18:03:09.929196 stored: 2022.12.31.18.03.10, 2022-12-31 18:03:10.480978 stored: 2023.01.01.18.02.48, 2023-01-01 18:02:48.064500 stored: 2023.01.02.18.03.20, 2023-01-02 18:03:20.772972 stored: 2023.01.03.18.02.50, 2023-01-03 18:02:50.726331 stored: 2023.01.04.18.03.09, 2023-01-04 18:03:09.087177 stored: 2023.01.05.18.02.48, 2023-01-05 18:02:48.734127 stored: 2023.01.06.18.02.48, 2023-01-06 18:02:48.574672 stored: 2023.01.07.18.02.48, 2023-01-07 18:02:48.676663 stored: 2023.01.08.18.03.13, 2023-01-08 18:03:13.388463 stored: 2023.01.09.18.02.48, 2023-01-09 18:02:48.447651 stored: 2023.01.10.18.03.12, 2023-01-10 18:03:12.569315 stored: 2023.01.13.18.03.13, 2023-01-13 18:03:13.722601 stored: 2023.01.14.18.02.52, 2023-01-14 18:02:52.020315 stored: 2023.01.15.18.02.51, 2023-01-15 18:02:51.126604 stored: 2023.01.16.18.03.14, 2023-01-16 18:03:14.738254 stored: 2023.01.17.18.02.54, 2023-01-17 18:02:54.906602 stored: 2023.01.18.18.03.00, 2023-01-18 18:03:00.519133 stored: 2023.01.20.18.02.55, 2023-01-20 18:02:55.915399 stored: 2023.01.21.18.02.52, 2023-01-21 18:02:52.181189 stored: 2023.01.22.18.02.48, 2023-01-22 18:02:48.490828 stored: 2023.02.01.18.02.51, 2023-02-01 18:02:51.659498 stored: 2023.02.02.18.02.50, 2023-02-02 18:02:50.262733 stored: 2023.02.03.18.03.04, 2023-02-03 18:03:04.824955 stored: 2023.02.04.18.02.52, 2023-02-04 18:02:52.867295 stored: 2023.02.05.18.02.49, 2023-02-05 18:02:49.321193 stored: 2023.02.06.18.02.53, 2023-02-06 18:02:53.366101 stored: 2023.02.11.21.48.33, 2023-02-11 21:48:33.009660 stored: 2023.02.12.18.02.51, 2023-02-12 18:02:51.019289 stored: 2023.02.13.18.02.51, 2023-02-13 18:02:51.123155 stored: 2023.02.14.18.02.49, 2023-02-14 18:02:49.186730 stored: 2023.02.15.18.02.53, 2023-02-15 18:02:53.231070 stored: 2023.02.16.18.02.50, 2023-02-16 18:02:50.030876 stored: 2023.02.17.18.02.51, 2023-02-17 18:02:51.040544 stored: 2023.02.18.18.02.54, 2023-02-18 18:02:54.112568 stored: 2023.02.19.18.02.50, 2023-02-19 18:02:50.743898 stored: 2023.02.20.18.02.50, 2023-02-20 18:02:50.294935 stored: 2023.02.21.18.02.51, 2023-02-21 18:02:51.598234 stored: 2023.02.22.18.02.49, 2023-02-22 18:02:49.492952 stored: 2023.02.23.18.02.55, 2023-02-23 18:02:55.217474 stored: 2023.02.24.18.02.50, 2023-02-24 18:02:50.959222 stored: 2023.02.25.18.02.48, 2023-02-25 18:02:48.974183 stored: 2023.02.26.18.02.52, 2023-02-26 18:02:52.916271 stored: 2023.03.01.18.02.48, 2023-03-01 18:02:48.399530 stored: 2023.03.02.18.02.49, 2023-03-02 18:02:49.389318 stored: 2023.03.03.18.02.51, 2023-03-03 18:02:51.085153 stored: 2023.03.04.18.02.48, 2023-03-04 18:02:48.478806 stored: 2023.03.05.18.02.48, 2023-03-05 18:02:48.529432 stored: 2023.03.06.18.02.47, 2023-03-06 18:02:47.983059 stored: 2023.03.07.18.02.50, 2023-03-07 18:02:50.718890 stored: 2023.03.08.18.02.48, 2023-03-08 18:02:48.812577 stored: 2023.03.09.18.02.51, 2023-03-09 18:02:51.010400 stored: 2023.03.10.18.02.45, 2023-03-10 18:02:45.741286 stored: 2023.03.11.18.02.47, 2023-03-11 18:02:47.906678 stored: 2023.03.12.18.02.49, 2023-03-12 18:02:49.049639 stored: 2023.03.13.18.02.48, 2023-03-13 18:02:48.972625 stored: 2023.03.14.18.02.49, 2023-03-14 18:02:49.459646 stored: 2023.03.15.18.02.48, 2023-03-15 18:02:48.415725 stored: 2023.03.16.18.02.48, 2023-03-16 18:02:48.710826 stored: 2023.03.17.18.02.55, 2023-03-17 18:02:55.633506 stored: 2023.03.18.18.02.50, 2023-03-18 18:02:50.292493 stored: 2023.03.19.18.02.47, 2023-03-19 18:02:47.604863 stored: 2023.03.20.18.02.51, 2023-03-20 18:02:51.153325 stored: 2023.03.21.18.03.17, 2023-03-21 18:03:17.562903 stored: 2023.03.22.18.03.13, 2023-03-22 18:03:13.794706 stored: 2023.03.23.18.03.10, 2023-03-23 18:03:10.053263 stored: 2023.03.27.18.02.48, 2023-03-27 18:02:48.690184 stored: 2023.03.28.18.02.49, 2023-03-28 18:02:49.404816 stored: 2023.03.29.18.03.17, 2023-03-29 18:03:17.395232 stored: 2023.03.30.18.03.16, 2023-03-30 18:03:16.164812 stored: 2023.03.31.18.03.20, 2023-03-31 18:03:20.603284 stored: 2023.04.01.18.02.45, 2023-04-01 18:02:45.813346 stored: 2023.04.02.18.03.13, 2023-04-02 18:03:13.352889 stored: 2023.04.03.18.03.18, 2023-04-03 18:03:18.635774 stored: 2023.04.04.18.03.12, 2023-04-04 18:03:12.185983 stored: 2023.04.05.18.02.48, 2023-04-05 18:02:48.400723 stored: 2023.04.06.18.03.13, 2023-04-06 18:03:13.565552 stored: 2023.04.07.18.02.49, 2023-04-07 18:02:49.370785 stored: 2023.04.09.18.03.39, 2023-04-09 18:03:39.856040 stored: 2023.04.10.18.04.05, 2023-04-10 18:04:05.393864 stored: 2023.04.11.18.03.37, 2023-04-11 18:03:37.629185 stored: 2023.04.12.18.03.37, 2023-04-12 18:03:37.044735 stored: 2023.04.13.18.03.38, 2023-04-13 18:03:38.722857 stored: 2023.04.14.18.03.52, 2023-04-14 18:03:52.942429 stored: 2023.04.15.18.03.40, 2023-04-15 18:03:40.703059 stored: 2023.04.16.18.03.36, 2023-04-16 18:03:36.404244 stored: 2023.04.17.18.03.37, 2023-04-17 18:03:37.757309 stored: 2023.04.18.18.03.36, 2023-04-18 18:03:36.668023 stored: 2023.04.19.18.03.37, 2023-04-19 18:03:37.166475 stored: 2023.04.20.18.03.39, 2023-04-20 18:03:39.017059 stored: 2023.04.21.18.03.35, 2023-04-21 18:03:35.509226 stored: 2023.04.22.18.03.35, 2023-04-22 18:03:35.566689 stored: 2023.04.23.18.03.40, 2023-04-23 18:03:40.934133 stored: 2023.04.24.18.03.35, 2023-04-24 18:03:35.996931 stored: 2023.04.25.18.03.36, 2023-04-25 18:03:36.374314 stored: 2023.04.26.18.03.37, 2023-04-26 18:03:37.673262 stored: 2023.04.27.18.03.37, 2023-04-27 18:03:37.404011 stored: 2023.04.28.18.03.38, 2023-04-28 18:03:38.606505 stored: 2023.04.29.18.03.36, 2023-04-29 18:03:36.573960 stored: 2023.04.30.18.03.33, 2023-04-30 18:03:33.723898 stored: 2023.05.01.18.03.34, 2023-05-01 18:03:34.994924 stored: 2023.05.02.18.03.36, 2023-05-02 18:03:36.697919 stored: 2023.05.03.18.03.38, 2023-05-03 18:03:38.518918 stored: 2023.05.04.18.03.38, 2023-05-04 18:03:38.214066 stored: 2023.05.05.18.03.37, 2023-05-05 18:03:37.645698 stored: 2023.05.06.18.03.35, 2023-05-06 18:03:35.160028 stored: 2023.05.07.18.03.35, 2023-05-07 18:03:35.614820 stored: 2023.05.11.18.39.30, 2023-05-11 18:39:30.323913 stored: 2023.05.12.18.03.40, 2023-05-12 18:03:40.294857 stored: 2023.05.13.18.03.40, 2023-05-13 18:03:40.841776 stored: 2023.05.14.18.03.41, 2023-05-14 18:03:41.994925 stored: 2023.05.15.18.03.41, 2023-05-15 18:03:41.639299 stored: 2023.05.19.13.18.11, 2023-05-19 13:18:11.876292 stored: 2023.05.20.18.03.41, 2023-05-20 18:03:41.713358 stored: 2023.05.21.18.03.42, 2023-05-21 18:03:42.774563 stored: 2023.05.22.18.03.03, 2023-05-22 18:03:03.024871 stored: 2023.05.23.18.02.52, 2023-05-23 18:02:52.982836 stored: 2023.05.24.18.02.55, 2023-05-24 18:02:55.537684 stored: 2023.05.29.18.02.53, 2023-05-29 18:02:53.519424 stored: 2023.05.30.18.02.54, 2023-05-30 18:02:54.980216 stored: 2023.05.31.18.02.53, 2023-05-31 18:02:53.478837 stored: 2023.06.05.18.02.55, 2023-06-05 18:02:55.982891 stored: 2023.06.06.18.02.53, 2023-06-06 18:02:53.347753 stored: 2023.06.07.18.02.57, 2023-06-07 18:02:57.950534 stored: 2023.06.08.18.02.55, 2023-06-08 18:02:55.043650 stored: 2023.06.09.18.02.56, 2023-06-09 18:02:56.591625 stored: 2023.06.10.18.02.57, 2023-06-10 18:02:57.811317 stored: 2023.06.11.18.02.59, 2023-06-11 18:02:59.421683 stored: 2023.06.12.18.03.01, 2023-06-12 18:03:01.331828 stored: 2023.06.13.18.02.53, 2023-06-13 18:02:53.765644 stored: 2023.06.14.18.02.59, 2023-06-14 18:02:59.356301 stored: 2023.06.15.18.03.01, 2023-06-15 18:03:01.682785 stored: 2023.06.16.18.02.54, 2023-06-16 18:02:54.841140 stored: 2023.06.17.18.02.56, 2023-06-17 18:02:56.927480 stored: 2023.06.18.18.02.58, 2023-06-18 18:02:58.820408 stored: 2023.06.19.18.02.56, 2023-06-19 18:02:56.118429 stored: 2023.06.21.08.31.56, 2023-06-21 08:31:56.311364 stored: 2023.06.21.20.35.50, 2023-06-21 20:35:50.224539 stored: 2023.06.22.18.02.59, 2023-06-22 18:02:59.335848 stored: 2023.06.23.18.02.56, 2023-06-23 18:02:56.786328 stored: 2023.06.24.18.03.02, 2023-06-24 18:03:02.121679 stored: 2023.06.25.18.02.58, 2023-06-25 18:02:58.250080 stored: 2023.06.26.18.02.59, 2023-06-26 18:02:59.549799 stored: 2023.06.27.18.03.02, 2023-06-27 18:03:02.460645 stored: 2023.06.28.18.03.07, 2023-06-28 18:03:07.889541 stored: 2023.07.04.18.28.24, 2023-07-04 18:28:24.105418 stored: 2023.07.05.18.02.59, 2023-07-05 18:02:59.998767 stored: 2023.07.06.18.03.26, 2023-07-06 18:03:26.519721 stored: 2023.07.07.18.03.09, 2023-07-07 18:03:09.891667 stored: 2023.07.08.18.03.01, 2023-07-08 18:03:01.106664 stored: 2023.07.09.18.02.54, 2023-07-09 18:02:54.696232 stored: 2023.07.10.18.03.24, 2023-07-10 18:03:24.169698 stored: 2023.07.11.18.02.59, 2023-07-11 18:02:59.786215 stored: 2023.07.12.18.02.58, 2023-07-12 18:02:58.134567 stored: 2023.07.13.18.02.58, 2023-07-13 18:02:58.715657 stored: 2023.07.14.18.03.01, 2023-07-14 18:03:01.072278 stored: 2023.07.15.18.02.56, 2023-07-15 18:02:56.886608 stored: 2023.07.16.18.03.00, 2023-07-16 18:03:00.616418 stored: 2023.07.17.18.02.56, 2023-07-17 18:02:56.472619 stored: 2023.07.20.03.19.56, 2023-07-20 03:19:56.500148 stored: 2023.07.20.22.16.01, 2023-07-20 22:16:01.182100 stored: 2023.07.21.18.02.58, 2023-07-21 18:02:58.870027 stored: 2023.07.22.18.03.01, 2023-07-22 18:03:01.228460 stored: 2023.07.23.18.02.59, 2023-07-23 18:02:59.430320 stored: 2023.07.24.18.02.57, 2023-07-24 18:02:57.506516 stored: 2023.07.27.07.22.36, 2023-07-27 07:22:36.396470 stored: 2023.07.28.08.28.23, 2023-07-28 08:28:23.525196 stored: 2023.07.29.07.22.29, 2023-07-29 07:22:29.903881 stored: 2023.08.01.10.38.44, 2023-08-01 10:38:44.873749 stored: 2023.08.02.05.14.55, 2023-08-02 05:14:55.510107 stored: 2023.08.03.06.31.03, 2023-08-03 06:31:03.889780 stored: 2023.08.04.05.12.34, 2023-08-04 05:12:34.222106 stored: 2023.08.04.21.16.30, 2023-08-04 21:16:30.648062 stored: 2023.08.05.18.03.48, 2023-08-05 18:03:48.092629 stored: 2023.08.06.18.03.56, 2023-08-06 18:03:56.928292 stored: 2023.08.07.18.03.42, 2023-08-07 18:03:42.961969 stored: 2023.08.08.18.03.37, 2023-08-08 18:03:37.072704 stored: 2023.08.09.18.03.47, 2023-08-09 18:03:47.161942 stored: 2023.08.10.18.03.49, 2023-08-10 18:03:49.633521 stored: 2023.08.11.18.03.52, 2023-08-11 18:03:52.254250 stored: 2023.08.12.18.03.57, 2023-08-12 18:03:57.596125 stored: 2023.08.13.18.03.51, 2023-08-13 18:03:51.210287 stored: 2023.08.14.18.03.49, 2023-08-14 18:03:49.370754 stored: 2023.08.15.18.03.47, 2023-08-15 18:03:47.851867 stored: 2023.08.16.18.03.43, 2023-08-16 18:03:43.139600 stored: 2023.08.17.18.03.46, 2023-08-17 18:03:46.098171 stored: 2023.08.18.18.03.47, 2023-08-18 18:03:47.484420 stored: 2023.08.19.18.03.53, 2023-08-19 18:03:53.128263 stored: 2023.08.20.18.03.55, 2023-08-20 18:03:55.169790 stored: 2023.08.21.18.03.58, 2023-08-21 18:03:58.454804 stored: 2023.08.22.18.04.02, 2023-08-22 18:04:02.258733 stored: 2023.08.23.18.03.50, 2023-08-23 18:03:50.361656 stored: 2023.08.24.18.03.46, 2023-08-24 18:03:46.984915 stored: 2023.08.25.18.03.59, 2023-08-25 18:03:59.755380 stored: 2023.08.26.18.03.56, 2023-08-26 18:03:56.872742 stored: 2023.08.27.18.03.49, 2023-08-27 18:03:49.344336 stored: 2023.08.28.18.03.50, 2023-08-28 18:03:50.087338 stored: 2023.08.29.18.03.56, 2023-08-29 18:03:56.990775 stored: 2023.08.30.18.04.15, 2023-08-30 18:04:15.646694 stored: 2023.08.31.18.03.48, 2023-08-31 18:03:48.048550 stored: 2023.09.01.18.03.49, 2023-09-01 18:03:49.706833 stored: 2023.09.02.18.03.51, 2023-09-02 18:03:51.379428 stored: 2023.09.03.18.03.39, 2023-09-03 18:03:39.238573 stored: 2023.09.04.18.03.46, 2023-09-04 18:03:46.122098 stored: 2023.09.05.18.03.51, 2023-09-05 18:03:51.070295 stored: 2023.09.06.18.03.36, 2023-09-06 18:03:36.439874 stored: 2023.09.07.18.03.50, 2023-09-07 18:03:50.183842 stored: 2023.09.08.18.03.46, 2023-09-08 18:03:46.802345 stored: 2023.09.09.18.03.36, 2023-09-09 18:03:36.322788 stored: 2023.09.10.18.03.39, 2023-09-10 18:03:39.246513 stored: 2023.09.11.18.03.41, 2023-09-11 18:03:41.049337 stored: 2023.09.14.10.35.59, 2023-09-14 10:35:59.284082 stored: 2023.09.15.10.29.53, 2023-09-15 10:29:53.665628 stored: 2023.09.16.02.26.36, 2023-09-16 02:26:36.006501 stored: 2023.09.16.18.08.17, 2023-09-16 18:08:17.666203 stored: 2023.09.17.18.03.42, 2023-09-17 18:03:42.270582 stored: 2023.09.18.18.03.38, 2023-09-18 18:03:38.484209 stored: 2023.09.19.18.03.48, 2023-09-19 18:03:48.564055 stored: 2023.09.20.18.03.40, 2023-09-20 18:03:40.572726 stored: 2023.09.21.18.04.00, 2023-09-21 18:04:00.224593 stored: 2023.09.22.18.03.43, 2023-09-22 18:03:43.622668 stored: 2023.09.23.18.03.41, 2023-09-23 18:03:41.679925 stored: 2023.09.24.18.03.43, 2023-09-24 18:03:43.956728 stored: 2023.09.27.16.04.52, 2023-09-27 16:04:52.401461 stored: 2023.09.28.12.07.38, 2023-09-28 12:07:38.570017 stored: 2023.09.29.03.49.42, 2023-09-29 03:49:42.531761 stored: 2023.09.29.19.45.07, 2023-09-29 19:45:07.467027 stored: 2023.09.30.18.03.37, 2023-09-30 18:03:37.562561 stored: 2023.10.01.18.03.48, 2023-10-01 18:03:48.302668 stored: 2023.10.02.18.03.34, 2023-10-02 18:03:34.427885 stored: 2023.10.03.18.03.47, 2023-10-03 18:03:47.008201 stored: 2023.10.04.18.03.40, 2023-10-04 18:03:40.326694 stored: 2023.10.06.18.03.41, 2023-10-06 18:03:41.841201 stored: 2023.10.07.18.03.40, 2023-10-07 18:03:40.391074 stored: 2023.10.08.18.04.26, 2023-10-08 18:04:26.590692 stored: 2023.10.09.18.03.50, 2023-10-09 18:03:50.559378 stored: 2023.10.10.18.03.55, 2023-10-10 18:03:55.107168 stored: 2023.10.11.18.03.49, 2023-10-11 18:03:49.722394 stored: 2023.10.12.18.03.50, 2023-10-12 18:03:50.858025 stored: 2023.10.13.18.03.44, 2023-10-13 18:03:44.782153 stored: 2023.10.14.18.03.49, 2023-10-14 18:03:49.852081 stored: 2023.10.15.18.03.43, 2023-10-15 18:03:43.844616 stored: 2023.10.16.18.03.45, 2023-10-16 18:03:45.489984 stored: 2023.10.17.18.03.14, 2023-10-17 18:03:14.888678 stored: 2023.10.18.18.03.17, 2023-10-18 18:03:17.154727 stored: 2023.10.19.18.03.18, 2023-10-19 18:03:18.586008 stored: 2023.10.20.18.03.18, 2023-10-20 18:03:18.577604 stored: 2023.10.21.18.03.18, 2023-10-21 18:03:18.060510 stored: 2023.10.22.18.03.16, 2023-10-22 18:03:16.941409 stored: 2023.10.23.18.04.08, 2023-10-23 18:04:08.900421 stored: 2023.10.27.07.53.48, 2023-10-27 07:53:48.210958 stored: 2023.10.28.05.46.04, 2023-10-28 05:46:04.741565 stored: 2023.10.28.21.41.32, 2023-10-28 21:41:32.295311 stored: 2023.10.29.18.03.19, 2023-10-29 18:03:19.143575 stored: 2023.11.01.05.37.30, 2023-11-01 05:37:30.724089 stored: 2023.11.02.04.38.40, 2023-11-02 04:38:40.535128 stored: 2023.11.04.11.23.32, 2023-11-04 11:23:32.010429 stored: 2023.11.05.18.03.22, 2023-11-05 18:03:22.086698 stored: 2023.11.07.05.05.26, 2023-11-07 05:05:26.153916 stored: 2023.11.07.18.03.21, 2023-11-07 18:03:21.888039 stored: 2023.11.09.18.02.58, 2023-11-09 18:02:58.251109 stored: 2023.11.10.05.28.56, 2023-11-10 05:28:56.027068 stored: 2023.11.10.18.03.23, 2023-11-10 18:03:23.871960 stored: 2023.11.12.06.06.42, 2023-11-12 06:06:42.349680 stored: 2023.11.12.18.03.28, 2023-11-12 18:03:28.326974 stored: 2023.11.13.18.03.47, 2023-11-13 18:03:47.095269 stored: 2023.11.14.18.03.47, 2023-11-14 18:03:47.676830 stored: 2023.11.15.18.03.21, 2023-11-15 18:03:21.711083 stored: 2023.11.16.18.03.58, 2023-11-16 18:03:58.828942 stored: 2023.11.17.18.03.27, 2023-11-17 18:03:27.104369 stored: 2023.11.18.18.03.53, 2023-11-18 18:03:53.867968 stored: 2023.11.19.18.03.19, 2023-11-19 18:03:19.039251 stored: 2023.11.20.18.03.55, 2023-11-20 18:03:55.236280 stored: 2023.11.21.18.03.20, 2023-11-21 18:03:20.481444 stored: 2023.11.22.18.03.59, 2023-11-22 18:03:59.054773 stored: 2023.11.23.18.03.20, 2023-11-23 18:03:20.905336 stored: 2023.11.24.18.03.58, 2023-11-24 18:03:58.070627 stored: 2023.11.25.18.03.32, 2023-11-25 18:03:32.794569 stored: 2023.11.26.18.04.04, 2023-11-26 18:04:04.921087 stored: 2023.11.27.18.03.20, 2023-11-27 18:03:20.405207 stored: 2023.11.28.18.03.59, 2023-11-28 18:03:59.851956 stored: 2023.11.29.18.03.30, 2023-11-29 18:03:30.081496 stored: 2023.11.30.18.03.58, 2023-11-30 18:03:58.530410 stored: 2023.12.01.18.03.27, 2023-12-01 18:03:27.447085 stored: 2023.12.02.18.04.08, 2023-12-02 18:04:08.596469 stored: 2023.12.03.18.03.22, 2023-12-03 18:03:22.421165 stored: 2023.12.04.18.04.01, 2023-12-04 18:04:01.388571 stored: 2023.12.05.18.03.26, 2023-12-05 18:03:26.212587 stored: 2023.12.06.18.04.02, 2023-12-06 18:04:02.423424 stored: 2023.12.07.18.03.24, 2023-12-07 18:03:24.934994 stored: 2023.12.08.18.04.07, 2023-12-08 18:04:07.776524 stored: 2023.12.09.18.03.50, 2023-12-09 18:03:50.096462 stored: 2023.12.10.18.04.00, 2023-12-10 18:04:00.727235 stored: 2023.12.11.18.03.30, 2023-12-11 18:03:30.155533 stored: 2023.12.12.18.04.00, 2023-12-12 18:04:00.486177 stored: 2023.12.13.18.03.45, 2023-12-13 18:03:45.118447 stored: 2023.12.14.18.04.38, 2023-12-14 18:04:38.986691 stored: 2023.12.15.18.03.26, 2023-12-15 18:03:26.297394 stored: 2023.12.16.18.04.11, 2023-12-16 18:04:11.748438 stored: 2023.12.17.18.04.03, 2023-12-17 18:04:03.582174 stored: 2023.12.18.18.04.35, 2023-12-18 18:04:35.330333 stored: 2023.12.19.18.03.31, 2023-12-19 18:03:31.045402 stored: 2023.12.20.18.04.32, 2023-12-20 18:04:32.781774 stored: 2023.12.21.18.03.44, 2023-12-21 18:03:44.963557 stored: 2023.12.22.18.04.17, 2023-12-22 18:04:17.444077 stored: 2023.12.23.18.03.29, 2023-12-23 18:03:29.482476 stored: 2023.12.24.18.04.21, 2023-12-24 18:04:21.447537 stored: 2023.12.25.18.03.43, 2023-12-25 18:03:43.082774 stored: 2023.12.26.18.04.39, 2023-12-26 18:04:39.062653 stored: 2023.12.27.18.03.53, 2023-12-27 18:03:53.976808 stored: 2023.12.28.18.04.09, 2023-12-28 18:04:09.011669 stored: 2023.12.29.18.03.31, 2023-12-29 18:03:31.701103 stored: 2023.12.30.18.04.17, 2023-12-30 18:04:17.654615 stored: 2023.12.31.18.03.28, 2023-12-31 18:03:28.706889 stored: 2024.01.01.18.04.05, 2024-01-01 18:04:05.375586 stored: 2024.01.02.18.03.30, 2024-01-02 18:03:30.868344 stored: 2024.01.03.18.04.08, 2024-01-03 18:04:08.180901 stored: 2024.01.04.18.03.36, 2024-01-04 18:03:36.374782 stored: 2024.01.05.18.03.31, 2024-01-05 18:03:31.136465 stored: 2024.01.06.18.03.28, 2024-01-06 18:03:28.561911 stored: 2024.01.07.18.03.33, 2024-01-07 18:03:33.270157 stored: 2024.01.08.18.03.52, 2024-01-08 18:03:52.396001 stored: 2024.01.09.18.03.31, 2024-01-09 18:03:31.633889 stored: 2024.01.10.18.03.29, 2024-01-10 18:03:29.377802 stored: 2024.01.11.18.03.40, 2024-01-11 18:03:40.058174 stored: 2024.01.12.18.03.42, 2024-01-12 18:03:42.329451 stored: 2024.01.13.18.04.07, 2024-01-13 18:04:07.806697 stored: 2024.01.14.18.03.32, 2024-01-14 18:03:32.580443 stored: 2024.01.15.18.04.08, 2024-01-15 18:04:08.547789 stored: 2024.01.16.18.03.31, 2024-01-16 18:03:31.110380 stored: 2024.01.17.18.04.08, 2024-01-17 18:04:08.400883 stored: 2024.01.25.07.47.31, 2024-01-25 07:47:31.364597 stored: 2024.01.25.18.04.24, 2024-01-25 18:04:24.463113 stored: 2024.01.26.18.03.31, 2024-01-26 18:03:31.841914 stored: 2024.01.27.18.04.39, 2024-01-27 18:04:39.318128 stored: 2024.01.28.18.03.39, 2024-01-28 18:03:39.156180 stored: 2024.01.29.18.04.16, 2024-01-29 18:04:16.454744 stored: 2024.01.30.18.04.04, 2024-01-30 18:04:04.490349 stored: 2024.01.31.18.04.51, 2024-01-31 18:04:51.243268 stored: 2024.02.01.18.03.52, 2024-02-01 18:03:52.568942 stored: 2024.02.02.18.04.40, 2024-02-02 18:04:40.758718 stored: 2024.02.03.18.04.05, 2024-02-03 18:04:05.352533 stored: 2024.02.04.18.04.15, 2024-02-04 18:04:15.640570 stored: 2024.02.05.18.03.58, 2024-02-05 18:03:58.660926 stored: 2024.02.06.18.04.12, 2024-02-06 18:04:12.096737 stored: 2024.02.07.18.04.17, 2024-02-07 18:04:17.461053 stored: 2024.02.08.18.04.12, 2024-02-08 18:04:12.917946 stored: 2024.02.09.18.03.57, 2024-02-09 18:03:57.571676 stored: 2024.02.10.18.03.44, 2024-02-10 18:03:44.611405 stored: 2024.02.11.18.04.12, 2024-02-11 18:04:12.699865 stored: 2024.02.12.18.04.21, 2024-02-12 18:04:21.240786 stored: 2024.02.13.18.04.07, 2024-02-13 18:04:07.583684 stored: 2024.02.14.18.04.15, 2024-02-14 18:04:15.479847 stored: 2024.02.15.18.03.33, 2024-02-15 18:03:33.902696 stored: 2024.02.16.18.04.15, 2024-02-16 18:04:15.579528 stored: 2024.02.17.18.04.11, 2024-02-17 18:04:11.378379 stored: 2024.02.18.18.03.31, 2024-02-18 18:03:31.593073 stored: 2024.02.19.18.03.33, 2024-02-19 18:03:33.441411 stored: 2024.02.20.18.03.54, 2024-02-20 18:03:54.708161 stored: 2024.02.21.18.03.46, 2024-02-21 18:03:46.181202 stored: 2024.02.22.18.04.10, 2024-02-22 18:04:10.334308 stored: 2024.02.23.18.04.17, 2024-02-23 18:04:17.168341 stored: 2024.02.24.18.04.01, 2024-02-24 18:04:01.037755 stored: 2024.02.25.18.04.14, 2024-02-25 18:04:14.762871 stored: 2024.02.26.18.03.46, 2024-02-26 18:03:46.032650 stored: 2024.02.27.18.03.35, 2024-02-27 18:03:35.380452 stored: 2024.02.28.18.04.21, 2024-02-28 18:04:21.319028 stored: 2024.02.29.18.04.17, 2024-02-29 18:04:17.382031 stored: 2024.03.01.11.51.27, 2024-03-01 11:51:27.864322 stored: 2024.03.02.18.03.48, 2024-03-02 18:03:48.095426 stored: 2024.03.03.18.04.22, 2024-03-03 18:04:22.542317 stored: 2024.03.04.18.04.16, 2024-03-04 18:04:16.908574 stored: 2024.03.05.18.04.43, 2024-03-05 18:04:43.511287 stored: 2024.03.06.18.04.23, 2024-03-06 18:04:23.133369 stored: 2024.03.07.18.04.24, 2024-03-07 18:04:24.284384 stored: 2024.03.08.18.04.39, 2024-03-08 18:04:39.126761 stored: 2024.03.09.19.04.26, 2024-03-09 19:04:26.299326 stored: 2024.03.11.18.04.29, 2024-03-11 18:04:29.104282 stored: 2024.03.13.10.06.08, 2024-03-13 10:06:08.100179 stored: 2024.03.14.18.04.10, 2024-03-14 18:04:10.495495 stored: 2024.03.21.05.36.54, 2024-03-21 05:36:54.343295 stored: 2024.03.25.14.45.01, 2024-03-25 14:45:01.255571 stored: 2024.03.26.08.24.36, 2024-03-26 08:24:36.827514 stored: 2024.03.26.18.04.49, 2024-03-26 18:04:49.014032 stored: 2024.03.27.18.04.43, 2024-03-27 18:04:43.723538 stored: 2024.03.28.18.04.59, 2024-03-28 18:04:59.974123 stored: 2024.03.29.18.04.47, 2024-03-29 18:04:47.160830 stored: 2024.03.30.18.04.46, 2024-03-30 18:04:46.190314 stored: 2024.03.31.18.04.37, 2024-03-31 18:04:37.571591 stored: 2024.04.01.18.04.48, 2024-04-01 18:04:48.193051 stored: 2024.04.08.18.04.06, 2024-04-08 18:04:06.719116 stored: 2024.04.09.18.04.55, 2024-04-09 18:04:55.028191 stored: 2024.04.10.18.04.42, 2024-04-10 18:04:42.441877 stored: 2024.04.11.18.04.42, 2024-04-11 18:04:42.887368 stored: 2024.04.12.18.04.42, 2024-04-12 18:04:42.437771 stored: 2024.04.13.18.04.48, 2024-04-13 18:04:48.865055 stored: 2024.04.14.18.04.42, 2024-04-14 18:04:42.705675 stored: 2024.04.15.18.04.49, 2024-04-15 18:04:49.659754 stored: 2024.04.16.18.04.41, 2024-04-16 18:04:41.975325 stored: 2024.04.17.18.04.49, 2024-04-17 18:04:49.547007 stored: 2024.04.18.18.04.42, 2024-04-18 18:04:42.451810 stored: 2024.04.19.18.04.42, 2024-04-19 18:04:42.966390 stored: 2024.04.20.18.04.54, 2024-04-20 18:04:54.306767 stored: 2024.04.21.18.04.55, 2024-04-21 18:04:55.917471 stored: 2024.04.22.18.04.53, 2024-04-22 18:04:53.945876 stored: 2024.04.23.18.04.51, 2024-04-23 18:04:51.918096 stored: 2024.04.24.18.04.57, 2024-04-24 18:04:57.906309 stored: 2024.04.25.18.04.53, 2024-04-25 18:04:53.206736 stored: 2024.04.26.18.04.41, 2024-04-26 18:04:41.337053 stored: 2024.04.27.18.04.51, 2024-04-27 18:04:51.160415 stored: 2024.04.28.18.05.03, 2024-04-28 18:05:03.025174 stored: 2024.04.30.18.04.48, 2024-04-30 18:04:48.947989 stored: 2024.05.01.18.04.51, 2024-05-01 18:04:51.835196 stored: 2024.05.02.18.04.58, 2024-05-02 18:04:58.197381 stored: 2024.05.03.18.04.49, 2024-05-03 18:04:49.139787 stored: 2024.05.04.18.04.58, 2024-05-04 18:04:58.496124 stored: 2024.05.05.18.04.50, 2024-05-05 18:04:50.895792 stored: 2024.05.06.18.04.48, 2024-05-06 18:04:48.471433 stored: 2024.05.07.18.04.56, 2024-05-07 18:04:56.382166 stored: 2024.05.08.18.04.48, 2024-05-08 18:04:48.871003 stored: 2024.05.09.18.05.02, 2024-05-09 18:05:02.624753 stored: 2024.05.16.07.59.14, 2024-05-16 07:59:14.267101 stored: 2024.05.16.18.04.25, 2024-05-16 18:04:25.612385 stored: 2024.05.17.18.04.53, 2024-05-17 18:04:53.908938 stored: 2024.05.18.18.04.27, 2024-05-18 18:04:27.957792 stored: 2024.05.19.18.04.47, 2024-05-19 18:04:47.048017 stored: 2024.05.20.18.04.42, 2024-05-20 18:04:42.665907 stored: 2024.05.21.18.04.37, 2024-05-21 18:04:37.372426 stored: 2024.05.22.18.04.54, 2024-05-22 18:04:54.009020 stored: 2024.05.23.18.04.49, 2024-05-23 18:04:49.768181 stored: 2024.05.24.18.04.46, 2024-05-24 18:04:46.500581 stored: 2024.05.25.18.04.53, 2024-05-25 18:04:53.427120 stored: 2024.05.26.18.04.37, 2024-05-26 18:04:37.829545 stored: 2024.05.27.18.04.49, 2024-05-27 18:04:49.186481 stored: 2024.05.28.18.04.22, 2024-05-28 18:04:22.116869 stored: 2024.05.29.18.04.35, 2024-05-29 18:04:35.690509 stored: 2024.05.30.18.04.36, 2024-05-30 18:04:36.585145 stored: 2024.05.31.18.04.20, 2024-05-31 18:04:20.924811 stored: 2024.06.01.18.04.40, 2024-06-01 18:04:40.841522 stored: 2024.06.02.18.04.47, 2024-06-02 18:04:47.305969 stored: 2024.06.03.18.04.43, 2024-06-03 18:04:43.386019 stored: 2024.06.04.18.04.21, 2024-06-04 18:04:21.057006 stored: 2024.06.05.18.04.22, 2024-06-05 18:04:22.401035 stored: 2024.06.07.12.46.00, 2024-06-07 12:46:00.865783 stored: 2024.06.24.18.18.28, 2024-06-24 18:18:28.261776 stored: 2024.06.25.18.04.47, 2024-06-25 18:04:47.991290 stored: 2024.06.28.18.04.49, 2024-06-28 18:04:49.408452 stored: 2024.06.29.18.05.15, 2024-06-29 18:05:15.692298 stored: 2024.06.30.18.04.40, 2024-06-30 18:04:40.833416 stored: 2024.07.01.18.04.59, 2024-07-01 18:04:59.708919 stored: 2024.07.05.14.34.52, 2024-07-05 14:34:52.048005 stored: 2024.07.06.18.05.10, 2024-07-06 18:05:10.575800 stored: 2024.07.07.18.04.46, 2024-07-07 18:04:46.818785 stored: 2024.07.08.18.05.05, 2024-07-08 18:05:05.519390 stored: 2024.07.09.18.04.52, 2024-07-09 18:04:52.335883 stored: 2024.07.10.18.04.33, 2024-07-10 18:04:33.817106 stored: 2024.07.11.18.04.45, 2024-07-11 18:04:45.433228 stored: 2024.07.12.18.04.36, 2024-07-12 18:04:36.444330 stored: 2024.07.13.18.05.09, 2024-07-13 18:05:09.770661 stored: 2024.07.14.18.05.02, 2024-07-14 18:05:02.584529 stored: 2024.07.15.18.04.56, 2024-07-15 18:04:56.278179 stored: 2024.07.19.10.09.41, 2024-07-19 10:09:41.366450 stored: 2024.07.20.18.04.50, 2024-07-20 18:04:50.652503 stored: 2024.07.21.18.04.51, 2024-07-21 18:04:51.784942 stored: 2024.07.22.18.04.55, 2024-07-22 18:04:55.875979 stored: 2024.07.23.18.04.49, 2024-07-23 18:04:49.428200 stored: 2024.07.24.18.04.45, 2024-07-24 18:04:45.099677 stored: 2024.07.25.18.07.26, 2024-07-25 18:07:26.783134 stored: 2024.07.26.18.05.03, 2024-07-26 18:05:03.806166 stored: 2024.07.27.18.04.54, 2024-07-27 18:04:54.861044 stored: 2024.07.28.18.04.52, 2024-07-28 18:04:52.471391 stored: 2024.07.29.18.04.53, 2024-07-29 18:04:53.239266 stored: 2024.07.30.18.04.51, 2024-07-30 18:04:51.391070 stored: 2024.07.31.18.04.51, 2024-07-31 18:04:51.338127 stored: 2024.08.01.18.04.45, 2024-08-01 18:04:45.633638 stored: 2024.08.02.18.04.51, 2024-08-02 18:04:51.958712 stored: 2024.08.03.18.04.39, 2024-08-03 18:04:39.703527 stored: 2024.08.04.18.04.54, 2024-08-04 18:04:54.507015 stored: 2024.08.05.18.04.53, 2024-08-05 18:04:53.701273 stored: 2024.08.06.18.04.41, 2024-08-06 18:04:41.000453 stored: 2024.08.07.18.04.43, 2024-08-07 18:04:43.898084 stored: 2024.08.08.18.05.00, 2024-08-08 18:05:00.921781 stored: 2024.08.09.18.04.50, 2024-08-09 18:04:50.434863 stored: 2024.08.10.18.04.37, 2024-08-10 18:04:37.739388 stored: 2024.08.11.18.04.58, 2024-08-11 18:04:58.602534 stored: 2024.08.12.18.04.57, 2024-08-12 18:04:57.823980 stored: 2024.08.13.18.04.54, 2024-08-13 18:04:54.349862 stored: 2024.08.14.18.04.40, 2024-08-14 18:04:40.342972 stored: 2024.08.15.18.04.44, 2024-08-15 18:04:44.163647 stored: 2024.08.16.18.04.43, 2024-08-16 18:04:43.569258 stored: 2024.08.17.18.05.08, 2024-08-17 18:05:08.131613 stored: 2024.08.18.18.04.38, 2024-08-18 18:04:38.554105 stored: 2024.08.19.18.05.00, 2024-08-19 18:05:00.394914 stored: 2024.08.20.18.04.44, 2024-08-20 18:04:44.553783 stored: 2024.08.21.18.04.48, 2024-08-21 18:04:48.118647 stored: 2024.08.22.18.04.53, 2024-08-22 18:04:53.058467 stored: 2024.08.23.18.04.56, 2024-08-23 18:04:56.798655 stored: 2024.08.24.18.04.57, 2024-08-24 18:04:57.195971 stored: 2024.08.25.21.10.00, 2024-08-25 21:10:00.275062 stored: 2024.08.26.18.04.51, 2024-08-26 18:04:51.058180 stored: 2024.08.28.12.39.54, 2024-08-28 12:39:54.884515 stored: 2024.08.29.10.46.46, 2024-08-29 10:46:46.470600 stored: 2024.08.30.18.05.31, 2024-08-30 18:05:31.972909 stored: 2024.08.31.18.04.57, 2024-08-31 18:04:57.206862 stored: 2024.09.01.18.04.57, 2024-09-01 18:04:57.677691 stored: 2024.09.02.18.04.47, 2024-09-02 18:04:47.844531 stored: 2024.09.03.18.04.43, 2024-09-03 18:04:43.584258 stored: 2024.09.04.18.04.42, 2024-09-04 18:04:42.609037 stored: 2024.09.05.18.09.19, 2024-09-05 18:09:19.298054 stored: 2024.09.07.18.05.01, 2024-09-07 18:05:01.283922 stored: 2024.09.08.18.04.35, 2024-09-08 18:04:35.577708 stored: 2024.09.09.18.10.21, 2024-09-09 18:10:21.900374 stored: 2024.09.11.07.38.47, 2024-09-11 07:38:47.460570 stored: 2024.09.14.10.37.43, 2024-09-14 10:37:43.010193 stored: 2024.09.15.18.04.42, 2024-09-15 18:04:42.073318 stored: 2024.09.16.18.04.32, 2024-09-16 18:04:32.474103 stored: 2024.09.17.18.04.38, 2024-09-17 18:04:38.095228 stored: 2024.09.18.18.04.39, 2024-09-18 18:04:39.675729 stored: 2024.09.19.18.04.36, 2024-09-19 18:04:36.500060 stored: 2024.09.20.18.04.37, 2024-09-20 18:04:37.141045 stored: 2024.09.21.18.04.39, 2024-09-21 18:04:39.650832 stored: 2024.09.22.18.04.42, 2024-09-22 18:04:42.244693 stored: 2024.09.23.18.04.33, 2024-09-23 18:04:33.377788 stored: 2024.09.24.18.04.44, 2024-09-24 18:04:44.022955 stored: 2024.09.25.18.04.39, 2024-09-25 18:04:39.700000 stored: 2024.09.26.18.04.34, 2024-09-26 18:04:34.998437 stored: 2024.09.27.18.04.27, 2024-09-27 18:04:27.188926 stored: 2024.10.03.22.29.23, 2024-10-03 22:29:23.443216 stored: 2024.10.04.18.04.34, 2024-10-04 18:04:34.049732 stored: 2024.10.05.18.04.32, 2024-10-05 18:04:32.525901 stored: 2024.10.06.18.04.35, 2024-10-06 18:04:35.475734 stored: 2024.10.07.18.04.38, 2024-10-07 18:04:38.149213 stored: 2024.10.08.10.50.32, 2024-10-08 10:50:32.994734 stored: 2024.10.09.18.04.30, 2024-10-09 18:04:30.774064 stored: 2024.10.10.18.04.33, 2024-10-10 18:04:33.451163 stored: 2024.10.11.18.04.35, 2024-10-11 18:04:35.085256 stored: 2024.10.12.18.20.19, 2024-10-12 18:20:19.153130 stored: 2024.10.13.18.05.00, 2024-10-13 18:05:00.613255 stored: 2024.10.14.18.04.39, 2024-10-14 18:04:39.033727 stored: 2024.10.15.18.04.39, 2024-10-15 18:04:39.214151 stored: 2024.10.16.18.04.46, 2024-10-16 18:04:46.209962 stored: 2024.10.17.18.04.37, 2024-10-17 18:04:37.294297 stored: 2024.10.18.18.04.35, 2024-10-18 18:04:35.622873 stored: 2024.10.19.18.04.34, 2024-10-19 18:04:34.301592 stored: 2024.10.20.18.04.26, 2024-10-20 18:04:26.969429 stored: 2024.10.21.18.04.31, 2024-10-21 18:04:31.965066 stored: 2024.10.22.18.04.32, 2024-10-22 18:04:32.832724 stored: 2024.10.23.18.04.30, 2024-10-23 18:04:30.398844 stored: 2024.10.24.18.04.28, 2024-10-24 18:04:28.227793 stored: 2024.10.25.18.04.37, 2024-10-25 18:04:37.006433 stored: 2024.10.26.18.04.26, 2024-10-26 18:04:26.417781 stored: 2024.10.27.18.04.42, 2024-10-27 18:04:42.696080 stored: 2024.10.28.18.04.32, 2024-10-28 18:04:32.056814 stored: 2024.10.29.18.04.38, 2024-10-29 18:04:38.380642 stored: 2024.10.30.18.12.23, 2024-10-30 18:12:23.802985 stored: 2024.10.31.18.05.01, 2024-10-31 18:05:01.997278 stored: 2024.11.01.18.04.36, 2024-11-01 18:04:36.750145 stored: 2024.11.02.18.04.42, 2024-11-02 18:04:42.082012 stored: 2024.11.03.18.04.31, 2024-11-03 18:04:31.694428 stored: 2024.11.04.18.04.43, 2024-11-04 18:04:43.739911 stored: 2024.11.05.18.04.45, 2024-11-05 18:04:45.021461 stored: 2024.11.06.18.04.47, 2024-11-06 18:04:47.582715 stored: 2024.11.08.18.04.44, 2024-11-08 18:04:44.146934 stored: 2024.11.09.18.04.48, 2024-11-09 18:04:48.032952 stored: 2024.11.10.18.04.45, 2024-11-10 18:04:45.580530 stored: 2024.11.11.18.04.42, 2024-11-11 18:04:42.625935 stored: 2024.11.15.09.08.44, 2024-11-15 09:08:44.716209 stored: 2024.11.16.18.04.49, 2024-11-16 18:04:49.882973 stored: 2024.11.17.18.04.47, 2024-11-17 18:04:47.831855 stored: 2024.11.20.15.41.38, 2024-11-20 15:41:38.355726 stored: 2024.11.21.18.04.33, 2024-11-21 18:04:33.568076 stored: 2024.11.22.18.04.57, 2024-11-22 18:04:57.111066 stored: 2024.11.23.18.04.39, 2024-11-23 18:04:39.972993 stored: 2024.11.24.18.04.35, 2024-11-24 18:04:35.533178 stored: 2024.11.25.18.04.42, 2024-11-25 18:04:42.033686 stored: 2024.11.26.18.04.34, 2024-11-26 18:04:34.211537 stored: 2024.11.27.18.04.38, 2024-11-27 18:04:38.016755 stored: 2024.11.28.18.04.38, 2024-11-28 18:04:38.748617 stored: 2024.11.29.18.04.41, 2024-11-29 18:04:41.429320 stored: 2024.11.30.18.04.41, 2024-11-30 18:04:41.161757 stored: 2024.12.01.18.04.40, 2024-12-01 18:04:40.713988 stored: 2024.12.02.18.04.43, 2024-12-02 18:04:43.156007 stored: 2024.12.03.18.04.40, 2024-12-03 18:04:40.248877 stored: 2024.12.05.13.06.52, 2024-12-05 13:06:52.703831 stored: 2024.12.06.18.04.40, 2024-12-06 18:04:40.445194 stored: 2024.12.07.18.05.11, 2024-12-07 18:05:11.891294 stored: 2024.12.08.18.04.48, 2024-12-08 18:04:48.683523 stored: 2024.12.09.18.05.31, 2024-12-09 18:05:31.152967 stored: 2024.12.10.18.04.55, 2024-12-10 18:04:55.916408 stored: 2024.12.13.18.05.05, 2024-12-13 18:05:05.743550 stored: 2024.12.14.18.05.06, 2024-12-14 18:05:06.332887 stored: 2024.12.15.18.05.11, 2024-12-15 18:05:11.733292 stored: 2024.12.17.10.15.19, 2024-12-17 10:15:19.866993 stored: 2024.12.18.07.17.26, 2024-12-18 07:17:26.757877 stored: 2024.12.19.18.05.17, 2024-12-19 18:05:17.510403 stored: 2024.12.20.15.52.40, 2024-12-20 15:52:40.202576 stored: 2024.12.21.18.05.16, 2024-12-21 18:05:16.214989 stored: 2024.12.22.18.05.12, 2024-12-22 18:05:12.764758 stored: 2024.12.23.18.05.16, 2024-12-23 18:05:16.749082 stored: 2024.12.24.18.05.33, 2024-12-24 18:05:33.131144 stored: 2024.12.25.18.05.25, 2024-12-25 18:05:25.134418 stored: 2024.12.26.18.05.18, 2024-12-26 18:05:18.974986 stored: 2024.12.27.18.05.20, 2024-12-27 18:05:20.779605 stored: 2024.12.28.18.05.15, 2024-12-28 18:05:15.508385 stored: 2024.12.29.18.05.19, 2024-12-29 18:05:19.969078 stored: 2024.12.30.18.05.19, 2024-12-30 18:05:19.652010 stored: 2024.12.31.22.04.11, 2024-12-31 22:04:11.207358 stored: 2025.01.01.18.05.15, 2025-01-01 18:05:15.010169 stored: 2025.01.02.18.05.16, 2025-01-02 18:05:16.447631 stored: 2025.01.03.18.05.11, 2025-01-03 18:05:11.559658 stored: 2025.01.04.21.03.05, 2025-01-04 21:03:05.432577 stored: 2025.01.05.18.05.01, 2025-01-05 18:05:01.155667 stored: 2025.01.06.18.04.55, 2025-01-06 18:04:55.058358 stored: 2025.01.07.18.05.00, 2025-01-07 18:05:00.449358 stored: 2025.01.08.18.04.50, 2025-01-08 18:04:50.485677 stored: 2025.01.09.18.04.50, 2025-01-09 18:04:50.730317 stored: 2025.01.10.18.04.51, 2025-01-10 18:04:51.866253 stored: 2025.01.11.18.04.57, 2025-01-11 18:04:57.802015 stored: 2025.01.12.18.04.48, 2025-01-12 18:04:48.512058 stored: 2025.01.13.18.05.16, 2025-01-13 18:05:16.726006 stored: 2025.01.14.18.04.53, 2025-01-14 18:04:53.636066 stored: 2025.01.15.18.05.16, 2025-01-15 18:05:16.063094 stored: 2025.01.16.18.04.58, 2025-01-16 18:04:58.536571 stored: 2025.01.17.18.04.57, 2025-01-17 18:04:57.654147 stored: 2025.01.18.18.05.31, 2025-01-18 18:05:31.834591 stored: 2025.01.19.18.04.50, 2025-01-19 18:04:50.396954 stored: 2025.01.20.18.04.52, 2025-01-20 18:04:52.862843 stored: 2025.01.21.18.04.51, 2025-01-21 18:04:51.119185 stored: 2025.01.22.18.04.50, 2025-01-22 18:04:50.662399 stored: 2025.01.23.18.04.54, 2025-01-23 18:04:54.573766 stored: 2025.01.24.18.04.51, 2025-01-24 18:04:51.816461 stored: 2025.01.25.18.04.51, 2025-01-25 18:04:51.607056 stored: 2025.01.26.18.04.54, 2025-01-26 18:04:54.548405 stored: 2025.01.27.18.04.52, 2025-01-27 18:04:52.499314 stored: 2025.01.28.18.04.55, 2025-01-28 18:04:55.588517 stored: 2025.01.29.18.05.15, 2025-01-29 18:05:15.608010 stored: 2025.01.30.18.04.58, 2025-01-30 18:04:58.892230 stored: 2025.01.31.18.04.58, 2025-01-31 18:04:58.660504 stored: 2025.02.01.18.04.54, 2025-02-01 18:04:54.467450 stored: 2025.02.02.18.05.04, 2025-02-02 18:05:04.409782 stored: 2025.02.03.18.04.56, 2025-02-03 18:04:56.274618 stored: 2025.02.04.18.05.11, 2025-02-04 18:05:11.760057 stored: 2025.02.05.18.04.55, 2025-02-05 18:04:55.550307 stored: 2025.02.06.18.04.59, 2025-02-06 18:04:59.700456 stored: 2025.02.07.18.05.03, 2025-02-07 18:05:03.663828 stored: 2025.02.08.18.05.01, 2025-02-08 18:05:01.053948 stored: 2025.02.09.18.05.04, 2025-02-09 18:05:04.796583 stored: 2025.02.10.18.05.18, 2025-02-10 18:05:18.275013 stored: 2025.02.11.18.04.54, 2025-02-11 18:04:54.602368 stored: 2025.02.12.18.05.00, 2025-02-12 18:05:00.943200 stored: 2025.02.13.18.05.07, 2025-02-13 18:05:07.853302 stored: 2025.02.14.18.05.15, 2025-02-14 18:05:15.315494 stored: 2025.02.15.18.04.54, 2025-02-15 18:04:54.133851 stored: 2025.02.16.18.05.30, 2025-02-16 18:05:30.947321 stored: 2025.02.17.18.05.08, 2025-02-17 18:05:08.565958 stored: 2025.02.18.18.05.08, 2025-02-18 18:05:08.161211 stored: 2025.02.19.18.05.06, 2025-02-19 18:05:06.756290 stored: 2025.02.20.18.05.01, 2025-02-20 18:05:01.388462 stored: 2025.02.21.18.04.56, 2025-02-21 18:04:56.391876 stored: 2025.02.22.18.05.01, 2025-02-22 18:05:01.653275 stored: 2025.02.23.18.04.59, 2025-02-23 18:04:59.069330 stored: 2025.02.24.18.05.09, 2025-02-24 18:05:09.197346 stored: 2025.02.25.18.05.25, 2025-02-25 18:05:25.080336 stored: 2025.02.26.18.04.59, 2025-02-26 18:04:59.080203 stored: 2025.02.27.18.05.02, 2025-02-27 18:05:02.007575 stored: 2025.03.01.19.39.06, 2025-03-01 19:39:06.132266 stored: 2025.03.02.18.05.12, 2025-03-02 18:05:12.914635 stored: 2025.03.08.09.51.30, 2025-03-08 09:51:30.025454 stored: 2025.03.09.11.51.56, 2025-03-09 11:51:56.113443 stored: 2025.03.10.18.05.00, 2025-03-10 18:05:00.383506 stored: 2025.03.11.18.04.37, 2025-03-11 18:04:37.889374 stored: 2025.03.12.18.05.25, 2025-03-12 18:05:25.364996 stored: 2025.03.13.18.04.56, 2025-03-13 18:04:56.892789 stored: 2025.03.14.18.04.59, 2025-03-14 18:04:59.403480 stored: 2025.03.15.18.05.05, 2025-03-15 18:05:05.491275 stored: 2025.03.16.18.04.58, 2025-03-16 18:04:58.080159 stored: 2025.03.17.18.05.09, 2025-03-17 18:05:09.888343 stored: 2025.03.18.18.04.59, 2025-03-18 18:04:59.925862 stored: 2025.03.19.18.04.59, 2025-03-19 18:04:59.924528 stored: 2025.03.20.18.05.06, 2025-03-20 18:05:06.193253 stored: 2025.03.21.18.05.11, 2025-03-21 18:05:11.188567 stored: 2025.03.22.18.05.05, 2025-03-22 18:05:05.187833 stored: 2025.03.23.18.05.02, 2025-03-23 18:05:02.247660 stored: 2025.03.24.18.05.19, 2025-03-24 18:05:19.424004 stored: 2025.03.25.18.05.06, 2025-03-25 18:05:06.601886 stored: 2025.03.26.18.05.14, 2025-03-26 18:05:14.858557 stored: 2025.03.27.18.05.01, 2025-03-27 18:05:01.528354 stored: 2025.03.28.18.05.05, 2025-03-28 18:05:05.572502 stored: 2025.03.29.18.05.03, 2025-03-29 18:05:03.814697 stored: 2025.03.30.18.05.05, 2025-03-30 18:05:05.618659 stored: 2025.03.31.18.05.08, 2025-03-31 18:05:08.702674 stored: 2025.04.01.18.05.33, 2025-04-01 18:05:33.483705 stored: 2025.04.02.18.05.10, 2025-04-02 18:05:10.716841 stored: 2025.04.03.18.05.11, 2025-04-03 18:05:11.565423 stored: 2025.04.04.18.05.11, 2025-04-04 18:05:11.447826 stored: 2025.04.05.18.05.10, 2025-04-05 18:05:10.742513 stored: 2025.04.06.18.05.09, 2025-04-06 18:05:09.032350 stored: 2025.04.07.18.05.39, 2025-04-07 18:05:39.290296 stored: 2025.04.08.18.04.48, 2025-04-08 18:04:48.401395 stored: 2025.04.09.18.05.06, 2025-04-09 18:05:06.587860 stored: 2025.04.12.15.30.13, 2025-04-12 15:30:13.001596 stored: 2025.04.13.06.22.27, 2025-04-13 06:22:27.914604 stored: 2025.04.13.21.13.14, 2025-04-13 21:13:14.788575 stored: 2025.04.14.18.05.20, 2025-04-14 18:05:20.794814 stored: 2025.04.15.11.55.47, 2025-04-15 11:55:47.877794 stored: 2025.04.16.18.05.19, 2025-04-16 18:05:19.706948 stored: 2025.04.17.18.05.15, 2025-04-17 18:05:15.058080 stored: 2025.04.18.18.05.13, 2025-04-18 18:05:13.648572 stored: 2025.04.19.18.05.12, 2025-04-19 18:05:12.690150 stored: 2025.04.20.18.05.09, 2025-04-20 18:05:09.180526 stored: 2025.04.21.18.05.43, 2025-04-21 18:05:43.753791 stored: 2025.04.22.18.05.18, 2025-04-22 18:05:18.557319 stored: 2025.04.23.18.05.16, 2025-04-23 18:05:16.528526 stored: 2025.04.24.18.05.45, 2025-04-24 18:05:45.863422 stored: 2025.04.25.18.05.13, 2025-04-25 18:05:13.710152 stored: 2025.04.26.18.05.15, 2025-04-26 18:05:15.658793 stored: 2025.04.27.18.05.07, 2025-04-27 18:05:07.428123 stored: 2025.04.28.18.05.12, 2025-04-28 18:05:12.797233 stored: 2025.05.01.10.59.59, 2025-05-01 10:59:59.037468 stored: 2025.05.02.18.05.28, 2025-05-02 18:05:28.887848 stored: 2025.05.03.18.05.22, 2025-05-03 18:05:22.552851 stored: 2025.05.04.18.05.05, 2025-05-04 18:05:05.598143 stored: 2025.05.13.07.27.26, 2025-05-13 07:27:26.381358 stored: 2025.05.15.18.52.13, 2025-05-15 18:52:13.776529 stored: 2025.05.17.08.06.12, 2025-05-17 08:06:12.674466 stored: 2025.05.19.09.04.09, 2025-05-19 09:04:09.728986 stored: 2025.05.22.13.57.08, 2025-05-22 13:57:08.808466 stored: 2025.05.24.10.00.52, 2025-05-24 10:00:52.316358 stored: 2025.05.25.12.14.31, 2025-05-25 12:14:31.028020 stored: 2025.05.30.03.12.18, 2025-05-30 03:12:18.106650 stored: 2025.05.30.20.23.35, 2025-05-30 20:23:35.405015 stored: 2025.05.31.18.05.20, 2025-05-31 18:05:20.723733 stored: 2025.06.01.18.05.14, 2025-06-01 18:05:14.574276 stored: 2025.06.02.18.05.15, 2025-06-02 18:05:15.900602 stored: 2025.06.03.18.05.18, 2025-06-03 18:05:18.223155 stored: 2025.06.05.18.05.16, 2025-06-05 18:05:16.546272 stored: 2025.06.06.18.05.25, 2025-06-06 18:05:25.771389 stored: 2025.06.07.18.05.10, 2025-06-07 18:05:10.788167 stored: 2025.06.08.18.05.21, 2025-06-08 18:05:21.222466 stored: 2025.06.09.18.05.14, 2025-06-09 18:05:14.774679 stored: 2025.06.10.18.05.19, 2025-06-10 18:05:19.541930 stored: 2025.06.11.18.05.26, 2025-06-11 18:05:26.639643 stored: 2025.06.12.18.05.15, 2025-06-12 18:05:15.124517 stored: 2025.06.13.18.04.59, 2025-06-13 18:04:59.062910 stored: 2025.06.20.06.49.46, 2025-06-20 06:49:46.123988 stored: 2025.06.21.18.05.14, 2025-06-21 18:05:14.693572 stored: 2025.06.22.18.05.28, 2025-06-22 18:05:28.829408 stored: 2025.06.23.18.04.59, 2025-06-23 18:04:59.665244 stored: 2025.06.24.18.05.04, 2025-06-24 18:05:04.974657 stored: 2025.06.25.18.05.10, 2025-06-25 18:05:10.243421 stored: 2025.06.26.18.04.52, 2025-06-26 18:04:52.343803 stored: 2025.06.27.18.05.05, 2025-06-27 18:05:05.716181 stored: 2025.06.28.18.04.50, 2025-06-28 18:04:50.099950 stored: 2025.06.29.18.05.03, 2025-06-29 18:05:03.562419 stored: 2025.06.30.18.04.57, 2025-06-30 18:04:57.777357 stored: 2025.07.01.18.04.59, 2025-07-01 18:04:59.335039 stored: 2025.07.02.18.04.57, 2025-07-02 18:04:57.643167 stored: 2025.07.04.18.03.59, 2025-07-04 18:03:59.992718 stored: 2025.07.05.18.04.46, 2025-07-05 18:04:46.414665 stored: 2025.07.06.18.05.17, 2025-07-06 18:05:17.539736 stored: 2025.07.07.18.04.30, 2025-07-07 18:04:30.728679 stored: 2025.07.08.18.04.24, 2025-07-08 18:04:24.781100 stored: 2025.07.09.18.04.39, 2025-07-09 18:04:39.547654 stored: 2025.07.10.18.04.24, 2025-07-10 18:04:24.531816 stored: 2025.07.11.18.04.28, 2025-07-11 18:04:28.322448 stored: 2025.07.12.18.04.24, 2025-07-12 18:04:24.206422 stored: 2025.07.13.18.04.32, 2025-07-13 18:04:32.217783 stored: 2025.07.14.18.04.27, 2025-07-14 18:04:27.866780 stored: 2025.07.15.18.04.25, 2025-07-15 18:04:25.803016 stored: 2025.07.16.18.04.22, 2025-07-16 18:04:22.019676 stored: 2025.07.17.18.04.07, 2025-07-17 18:04:07.906594 stored: 2025.07.18.18.04.10, 2025-07-18 18:04:10.242916 stored: 2025.07.19.18.06.06, 2025-07-19 18:06:06.433114 stored: 2025.07.20.18.04.12, 2025-07-20 18:04:12.311952 stored: 2025.07.21.18.04.18, 2025-07-21 18:04:18.581778 stored: 2025.07.22.18.04.11, 2025-07-22 18:04:11.661291 stored: 2025.07.23.18.04.27, 2025-07-23 18:04:27.194923 stored: 2025.07.24.18.04.21, 2025-07-24 18:04:21.144539 stored: 2025.07.25.18.04.21, 2025-07-25 18:04:21.733835 stored: 2025.07.26.18.04.08, 2025-07-26 18:04:08.801290 stored: 2025.07.27.18.04.10, 2025-07-27 18:04:10.753590 stored: 2025.07.28.18.04.25, 2025-07-28 18:04:25.256431 stored: 2025.07.29.18.04.08, 2025-07-29 18:04:08.654755 stored: 2025.07.30.18.04.33, 2025-07-30 18:04:33.252555 stored: 2025.07.31.18.04.15, 2025-07-31 18:04:15.163162 stored: 2025.08.01.18.04.05, 2025-08-01 18:04:05.884163 stored: 2025.08.02.18.04.17, 2025-08-02 18:04:17.527059 stored: 2025.08.03.18.04.04, 2025-08-03 18:04:04.783803 stored: 2025.08.04.18.04.39, 2025-08-04 18:04:39.899384 stored: 2025.08.05.18.04.16, 2025-08-05 18:04:16.364334 stored: 2025.08.06.18.04.40, 2025-08-06 18:04:40.562933 stored: 2025.08.07.18.04.39, 2025-08-07 18:04:39.001563 stored: 2025.08.08.18.04.12, 2025-08-08 18:04:12.207177 stored: 2025.08.09.18.04.26, 2025-08-09 18:04:26.911823 stored: 2025.08.10.18.04.38, 2025-08-10 18:04:38.772973 stored: 2025.08.11.18.04.07, 2025-08-11 18:04:07.395411 stored: 2025.08.13.20.38.43, 2025-08-13 20:38:43.129452 stored: 2025.08.14.18.04.21, 2025-08-14 18:04:21.341116 stored: 2025.08.15.18.04.14, 2025-08-15 18:04:14.514850 stored: 2025.08.16.18.04.23, 2025-08-16 18:04:23.579430 stored: 2025.08.17.18.04.10, 2025-08-17 18:04:10.420586 stored: 2025.08.21.06.51.27, 2025-08-21 06:51:27.423323 stored: 2025.08.22.18.04.07, 2025-08-22 18:04:07.837093 stored: 2025.08.23.18.04.10, 2025-08-23 18:04:10.036647 stored: 2025.08.24.18.04.11, 2025-08-24 18:04:11.271058 stored: 2025.08.25.18.04.16, 2025-08-25 18:04:16.917624 stored: 2025.08.26.09.41.17, 2025-08-26 09:41:17.603539 stored: 2025.08.27.18.04.11, 2025-08-27 18:04:11.486036 stored: 2025.08.29.09.36.14, 2025-08-29 09:36:14.068420 stored: 2025.08.30.18.04.27, 2025-08-30 18:04:27.691733 stored: 2025.08.31.18.04.13, 2025-08-31 18:04:13.705633 stored: 2025.09.01.18.04.24, 2025-09-01 18:04:24.955933 stored: 2025.09.02.18.04.31, 2025-09-02 18:04:31.165096 stored: 2025.09.03.18.04.13, 2025-09-03 18:04:13.174787 stored: 2025.09.04.18.04.14, 2025-09-04 18:04:14.810373 stored: 2025.09.05.18.04.50, 2025-09-05 18:04:50.326478 stored: 2025.09.06.18.04.33, 2025-09-06 18:04:33.396924 stored: 2025.09.07.18.04.39, 2025-09-07 18:04:39.081850 stored: 2025.09.08.18.04.23, 2025-09-08 18:04:23.721487 stored: 2025.09.09.18.04.22, 2025-09-09 18:04:22.720843 stored: 2025.09.10.18.04.41, 2025-09-10 18:04:41.573780 stored: 2025.09.13.11.02.31, 2025-09-13 11:02:31.883617 stored: 2025.09.14.02.07.00, 2025-09-14 02:07:00.682208 stored: 2025.09.14.18.48.00, 2025-09-14 18:48:00.982819 stored: 2025.09.15.18.04.28, 2025-09-15 18:04:28.690337 stored: 2025.09.16.18.04.08, 2025-09-16 18:04:08.412948 stored: 2025.09.17.18.04.26, 2025-09-17 18:04:26.478048 stored: 2025.09.18.18.04.27, 2025-09-18 18:04:27.657081 stored: 2025.09.19.18.04.23, 2025-09-19 18:04:23.609976 stored: 2025.09.20.18.04.23, 2025-09-20 18:04:23.943885 stored: 2025.09.21.18.04.40, 2025-09-21 18:04:40.266318 stored: 2025.09.22.18.04.07, 2025-09-22 18:04:07.339250 stored: 2025.09.23.18.04.12, 2025-09-23 18:04:12.234520 stored: 2025.09.25.17.49.04, 2025-09-25 17:49:04.950210 stored: 2025.09.26.18.04.12, 2025-09-26 18:04:12.512693 stored: 2025.09.27.18.04.14, 2025-09-27 18:04:14.793210 stored: 2025.09.28.18.04.12, 2025-09-28 18:04:12.621541 stored: 2025.10.01.10.05.07, 2025-10-01 10:05:07.909775 stored: 2025.10.06.09.42.55, 2025-10-06 09:42:55.867372 stored: 2025.10.10.20.23.06, 2025-10-10 20:23:06.410855 stored: 2025.10.11.18.03.48, 2025-10-11 18:03:48.140438 stored: 2025.10.12.18.03.42, 2025-10-12 18:03:42.537446 stored: 2025.10.13.18.03.41, 2025-10-13 18:03:41.899455 stored: 2025.10.14.18.03.49, 2025-10-14 18:03:49.001122 stored: 2025.10.15.18.03.41, 2025-10-15 18:03:41.611697 stored: 2025.10.16.18.03.41, 2025-10-16 18:03:41.622506 stored: 2025.10.17.18.03.41, 2025-10-17 18:03:41.543441 stored: 2025.10.18.18.03.41, 2025-10-18 18:03:41.328412 stored: 2025.10.19.18.03.41, 2025-10-19 18:03:41.622708 stored: 2025.10.21.18.03.58, 2025-10-21 18:03:58.811816 stored: 2025.10.22.18.03.51, 2025-10-22 18:03:51.617145 stored: 2025.10.23.18.03.52, 2025-10-23 18:03:52.041577 stored: 2025.10.24.18.03.44, 2025-10-24 18:03:44.358544 stored: 2025.10.25.18.03.39, 2025-10-25 18:03:39.877301 stored: 2025.10.26.18.03.45, 2025-10-26 18:03:45.353391 stored: 2025.10.27.18.03.47, 2025-10-27 18:03:47.463516 stored: 2025.10.28.18.03.49, 2025-10-28 18:03:49.023095 stored: 2025.10.29.18.03.37, 2025-10-29 18:03:37.087383 stored: 2025.10.30.18.03.44, 2025-10-30 18:03:44.382565 stored: 2025.10.31.18.03.40, 2025-10-31 18:03:40.823333 stored: 2025.11.01.18.03.38, 2025-11-01 18:03:38.979234 stored: 2025.11.02.18.03.39, 2025-11-02 18:03:39.301452 stored: 2025.11.03.18.03.43, 2025-11-03 18:03:43.137902 stored: 2025.11.04.18.03.39, 2025-11-04 18:03:39.718294 stored: 2025.11.05.18.03.40, 2025-11-05 18:03:40.234750 stored: 2025.11.09.09.37.30, 2025-11-09 09:37:30.202490 stored: 2025.11.10.00.36.14, 2025-11-10 00:36:14.183435 stored: 2025.11.10.18.03.37, 2025-11-10 18:03:37.863878 stored: 2025.11.11.18.03.44, 2025-11-11 18:03:44.875943 stored: 2025.11.12.18.03.43, 2025-11-12 18:03:43.366523 stored: 2025.11.13.18.03.48, 2025-11-13 18:03:48.067049 stored: 2025.11.14.18.03.40, 2025-11-14 18:03:40.540561 stored: 2025.11.15.18.03.39, 2025-11-15 18:03:39.619662 stored: 2025.11.16.18.03.39, 2025-11-16 18:03:39.318891 stored: 2025.11.17.18.03.43, 2025-11-17 18:03:43.152640 stored: 2025.11.25.07.39.29, 2025-11-25 07:39:29.524636 stored: 2025.11.26.21.49.19, 2025-11-26 21:49:19.997368 stored: 2025.11.27.18.03.37, 2025-11-27 18:03:37.327034 stored: 2025.11.28.18.03.49, 2025-11-28 18:03:49.662576 stored: 2025.11.29.18.03.50, 2025-11-29 18:03:50.054112 stored: 2025.11.30.18.03.38, 2025-11-30 18:03:38.200878 stored: 2025.12.01.18.03.49, 2025-12-01 18:03:49.516847 stored: 2025.12.02.18.03.40, 2025-12-02 18:03:40.088181 stored: 2025.12.03.18.03.47, 2025-12-03 18:03:47.190622 stored: 2025.12.04.18.03.43, 2025-12-04 18:03:43.423191 stored: 2025.12.05.18.03.41, 2025-12-05 18:03:41.677603 stored: 2025.12.06.18.03.40, 2025-12-06 18:03:40.242226 stored: 2025.12.07.18.03.49, 2025-12-07 18:03:49.924875 stored: 2025.12.08.18.03.58, 2025-12-08 18:03:58.718331 stored: 2025.12.09.18.03.53, 2025-12-09 18:03:53.079758 stored: 2025.12.10.18.03.43, 2025-12-10 18:03:43.071325 stored: 2025.12.11.18.03.40, 2025-12-11 18:03:40.076302 stored: 2025.12.13.18.03.50, 2025-12-13 18:03:50.249609 stored: 2025.12.14.18.03.41, 2025-12-14 18:03:41.461725 stored: 2025.12.15.18.03.42, 2025-12-15 18:03:42.109360 stored: 2025.12.16.18.03.40, 2025-12-16 18:03:40.888852 stored: 2025.12.17.18.03.44, 2025-12-17 18:03:44.923324 stored: 2025.12.18.18.04.11, 2025-12-18 18:04:11.204834 stored: 2025.12.19.18.03.42, 2025-12-19 18:03:42.451432 stored: 2025.12.20.18.03.40, 2025-12-20 18:03:40.061236 stored: 2025.12.21.18.03.40, 2025-12-21 18:03:40.119478 stored: 2025.12.22.18.03.44, 2025-12-22 18:03:44.608092 stored: 2025.12.23.18.43.14, 2025-12-23 18:43:14.617469 stored: 2026.01.08.14.48.45, 2026-01-08 14:48:45.176211 stored: 2026.01.09.18.03.41, 2026-01-09 18:03:41.467308 stored: 2026.01.10.18.03.49, 2026-01-10 18:03:49.692370 stored: 2026.01.11.18.03.40, 2026-01-11 18:03:40.015829 stored: 2026.01.12.18.03.49, 2026-01-12 18:03:49.257700 stored: 2026.01.13.18.03.43, 2026-01-13 18:03:43.271848 stored: 2026.01.14.18.03.41, 2026-01-14 18:03:41.033384 stored: 2026.01.15.18.03.44, 2026-01-15 18:03:44.185009 stored: 2026.01.16.18.03.42, 2026-01-16 18:03:42.528085 stored: 2026.01.17.18.03.43, 2026-01-17 18:03:43.486636 stored: 2026.01.18.18.03.49, 2026-01-18 18:03:49.778715 stored: 2026.01.19.18.03.41, 2026-01-19 18:03:41.249443 stored: 2026.01.20.18.03.43, 2026-01-20 18:03:43.034755 stored: 2026.01.21.18.03.42, 2026-01-21 18:03:42.341931 stored: 2026.01.22.18.03.42, 2026-01-22 18:03:42.843627 stored: 2026.01.29.14.59.00, 2026-01-29 14:59:00.151502 stored: 2026.01.30.18.03.54, 2026-01-30 18:03:54.381985 stored: 2026.01.31.18.03.52, 2026-01-31 18:03:52.406798 stored: 2026.02.01.18.03.46, 2026-02-01 18:03:46.096724 stored: 2026.02.21.22.48.09, 2026-02-21 22:48:09.005740 stored: 2026.02.24.09.54.32, 2026-02-24 09:54:32.193909 stored: 2026.02.26.08.07.35, 2026-02-26 08:07:35.569555 stored: 2026.02.27.02.00.19, 2026-02-27 02:00:19.774795 stored: 2026.02.27.20.06.40, 2026-02-27 20:06:40.089411 stored: 2026.02.28.18.20.05, 2026-02-28 18:20:05.298147 stored: 2026.03.03.05.19.20, 2026-03-03 05:19:20.090368 stored: 2026.03.04.18.36.49, 2026-03-04 18:36:49.454997 stored: 2026.03.06.07.36.28, 2026-03-06 07:36:28.283178 stored: 2026.03.07.18.03.57, 2026-03-07 18:03:57.019324 stored: 2026.03.08.18.04.08, 2026-03-08 18:04:08.638942 stored: 2026.03.09.18.04.09, 2026-03-09 18:04:09.122727 stored: 2026.03.10.18.04.09, 2026-03-10 18:04:09.967404 stored: 2026.03.11.19.18.45, 2026-03-11 19:18:45.021311 stored: 2026.03.12.18.04.04, 2026-03-12 18:04:04.427231 stored: 2026.03.13.18.03.59, 2026-03-13 18:03:59.764446 stored: 2026.03.14.18.04.02, 2026-03-14 18:04:02.487273 stored: 2026.03.16.04.45.47, 2026-03-16 04:45:47.972521 stored: 2026.03.17.18.04.03, 2026-03-17 18:04:03.062620 stored: 2026.04.03.08.19.33, 2026-04-03 08:19:33.968981 stored: 2026.04.04.18.04.03, 2026-04-04 18:04:03.694035 stored: 2026.04.05.23.08.44, 2026-04-05 23:08:44.395181 stored: 2026.04.07.03.30.46, 2026-04-07 03:30:46.678851 stored: 2026.04.08.08.51.09, 2026-04-08 08:51:09.792883 stored: 2026.04.09.13.47.19, 2026-04-09 13:47:19.287730 stored: 2026.04.10.18.34.50, 2026-04-10 18:34:50.991969 stored: 2026.04.11.23.58.22, 2026-04-11 23:58:22.336457 stored: 2026.04.13.05.40.34, 2026-04-13 05:40:34.788157 stored: 2026.04.16.10.08.30, 2026-04-16 10:08:30.642709 + 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-17 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 55b4574a20d..fa0e704d2a0 main -> origin/main Updating 55b4574a20d..fa0e704d2a0 Fast-forward .../build-infra/declare-repositories.gradle | 3 +- .../gradle/plugins/java/ErrorPronePlugin.java | 8 +- .../plugins/java/ShowFailedTestsAtEndPlugin.java | 2 +- .../misc/LuceneRootConfigurationPlugin.java | 3 +- gradle/libs.versions.toml | 4 +- lucene/CHANGES.txt | 10 + lucene/MIGRATE.md | 4 + lucene/benchmark-jmh/src/java/module-info.java | 1 + .../benchmark/jmh/LRUQueryCacheBenchmark.java | 252 ++++++ .../jmh/MultiFieldDocValuesRangeBenchmark.java | 228 +++++ .../benchmark/jmh/PartitionByLeafBenchmark.java | 180 ++++ .../document/SortedNumericDocValuesRangeQuery.java | 110 ++- .../java/org/apache/lucene/index/IndexReader.java | 4 +- .../java/org/apache/lucene/index/ReaderUtil.java | 41 +- .../apache/lucene/search/CombinedFieldQuery.java | 34 +- .../{CollectionStatistics.java => FieldStats.java} | 16 +- .../org/apache/lucene/search/IndexSearcher.java | 17 +- .../org/apache/lucene/search/LRUQueryCache.java | 977 ++++++++++++++------- .../org/apache/lucene/search/MultiPhraseQuery.java | 8 +- .../java/org/apache/lucene/search/PhraseQuery.java | 9 +- .../org/apache/lucene/search/SynonymQuery.java | 11 +- .../java/org/apache/lucene/search/TermQuery.java | 14 +- .../java/org/apache/lucene/search/TermScorer.java | 2 +- .../search/{TermStatistics.java => TermStats.java} | 25 +- .../lucene/search/similarities/BM25Similarity.java | 41 +- .../search/similarities/BooleanSimilarity.java | 7 +- .../search/similarities/ClassicSimilarity.java | 8 +- .../lucene/search/similarities/LMSimilarity.java | 9 +- .../search/similarities/MultiSimilarity.java | 9 +- .../similarities/PerFieldSimilarityWrapper.java | 9 +- .../search/similarities/RawTFSimilarity.java | 7 +- .../lucene/search/similarities/Similarity.java | 38 +- .../lucene/search/similarities/SimilarityBase.java | 25 +- .../search/similarities/TFIDFSimilarity.java | 38 +- .../org/apache/lucene/index/TestCustomNorms.java | 7 +- .../apache/lucene/index/TestCustomTermFreq.java | 7 +- .../lucene/index/TestExitableDirectoryReader.java | 37 +- .../apache/lucene/index/TestFieldInvertState.java | 7 +- .../org/apache/lucene/index/TestIndexSorting.java | 9 +- .../org/apache/lucene/index/TestInfoStream.java | 5 +- .../apache/lucene/index/TestMaxTermFrequency.java | 7 +- .../test/org/apache/lucene/index/TestNorms.java | 7 +- .../test/org/apache/lucene/index/TestOmitTf.java | 7 +- .../apache/lucene/index/TestUniqueTermCount.java | 7 +- .../apache/lucene/search/JustCompileSearch.java | 3 +- .../lucene/search/TestCombinedFieldQuery.java | 13 +- .../apache/lucene/search/TestLRUQueryCache.java | 353 +++++++- .../apache/lucene/search/TestMinShouldMatch2.java | 4 +- .../org/apache/lucene/search/TestSimilarity.java | 2 +- .../lucene/search/TestSimilarityProvider.java | 6 +- .../org/apache/lucene/search/TestTermQuery.java | 5 +- .../TestUsageTrackingFilterCachingPolicy.java | 3 +- .../search/similarities/TestClassicSimilarity.java | 2 +- .../search/similarities/TestSimilarityBase.java | 18 +- .../lucene/index/memory/TestMemoryIndex.java | 7 +- .../function/valuesource/NormValueSource.java | 8 +- .../queries/spans/FieldMaskingSpanQuery.java | 4 +- .../apache/lucene/queries/spans/SpanWeight.java | 13 +- .../queries/payloads/TestPayloadScoreQuery.java | 9 +- .../lucene/sandbox/search/CombinedFieldQuery.java | 38 +- .../lucene/sandbox/search/PhraseWildcardQuery.java | 50 +- .../lucene/sandbox/search/TermAutomatonQuery.java | 11 +- .../sandbox/search/TestCombinedFieldQuery.java | 17 +- .../tests/index/BaseNormsFormatTestCase.java | 7 +- .../apache/lucene/tests/mockfile/WindowsFS.java | 6 +- .../tests/search/ShardSearchingTestBase.java | 49 +- .../search/similarities/AssertingSimilarity.java | 13 +- .../similarities/BaseSimilarityTestCase.java | 31 +- .../lucene/tests/store/BaseDirectoryTestCase.java | 30 +- .../apache/lucene/tests/util/LuceneTestCase.java | 14 +- versions.lock | 10 +- 71 files changed, 2157 insertions(+), 823 deletions(-) create mode 100644 lucene/benchmark-jmh/src/java/org/apache/lucene/benchmark/jmh/LRUQueryCacheBenchmark.java create mode 100644 lucene/benchmark-jmh/src/java/org/apache/lucene/benchmark/jmh/MultiFieldDocValuesRangeBenchmark.java create mode 100644 lucene/benchmark-jmh/src/java/org/apache/lucene/benchmark/jmh/PartitionByLeafBenchmark.java rename lucene/core/src/java/org/apache/lucene/search/{CollectionStatistics.java => FieldStats.java} (90%) rename lucene/core/src/java/org/apache/lucene/search/{TermStatistics.java => TermStats.java} (83%) 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-17.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-17.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 cb87f1f45bae052cceb4d856c8745eb1e0c1f5e3 NOTE: logging all output to /l/logs.nightly/geo/2026.04.17.14.44.13.log.txt; saving results to /l/logs.nightly/geo/2026.04.17.14.44.13.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.2s: points, polyRussia: 4000000... 7.5s: points, polyRussia: 5000000... 8.9s: points, polyRussia: 6000000... 10.2s: points, polyRussia: 7000000... 11.6s: points, polyRussia: 8000000... 13.0s: points, polyRussia: 9000000... 14.3s: points, polyRussia: 10000000... 21.7s: 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.3s: points, polyRussia: 19000000... 33.7s: points, polyRussia: 20000000... 35.1s: points, polyRussia: 21000000... 42.4s: points, polyRussia: 22000000... 43.3s: points, polyRussia: 23000000... 44.7s: points, polyRussia: 24000000... 46.0s: points, polyRussia: 25000000... 47.4s: points, polyRussia: 26000000... 48.7s: points, polyRussia: 27000000... 50.1s: points, polyRussia: 28000000... 51.5s: points, polyRussia: 29000000... 52.8s: points, polyRussia: 30000000... 54.1s: points, polyRussia: 31000000... 55.5s: points, polyRussia: 32000000... 62.8s: points, polyRussia: 33000000... 64.1s: points, polyRussia: 34000000... 65.1s: points, polyRussia: 35000000... 66.4s: points, polyRussia: 36000000... 67.8s: points, polyRussia: 37000000... 69.2s: points, polyRussia: 38000000... 70.5s: points, polyRussia: 39000000... 71.9s: points, polyRussia: 40000000... 73.2s: points, polyRussia: 41000000... 74.6s: points, polyRussia: 42000000... 76.0s: points, polyRussia: 43000000... 83.2s: points, polyRussia: 44000000... 84.6s: points, polyRussia: 45000000... 85.5s: points, polyRussia: 46000000... 86.8s: points, polyRussia: 47000000... 88.2s: points, polyRussia: 48000000... 89.5s: points, polyRussia: 49000000... 90.9s: points, polyRussia: 50000000... 92.2s: points, polyRussia: 51000000... 93.6s: points, polyRussia: 52000000... 94.9s: points, polyRussia: 53000000... 96.3s: points, polyRussia: 54000000... 103.5s: points, polyRussia: 55000000... 104.9s: points, polyRussia: 56000000... 105.8s: points, polyRussia: 57000000... 107.2s: points, polyRussia: 58000000... 108.5s: points, polyRussia: 59000000... 109.9s: points, polyRussia: 60000000... 113.2s: points, polyRussia: 113.122720618 sec to index part 0 113.2s: points, polyRussia: INDEX SIZE: 0.4939169967547059 GB 113.2s: points, polyRussia: READER MB: 0.0 113.2s: points, polyRussia: maxDoc=60844404 113.4s: points, polyRussia: ITER 0: 15.35 M hits/sec, 4.37 QPS (0.23 sec for 1 queries), totHits=3508846 113.4s: points, polyRussia: *** 113.5s: points, polyRussia: ITER 1: 60.65 M hits/sec, 17.28 QPS (0.06 sec for 1 queries), totHits=3508846 113.5s: points, polyRussia: *** 113.6s: points, polyRussia: ITER 2: 56.97 M hits/sec, 16.24 QPS (0.06 sec for 1 queries), totHits=3508846 113.6s: points, polyRussia: ITER 3: 62.22 M hits/sec, 17.73 QPS (0.06 sec for 1 queries), totHits=3508846 113.6s: points, polyRussia: *** 113.7s: points, polyRussia: ITER 4: 63.24 M hits/sec, 18.02 QPS (0.06 sec for 1 queries), totHits=3508846 113.7s: points, polyRussia: *** 113.7s: points, polyRussia: ITER 5: 63.12 M hits/sec, 17.99 QPS (0.06 sec for 1 queries), totHits=3508846 113.8s: points, polyRussia: ITER 6: 60.81 M hits/sec, 17.33 QPS (0.06 sec for 1 queries), totHits=3508846 113.8s: points, polyRussia: ITER 7: 63.09 M hits/sec, 17.98 QPS (0.06 sec for 1 queries), totHits=3508846 113.9s: points, polyRussia: ITER 8: 63.26 M hits/sec, 18.03 QPS (0.06 sec for 1 queries), totHits=3508846 113.9s: points, polyRussia: *** 114.0s: points, polyRussia: ITER 9: 63.32 M hits/sec, 18.05 QPS (0.06 sec for 1 queries), totHits=3508846 114.0s: points, polyRussia: *** 114.0s: points, polyRussia: ITER 10: 64.69 M hits/sec, 18.44 QPS (0.05 sec for 1 queries), totHits=3508846 114.0s: points, polyRussia: *** 114.1s: points, polyRussia: ITER 11: 64.26 M hits/sec, 18.31 QPS (0.05 sec for 1 queries), totHits=3508846 114.1s: points, polyRussia: ITER 12: 64.49 M hits/sec, 18.38 QPS (0.05 sec for 1 queries), totHits=3508846 114.2s: points, polyRussia: ITER 13: 65.29 M hits/sec, 18.61 QPS (0.05 sec for 1 queries), totHits=3508846 114.2s: points, polyRussia: *** 114.2s: points, polyRussia: ITER 14: 64.93 M hits/sec, 18.51 QPS (0.05 sec for 1 queries), totHits=3508846 114.3s: points, polyRussia: ITER 15: 63.70 M hits/sec, 18.15 QPS (0.06 sec for 1 queries), totHits=3508846 114.3s: points, polyRussia: ITER 16: 65.62 M hits/sec, 18.70 QPS (0.05 sec for 1 queries), totHits=3508846 114.3s: points, polyRussia: *** 114.4s: points, polyRussia: ITER 17: 48.24 M hits/sec, 13.75 QPS (0.07 sec for 1 queries), totHits=3508846 114.5s: points, polyRussia: ITER 18: 66.94 M hits/sec, 19.08 QPS (0.05 sec for 1 queries), totHits=3508846 114.5s: points, polyRussia: *** 114.5s: points, polyRussia: ITER 19: 66.71 M hits/sec, 19.01 QPS (0.05 sec for 1 queries), totHits=3508846 114.5s: points, polyRussia: BEST M hits/sec: 66.93777560225229 114.5s: points, polyRussia: BEST QPS: 19.07686333405692 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |points|113.1s|0.0s|0.49|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|||| |distance|points|||| |distance|geopoint|||| |distance|shapes|||| |box|geo3d|||| |box|points|||| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|||| |poly 10|points|||| |poly 10|geopoint|||| |poly 10|shapes|||| |polyMedium|geo3d|||| |polyMedium|points|||| |polyMedium|geopoint|||| |polyMedium|shapes|||| |polyRussia|geo3d|||| |polyRussia|points|66.94|19.08|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 116.2s: geo3d, polyRussia: 1000000... 118.2s: geo3d, polyRussia: 2000000... 119.9s: geo3d, polyRussia: 3000000... 121.6s: geo3d, polyRussia: 4000000... 123.2s: geo3d, polyRussia: 5000000... 124.9s: geo3d, polyRussia: 6000000... 126.5s: geo3d, polyRussia: 7000000... 128.2s: geo3d, polyRussia: 8000000... 129.9s: geo3d, polyRussia: 9000000... 131.5s: geo3d, polyRussia: 10000000... 140.4s: geo3d, polyRussia: 11000000... 141.5s: geo3d, polyRussia: 12000000... 143.2s: geo3d, polyRussia: 13000000... 144.8s: geo3d, polyRussia: 14000000... 146.5s: geo3d, polyRussia: 15000000... 148.1s: geo3d, polyRussia: 16000000... 149.9s: geo3d, polyRussia: 17000000... 151.5s: geo3d, polyRussia: 18000000... 153.2s: geo3d, polyRussia: 19000000... 154.8s: geo3d, polyRussia: 20000000... 156.5s: geo3d, polyRussia: 21000000... 165.4s: geo3d, polyRussia: 22000000... 166.4s: geo3d, polyRussia: 23000000... 168.1s: geo3d, polyRussia: 24000000... 169.8s: geo3d, polyRussia: 25000000... 171.4s: geo3d, polyRussia: 26000000... 173.1s: geo3d, polyRussia: 27000000... 174.7s: geo3d, polyRussia: 28000000... 176.3s: geo3d, polyRussia: 29000000... 178.0s: geo3d, polyRussia: 30000000... 179.6s: geo3d, polyRussia: 31000000... 181.2s: geo3d, polyRussia: 32000000... 190.2s: geo3d, polyRussia: 33000000... 191.9s: geo3d, polyRussia: 34000000... 192.9s: geo3d, polyRussia: 35000000... 194.6s: geo3d, polyRussia: 36000000... 196.2s: geo3d, polyRussia: 37000000... 197.8s: geo3d, polyRussia: 38000000... 199.4s: geo3d, polyRussia: 39000000... 201.1s: geo3d, polyRussia: 40000000... 202.7s: geo3d, polyRussia: 41000000... 204.4s: geo3d, polyRussia: 42000000... 206.0s: geo3d, polyRussia: 43000000... 214.9s: geo3d, polyRussia: 44000000... 216.6s: geo3d, polyRussia: 45000000... 217.6s: geo3d, polyRussia: 46000000... 219.3s: geo3d, polyRussia: 47000000... 220.9s: geo3d, polyRussia: 48000000... 222.5s: geo3d, polyRussia: 49000000... 224.2s: geo3d, polyRussia: 50000000... 225.8s: geo3d, polyRussia: 51000000... 227.5s: geo3d, polyRussia: 52000000... 229.1s: geo3d, polyRussia: 53000000... 230.7s: geo3d, polyRussia: 54000000... 239.7s: geo3d, polyRussia: 55000000... 241.3s: geo3d, polyRussia: 56000000... 242.3s: geo3d, polyRussia: 57000000... 244.0s: geo3d, polyRussia: 58000000... 245.6s: geo3d, polyRussia: 59000000... 247.3s: geo3d, polyRussia: 60000000... 250.7s: geo3d, polyRussia: 136.104994623 sec to index part 0 250.7s: geo3d, polyRussia: INDEX SIZE: 0.6990031152963638 GB 250.7s: geo3d, polyRussia: READER MB: 0.0 250.7s: geo3d, polyRussia: maxDoc=60844404 252.2s: geo3d, polyRussia: ITER 0: 2.35 M hits/sec, 0.67 QPS (1.49 sec for 1 queries), totHits=3508671 252.2s: geo3d, polyRussia: *** 253.4s: geo3d, polyRussia: ITER 1: 2.92 M hits/sec, 0.83 QPS (1.20 sec for 1 queries), totHits=3508671 253.4s: geo3d, polyRussia: *** 254.5s: geo3d, polyRussia: ITER 2: 3.23 M hits/sec, 0.92 QPS (1.09 sec for 1 queries), totHits=3508671 254.5s: geo3d, polyRussia: *** 255.5s: geo3d, polyRussia: ITER 3: 3.46 M hits/sec, 0.99 QPS (1.01 sec for 1 queries), totHits=3508671 255.5s: geo3d, polyRussia: *** 256.5s: geo3d, polyRussia: ITER 4: 3.54 M hits/sec, 1.01 QPS (0.99 sec for 1 queries), totHits=3508671 256.5s: geo3d, polyRussia: *** 257.5s: geo3d, polyRussia: ITER 5: 3.50 M hits/sec, 1.00 QPS (1.00 sec for 1 queries), totHits=3508671 258.5s: geo3d, polyRussia: ITER 6: 3.52 M hits/sec, 1.00 QPS (1.00 sec for 1 queries), totHits=3508671 259.5s: geo3d, polyRussia: ITER 7: 3.48 M hits/sec, 0.99 QPS (1.01 sec for 1 queries), totHits=3508671 260.5s: geo3d, polyRussia: ITER 8: 3.53 M hits/sec, 1.01 QPS (0.99 sec for 1 queries), totHits=3508671 261.5s: geo3d, polyRussia: ITER 9: 3.57 M hits/sec, 1.02 QPS (0.98 sec for 1 queries), totHits=3508671 261.5s: geo3d, polyRussia: *** 262.5s: geo3d, polyRussia: ITER 10: 3.55 M hits/sec, 1.01 QPS (0.99 sec for 1 queries), totHits=3508671 263.5s: geo3d, polyRussia: ITER 11: 3.58 M hits/sec, 1.02 QPS (0.98 sec for 1 queries), totHits=3508671 263.5s: geo3d, polyRussia: *** 264.4s: geo3d, polyRussia: ITER 12: 3.58 M hits/sec, 1.02 QPS (0.98 sec for 1 queries), totHits=3508671 264.4s: geo3d, polyRussia: *** 265.4s: geo3d, polyRussia: ITER 13: 3.48 M hits/sec, 0.99 QPS (1.01 sec for 1 queries), totHits=3508671 266.4s: geo3d, polyRussia: ITER 14: 3.59 M hits/sec, 1.02 QPS (0.98 sec for 1 queries), totHits=3508671 266.4s: geo3d, polyRussia: *** 267.4s: geo3d, polyRussia: ITER 15: 3.51 M hits/sec, 1.00 QPS (1.00 sec for 1 queries), totHits=3508671 268.4s: geo3d, polyRussia: ITER 16: 3.49 M hits/sec, 1.00 QPS (1.00 sec for 1 queries), totHits=3508671 269.4s: geo3d, polyRussia: ITER 17: 3.49 M hits/sec, 0.99 QPS (1.01 sec for 1 queries), totHits=3508671 270.4s: geo3d, polyRussia: ITER 18: 3.55 M hits/sec, 1.01 QPS (0.99 sec for 1 queries), totHits=3508671 271.4s: geo3d, polyRussia: ITER 19: 3.59 M hits/sec, 1.02 QPS (0.98 sec for 1 queries), totHits=3508671 271.4s: geo3d, polyRussia: BEST M hits/sec: 3.58646665861556 271.4s: geo3d, polyRussia: BEST QPS: 1.0221724004945347 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|136.1s|0.0s|0.70|0.00| |points|113.1s|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.59|1.02|3508671| |polyRussia|points|66.94|19.08|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 273.3s: shapes, polyRussia: 1000000... 275.7s: shapes, polyRussia: 2000000... 277.7s: shapes, polyRussia: 3000000... 279.6s: shapes, polyRussia: 4000000... 281.5s: shapes, polyRussia: 5000000... 283.5s: shapes, polyRussia: 6000000... 285.4s: shapes, polyRussia: 7000000... 287.3s: shapes, polyRussia: 8000000... 289.3s: shapes, polyRussia: 9000000... 291.3s: shapes, polyRussia: 10000000... 303.0s: shapes, polyRussia: 11000000... 304.2s: shapes, polyRussia: 12000000... 306.1s: shapes, polyRussia: 13000000... 308.0s: shapes, polyRussia: 14000000... 310.0s: shapes, polyRussia: 15000000... 311.9s: shapes, polyRussia: 16000000... 314.0s: shapes, polyRussia: 17000000... 315.9s: shapes, polyRussia: 18000000... 317.9s: shapes, polyRussia: 19000000... 319.8s: shapes, polyRussia: 20000000... 321.8s: shapes, polyRussia: 21000000... 333.6s: shapes, polyRussia: 22000000... 334.8s: shapes, polyRussia: 23000000... 336.7s: shapes, polyRussia: 24000000... 338.7s: shapes, polyRussia: 25000000... 340.6s: shapes, polyRussia: 26000000... 342.6s: shapes, polyRussia: 27000000... 344.5s: shapes, polyRussia: 28000000... 346.4s: shapes, polyRussia: 29000000... 348.4s: shapes, polyRussia: 30000000... 350.3s: shapes, polyRussia: 31000000... 352.2s: shapes, polyRussia: 32000000... 364.1s: shapes, polyRussia: 33000000... 366.0s: shapes, polyRussia: 34000000... 367.2s: shapes, polyRussia: 35000000... 369.1s: shapes, polyRussia: 36000000... 371.0s: shapes, polyRussia: 37000000... 372.9s: shapes, polyRussia: 38000000... 374.8s: shapes, polyRussia: 39000000... 376.8s: shapes, polyRussia: 40000000... 378.7s: shapes, polyRussia: 41000000... 380.7s: shapes, polyRussia: 42000000... 382.6s: shapes, polyRussia: 43000000... 394.4s: shapes, polyRussia: 44000000... 396.4s: shapes, polyRussia: 45000000... 397.5s: shapes, polyRussia: 46000000... 399.4s: shapes, polyRussia: 47000000... 401.4s: shapes, polyRussia: 48000000... 403.3s: shapes, polyRussia: 49000000... 405.3s: shapes, polyRussia: 50000000... 407.2s: shapes, polyRussia: 51000000... 409.1s: shapes, polyRussia: 52000000... 411.1s: shapes, polyRussia: 53000000... 413.0s: shapes, polyRussia: 54000000... 424.8s: shapes, polyRussia: 55000000... 426.7s: shapes, polyRussia: 56000000... 427.9s: shapes, polyRussia: 57000000... 429.9s: shapes, polyRussia: 58000000... 431.8s: shapes, polyRussia: 59000000... 433.7s: shapes, polyRussia: 60000000... 438.6s: shapes, polyRussia: 167.146036461 sec to index part 0 438.6s: shapes, polyRussia: INDEX SIZE: 1.2543620793148875 GB 438.6s: shapes, polyRussia: READER MB: 0.0 438.6s: shapes, polyRussia: maxDoc=60844404 438.9s: shapes, polyRussia: ITER 0: 17.34 M hits/sec, 4.94 QPS (0.20 sec for 1 queries), totHits=3508846 438.9s: shapes, polyRussia: *** 439.0s: shapes, polyRussia: ITER 1: 40.77 M hits/sec, 11.62 QPS (0.09 sec for 1 queries), totHits=3508846 439.0s: shapes, polyRussia: *** 439.0s: shapes, polyRussia: ITER 2: 42.71 M hits/sec, 12.17 QPS (0.08 sec for 1 queries), totHits=3508846 439.0s: shapes, polyRussia: *** 439.1s: shapes, polyRussia: ITER 3: 35.78 M hits/sec, 10.20 QPS (0.10 sec for 1 queries), totHits=3508846 439.2s: shapes, polyRussia: ITER 4: 45.04 M hits/sec, 12.83 QPS (0.08 sec for 1 queries), totHits=3508846 439.2s: shapes, polyRussia: *** 439.3s: shapes, polyRussia: ITER 5: 45.36 M hits/sec, 12.93 QPS (0.08 sec for 1 queries), totHits=3508846 439.3s: shapes, polyRussia: *** 439.4s: shapes, polyRussia: ITER 6: 45.21 M hits/sec, 12.89 QPS (0.08 sec for 1 queries), totHits=3508846 439.4s: shapes, polyRussia: ITER 7: 45.30 M hits/sec, 12.91 QPS (0.08 sec for 1 queries), totHits=3508846 439.5s: shapes, polyRussia: ITER 8: 45.66 M hits/sec, 13.01 QPS (0.08 sec for 1 queries), totHits=3508846 439.5s: shapes, polyRussia: *** 439.6s: shapes, polyRussia: ITER 9: 45.50 M hits/sec, 12.97 QPS (0.08 sec for 1 queries), totHits=3508846 439.7s: shapes, polyRussia: ITER 10: 45.88 M hits/sec, 13.07 QPS (0.08 sec for 1 queries), totHits=3508846 439.7s: shapes, polyRussia: *** 439.8s: shapes, polyRussia: ITER 11: 45.59 M hits/sec, 12.99 QPS (0.08 sec for 1 queries), totHits=3508846 439.8s: shapes, polyRussia: ITER 12: 45.34 M hits/sec, 12.92 QPS (0.08 sec for 1 queries), totHits=3508846 439.9s: shapes, polyRussia: ITER 13: 45.42 M hits/sec, 12.95 QPS (0.08 sec for 1 queries), totHits=3508846 440.0s: shapes, polyRussia: ITER 14: 45.01 M hits/sec, 12.83 QPS (0.08 sec for 1 queries), totHits=3508846 440.1s: shapes, polyRussia: ITER 15: 41.32 M hits/sec, 11.77 QPS (0.08 sec for 1 queries), totHits=3508846 440.1s: shapes, polyRussia: ITER 16: 45.11 M hits/sec, 12.86 QPS (0.08 sec for 1 queries), totHits=3508846 440.2s: shapes, polyRussia: ITER 17: 45.68 M hits/sec, 13.02 QPS (0.08 sec for 1 queries), totHits=3508846 440.3s: shapes, polyRussia: ITER 18: 45.50 M hits/sec, 12.97 QPS (0.08 sec for 1 queries), totHits=3508846 440.4s: shapes, polyRussia: ITER 19: 46.15 M hits/sec, 13.15 QPS (0.08 sec for 1 queries), totHits=3508846 440.4s: shapes, polyRussia: *** 440.4s: shapes, polyRussia: BEST M hits/sec: 46.152917125886866 440.4s: shapes, polyRussia: BEST QPS: 13.15330371463634 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|136.1s|0.0s|0.70|0.00| |points|113.1s|0.0s|0.49|0.00| |shapes|167.1s|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.59|1.02|3508671| |polyRussia|points|66.94|19.08|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|46.15|13.15|3508846| |nearest 10|geo3d|||| |nearest 10|points|||| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|||| |sort|geopoint|||| |sort|shapes|||| RUN: java -XX:+UseParallelGC -Xmx10g -cp /l/util.nightly/src/main:test-framework/build/classes/java/main:sandbox/build/classes/java/main:codecs/build/classes/java/main:codecs/build/resources/main:core/build/classes/java/main:core/build/classes/java/main21:core/build/resources/main:sandbox/build/classes/java/main:spatial3d/build/classes/java/main perf.IndexAndSearchOpenStreetMaps -points -polyMedium 440.6s: points, polyMedium: INDEX SIZE: 0.4939169967547059 GB 440.6s: points, polyMedium: READER MB: 0.0 440.6s: points, polyMedium: maxDoc=60844404 441.2s: points, polyMedium: ITER 0: 7.30 M hits/sec, 89.49 QPS (0.37 sec for 33 queries), totHits=2693559 441.2s: points, polyMedium: *** 441.4s: points, polyMedium: ITER 1: 15.77 M hits/sec, 193.17 QPS (0.17 sec for 33 queries), totHits=2693559 441.4s: points, polyMedium: *** 441.5s: points, polyMedium: ITER 2: 16.44 M hits/sec, 201.44 QPS (0.16 sec for 33 queries), totHits=2693559 441.5s: points, polyMedium: *** 441.7s: points, polyMedium: ITER 3: 16.47 M hits/sec, 201.82 QPS (0.16 sec for 33 queries), totHits=2693559 441.7s: points, polyMedium: *** 441.9s: points, polyMedium: ITER 4: 15.96 M hits/sec, 195.49 QPS (0.17 sec for 33 queries), totHits=2693559 442.0s: points, polyMedium: ITER 5: 16.88 M hits/sec, 206.76 QPS (0.16 sec for 33 queries), totHits=2693559 442.0s: points, polyMedium: *** 442.2s: points, polyMedium: ITER 6: 16.73 M hits/sec, 204.94 QPS (0.16 sec for 33 queries), totHits=2693559 442.4s: points, polyMedium: ITER 7: 16.77 M hits/sec, 205.47 QPS (0.16 sec for 33 queries), totHits=2693559 442.5s: points, polyMedium: ITER 8: 16.57 M hits/sec, 202.99 QPS (0.16 sec for 33 queries), totHits=2693559 442.7s: points, polyMedium: ITER 9: 16.83 M hits/sec, 206.23 QPS (0.16 sec for 33 queries), totHits=2693559 442.8s: points, polyMedium: ITER 10: 16.64 M hits/sec, 203.83 QPS (0.16 sec for 33 queries), totHits=2693559 443.0s: points, polyMedium: ITER 11: 16.76 M hits/sec, 205.29 QPS (0.16 sec for 33 queries), totHits=2693559 443.2s: points, polyMedium: ITER 12: 16.86 M hits/sec, 206.61 QPS (0.16 sec for 33 queries), totHits=2693559 443.3s: points, polyMedium: ITER 13: 16.90 M hits/sec, 207.01 QPS (0.16 sec for 33 queries), totHits=2693559 443.3s: points, polyMedium: *** 443.5s: points, polyMedium: ITER 14: 16.89 M hits/sec, 206.93 QPS (0.16 sec for 33 queries), totHits=2693559 443.7s: points, polyMedium: ITER 15: 15.85 M hits/sec, 194.19 QPS (0.17 sec for 33 queries), totHits=2693559 443.8s: points, polyMedium: ITER 16: 16.72 M hits/sec, 204.90 QPS (0.16 sec for 33 queries), totHits=2693559 444.0s: points, polyMedium: ITER 17: 16.68 M hits/sec, 204.35 QPS (0.16 sec for 33 queries), totHits=2693559 444.1s: points, polyMedium: ITER 18: 16.70 M hits/sec, 204.66 QPS (0.16 sec for 33 queries), totHits=2693559 444.3s: points, polyMedium: ITER 19: 16.51 M hits/sec, 202.29 QPS (0.16 sec for 33 queries), totHits=2693559 444.3s: points, polyMedium: BEST M hits/sec: 16.896921146038952 444.3s: points, polyMedium: BEST QPS: 207.0117631799732 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|136.1s|0.0s|0.70|0.00| |points|113.1s|0.0s|0.49|0.00| |shapes|167.1s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|||| |distance|points|||| |distance|geopoint|||| |distance|shapes|||| |box|geo3d|||| |box|points|||| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|||| |poly 10|points|||| |poly 10|geopoint|||| |poly 10|shapes|||| |polyMedium|geo3d|||| |polyMedium|points|16.90|207.01|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|||| |polyRussia|geo3d|3.59|1.02|3508671| |polyRussia|points|66.94|19.08|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|46.15|13.15|3508846| |nearest 10|geo3d|||| |nearest 10|points|||| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|||| |sort|geopoint|||| |sort|shapes|||| RUN: java -XX:+UseParallelGC -Xmx10g -cp /l/util.nightly/src/main:test-framework/build/classes/java/main:sandbox/build/classes/java/main:codecs/build/classes/java/main:codecs/build/resources/main:core/build/classes/java/main:core/build/classes/java/main21:core/build/resources/main:sandbox/build/classes/java/main:spatial3d/build/classes/java/main perf.IndexAndSearchOpenStreetMaps -geo3dlarge -polyMedium 444.6s: geo3d, polyMedium: INDEX SIZE: 0.6990031152963638 GB 444.6s: geo3d, polyMedium: READER MB: 0.0 444.6s: geo3d, polyMedium: maxDoc=60844404 446.3s: geo3d, polyMedium: ITER 0: 1.70 M hits/sec, 20.81 QPS (1.59 sec for 33 queries), totHits=2693541 446.3s: geo3d, polyMedium: *** 447.3s: geo3d, polyMedium: ITER 1: 2.58 M hits/sec, 31.62 QPS (1.04 sec for 33 queries), totHits=2693541 447.3s: geo3d, polyMedium: *** 448.3s: geo3d, polyMedium: ITER 2: 2.58 M hits/sec, 31.57 QPS (1.05 sec for 33 queries), totHits=2693541 449.4s: geo3d, polyMedium: ITER 3: 2.53 M hits/sec, 30.99 QPS (1.06 sec for 33 queries), totHits=2693541 450.5s: geo3d, polyMedium: ITER 4: 2.51 M hits/sec, 30.71 QPS (1.07 sec for 33 queries), totHits=2693541 451.6s: geo3d, polyMedium: ITER 5: 2.47 M hits/sec, 30.31 QPS (1.09 sec for 33 queries), totHits=2693541 452.7s: geo3d, polyMedium: ITER 6: 2.40 M hits/sec, 29.44 QPS (1.12 sec for 33 queries), totHits=2693541 453.8s: geo3d, polyMedium: ITER 7: 2.48 M hits/sec, 30.43 QPS (1.08 sec for 33 queries), totHits=2693541 454.9s: geo3d, polyMedium: ITER 8: 2.50 M hits/sec, 30.63 QPS (1.08 sec for 33 queries), totHits=2693541 456.0s: geo3d, polyMedium: ITER 9: 2.38 M hits/sec, 29.14 QPS (1.13 sec for 33 queries), totHits=2693541 457.1s: geo3d, polyMedium: ITER 10: 2.47 M hits/sec, 30.32 QPS (1.09 sec for 33 queries), totHits=2693541 458.1s: geo3d, polyMedium: ITER 11: 2.53 M hits/sec, 30.97 QPS (1.07 sec for 33 queries), totHits=2693541 459.2s: geo3d, polyMedium: ITER 12: 2.50 M hits/sec, 30.68 QPS (1.08 sec for 33 queries), totHits=2693541 460.3s: geo3d, polyMedium: ITER 13: 2.47 M hits/sec, 30.31 QPS (1.09 sec for 33 queries), totHits=2693541 461.4s: geo3d, polyMedium: ITER 14: 2.46 M hits/sec, 30.12 QPS (1.10 sec for 33 queries), totHits=2693541 462.5s: geo3d, polyMedium: ITER 15: 2.55 M hits/sec, 31.19 QPS (1.06 sec for 33 queries), totHits=2693541 463.6s: geo3d, polyMedium: ITER 16: 2.47 M hits/sec, 30.31 QPS (1.09 sec for 33 queries), totHits=2693541 464.6s: geo3d, polyMedium: ITER 17: 2.50 M hits/sec, 30.68 QPS (1.08 sec for 33 queries), totHits=2693541 465.7s: geo3d, polyMedium: ITER 18: 2.48 M hits/sec, 30.41 QPS (1.09 sec for 33 queries), totHits=2693541 466.8s: geo3d, polyMedium: ITER 19: 2.48 M hits/sec, 30.41 QPS (1.09 sec for 33 queries), totHits=2693541 466.8s: geo3d, polyMedium: BEST M hits/sec: 2.581242108087383 466.8s: geo3d, polyMedium: BEST QPS: 31.624166688713345 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|136.1s|0.0s|0.70|0.00| |points|113.1s|0.0s|0.49|0.00| |shapes|167.1s|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.62|2693541| |polyMedium|points|16.90|207.01|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|||| |polyRussia|geo3d|3.59|1.02|3508671| |polyRussia|points|66.94|19.08|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|46.15|13.15|3508846| |nearest 10|geo3d|||| |nearest 10|points|||| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|||| |sort|geopoint|||| |sort|shapes|||| RUN: java -XX:+UseParallelGC -Xmx10g -cp /l/util.nightly/src/main:test-framework/build/classes/java/main:sandbox/build/classes/java/main:codecs/build/classes/java/main:codecs/build/resources/main:core/build/classes/java/main:core/build/classes/java/main21:core/build/resources/main:sandbox/build/classes/java/main:spatial3d/build/classes/java/main perf.IndexAndSearchOpenStreetMaps -shapes -polyMedium 467.1s: shapes, polyMedium: INDEX SIZE: 1.2543620793148875 GB 467.1s: shapes, polyMedium: READER MB: 0.0 467.1s: shapes, polyMedium: maxDoc=60844404 467.7s: shapes, polyMedium: ITER 0: 4.93 M hits/sec, 60.42 QPS (0.55 sec for 33 queries), totHits=2693559 467.7s: shapes, polyMedium: *** 467.9s: shapes, polyMedium: ITER 1: 13.30 M hits/sec, 162.89 QPS (0.20 sec for 33 queries), totHits=2693559 467.9s: shapes, polyMedium: *** 468.1s: shapes, polyMedium: ITER 2: 13.58 M hits/sec, 166.36 QPS (0.20 sec for 33 queries), totHits=2693559 468.1s: shapes, polyMedium: *** 468.3s: shapes, polyMedium: ITER 3: 13.69 M hits/sec, 167.72 QPS (0.20 sec for 33 queries), totHits=2693559 468.3s: shapes, polyMedium: *** 468.5s: shapes, polyMedium: ITER 4: 12.98 M hits/sec, 159.04 QPS (0.21 sec for 33 queries), totHits=2693559 468.7s: shapes, polyMedium: ITER 5: 13.63 M hits/sec, 166.94 QPS (0.20 sec for 33 queries), totHits=2693559 468.9s: shapes, polyMedium: ITER 6: 13.80 M hits/sec, 169.02 QPS (0.20 sec for 33 queries), totHits=2693559 468.9s: shapes, polyMedium: *** 469.1s: shapes, polyMedium: ITER 7: 13.71 M hits/sec, 167.94 QPS (0.20 sec for 33 queries), totHits=2693559 469.3s: shapes, polyMedium: ITER 8: 13.53 M hits/sec, 165.70 QPS (0.20 sec for 33 queries), totHits=2693559 469.5s: shapes, polyMedium: ITER 9: 13.71 M hits/sec, 167.94 QPS (0.20 sec for 33 queries), totHits=2693559 469.7s: shapes, polyMedium: ITER 10: 13.66 M hits/sec, 167.40 QPS (0.20 sec for 33 queries), totHits=2693559 469.9s: shapes, polyMedium: ITER 11: 13.69 M hits/sec, 167.69 QPS (0.20 sec for 33 queries), totHits=2693559 470.1s: shapes, polyMedium: ITER 12: 13.66 M hits/sec, 167.36 QPS (0.20 sec for 33 queries), totHits=2693559 470.3s: shapes, polyMedium: ITER 13: 13.77 M hits/sec, 168.76 QPS (0.20 sec for 33 queries), totHits=2693559 470.5s: shapes, polyMedium: ITER 14: 13.73 M hits/sec, 168.26 QPS (0.20 sec for 33 queries), totHits=2693559 470.7s: shapes, polyMedium: ITER 15: 13.59 M hits/sec, 166.50 QPS (0.20 sec for 33 queries), totHits=2693559 470.9s: shapes, polyMedium: ITER 16: 13.64 M hits/sec, 167.11 QPS (0.20 sec for 33 queries), totHits=2693559 471.1s: shapes, polyMedium: ITER 17: 12.94 M hits/sec, 158.57 QPS (0.21 sec for 33 queries), totHits=2693559 471.3s: shapes, polyMedium: ITER 18: 13.73 M hits/sec, 168.17 QPS (0.20 sec for 33 queries), totHits=2693559 471.5s: shapes, polyMedium: ITER 19: 13.66 M hits/sec, 167.34 QPS (0.20 sec for 33 queries), totHits=2693559 471.5s: shapes, polyMedium: BEST M hits/sec: 13.79569663592123 471.5s: shapes, polyMedium: BEST QPS: 169.0172700822223 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|136.1s|0.0s|0.70|0.00| |points|113.1s|0.0s|0.49|0.00| |shapes|167.1s|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.62|2693541| |polyMedium|points|16.90|207.01|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.80|169.02|2693559| |polyRussia|geo3d|3.59|1.02|3508671| |polyRussia|points|66.94|19.08|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|46.15|13.15|3508846| |nearest 10|geo3d|||| |nearest 10|points|||| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|||| |sort|geopoint|||| |sort|shapes|||| RUN: java -XX:+UseParallelGC -Xmx10g -cp /l/util.nightly/src/main:test-framework/build/classes/java/main:sandbox/build/classes/java/main:codecs/build/classes/java/main:codecs/build/resources/main:core/build/classes/java/main:core/build/classes/java/main21:core/build/resources/main:sandbox/build/classes/java/main:spatial3d/build/classes/java/main perf.IndexAndSearchOpenStreetMaps -points -poly 10 471.7s: points, poly 10: INDEX SIZE: 0.4939169967547059 GB 471.7s: points, poly 10: READER MB: 0.0 471.7s: points, poly 10: maxDoc=60844404 473.7s: points, poly 10: ITER 0: 179.01 M hits/sec, 113.20 QPS (1.99 sec for 225 queries), totHits=355809475 473.7s: points, poly 10: *** 475.3s: points, poly 10: ITER 1: 230.03 M hits/sec, 145.46 QPS (1.55 sec for 225 queries), totHits=355809475 475.3s: points, poly 10: *** 476.5s: points, poly 10: ITER 2: 283.10 M hits/sec, 179.02 QPS (1.26 sec for 225 queries), totHits=355809475 476.5s: points, poly 10: *** 477.8s: points, poly 10: ITER 3: 277.50 M hits/sec, 175.48 QPS (1.28 sec for 225 queries), totHits=355809475 479.1s: points, poly 10: ITER 4: 281.13 M hits/sec, 177.78 QPS (1.27 sec for 225 queries), totHits=355809475 480.3s: points, poly 10: ITER 5: 288.72 M hits/sec, 182.58 QPS (1.23 sec for 225 queries), totHits=355809475 480.3s: points, poly 10: *** 481.6s: points, poly 10: ITER 6: 287.25 M hits/sec, 181.64 QPS (1.24 sec for 225 queries), totHits=355809475 482.8s: points, poly 10: ITER 7: 289.27 M hits/sec, 182.93 QPS (1.23 sec for 225 queries), totHits=355809475 482.8s: points, poly 10: *** 484.1s: points, poly 10: ITER 8: 284.55 M hits/sec, 179.94 QPS (1.25 sec for 225 queries), totHits=355809475 485.3s: points, poly 10: ITER 9: 286.52 M hits/sec, 181.18 QPS (1.24 sec for 225 queries), totHits=355809475 486.5s: points, poly 10: ITER 10: 290.18 M hits/sec, 183.50 QPS (1.23 sec for 225 queries), totHits=355809475 486.5s: points, poly 10: *** 487.8s: points, poly 10: ITER 11: 286.48 M hits/sec, 181.16 QPS (1.24 sec for 225 queries), totHits=355809475 489.0s: points, poly 10: ITER 12: 283.13 M hits/sec, 179.04 QPS (1.26 sec for 225 queries), totHits=355809475 490.3s: points, poly 10: ITER 13: 284.24 M hits/sec, 179.74 QPS (1.25 sec for 225 queries), totHits=355809475 491.5s: points, poly 10: ITER 14: 287.83 M hits/sec, 182.01 QPS (1.24 sec for 225 queries), totHits=355809475 492.7s: points, poly 10: ITER 15: 293.28 M hits/sec, 185.46 QPS (1.21 sec for 225 queries), totHits=355809475 492.7s: points, poly 10: *** 494.0s: points, poly 10: ITER 16: 285.48 M hits/sec, 180.52 QPS (1.25 sec for 225 queries), totHits=355809475 495.2s: points, poly 10: ITER 17: 288.71 M hits/sec, 182.57 QPS (1.23 sec for 225 queries), totHits=355809475 496.4s: points, poly 10: ITER 18: 287.09 M hits/sec, 181.54 QPS (1.24 sec for 225 queries), totHits=355809475 497.7s: points, poly 10: ITER 19: 288.35 M hits/sec, 182.34 QPS (1.23 sec for 225 queries), totHits=355809475 497.7s: points, poly 10: BEST M hits/sec: 293.2829373464781 497.7s: points, poly 10: BEST QPS: 185.4606623473351 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|136.1s|0.0s|0.70|0.00| |points|113.1s|0.0s|0.49|0.00| |shapes|167.1s|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|293.28|185.46|355809475| |poly 10|geopoint|||| |poly 10|shapes|||| |polyMedium|geo3d|2.58|31.62|2693541| |polyMedium|points|16.90|207.01|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.80|169.02|2693559| |polyRussia|geo3d|3.59|1.02|3508671| |polyRussia|points|66.94|19.08|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|46.15|13.15|3508846| |nearest 10|geo3d|||| |nearest 10|points|||| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|||| |sort|geopoint|||| |sort|shapes|||| RUN: java -XX:+UseParallelGC -Xmx10g -cp /l/util.nightly/src/main:test-framework/build/classes/java/main:sandbox/build/classes/java/main:codecs/build/classes/java/main:codecs/build/resources/main:core/build/classes/java/main:core/build/classes/java/main21:core/build/resources/main:sandbox/build/classes/java/main:spatial3d/build/classes/java/main perf.IndexAndSearchOpenStreetMaps -geo3d -poly 10 497.9s: geo3d, poly 10: INDEX SIZE: 0.6990031152963638 GB 497.9s: geo3d, poly 10: READER MB: 0.0 497.9s: geo3d, poly 10: maxDoc=60844404 499.9s: geo3d, poly 10: ITER 0: 185.91 M hits/sec, 117.55 QPS (1.91 sec for 225 queries), totHits=355855227 499.9s: geo3d, poly 10: *** 501.3s: geo3d, poly 10: ITER 1: 239.80 M hits/sec, 151.62 QPS (1.48 sec for 225 queries), totHits=355855227 501.3s: geo3d, poly 10: *** 502.8s: geo3d, poly 10: ITER 2: 240.26 M hits/sec, 151.91 QPS (1.48 sec for 225 queries), totHits=355855227 502.8s: geo3d, poly 10: *** 504.4s: geo3d, poly 10: ITER 3: 225.70 M hits/sec, 142.71 QPS (1.58 sec for 225 queries), totHits=355855227 505.9s: geo3d, poly 10: ITER 4: 243.70 M hits/sec, 154.09 QPS (1.46 sec for 225 queries), totHits=355855227 505.9s: geo3d, poly 10: *** 507.3s: geo3d, poly 10: ITER 5: 251.02 M hits/sec, 158.72 QPS (1.42 sec for 225 queries), totHits=355855227 507.3s: geo3d, poly 10: *** 508.7s: geo3d, poly 10: ITER 6: 249.58 M hits/sec, 157.81 QPS (1.43 sec for 225 queries), totHits=355855227 510.2s: geo3d, poly 10: ITER 7: 243.72 M hits/sec, 154.10 QPS (1.46 sec for 225 queries), totHits=355855227 511.6s: geo3d, poly 10: ITER 8: 251.00 M hits/sec, 158.70 QPS (1.42 sec for 225 queries), totHits=355855227 513.0s: geo3d, poly 10: ITER 9: 245.07 M hits/sec, 154.96 QPS (1.45 sec for 225 queries), totHits=355855227 514.5s: geo3d, poly 10: ITER 10: 245.71 M hits/sec, 155.36 QPS (1.45 sec for 225 queries), totHits=355855227 515.9s: geo3d, poly 10: ITER 11: 246.16 M hits/sec, 155.64 QPS (1.45 sec for 225 queries), totHits=355855227 517.4s: geo3d, poly 10: ITER 12: 245.99 M hits/sec, 155.54 QPS (1.45 sec for 225 queries), totHits=355855227 518.8s: geo3d, poly 10: ITER 13: 246.68 M hits/sec, 155.97 QPS (1.44 sec for 225 queries), totHits=355855227 520.3s: geo3d, poly 10: ITER 14: 247.43 M hits/sec, 156.45 QPS (1.44 sec for 225 queries), totHits=355855227 521.7s: geo3d, poly 10: ITER 15: 249.86 M hits/sec, 157.98 QPS (1.42 sec for 225 queries), totHits=355855227 523.1s: geo3d, poly 10: ITER 16: 246.63 M hits/sec, 155.94 QPS (1.44 sec for 225 queries), totHits=355855227 524.6s: geo3d, poly 10: ITER 17: 242.51 M hits/sec, 153.33 QPS (1.47 sec for 225 queries), totHits=355855227 526.1s: geo3d, poly 10: ITER 18: 243.42 M hits/sec, 153.91 QPS (1.46 sec for 225 queries), totHits=355855227 527.5s: geo3d, poly 10: ITER 19: 239.49 M hits/sec, 151.42 QPS (1.49 sec for 225 queries), totHits=355855227 527.5s: geo3d, poly 10: BEST M hits/sec: 251.02213374710203 527.5s: geo3d, poly 10: BEST QPS: 158.71617390377114 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|136.1s|0.0s|0.70|0.00| |points|113.1s|0.0s|0.49|0.00| |shapes|167.1s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|||| |distance|points|||| |distance|geopoint|||| |distance|shapes|||| |box|geo3d|||| |box|points|||| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|251.02|158.72|355855227| |poly 10|points|293.28|185.46|355809475| |poly 10|geopoint|||| |poly 10|shapes|||| |polyMedium|geo3d|2.58|31.62|2693541| |polyMedium|points|16.90|207.01|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.80|169.02|2693559| |polyRussia|geo3d|3.59|1.02|3508671| |polyRussia|points|66.94|19.08|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|46.15|13.15|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 527.8s: shapes, poly 10: INDEX SIZE: 1.2543620793148875 GB 527.8s: shapes, poly 10: READER MB: 0.0 527.8s: shapes, poly 10: maxDoc=60844404 529.9s: shapes, poly 10: ITER 0: 167.13 M hits/sec, 105.69 QPS (2.13 sec for 225 queries), totHits=355809475 529.9s: shapes, poly 10: *** 531.8s: shapes, poly 10: ITER 1: 189.63 M hits/sec, 119.91 QPS (1.88 sec for 225 queries), totHits=355809475 531.8s: shapes, poly 10: *** 533.7s: shapes, poly 10: ITER 2: 188.94 M hits/sec, 119.48 QPS (1.88 sec for 225 queries), totHits=355809475 535.5s: shapes, poly 10: ITER 3: 194.52 M hits/sec, 123.00 QPS (1.83 sec for 225 queries), totHits=355809475 535.5s: shapes, poly 10: *** 537.4s: shapes, poly 10: ITER 4: 195.05 M hits/sec, 123.34 QPS (1.82 sec for 225 queries), totHits=355809475 537.4s: shapes, poly 10: *** 539.2s: shapes, poly 10: ITER 5: 196.26 M hits/sec, 124.11 QPS (1.81 sec for 225 queries), totHits=355809475 539.2s: shapes, poly 10: *** 541.0s: shapes, poly 10: ITER 6: 195.10 M hits/sec, 123.37 QPS (1.82 sec for 225 queries), totHits=355809475 542.8s: shapes, poly 10: ITER 7: 195.86 M hits/sec, 123.85 QPS (1.82 sec for 225 queries), totHits=355809475 544.6s: shapes, poly 10: ITER 8: 195.23 M hits/sec, 123.46 QPS (1.82 sec for 225 queries), totHits=355809475 546.4s: shapes, poly 10: ITER 9: 197.67 M hits/sec, 125.00 QPS (1.80 sec for 225 queries), totHits=355809475 546.4s: shapes, poly 10: *** 548.3s: shapes, poly 10: ITER 10: 195.95 M hits/sec, 123.91 QPS (1.82 sec for 225 queries), totHits=355809475 550.1s: shapes, poly 10: ITER 11: 195.23 M hits/sec, 123.46 QPS (1.82 sec for 225 queries), totHits=355809475 551.9s: shapes, poly 10: ITER 12: 193.35 M hits/sec, 122.27 QPS (1.84 sec for 225 queries), totHits=355809475 553.8s: shapes, poly 10: ITER 13: 193.60 M hits/sec, 122.42 QPS (1.84 sec for 225 queries), totHits=355809475 555.6s: shapes, poly 10: ITER 14: 194.54 M hits/sec, 123.02 QPS (1.83 sec for 225 queries), totHits=355809475 557.4s: shapes, poly 10: ITER 15: 192.90 M hits/sec, 121.98 QPS (1.84 sec for 225 queries), totHits=355809475 559.3s: shapes, poly 10: ITER 16: 194.09 M hits/sec, 122.74 QPS (1.83 sec for 225 queries), totHits=355809475 561.1s: shapes, poly 10: ITER 17: 196.51 M hits/sec, 124.26 QPS (1.81 sec for 225 queries), totHits=355809475 562.9s: shapes, poly 10: ITER 18: 193.97 M hits/sec, 122.66 QPS (1.83 sec for 225 queries), totHits=355809475 564.7s: shapes, poly 10: ITER 19: 194.87 M hits/sec, 123.23 QPS (1.83 sec for 225 queries), totHits=355809475 564.7s: shapes, poly 10: BEST M hits/sec: 197.66703269593043 564.7s: shapes, poly 10: BEST QPS: 124.99690278507715 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|136.1s|0.0s|0.70|0.00| |points|113.1s|0.0s|0.49|0.00| |shapes|167.1s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|||| |distance|points|||| |distance|geopoint|||| |distance|shapes|||| |box|geo3d|||| |box|points|||| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|251.02|158.72|355855227| |poly 10|points|293.28|185.46|355809475| |poly 10|geopoint|||| |poly 10|shapes|197.67|125.00|355809475| |polyMedium|geo3d|2.58|31.62|2693541| |polyMedium|points|16.90|207.01|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.80|169.02|2693559| |polyRussia|geo3d|3.59|1.02|3508671| |polyRussia|points|66.94|19.08|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|46.15|13.15|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.0s: points, nearest 10: INDEX SIZE: 0.4939169967547059 GB 565.0s: points, nearest 10: READER MB: 0.0 565.0s: points, nearest 10: maxDoc=60844404 565.1s: points, nearest 10: ITER 0: 1459.81 QPS (0.15 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 565.1s: points, nearest 10: *** 565.2s: points, nearest 10: ITER 1: 2861.72 QPS (0.08 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 565.2s: points, nearest 10: *** 565.3s: points, nearest 10: ITER 2: 2797.22 QPS (0.08 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 565.4s: points, nearest 10: ITER 3: 2720.37 QPS (0.08 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 565.5s: points, nearest 10: ITER 4: 2744.45 QPS (0.08 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 565.5s: points, nearest 10: ITER 5: 2778.12 QPS (0.08 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 565.6s: points, nearest 10: ITER 6: 2821.31 QPS (0.08 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 565.7s: points, nearest 10: ITER 7: 2683.93 QPS (0.08 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 565.8s: points, nearest 10: ITER 8: 3199.73 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 565.8s: points, nearest 10: *** 565.8s: points, nearest 10: ITER 9: 3264.04 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 565.8s: points, nearest 10: *** 565.9s: points, nearest 10: ITER 10: 3270.10 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 565.9s: points, nearest 10: *** 566.0s: points, nearest 10: ITER 11: 3274.92 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 566.0s: points, nearest 10: *** 566.1s: points, nearest 10: ITER 12: 3280.16 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 566.1s: points, nearest 10: *** 566.1s: points, nearest 10: ITER 13: 3258.85 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 566.2s: points, nearest 10: ITER 14: 3264.55 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 566.3s: points, nearest 10: ITER 15: 3108.05 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 566.3s: points, nearest 10: ITER 16: 3287.66 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 566.3s: points, nearest 10: *** 566.4s: points, nearest 10: ITER 17: 3292.08 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 566.4s: points, nearest 10: *** 566.5s: points, nearest 10: ITER 18: 3281.56 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 566.5s: points, nearest 10: ITER 19: 3274.71 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 566.5s: points, nearest 10: BEST M hits/sec: 0.03292078035593333 566.5s: points, nearest 10: BEST QPS: 3292.078035593333 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|136.1s|0.0s|0.70|0.00| |points|113.1s|0.0s|0.49|0.00| |shapes|167.1s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|||| |distance|points|||| |distance|geopoint|||| |distance|shapes|||| |box|geo3d|||| |box|points|||| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|251.02|158.72|355855227| |poly 10|points|293.28|185.46|355809475| |poly 10|geopoint|||| |poly 10|shapes|197.67|125.00|355809475| |polyMedium|geo3d|2.58|31.62|2693541| |polyMedium|points|16.90|207.01|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.80|169.02|2693559| |polyRussia|geo3d|3.59|1.02|3508671| |polyRussia|points|66.94|19.08|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|46.15|13.15|3508846| |nearest 10|geo3d|||| |nearest 10|points|0.03|3292.08|60844404| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|||| |sort|geopoint|||| |sort|shapes|||| RUN: java -XX:+UseParallelGC -Xmx10g -cp /l/util.nightly/src/main:test-framework/build/classes/java/main:sandbox/build/classes/java/main:codecs/build/classes/java/main:codecs/build/resources/main:core/build/classes/java/main:core/build/classes/java/main21:core/build/resources/main:sandbox/build/classes/java/main:spatial3d/build/classes/java/main perf.IndexAndSearchOpenStreetMaps -points -sort -box -reindex 568.2s: points, sort: 1000000... 570.2s: points, sort: 2000000... 571.7s: points, sort: 3000000... 573.2s: points, sort: 4000000... 574.6s: points, sort: 5000000... 576.1s: points, sort: 6000000... 577.5s: points, sort: 7000000... 578.9s: points, sort: 8000000... 580.4s: points, sort: 9000000... 581.8s: points, sort: 10000000... 589.5s: points, sort: 11000000... 590.4s: points, sort: 12000000... 591.9s: points, sort: 13000000... 593.3s: points, sort: 14000000... 594.7s: points, sort: 15000000... 596.1s: points, sort: 16000000... 597.6s: points, sort: 17000000... 599.1s: points, sort: 18000000... 600.5s: points, sort: 19000000... 601.9s: points, sort: 20000000... 603.3s: points, sort: 21000000... 610.9s: points, sort: 22000000... 611.8s: points, sort: 23000000... 613.3s: points, sort: 24000000... 614.7s: points, sort: 25000000... 616.1s: points, sort: 26000000... 617.5s: points, sort: 27000000... 619.0s: points, sort: 28000000... 620.4s: points, sort: 29000000... 621.8s: points, sort: 30000000... 623.2s: points, sort: 31000000... 624.6s: points, sort: 32000000... 632.2s: points, sort: 33000000... 633.6s: points, sort: 34000000... 634.5s: points, sort: 35000000... 635.9s: points, sort: 36000000... 637.3s: points, sort: 37000000... 638.7s: points, sort: 38000000... 640.1s: points, sort: 39000000... 641.5s: points, sort: 40000000... 642.9s: points, sort: 41000000... 644.4s: points, sort: 42000000... 645.8s: points, sort: 43000000... 653.3s: points, sort: 44000000... 654.7s: points, sort: 45000000... 655.6s: points, sort: 46000000... 657.0s: points, sort: 47000000... 658.4s: points, sort: 48000000... 659.9s: points, sort: 49000000... 661.3s: points, sort: 50000000... 662.7s: points, sort: 51000000... 664.2s: points, sort: 52000000... 665.6s: points, sort: 53000000... 667.0s: points, sort: 54000000... 674.4s: points, sort: 55000000... 675.9s: points, sort: 56000000... 676.9s: points, sort: 57000000... 678.3s: points, sort: 58000000... 679.8s: points, sort: 59000000... 681.2s: points, sort: 60000000... 685.7s: points, sort: 119.093759052 sec to index part 0 685.7s: points, sort: INDEX SIZE: 0.9472482623532414 GB 685.7s: points, sort: READER MB: 0.0 685.7s: points, sort: maxDoc=60844404 688.1s: points, sort: ITER 0: 129.21 M hits/sec, 131.48 QPS (1.71 sec for 225 queries), totHits=221118844 688.1s: points, sort: *** 690.3s: points, sort: ITER 1: 147.47 M hits/sec, 150.06 QPS (1.50 sec for 225 queries), totHits=221118844 690.3s: points, sort: *** 692.4s: points, sort: ITER 2: 152.09 M hits/sec, 154.76 QPS (1.45 sec for 225 queries), totHits=221118844 692.4s: points, sort: *** 694.8s: points, sort: ITER 3: 129.08 M hits/sec, 131.34 QPS (1.71 sec for 225 queries), totHits=221118844 697.2s: points, sort: ITER 4: 121.56 M hits/sec, 123.70 QPS (1.82 sec for 225 queries), totHits=221118844 699.7s: points, sort: ITER 5: 121.63 M hits/sec, 123.76 QPS (1.82 sec for 225 queries), totHits=221118844 702.2s: points, sort: ITER 6: 120.66 M hits/sec, 122.78 QPS (1.83 sec for 225 queries), totHits=221118844 704.7s: points, sort: ITER 7: 120.12 M hits/sec, 122.23 QPS (1.84 sec for 225 queries), totHits=221118844 707.1s: points, sort: ITER 8: 122.29 M hits/sec, 124.44 QPS (1.81 sec for 225 queries), totHits=221118844 709.6s: points, sort: ITER 9: 121.21 M hits/sec, 123.33 QPS (1.82 sec for 225 queries), totHits=221118844 712.1s: points, sort: ITER 10: 123.36 M hits/sec, 125.52 QPS (1.79 sec for 225 queries), totHits=221118844 714.5s: points, sort: ITER 11: 122.66 M hits/sec, 124.82 QPS (1.80 sec for 225 queries), totHits=221118844 717.0s: points, sort: ITER 12: 122.12 M hits/sec, 124.26 QPS (1.81 sec for 225 queries), totHits=221118844 719.4s: points, sort: ITER 13: 122.09 M hits/sec, 124.23 QPS (1.81 sec for 225 queries), totHits=221118844 721.9s: points, sort: ITER 14: 122.14 M hits/sec, 124.28 QPS (1.81 sec for 225 queries), totHits=221118844 724.3s: points, sort: ITER 15: 122.10 M hits/sec, 124.25 QPS (1.81 sec for 225 queries), totHits=221118844 726.8s: points, sort: ITER 16: 122.43 M hits/sec, 124.58 QPS (1.81 sec for 225 queries), totHits=221118844 729.2s: points, sort: ITER 17: 123.59 M hits/sec, 125.76 QPS (1.79 sec for 225 queries), totHits=221118844 731.7s: points, sort: ITER 18: 122.77 M hits/sec, 124.93 QPS (1.80 sec for 225 queries), totHits=221118844 734.1s: points, sort: ITER 19: 122.41 M hits/sec, 124.55 QPS (1.81 sec for 225 queries), totHits=221118844 734.1s: points, sort: BEST M hits/sec: 152.0937210590865 734.1s: points, sort: BEST QPS: 154.76332373687003 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|136.1s|0.0s|0.70|0.00| |points|113.1s|0.0s|0.49|0.00| |shapes|167.1s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|||| |distance|points|||| |distance|geopoint|||| |distance|shapes|||| |box|geo3d|||| |box|points|||| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|251.02|158.72|355855227| |poly 10|points|293.28|185.46|355809475| |poly 10|geopoint|||| |poly 10|shapes|197.67|125.00|355809475| |polyMedium|geo3d|2.58|31.62|2693541| |polyMedium|points|16.90|207.01|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.80|169.02|2693559| |polyRussia|geo3d|3.59|1.02|3508671| |polyRussia|points|66.94|19.08|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|46.15|13.15|3508846| |nearest 10|geo3d|||| |nearest 10|points|0.03|3292.08|60844404| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|152.09|154.76|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 734.4s: points, distance: INDEX SIZE: 0.4939169967547059 GB 734.4s: points, distance: READER MB: 0.0 734.4s: points, distance: maxDoc=60844404 736.4s: points, distance: ITER 0: 191.73 M hits/sec, 112.64 QPS (2.00 sec for 225 queries), totHits=382961957 736.4s: points, distance: *** 737.9s: points, distance: ITER 1: 245.33 M hits/sec, 144.14 QPS (1.56 sec for 225 queries), totHits=382961957 737.9s: points, distance: *** 739.1s: points, distance: ITER 2: 313.99 M hits/sec, 184.48 QPS (1.22 sec for 225 queries), totHits=382961957 739.1s: points, distance: *** 740.4s: points, distance: ITER 3: 302.56 M hits/sec, 177.76 QPS (1.27 sec for 225 queries), totHits=382961957 741.6s: points, distance: ITER 4: 312.63 M hits/sec, 183.68 QPS (1.22 sec for 225 queries), totHits=382961957 742.8s: points, distance: ITER 5: 320.19 M hits/sec, 188.12 QPS (1.20 sec for 225 queries), totHits=382961957 742.8s: points, distance: *** 744.0s: points, distance: ITER 6: 319.73 M hits/sec, 187.85 QPS (1.20 sec for 225 queries), totHits=382961957 745.2s: points, distance: ITER 7: 319.40 M hits/sec, 187.66 QPS (1.20 sec for 225 queries), totHits=382961957 746.4s: points, distance: ITER 8: 320.08 M hits/sec, 188.05 QPS (1.20 sec for 225 queries), totHits=382961957 747.6s: points, distance: ITER 9: 325.89 M hits/sec, 191.47 QPS (1.18 sec for 225 queries), totHits=382961957 747.6s: points, distance: *** 748.8s: points, distance: ITER 10: 320.50 M hits/sec, 188.30 QPS (1.19 sec for 225 queries), totHits=382961957 750.0s: points, distance: ITER 11: 321.79 M hits/sec, 189.06 QPS (1.19 sec for 225 queries), totHits=382961957 751.2s: points, distance: ITER 12: 321.92 M hits/sec, 189.14 QPS (1.19 sec for 225 queries), totHits=382961957 752.4s: points, distance: ITER 13: 320.46 M hits/sec, 188.28 QPS (1.20 sec for 225 queries), totHits=382961957 753.6s: points, distance: ITER 14: 312.97 M hits/sec, 183.88 QPS (1.22 sec for 225 queries), totHits=382961957 754.8s: points, distance: ITER 15: 321.94 M hits/sec, 189.15 QPS (1.19 sec for 225 queries), totHits=382961957 756.0s: points, distance: ITER 16: 320.26 M hits/sec, 188.16 QPS (1.20 sec for 225 queries), totHits=382961957 757.2s: points, distance: ITER 17: 317.69 M hits/sec, 186.65 QPS (1.21 sec for 225 queries), totHits=382961957 758.4s: points, distance: ITER 18: 318.41 M hits/sec, 187.07 QPS (1.20 sec for 225 queries), totHits=382961957 759.6s: points, distance: ITER 19: 316.53 M hits/sec, 185.97 QPS (1.21 sec for 225 queries), totHits=382961957 759.6s: points, distance: BEST M hits/sec: 325.8854884291828 759.6s: points, distance: BEST QPS: 191.46610663619032 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|136.1s|0.0s|0.70|0.00| |points|113.1s|0.0s|0.49|0.00| |shapes|167.1s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|||| |distance|points|325.89|191.47|382961957| |distance|geopoint|||| |distance|shapes|||| |box|geo3d|||| |box|points|||| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|251.02|158.72|355855227| |poly 10|points|293.28|185.46|355809475| |poly 10|geopoint|||| |poly 10|shapes|197.67|125.00|355809475| |polyMedium|geo3d|2.58|31.62|2693541| |polyMedium|points|16.90|207.01|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.80|169.02|2693559| |polyRussia|geo3d|3.59|1.02|3508671| |polyRussia|points|66.94|19.08|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|46.15|13.15|3508846| |nearest 10|geo3d|||| |nearest 10|points|0.03|3292.08|60844404| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|152.09|154.76|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 759.8s: geo3d, distance: INDEX SIZE: 0.6990031152963638 GB 759.8s: geo3d, distance: READER MB: 0.0 759.8s: geo3d, distance: maxDoc=60844404 761.9s: geo3d, distance: ITER 0: 190.50 M hits/sec, 111.81 QPS (2.01 sec for 225 queries), totHits=383371904 761.9s: geo3d, distance: *** 763.4s: geo3d, distance: ITER 1: 248.62 M hits/sec, 145.91 QPS (1.54 sec for 225 queries), totHits=383371904 763.4s: geo3d, distance: *** 764.7s: geo3d, distance: ITER 2: 304.75 M hits/sec, 178.86 QPS (1.26 sec for 225 queries), totHits=383371904 764.7s: geo3d, distance: *** 766.0s: geo3d, distance: ITER 3: 278.15 M hits/sec, 163.25 QPS (1.38 sec for 225 queries), totHits=383371904 767.3s: geo3d, distance: ITER 4: 309.46 M hits/sec, 181.62 QPS (1.24 sec for 225 queries), totHits=383371904 767.3s: geo3d, distance: *** 768.5s: geo3d, distance: ITER 5: 312.76 M hits/sec, 183.56 QPS (1.23 sec for 225 queries), totHits=383371904 768.5s: geo3d, distance: *** 769.7s: geo3d, distance: ITER 6: 312.38 M hits/sec, 183.34 QPS (1.23 sec for 225 queries), totHits=383371904 771.0s: geo3d, distance: ITER 7: 313.31 M hits/sec, 183.88 QPS (1.22 sec for 225 queries), totHits=383371904 771.0s: geo3d, distance: *** 772.2s: geo3d, distance: ITER 8: 310.59 M hits/sec, 182.29 QPS (1.23 sec for 225 queries), totHits=383371904 773.4s: geo3d, distance: ITER 9: 315.03 M hits/sec, 184.89 QPS (1.22 sec for 225 queries), totHits=383371904 773.4s: geo3d, distance: *** 774.6s: geo3d, distance: ITER 10: 321.61 M hits/sec, 188.75 QPS (1.19 sec for 225 queries), totHits=383371904 774.6s: geo3d, distance: *** 775.8s: geo3d, distance: ITER 11: 314.85 M hits/sec, 184.78 QPS (1.22 sec for 225 queries), totHits=383371904 777.0s: geo3d, distance: ITER 12: 312.87 M hits/sec, 183.62 QPS (1.23 sec for 225 queries), totHits=383371904 778.3s: geo3d, distance: ITER 13: 312.52 M hits/sec, 183.42 QPS (1.23 sec for 225 queries), totHits=383371904 779.5s: geo3d, distance: ITER 14: 311.03 M hits/sec, 182.55 QPS (1.23 sec for 225 queries), totHits=383371904 780.7s: geo3d, distance: ITER 15: 307.65 M hits/sec, 180.56 QPS (1.25 sec for 225 queries), totHits=383371904 782.0s: geo3d, distance: ITER 16: 307.00 M hits/sec, 180.18 QPS (1.25 sec for 225 queries), totHits=383371904 783.3s: geo3d, distance: ITER 17: 304.29 M hits/sec, 178.58 QPS (1.26 sec for 225 queries), totHits=383371904 784.5s: geo3d, distance: ITER 18: 301.25 M hits/sec, 176.81 QPS (1.27 sec for 225 queries), totHits=383371904 785.8s: geo3d, distance: ITER 19: 309.05 M hits/sec, 181.38 QPS (1.24 sec for 225 queries), totHits=383371904 785.8s: geo3d, distance: BEST M hits/sec: 321.6067756779284 785.8s: geo3d, distance: BEST QPS: 188.75020253840484 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|136.1s|0.0s|0.70|0.00| |points|113.1s|0.0s|0.49|0.00| |shapes|167.1s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|321.61|188.75|383371904| |distance|points|325.89|191.47|382961957| |distance|geopoint|||| |distance|shapes|||| |box|geo3d|||| |box|points|||| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|251.02|158.72|355855227| |poly 10|points|293.28|185.46|355809475| |poly 10|geopoint|||| |poly 10|shapes|197.67|125.00|355809475| |polyMedium|geo3d|2.58|31.62|2693541| |polyMedium|points|16.90|207.01|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.80|169.02|2693559| |polyRussia|geo3d|3.59|1.02|3508671| |polyRussia|points|66.94|19.08|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|46.15|13.15|3508846| |nearest 10|geo3d|||| |nearest 10|points|0.03|3292.08|60844404| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|152.09|154.76|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 786.0s: shapes, distance: INDEX SIZE: 1.2543620793148875 GB 786.0s: shapes, distance: READER MB: 0.0 786.0s: shapes, distance: maxDoc=60844404 788.0s: shapes, distance: ITER 0: 191.02 M hits/sec, 112.23 QPS (2.00 sec for 225 queries), totHits=382961957 788.0s: shapes, distance: *** 789.8s: shapes, distance: ITER 1: 217.83 M hits/sec, 127.98 QPS (1.76 sec for 225 queries), totHits=382961957 789.8s: shapes, distance: *** 791.6s: shapes, distance: ITER 2: 216.51 M hits/sec, 127.20 QPS (1.77 sec for 225 queries), totHits=382961957 793.3s: shapes, distance: ITER 3: 218.35 M hits/sec, 128.28 QPS (1.75 sec for 225 queries), totHits=382961957 793.3s: shapes, distance: *** 795.2s: shapes, distance: ITER 4: 209.97 M hits/sec, 123.36 QPS (1.82 sec for 225 queries), totHits=382961957 796.9s: shapes, distance: ITER 5: 215.89 M hits/sec, 126.84 QPS (1.77 sec for 225 queries), totHits=382961957 798.7s: shapes, distance: ITER 6: 217.97 M hits/sec, 128.07 QPS (1.76 sec for 225 queries), totHits=382961957 800.4s: shapes, distance: ITER 7: 224.82 M hits/sec, 132.09 QPS (1.70 sec for 225 queries), totHits=382961957 800.4s: shapes, distance: *** 802.1s: shapes, distance: ITER 8: 221.71 M hits/sec, 130.26 QPS (1.73 sec for 225 queries), totHits=382961957 803.8s: shapes, distance: ITER 9: 224.48 M hits/sec, 131.89 QPS (1.71 sec for 225 queries), totHits=382961957 805.5s: shapes, distance: ITER 10: 223.32 M hits/sec, 131.21 QPS (1.71 sec for 225 queries), totHits=382961957 807.2s: shapes, distance: ITER 11: 225.89 M hits/sec, 132.72 QPS (1.70 sec for 225 queries), totHits=382961957 807.2s: shapes, distance: *** 808.9s: shapes, distance: ITER 12: 223.36 M hits/sec, 131.23 QPS (1.71 sec for 225 queries), totHits=382961957 810.7s: shapes, distance: ITER 13: 223.84 M hits/sec, 131.51 QPS (1.71 sec for 225 queries), totHits=382961957 812.4s: shapes, distance: ITER 14: 220.98 M hits/sec, 129.83 QPS (1.73 sec for 225 queries), totHits=382961957 814.1s: shapes, distance: ITER 15: 222.55 M hits/sec, 130.76 QPS (1.72 sec for 225 queries), totHits=382961957 815.8s: shapes, distance: ITER 16: 220.62 M hits/sec, 129.62 QPS (1.74 sec for 225 queries), totHits=382961957 817.6s: shapes, distance: ITER 17: 221.91 M hits/sec, 130.38 QPS (1.73 sec for 225 queries), totHits=382961957 819.3s: shapes, distance: ITER 18: 223.73 M hits/sec, 131.45 QPS (1.71 sec for 225 queries), totHits=382961957 821.0s: shapes, distance: ITER 19: 223.26 M hits/sec, 131.17 QPS (1.72 sec for 225 queries), totHits=382961957 821.0s: shapes, distance: BEST M hits/sec: 225.88931215425015 821.0s: shapes, distance: BEST QPS: 132.71578104742733 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|136.1s|0.0s|0.70|0.00| |points|113.1s|0.0s|0.49|0.00| |shapes|167.1s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|321.61|188.75|383371904| |distance|points|325.89|191.47|382961957| |distance|geopoint|||| |distance|shapes|225.89|132.72|382961957| |box|geo3d|||| |box|points|||| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|251.02|158.72|355855227| |poly 10|points|293.28|185.46|355809475| |poly 10|geopoint|||| |poly 10|shapes|197.67|125.00|355809475| |polyMedium|geo3d|2.58|31.62|2693541| |polyMedium|points|16.90|207.01|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.80|169.02|2693559| |polyRussia|geo3d|3.59|1.02|3508671| |polyRussia|points|66.94|19.08|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|46.15|13.15|3508846| |nearest 10|geo3d|||| |nearest 10|points|0.03|3292.08|60844404| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|152.09|154.76|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 821.3s: points, box: INDEX SIZE: 0.4939169967547059 GB 821.3s: points, box: READER MB: 0.0 821.3s: points, box: maxDoc=60844404 822.1s: points, box: ITER 0: 255.70 M hits/sec, 260.19 QPS (0.86 sec for 225 queries), totHits=221118844 822.1s: points, box: *** 822.7s: points, box: ITER 1: 409.50 M hits/sec, 416.69 QPS (0.54 sec for 225 queries), totHits=221118844 822.7s: points, box: *** 823.2s: points, box: ITER 2: 397.24 M hits/sec, 404.21 QPS (0.56 sec for 225 queries), totHits=221118844 823.8s: points, box: ITER 3: 417.80 M hits/sec, 425.13 QPS (0.53 sec for 225 queries), totHits=221118844 823.8s: points, box: *** 824.3s: points, box: ITER 4: 429.82 M hits/sec, 437.36 QPS (0.51 sec for 225 queries), totHits=221118844 824.3s: points, box: *** 824.8s: points, box: ITER 5: 401.48 M hits/sec, 408.52 QPS (0.55 sec for 225 queries), totHits=221118844 825.3s: points, box: ITER 6: 423.97 M hits/sec, 431.41 QPS (0.52 sec for 225 queries), totHits=221118844 825.9s: points, box: ITER 7: 393.77 M hits/sec, 400.68 QPS (0.56 sec for 225 queries), totHits=221118844 826.5s: points, box: ITER 8: 359.80 M hits/sec, 366.12 QPS (0.61 sec for 225 queries), totHits=221118844 827.1s: points, box: ITER 9: 400.71 M hits/sec, 407.75 QPS (0.55 sec for 225 queries), totHits=221118844 827.6s: points, box: ITER 10: 428.26 M hits/sec, 435.77 QPS (0.52 sec for 225 queries), totHits=221118844 828.1s: points, box: ITER 11: 419.94 M hits/sec, 427.31 QPS (0.53 sec for 225 queries), totHits=221118844 828.6s: points, box: ITER 12: 443.83 M hits/sec, 451.62 QPS (0.50 sec for 225 queries), totHits=221118844 828.6s: points, box: *** 829.1s: points, box: ITER 13: 434.16 M hits/sec, 441.78 QPS (0.51 sec for 225 queries), totHits=221118844 829.6s: points, box: ITER 14: 430.74 M hits/sec, 438.30 QPS (0.51 sec for 225 queries), totHits=221118844 830.2s: points, box: ITER 15: 432.19 M hits/sec, 439.78 QPS (0.51 sec for 225 queries), totHits=221118844 830.7s: points, box: ITER 16: 427.37 M hits/sec, 434.87 QPS (0.52 sec for 225 queries), totHits=221118844 831.2s: points, box: ITER 17: 428.49 M hits/sec, 436.01 QPS (0.52 sec for 225 queries), totHits=221118844 831.7s: points, box: ITER 18: 428.97 M hits/sec, 436.50 QPS (0.52 sec for 225 queries), totHits=221118844 832.2s: points, box: ITER 19: 416.39 M hits/sec, 423.70 QPS (0.53 sec for 225 queries), totHits=221118844 832.2s: points, box: BEST M hits/sec: 443.82649898873285 832.2s: points, box: BEST QPS: 451.6166983600226 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|136.1s|0.0s|0.70|0.00| |points|113.1s|0.0s|0.49|0.00| |shapes|167.1s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|321.61|188.75|383371904| |distance|points|325.89|191.47|382961957| |distance|geopoint|||| |distance|shapes|225.89|132.72|382961957| |box|geo3d|||| |box|points|443.83|451.62|221118844| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|251.02|158.72|355855227| |poly 10|points|293.28|185.46|355809475| |poly 10|geopoint|||| |poly 10|shapes|197.67|125.00|355809475| |polyMedium|geo3d|2.58|31.62|2693541| |polyMedium|points|16.90|207.01|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.80|169.02|2693559| |polyRussia|geo3d|3.59|1.02|3508671| |polyRussia|points|66.94|19.08|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|46.15|13.15|3508846| |nearest 10|geo3d|||| |nearest 10|points|0.03|3292.08|60844404| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|152.09|154.76|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 832.5s: geo3d, box: INDEX SIZE: 0.6990031152963638 GB 832.5s: geo3d, box: READER MB: 0.0 832.5s: geo3d, box: maxDoc=60844404 833.8s: geo3d, box: ITER 0: 170.47 M hits/sec, 173.47 QPS (1.30 sec for 225 queries), totHits=221118844 833.8s: geo3d, box: *** 834.8s: geo3d, box: ITER 1: 226.06 M hits/sec, 230.02 QPS (0.98 sec for 225 queries), totHits=221118844 834.8s: geo3d, box: *** 835.8s: geo3d, box: ITER 2: 228.88 M hits/sec, 232.90 QPS (0.97 sec for 225 queries), totHits=221118844 835.8s: geo3d, box: *** 836.7s: geo3d, box: ITER 3: 223.26 M hits/sec, 227.17 QPS (0.99 sec for 225 queries), totHits=221118844 837.8s: geo3d, box: ITER 4: 215.30 M hits/sec, 219.08 QPS (1.03 sec for 225 queries), totHits=221118844 838.7s: geo3d, box: ITER 5: 240.43 M hits/sec, 244.65 QPS (0.92 sec for 225 queries), totHits=221118844 838.7s: geo3d, box: *** 839.6s: geo3d, box: ITER 6: 243.10 M hits/sec, 247.37 QPS (0.91 sec for 225 queries), totHits=221118844 839.6s: geo3d, box: *** 840.5s: geo3d, box: ITER 7: 247.93 M hits/sec, 252.28 QPS (0.89 sec for 225 queries), totHits=221118844 840.5s: geo3d, box: *** 841.4s: geo3d, box: ITER 8: 242.93 M hits/sec, 247.19 QPS (0.91 sec for 225 queries), totHits=221118844 842.3s: geo3d, box: ITER 9: 246.39 M hits/sec, 250.71 QPS (0.90 sec for 225 queries), totHits=221118844 843.2s: geo3d, box: ITER 10: 241.13 M hits/sec, 245.37 QPS (0.92 sec for 225 queries), totHits=221118844 844.1s: geo3d, box: ITER 11: 243.82 M hits/sec, 248.10 QPS (0.91 sec for 225 queries), totHits=221118844 845.1s: geo3d, box: ITER 12: 233.46 M hits/sec, 237.56 QPS (0.95 sec for 225 queries), totHits=221118844 846.0s: geo3d, box: ITER 13: 245.49 M hits/sec, 249.80 QPS (0.90 sec for 225 queries), totHits=221118844 846.9s: geo3d, box: ITER 14: 235.38 M hits/sec, 239.51 QPS (0.94 sec for 225 queries), totHits=221118844 847.8s: geo3d, box: ITER 15: 242.72 M hits/sec, 246.98 QPS (0.91 sec for 225 queries), totHits=221118844 848.8s: geo3d, box: ITER 16: 238.85 M hits/sec, 243.04 QPS (0.93 sec for 225 queries), totHits=221118844 849.7s: geo3d, box: ITER 17: 238.32 M hits/sec, 242.51 QPS (0.93 sec for 225 queries), totHits=221118844 850.6s: geo3d, box: ITER 18: 240.70 M hits/sec, 244.92 QPS (0.92 sec for 225 queries), totHits=221118844 851.5s: geo3d, box: ITER 19: 238.08 M hits/sec, 242.26 QPS (0.93 sec for 225 queries), totHits=221118844 851.5s: geo3d, box: BEST M hits/sec: 247.92528245491246 851.5s: geo3d, box: BEST QPS: 252.27695452475913 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|136.1s|0.0s|0.70|0.00| |points|113.1s|0.0s|0.49|0.00| |shapes|167.1s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|321.61|188.75|383371904| |distance|points|325.89|191.47|382961957| |distance|geopoint|||| |distance|shapes|225.89|132.72|382961957| |box|geo3d|247.93|252.28|221118844| |box|points|443.83|451.62|221118844| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|251.02|158.72|355855227| |poly 10|points|293.28|185.46|355809475| |poly 10|geopoint|||| |poly 10|shapes|197.67|125.00|355809475| |polyMedium|geo3d|2.58|31.62|2693541| |polyMedium|points|16.90|207.01|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.80|169.02|2693559| |polyRussia|geo3d|3.59|1.02|3508671| |polyRussia|points|66.94|19.08|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|46.15|13.15|3508846| |nearest 10|geo3d|||| |nearest 10|points|0.03|3292.08|60844404| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|152.09|154.76|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 851.8s: shapes, box: INDEX SIZE: 1.2543620793148875 GB 851.8s: shapes, box: READER MB: 0.0 851.8s: shapes, box: maxDoc=60844404 853.2s: shapes, box: ITER 0: 161.65 M hits/sec, 164.49 QPS (1.37 sec for 225 queries), totHits=221118844 853.2s: shapes, box: *** 854.2s: shapes, box: ITER 1: 206.32 M hits/sec, 209.94 QPS (1.07 sec for 225 queries), totHits=221118844 854.2s: shapes, box: *** 855.3s: shapes, box: ITER 2: 202.47 M hits/sec, 206.03 QPS (1.09 sec for 225 queries), totHits=221118844 856.4s: shapes, box: ITER 3: 205.88 M hits/sec, 209.49 QPS (1.07 sec for 225 queries), totHits=221118844 857.5s: shapes, box: ITER 4: 196.55 M hits/sec, 199.99 QPS (1.13 sec for 225 queries), totHits=221118844 858.6s: shapes, box: ITER 5: 202.85 M hits/sec, 206.41 QPS (1.09 sec for 225 queries), totHits=221118844 859.7s: shapes, box: ITER 6: 210.74 M hits/sec, 214.44 QPS (1.05 sec for 225 queries), totHits=221118844 859.7s: shapes, box: *** 860.7s: shapes, box: ITER 7: 211.84 M hits/sec, 215.56 QPS (1.04 sec for 225 queries), totHits=221118844 860.7s: shapes, box: *** 861.7s: shapes, box: ITER 8: 212.85 M hits/sec, 216.58 QPS (1.04 sec for 225 queries), totHits=221118844 861.7s: shapes, box: *** 862.8s: shapes, box: ITER 9: 209.51 M hits/sec, 213.19 QPS (1.06 sec for 225 queries), totHits=221118844 863.9s: shapes, box: ITER 10: 209.70 M hits/sec, 213.38 QPS (1.05 sec for 225 queries), totHits=221118844 864.9s: shapes, box: ITER 11: 207.00 M hits/sec, 210.63 QPS (1.07 sec for 225 queries), totHits=221118844 866.0s: shapes, box: ITER 12: 206.61 M hits/sec, 210.23 QPS (1.07 sec for 225 queries), totHits=221118844 867.1s: shapes, box: ITER 13: 207.59 M hits/sec, 211.23 QPS (1.07 sec for 225 queries), totHits=221118844 868.1s: shapes, box: ITER 14: 207.81 M hits/sec, 211.46 QPS (1.06 sec for 225 queries), totHits=221118844 869.2s: shapes, box: ITER 15: 208.38 M hits/sec, 212.04 QPS (1.06 sec for 225 queries), totHits=221118844 870.2s: shapes, box: ITER 16: 207.91 M hits/sec, 211.56 QPS (1.06 sec for 225 queries), totHits=221118844 871.3s: shapes, box: ITER 17: 208.59 M hits/sec, 212.25 QPS (1.06 sec for 225 queries), totHits=221118844 872.3s: shapes, box: ITER 18: 212.88 M hits/sec, 216.62 QPS (1.04 sec for 225 queries), totHits=221118844 872.3s: shapes, box: *** 873.4s: shapes, box: ITER 19: 213.65 M hits/sec, 217.40 QPS (1.03 sec for 225 queries), totHits=221118844 873.4s: shapes, box: *** 873.4s: shapes, box: BEST M hits/sec: 213.65300984212442 873.4s: shapes, box: BEST QPS: 217.40312288570937 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|136.1s|0.0s|0.70|0.00| |points|113.1s|0.0s|0.49|0.00| |shapes|167.1s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|321.61|188.75|383371904| |distance|points|325.89|191.47|382961957| |distance|geopoint|||| |distance|shapes|225.89|132.72|382961957| |box|geo3d|247.93|252.28|221118844| |box|points|443.83|451.62|221118844| |box|geopoint|||| |box|shapes|213.65|217.40|221118844| |poly 10|geo3d|251.02|158.72|355855227| |poly 10|points|293.28|185.46|355809475| |poly 10|geopoint|||| |poly 10|shapes|197.67|125.00|355809475| |polyMedium|geo3d|2.58|31.62|2693541| |polyMedium|points|16.90|207.01|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.80|169.02|2693559| |polyRussia|geo3d|3.59|1.02|3508671| |polyRussia|points|66.94|19.08|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|46.15|13.15|3508846| |nearest 10|geo3d|||| |nearest 10|points|0.03|3292.08|60844404| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|152.09|154.76|221118844| |sort|geopoint|||| |sort|shapes|||| Took 874.6 sec to run all geo benchmarks + python3 /l/util.nightly/src/python/writeGeoGraphs.py writeAnnots for Distance Filter writeAnnots for Regular 10-gon Filter writeAnnots for London Boroughs Polygons Filter (avg 5.6K vertices) writeAnnots for Box Filter writeAnnots for 10 Nearest Points skip annot 2016-04-15 Geo3D: LUCENE-7221: speed up large polygons (series not in chartTimes: dict_keys(['LatLonPoint'])) skip annot 2018-11-27 LatLonShape: LUCENE-8562: Speed up merging segments of points with data dimensions by only sorting on the indexed dimensions (series not in chartTimes: dict_keys(['LatLonPoint'])) skip annot 2018-12-19 LatLonShape: LUCENE-8581: Change LatLonShape encoding to use 4 BYTES Per Dimension (series not in chartTimes: dict_keys(['LatLonPoint'])) writeAnnots for Box Filter, Sort by Distance skip annot 2016-03-22 GeoPoint: LUCENE-7130: fold recent LatLonPoint optimizations into GeoPoint (series not in chartTimes: dict_keys(['LatLonPoint'])) skip annot 2016-03-31 Geo3D: LUCENE-7150: add common shape query APIs to geo3d (series not in chartTimes: dict_keys(['LatLonPoint'])) skip annot 2016-04-11 Geo3D: LUCENE-7199: speed up how polygon's sideness is computed (series not in chartTimes: dict_keys(['LatLonPoint'])) skip annot 2016-04-15 Geo3D: LUCENE-7221: speed up large polygons (series not in chartTimes: dict_keys(['LatLonPoint'])) skip annot 2018-11-27 LatLonShape: LUCENE-8562: Speed up merging segments of points with data dimensions by only sorting on the indexed dimensions (series not in chartTimes: dict_keys(['LatLonPoint'])) skip annot 2018-12-19 LatLonShape: LUCENE-8581: Change LatLonShape encoding to use 4 BYTES Per Dimension (series not in chartTimes: dict_keys(['LatLonPoint'])) writeAnnots for Russia Polygon (11.6K vertices) writeAnnots for Indexing K docs/sec writeAnnots for Searcher Heap Usage writeAnnots for Index Size + echo + echo 'Run sparse NYC benches' Run sparse NYC benches + cd /l/util.nightly + python3 -u src/python/sparsetaxis/nightly.py Already on 'main' Your branch is up to date with 'origin/main'. From https://gitbox.apache.org/repos/asf/lucene * branch main -> FETCH_HEAD 55b4574a20d..fa0e704d2a0 main -> origin/main Updating 55b4574a20d..fa0e704d2a0 Fast-forward .../build-infra/declare-repositories.gradle | 3 +- .../gradle/plugins/java/ErrorPronePlugin.java | 8 +- .../plugins/java/ShowFailedTestsAtEndPlugin.java | 2 +- .../misc/LuceneRootConfigurationPlugin.java | 3 +- gradle/libs.versions.toml | 4 +- lucene/CHANGES.txt | 10 + lucene/MIGRATE.md | 4 + lucene/benchmark-jmh/src/java/module-info.java | 1 + .../benchmark/jmh/LRUQueryCacheBenchmark.java | 252 ++++++ .../jmh/MultiFieldDocValuesRangeBenchmark.java | 228 +++++ .../benchmark/jmh/PartitionByLeafBenchmark.java | 180 ++++ .../document/SortedNumericDocValuesRangeQuery.java | 110 ++- .../java/org/apache/lucene/index/IndexReader.java | 4 +- .../java/org/apache/lucene/index/ReaderUtil.java | 41 +- .../apache/lucene/search/CombinedFieldQuery.java | 34 +- .../{CollectionStatistics.java => FieldStats.java} | 16 +- .../org/apache/lucene/search/IndexSearcher.java | 17 +- .../org/apache/lucene/search/LRUQueryCache.java | 977 ++++++++++++++------- .../org/apache/lucene/search/MultiPhraseQuery.java | 8 +- .../java/org/apache/lucene/search/PhraseQuery.java | 9 +- .../org/apache/lucene/search/SynonymQuery.java | 11 +- .../java/org/apache/lucene/search/TermQuery.java | 14 +- .../java/org/apache/lucene/search/TermScorer.java | 2 +- .../search/{TermStatistics.java => TermStats.java} | 25 +- .../lucene/search/similarities/BM25Similarity.java | 41 +- .../search/similarities/BooleanSimilarity.java | 7 +- .../search/similarities/ClassicSimilarity.java | 8 +- .../lucene/search/similarities/LMSimilarity.java | 9 +- .../search/similarities/MultiSimilarity.java | 9 +- .../similarities/PerFieldSimilarityWrapper.java | 9 +- .../search/similarities/RawTFSimilarity.java | 7 +- .../lucene/search/similarities/Similarity.java | 38 +- .../lucene/search/similarities/SimilarityBase.java | 25 +- .../search/similarities/TFIDFSimilarity.java | 38 +- .../org/apache/lucene/index/TestCustomNorms.java | 7 +- .../apache/lucene/index/TestCustomTermFreq.java | 7 +- .../lucene/index/TestExitableDirectoryReader.java | 37 +- .../apache/lucene/index/TestFieldInvertState.java | 7 +- .../org/apache/lucene/index/TestIndexSorting.java | 9 +- .../org/apache/lucene/index/TestInfoStream.java | 5 +- .../apache/lucene/index/TestMaxTermFrequency.java | 7 +- .../test/org/apache/lucene/index/TestNorms.java | 7 +- .../test/org/apache/lucene/index/TestOmitTf.java | 7 +- .../apache/lucene/index/TestUniqueTermCount.java | 7 +- .../apache/lucene/search/JustCompileSearch.java | 3 +- .../lucene/search/TestCombinedFieldQuery.java | 13 +- .../apache/lucene/search/TestLRUQueryCache.java | 353 +++++++- .../apache/lucene/search/TestMinShouldMatch2.java | 4 +- .../org/apache/lucene/search/TestSimilarity.java | 2 +- .../lucene/search/TestSimilarityProvider.java | 6 +- .../org/apache/lucene/search/TestTermQuery.java | 5 +- .../TestUsageTrackingFilterCachingPolicy.java | 3 +- .../search/similarities/TestClassicSimilarity.java | 2 +- .../search/similarities/TestSimilarityBase.java | 18 +- .../lucene/index/memory/TestMemoryIndex.java | 7 +- .../function/valuesource/NormValueSource.java | 8 +- .../queries/spans/FieldMaskingSpanQuery.java | 4 +- .../apache/lucene/queries/spans/SpanWeight.java | 13 +- .../queries/payloads/TestPayloadScoreQuery.java | 9 +- .../lucene/sandbox/search/CombinedFieldQuery.java | 38 +- .../lucene/sandbox/search/PhraseWildcardQuery.java | 50 +- .../lucene/sandbox/search/TermAutomatonQuery.java | 11 +- .../sandbox/search/TestCombinedFieldQuery.java | 17 +- .../tests/index/BaseNormsFormatTestCase.java | 7 +- .../apache/lucene/tests/mockfile/WindowsFS.java | 6 +- .../tests/search/ShardSearchingTestBase.java | 49 +- .../search/similarities/AssertingSimilarity.java | 13 +- .../similarities/BaseSimilarityTestCase.java | 31 +- .../lucene/tests/store/BaseDirectoryTestCase.java | 30 +- .../apache/lucene/tests/util/LuceneTestCase.java | 14 +- versions.lock | 10 +- 71 files changed, 2157 insertions(+), 823 deletions(-) create mode 100644 lucene/benchmark-jmh/src/java/org/apache/lucene/benchmark/jmh/LRUQueryCacheBenchmark.java create mode 100644 lucene/benchmark-jmh/src/java/org/apache/lucene/benchmark/jmh/MultiFieldDocValuesRangeBenchmark.java create mode 100644 lucene/benchmark-jmh/src/java/org/apache/lucene/benchmark/jmh/PartitionByLeafBenchmark.java rename lucene/core/src/java/org/apache/lucene/search/{CollectionStatistics.java => FieldStats.java} (90%) rename lucene/core/src/java/org/apache/lucene/search/{TermStatistics.java => TermStats.java} (83%) creating directories /l/logs.nightly/taxis/2026.04.17.14.58.59... Lucene git hash: fa0e704d2a0f941f2bbca17184472ae0e2b3743e Compile lucene core... run: "../../gradlew jar" in cwd=/l/sparseTaxis.nightly/sparseTaxis/lucene.main/lucene/core log: /l/logs.nightly/taxis/2026.04.17.14.58.59/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.17.14.58.59/index.1threads.sparse.sorted.log 3.3 sec: 0.3 M docs; 92.0 K docs/sec 6.9 sec: 0.6 M docs; 86.4 K docs/sec 10.4 sec: 0.9 M docs; 86.9 K docs/sec 13.7 sec: 1.2 M docs; 87.7 K docs/sec 17.0 sec: 1.5 M docs; 88.1 K docs/sec 21.2 sec: 1.9 M docs; 89.7 K docs/sec 24.6 sec: 2.2 M docs; 89.4 K docs/sec 28.8 sec: 2.6 M docs; 90.4 K docs/sec 32.9 sec: 3.0 M docs; 91.1 K docs/sec 36.2 sec: 3.3 M docs; 91.1 K docs/sec 48.9 sec: 3.7 M docs; 75.6 K docs/sec 53.1 sec: 4.1 M docs; 77.2 K docs/sec 56.4 sec: 4.4 M docs; 78.0 K docs/sec 60.5 sec: 4.8 M docs; 79.3 K docs/sec 64.7 sec: 5.2 M docs; 80.4 K docs/sec 68.0 sec: 5.5 M docs; 80.9 K docs/sec 72.1 sec: 5.9 M docs; 81.8 K docs/sec 76.2 sec: 6.3 M docs; 82.7 K docs/sec 79.5 sec: 6.6 M docs; 83.0 K docs/sec 83.6 sec: 7.0 M docs; 83.7 K docs/sec 96.2 sec: 7.4 M docs; 76.9 K docs/sec 99.5 sec: 7.7 M docs; 77.4 K docs/sec 103.6 sec: 8.1 M docs; 78.2 K docs/sec 107.7 sec: 8.5 M docs; 78.9 K docs/sec 111.0 sec: 8.8 M docs; 79.3 K docs/sec 115.1 sec: 9.2 M docs; 79.9 K docs/sec 119.2 sec: 9.6 M docs; 80.6 K docs/sec 122.5 sec: 9.9 M docs; 80.8 K docs/sec 126.6 sec: 10.3 M docs; 81.4 K docs/sec 130.7 sec: 10.7 M docs; 81.9 K docs/sec 142.4 sec: 11.0 M docs; 77.2 K docs/sec 146.5 sec: 11.4 M docs; 77.8 K docs/sec 150.6 sec: 11.8 M docs; 78.3 K docs/sec 153.9 sec: 12.1 M docs; 78.6 K docs/sec 158.0 sec: 12.5 M docs; 79.1 K docs/sec 162.1 sec: 12.9 M docs; 79.6 K docs/sec 165.4 sec: 13.2 M docs; 79.8 K docs/sec 169.4 sec: 13.6 M docs; 80.3 K docs/sec 173.6 sec: 14.0 M docs; 80.7 K docs/sec 176.8 sec: 14.3 M docs; 80.9 K docs/sec 189.5 sec: 14.7 M docs; 77.6 K docs/sec 193.6 sec: 15.1 M docs; 78.0 K docs/sec 196.8 sec: 15.4 M docs; 78.2 K docs/sec 200.9 sec: 15.8 M docs; 78.6 K docs/sec 205.0 sec: 16.2 M docs; 79.0 K docs/sec 208.3 sec: 16.5 M docs; 79.2 K docs/sec 212.4 sec: 16.9 M docs; 79.6 K docs/sec 216.5 sec: 17.3 M docs; 79.9 K docs/sec 219.7 sec: 17.6 M docs; 80.1 K docs/sec 223.8 sec: 18.0 M docs; 80.4 K docs/sec 236.4 sec: 18.4 M docs; 77.8 K docs/sec 239.7 sec: 18.7 M docs; 78.0 K docs/sec 243.8 sec: 19.1 M docs; 78.3 K docs/sec 247.2 sec: 19.4 M docs; 78.5 K docs/sec 251.2 sec: 19.8 M docs; 78.8 K docs/sec 252.9 sec: 20.0 M docs; 79.1 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.17.14.58.59/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.17.14.58.59/diskUsagesparse-sorted.log took 51.0 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.17.14.58.59/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.17.14.58.59/index.1threads.sparse.log 2.9 sec: 0.3 M docs; 101.7 K docs/sec 6.5 sec: 0.6 M docs; 92.2 K docs/sec 9.7 sec: 0.9 M docs; 92.7 K docs/sec 12.8 sec: 1.2 M docs; 93.6 K docs/sec 16.0 sec: 1.5 M docs; 94.0 K docs/sec 19.8 sec: 1.9 M docs; 95.7 K docs/sec 23.0 sec: 2.2 M docs; 95.6 K docs/sec 26.9 sec: 2.6 M docs; 96.6 K docs/sec 30.8 sec: 3.0 M docs; 97.3 K docs/sec 33.9 sec: 3.3 M docs; 97.2 K docs/sec 45.7 sec: 3.7 M docs; 81.0 K docs/sec 49.6 sec: 4.1 M docs; 82.7 K docs/sec 52.7 sec: 4.4 M docs; 83.5 K docs/sec 56.6 sec: 4.8 M docs; 84.8 K docs/sec 60.5 sec: 5.2 M docs; 86.0 K docs/sec 63.6 sec: 5.5 M docs; 86.5 K docs/sec 67.5 sec: 5.9 M docs; 87.4 K docs/sec 71.4 sec: 6.3 M docs; 88.2 K docs/sec 74.5 sec: 6.6 M docs; 88.6 K docs/sec 78.4 sec: 7.0 M docs; 89.3 K docs/sec 90.1 sec: 7.4 M docs; 82.1 K docs/sec 93.2 sec: 7.7 M docs; 82.6 K docs/sec 97.1 sec: 8.1 M docs; 83.4 K docs/sec 101.0 sec: 8.5 M docs; 84.2 K docs/sec 104.1 sec: 8.8 M docs; 84.6 K docs/sec 108.0 sec: 9.2 M docs; 85.2 K docs/sec 111.9 sec: 9.6 M docs; 85.8 K docs/sec 115.0 sec: 9.9 M docs; 86.1 K docs/sec 118.9 sec: 10.3 M docs; 86.6 K docs/sec 122.8 sec: 10.7 M docs; 87.2 K docs/sec 133.6 sec: 11.0 M docs; 82.3 K docs/sec 137.5 sec: 11.4 M docs; 82.9 K docs/sec 141.4 sec: 11.8 M docs; 83.5 K docs/sec 144.5 sec: 12.1 M docs; 83.7 K docs/sec 148.4 sec: 12.5 M docs; 84.2 K docs/sec 152.3 sec: 12.9 M docs; 84.7 K docs/sec 155.4 sec: 13.2 M docs; 84.9 K docs/sec 159.3 sec: 13.6 M docs; 85.4 K docs/sec 163.2 sec: 14.0 M docs; 85.8 K docs/sec 166.3 sec: 14.3 M docs; 86.0 K docs/sec 178.0 sec: 14.7 M docs; 82.6 K docs/sec 181.9 sec: 15.1 M docs; 83.0 K docs/sec 185.0 sec: 15.4 M docs; 83.2 K docs/sec 188.9 sec: 15.8 M docs; 83.7 K docs/sec 192.8 sec: 16.2 M docs; 84.0 K docs/sec 195.9 sec: 16.5 M docs; 84.2 K docs/sec 199.8 sec: 16.9 M docs; 84.6 K docs/sec 203.7 sec: 17.3 M docs; 84.9 K docs/sec 206.8 sec: 17.6 M docs; 85.1 K docs/sec 210.7 sec: 18.0 M docs; 85.4 K docs/sec 222.3 sec: 18.4 M docs; 82.8 K docs/sec 225.4 sec: 18.7 M docs; 83.0 K docs/sec 229.3 sec: 19.1 M docs; 83.3 K docs/sec 232.4 sec: 19.4 M docs; 83.5 K docs/sec 236.3 sec: 19.8 M docs; 83.8 K docs/sec 237.9 sec: 20.0 M docs; 84.1 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.17.14.58.59/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.17.14.58.59/diskUsagesparse.log took 50.1 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.17.14.58.59/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.17.14.58.59/index.1threads.nonsparse.log 3.1 sec: 0.3 M docs; 96.4 K docs/sec 6.7 sec: 0.6 M docs; 89.7 K docs/sec 9.8 sec: 0.9 M docs; 92.2 K docs/sec 12.9 sec: 1.2 M docs; 93.3 K docs/sec 15.9 sec: 1.5 M docs; 94.2 K docs/sec 19.8 sec: 1.9 M docs; 96.1 K docs/sec 22.9 sec: 2.2 M docs; 96.1 K docs/sec 26.8 sec: 2.6 M docs; 97.2 K docs/sec 30.6 sec: 3.0 M docs; 98.0 K docs/sec 33.6 sec: 3.3 M docs; 98.1 K docs/sec 45.0 sec: 3.7 M docs; 82.3 K docs/sec 48.8 sec: 4.1 M docs; 84.0 K docs/sec 51.9 sec: 4.4 M docs; 84.8 K docs/sec 55.8 sec: 4.8 M docs; 86.0 K docs/sec 59.7 sec: 5.2 M docs; 87.2 K docs/sec 62.7 sec: 5.5 M docs; 87.7 K docs/sec 66.6 sec: 5.9 M docs; 88.5 K docs/sec 70.5 sec: 6.3 M docs; 89.4 K docs/sec 73.6 sec: 6.6 M docs; 89.7 K docs/sec 77.5 sec: 7.0 M docs; 90.4 K docs/sec 88.8 sec: 7.4 M docs; 83.3 K docs/sec 91.9 sec: 7.7 M docs; 83.8 K docs/sec 95.7 sec: 8.1 M docs; 84.6 K docs/sec 99.6 sec: 8.5 M docs; 85.3 K docs/sec 102.7 sec: 8.8 M docs; 85.7 K docs/sec 106.5 sec: 9.2 M docs; 86.4 K docs/sec 110.4 sec: 9.6 M docs; 86.9 K docs/sec 113.5 sec: 9.9 M docs; 87.2 K docs/sec 117.4 sec: 10.3 M docs; 87.8 K docs/sec 121.2 sec: 10.7 M docs; 88.3 K docs/sec 131.7 sec: 11.0 M docs; 83.5 K docs/sec 135.6 sec: 11.4 M docs; 84.1 K docs/sec 139.4 sec: 11.8 M docs; 84.6 K docs/sec 142.5 sec: 12.1 M docs; 84.9 K docs/sec 146.4 sec: 12.5 M docs; 85.4 K docs/sec 150.2 sec: 12.9 M docs; 85.9 K docs/sec 153.3 sec: 13.2 M docs; 86.1 K docs/sec 157.2 sec: 13.6 M docs; 86.5 K docs/sec 161.0 sec: 14.0 M docs; 86.9 K docs/sec 164.1 sec: 14.3 M docs; 87.1 K docs/sec 175.4 sec: 14.7 M docs; 83.8 K docs/sec 179.2 sec: 15.1 M docs; 84.2 K docs/sec 182.3 sec: 15.4 M docs; 84.5 K docs/sec 186.2 sec: 15.8 M docs; 84.9 K docs/sec 190.0 sec: 16.2 M docs; 85.3 K docs/sec 193.1 sec: 16.5 M docs; 85.5 K docs/sec 197.0 sec: 16.9 M docs; 85.8 K docs/sec 200.8 sec: 17.3 M docs; 86.1 K docs/sec 203.9 sec: 17.6 M docs; 86.3 K docs/sec 207.7 sec: 18.0 M docs; 86.6 K docs/sec 219.0 sec: 18.4 M docs; 84.0 K docs/sec 222.1 sec: 18.7 M docs; 84.2 K docs/sec 225.9 sec: 19.1 M docs; 84.5 K docs/sec 229.1 sec: 19.4 M docs; 84.7 K docs/sec 232.9 sec: 19.8 M docs; 85.0 K docs/sec 234.4 sec: 20.0 M docs; 85.3 K docs/sec index is 2.12 GB CheckIndex nonsparse run: "java -server -Xmx2g -Xms2g -XX:+UseParallelGC -XX:+HeapDumpOnOutOfMemoryError -cp /l/sparseTaxis.nightly/sparseTaxis/lucene.main/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/sparseTaxis.nightly/sparseTaxis/lucene.main/lucene/analysis/common/build/libs/lucene-analysis-common-11.0.0-SNAPSHOT.jar:/l/util.nightly/src/python/sparsetaxis/../../main org.apache.lucene.index.CheckIndex /l/sparseTaxis.nightly/sparseTaxis/indices/index.1threads.nonsparse" in cwd=/l/sparseTaxis.nightly/sparseTaxis/lucene.main log: /l/logs.nightly/taxis/2026.04.17.14.58.59/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.17.14.58.59/diskUsagenonsparse.log took 46.3 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.17.14.58.59/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 Fri Apr 17 03:14:35 PM EDT 2026 + rsync --delete -lrtSO /l/logs.nightly/ /x/tmp/beast3.logs/logs.nightly/ + rsync --delete -lrtSO /l/reports.nightly/ /x/tmp/beast3.logs/reports.nightly/ + echo 'Touch nightly marker file...' Touch nightly marker file... + date Fri Apr 17 03:17:55 PM EDT 2026 + touch /x/tmp/beast3.nightly.bench + echo 'Backup bench logs to /ssd/logs.nightly.bak' Backup bench logs to /ssd/logs.nightly.bak + rsync -a /l/logs.nightly/ /ssd/logs.nightly.bak/ + echo 'end: disk usage on /l:' end: disk usage on /l: + df -h /l Filesystem Size Used Avail Use% Mounted on /dev/nvme0n1p1 880G 355G 480G 43% / + echo 'Stopping background df process...' Stopping background df process... + kill 1778835 + wait 1778835 + 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.16.10.08.30 now shutil.copy2 /l/logs.nightly/all.log to /l/reports.nightly/2026.04.16.10.08.30